/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
    background-image: url("../main/img/header/bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
/*
    background-color: #f1f1f1;
*/
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.7;
}

.img-center {margin:0 auto;}

/* Home Page Carousel */
header.carousel {
    height: 50%;
    margin-right: auto;
    margin-left: auto;
}

.container {
    background-color: #f1f1f1;
}

@media (min-width: 768px) {
  header.carousel {
    width: 750px;
  }
}
@media (min-width: 992px) {
  header.carousel {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  header.carousel {
    width: 1170px;
  }
}

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;
}

.dropdown-menu li {
    border-bottom: 1px dashed lightgray;
}

.textblue {
    color: #357ec7;
}

/* 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 {
    padding: 40px 0px;
    background-color: #d0d0d0;
    min-height:100px;
    height:100px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

/* School image */
/*
.itemschool div { 
   min-height:150px;
   height:150px;
}
*/

.itemschool { 
    border-bottom: 1px solid lightgray;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 15px;
    display:none;
}

/* Icons for FAQ */
.panel-heading [data-toggle="collapse"]:after {
   font-family: FontAwesome;
   content: "\f146"; /* "play" icon */
   float: right;
   color: #454444;
}

.panel-heading [data-toggle="collapse"].collapsed:after {
   content: "\f0fe"; /* "play" icon */
}

.srch-group {
   margin-right:10px;
}

.srch-panel {
   background-color: silver;
}

.yellow-backgrd-panel {
   background-color: #f6f8ee;
}

.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }

/* Responsive Styles */
.text-size1 { font-size: 17px; }
.text-size2 { font-size: 22px; }
.text-size3 { font-size: 30px; }
.text-size4 { font-size: 14px; }

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }

    .text-size1 { font-size: 17px; }
    .text-size2 { font-size: 22px; }
    .text-size3 { font-size: 30px; }
    .text-size4 { font-size: 14px; }
}

@media(max-width:991px) {
    footer {
       padding: 40px 0px;
       background-color: lightgray;
       min-height:100px;
       height:100px;
       text-align: center;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    .srch-group {
        margin-right:0px;
    }

    .srch-panel {
        background-color: #f1f1f1;
    }

    .text-size1 { font-size: 14px; }
    .text-size2 { font-size: 16px; }
    .text-size3 { font-size: 20px; }
    .text-size4 { font-size: 12px; }

    footer {
       padding: 20px 0px;
       background-color: lightgray;
       min-height:140px;
       height:100px;
       text-align: center;
    }

    header.carousel {
        height: 40%;
    }
}
