/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
.carousel-section {
    width: 100%;
	height: 100%;
	text-align: center;
}
.us-section {
    height: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.services-section {
    height: 100%;
    text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #F0F9FE;
}
.gallery-section {
    height: 100%;
    text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.contact-section {
    height: 100%;
    text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media(min-width:767px) {
    .navbar {
        padding: 5px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse { padding: 0; }
}