/*!
	Scrolling Nav
 */

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

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: 280px;
	padding-bottom: 300px;
    text-align: center;
    background: #fff;
	height: 100%;
}

.about-section {
    padding-top: 80px;
	padding-bottom: 120px;
    text-align: center;
    background: #ffffff;
	height: 100%;
}

.gallery-section {
    padding-top: 80px;
	padding-bottom: 120px;
    text-align: center;
    background: #fff;
	height: 100%;
}

.amenities-section {
    padding-top: 80px;
	padding-bottom: 120px;
    text-align: center;
    background: #F4F9FD;
	height: 100%;
}

.reservations-section {
    padding-top: 50px;
	padding-bottom: 120px;
    text-align: center;
    background: #F4F9FD;
	height: 100%;
}

.rules-section {
    padding-top: 80px;
	padding-bottom: 120px;
    text-align: center;
    background: #ffffff;
	height: 100%;
}

.services-section {
    padding-top: 80px;
	padding-bottom: 120px;
    text-align: center;
    background: #F4F9FD;
	height: 100%;
}

.contact-section {
    padding-top: 80px;
	padding-bottom: 120px;
    text-align: center;
    background: #ffffff;
	height: 100%;
}



