/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */

html, body {
    height: 100%;
}

td, th {
  padding: 5px; 
  border: 1px gray inset;
  text-align: center;
  min-width: 80px; 
}

body {
    padding-top: 50px;
}

.dropdown {
    cursor:pointer;
}

.section { 
  padding-bottom: 0px; 
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
    margin-bottom: 30px;
}

.arrow-up {
  width: 0; 
  height: 0; 
  position: absolute;
  display:inline-block; 
  top: 40px;
  left: 0;
  right: 0;
  margin: auto; 
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid white;
}

.tab-pane {
    margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
    padding: 50px 0;
}

.section-colored {
    background-color: #e1e1e1;
    /* change this to change the background color of a colored section */
}

.sidebar {
    margin-top: 40px;
}

.sidebar ul {
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #cccccc;
}

/* Half Page Height Carousel Customization */
.carousel {
    height: 50%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

.curNav, .curnav li a { 
    background-color: #543 !important; 
    color: yellow !important;
} 

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* Social Icons Styles */
.list-social-icons {
    margin-bottom: 45px;
}

.tooltip-social a {
    text-decoration: none;
    color: inherit;
}

.facebook-link a:hover {
    color: #3b5998;
}

.linkedin-link a:hover {
    color: #007fb1;
}

.twitter-link a:hover {
    color: #39a9e0;
}

.google-plus-link a:hover {
    color: #d14836;
}

/* Service Page Styles */
.service-icon {
    font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
    font-size: 8em;
}

/* Pricing Page Styles */
.price {
    font-size: 4em;
}

.price-cents {
    vertical-align: super;
    font-size: 50%;
}

.price-month {
    font-size: 35%;
    font-style: italic;
}

/* Footer Styles */
footer {
    margin: 20px 0;
}

@media (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}

/* Responsive Styles */
@media (max-width: 767px) {
    .container { margin: 0; padding:0;}
    .row { margin: 0; padding:0;}
    .carousel {
        height: 70%;
        /* increases the carousel height so it looks good on phones */
    }
}

.nostalgy { 
  background-image: url('/img/logo.jpg');
  background-size: cover;
  color: white;
  text-shadow: 2px 2px 2px #000;
}

.bgimg { 
  background-image: url("../img/logo.jpg"); 
  background-size: cover;
  color: white !important;
  text-shadow: 2px 2px 2px black;
}

.transparent {
  background: rgba(255,255,128,0.4); 
}

.transparent a, .transparent li, .bgimg small {
  color: white !important;
  text-shadow: 2px 2px 2px black; 
}

.huge { 
  font-size: 400%; 
}

.highlighted { 
  background: yellow; 
}

.dropdown-menu {
  top: 36px;
}
