/*!
 * 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.
 */


@media(min-width:767px) {
    .navbar {
        padding:5px 0px 5px 0px; z-index:1;
        -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;
    }

	.navbar1 {
        padding:300px 0px 0px 0px;
        -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;
		}
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children
of those sections to manage the look and feel of the site. */

 .intro-section {
    height: auto; width:100%; margin-top:0px;
    padding:95px 20px 50px 20px; 
    text-align: center;
     overflow:hidden;
     background:#fff;
     box-sizing: border-box; 
     background: /*url(../images/bg/about.jpg)*/ #fff; /*  background-attachment: fixed;*/-position:bottom center; background-size:cover; background-repeat:no-repeat;position:relative; 
}

.location-section {
    height:auto;
    padding:95px 20px 50px 20px; 
    text-align: center; display:block;
    overflow:hidden; 
    background: url(../images/bg/location.png) #e6ebed; background-position:bottom right; background-repeat:no-repeat;position:relative;
 }

.location-section img{ width:100%; text-align:center; height:auto; margin:10px 0px; border:0px solid #1d2123;border-radius:0px}

.location-section .content1 {
    display:block; margin:200px 0px ;
}

.about-section {
    height:auto;
    padding-top:95px;
    padding-bottom:50px;
    text-align: center;
    overflow:hidden;background:#384043;; 
}

.amenities-section{
    height:auto;
    padding:95px 20px 50px 20px; 
    margin-top:0px;
    text-align: center;
    overflow:hidden; 
    background: url(../images/bg/amenities.jpg) #fff;  background-attachment: fixed;background-position:bottom center; background-size:cover; background-repeat:no-repeat;position:relative; 
}

.galley-section{
    height:auto;
    padding:95px 20px 50px 20px; 
    margin-top:0px;
    text-align: center;
    overflow:hidden; 
    background: url(../images/bg/gallery.jpg) #fff;  background-attachment: fixed;background-position:bottom center; background-size:cover; background-repeat:no-repeat;position:relative; 
}

 
.layout-section {
    height:auto;
    padding:95px 20px 50px 20px;
    text-align: center;
    overflow:hidden;background:#5a707c; 
}

.price-section {
    height:auto;
    padding:95px 20px 50px 20px;
    text-align: center;
    overflow:hidden;background:#ebf1f3; 
}

 

.contact-section {
    height:auto;
    padding:95px 20px 50px 20px;
    text-align: center;
    overflow:hidden;background:#fff; 
}

 
.status-section {
    height:auto;
    padding:95px 20px 50px 20px;
    text-align: center;
    overflow:hidden;background:#4c565c; 
}
 

.connect-section {
    height:auto;
    padding-top:10px;padding-bottom:0px;
    text-align: center;
    background:#fff; overflow:hidden;
}

.layout-section img{ width:100%; text-align:center; height:auto; margin:10px 0px; border:2px solid #ccc;border-radius:6px}
 
 