

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
    .navbar {
        padding: 0px 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;
    }
}


.navbar-default{
	background-color:#fff;
}

.banner-section {
    height: 300px;
    text-align: center;
    background: #f7f3f7;
    1padding-top: 300px;
	1padding-bottom:50px;
}




.intro-section {
    min-height: 500px;
    padding-top: 150px;
    text-align: center;
    background: #f7f3f7;
}

.about-section {
    min-height1: 400px;
    padding-top: 70px;
    text-align: center;
    background: #fff;
    padding-bottom: 60px;
}

.policies-section {
    /*min-height: 400px;*/
	padding-top:110px;
    text-align: center;
    background: #cecfce;
	border-top:1px solid #a5a29c;
	border-bottom:1px solid #a5a29c;
	padding-bottom:0px;
}

.careers-section {
    min-height: 400px;
    padding-top:70px;
    text-align: left;
    background: #fff;
	padding-bottom:20px;
}


.services-section {
    height: 400px;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}


.img2-section {
    height: 303px;
    padding-top: 150px;
    text-align: center;
    background: #f7f3f7;

	border-top:1px solid #a5a29c;
	border-bottom:1px solid #a5a29c;
}
 

.contact-section {
    1min-height: 400px;
    padding-top: 70px;
    text-align: center;
    background: #cecfce;
	border-top:1px solid #a5a29c;
	padding-bottom:30px;
}


.footer-section {
	border-top:1px solid #a5a29c;
    min-height: 60px;
    padding-top: 0px;
    text-align: left;
    background: #f7f3f7;
	padding-bottom:30px;
	min-height:600px;


}