/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

.navbar-inverse .navbar-nav > li > a {
    color: #233d7a;
    font-weight: bold;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #0066CD;
}

.navbar-inverse .navbar-nav>li>a:focus {
 color: #233D7A; 
}

a, a.link {
    text - decoration: none;
    border - bottom: 10 px dotted;
    color: #000;
}

.navbar {
    background-color: #F4F4F4;
}

.btn-primary {
    color: #FCFFF5;
    background-color: #3E606F;
}

.panel-heading {
    background-size: cover;
}

.panel-body {
    background-color: #91AA9D;
}

/* START -- More CSS rules only for Drupal -- START */
.main-container {
    width: inherit;
}

.col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.panel-heading {
    height: 140px;
}

header#myCarousel {
    height: 500px;
}

a.visually-hidden.focusable.skip-link {
  display: none;
}



/* END -- More CSS rules only for Drupal  -- END */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background-color: #F4F4F4;
    font-size: 15px;
}

.navbar-fixed-top .nav {
    padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 15px 15px;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.footer-text-style {
    text-align:center;
    font-size: 0.8em;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }

    .navbar-fixed-top .navbar-brand {
    padding: 0px 0px;
    }

}
    @media(min-width:768px) {
    body {

        padding-top: 80px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }


}
