/*!
 * 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.
 */

body {
    width: 100%;
    height: 100%;
	background: #fff;
}

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

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

.intro-section {
    padding-top: 100px;
    text-align: center;
    background: #cac8ca;
}

.B-area-section {
    text-align: center;
    background: #cac8ca;
}

.C-area-section {
	text-align: center;
    background: #cac8ca;
}

.D-area-section {
    text-align: center;
    background: #cac8ca;
}

.E-area-section {
    text-align: center;
    background: #cac8ca;
}

.F-area-section {
	padding-bottom: 50px;
    text-align: center;
    background: #cac8ca;	
}