/*html, body{
	height: 100%;	
}*/

.container{
	max-width: 1230px;
}

.full-container{
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.clear{
	clear: both;
	overflow: hidden;	
}

body{
	font-size: 1rem;
	letter-spacing:.5px;
	line-height:24px;
	color: #474747;
	overflow-x:hidden;
	/*font-family: 'Spartan', Arial, sans-serif;*/
    font-family: 'Nunito', sans-serif;
	font-weight:400;
}

.text-small{
	font-size: 1rem;
}
 
.text-smaller{
	font-size: 0.8rem;
}

img{ 
	max-width:100%;
}
 
.hidden, .hide{
	display:none;
}
/*  ----------------------------------------------------------	*/
/*  						Header 	  						*/
/*  ----------------------------------------------------------	*/

/*
 * Pink - #d82289
 * Light Pink - d97fb4
 * Green - 749c81
 * Teal - 849aa4
 * Yellow eab64e
 *
 **/


#header {
	background: #ffca03;
	color: #fff;
	position: relative;
    /*font-family: "Merriweather Sans";*/
    font-family: peachy-keen-jf, sans-serif;
    font-weight: 400 !important;
}

#header a{
    color: #fff;
}

.badge.badge-secondary{
    background-color: #bed62f;
}

#header a:hover{
    text-decoration: none;
}

#header #subNav a{
	color: #4e4e4e;
    /*font-weight: bold;*/
}

#header .dropdown-item:focus, #header .dropdown-item:hover {
    color: #ffca03 !important;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item{
    padding: 18px 20px;
}

#header .btn{
	box-shadow: none;
}
#subNav{
    background: #e7edea;
    color: #4e4e4e;
	width:100%;
	position: relative;
	/*padding: 0px 15px;*/
}


#hLogo{
	display:flex;
	justify-content: center;
	align-content: center;
	
	padding: 5px 15px;
}
#logo{
	height: 50px;
}

#book-now-header{
	width: 100%;
}

#header .btn{
	font-size:16px;
}

#header .btn span{
	margin: 5px;
    font-family: peachy-keen-jf, sans-serif;
    font-weight: 400 !important;
}

.header-contact{
    font-size: 24px;
    margin-right: 1.2rem;
    color: #7d8e1c;
}

.header-contact a, .header-contact a:hover, .nav-link.sign-in{
    color: #7d8e1c;
}

.social-twitter, .social-facebook{
    border-radius: 4px;
    font-size: 20px;
    position:relative;
    height: 50px;
    width: 50px;
}

.social-twitter{
    background-color:rgb(29, 161, 242);
}

.social-facebook{
    background-color: #597ac7;
}

.social-facebook .fab, .social-twitter .fab{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.social-overlay{
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
}

.header-social a:hover .social-overlay{
    background-color: rgba(255,255,255,0.2);
}

.navbar-expand-xl .navbar-nav .nav-link{
    /*padding-top: 12px;*/
    /*padding-bottom: 26px;*/
    /*padding-left: 35px;*/
    /*padding-right: 35px;*/
    /*line-height: 1em;*/
    /*box-sizing: border-box;*/
    /*font-size: 14px;*/
    /*position: relative;*/
    /*transition: all 0.4s ease;*/
    /*font-weight: bold;*/
}

.nav-item{
    background-color: transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#header .nav-item:hover{
    /*background-color: #ffca03;*/
}

#header #subNav .nav-item:hover .nav-link{
    color: #ffca03;
}

/*.dropdown.nav-item:hover .dropdown-menu*/
.dropdown-menu.show{
    display: block;
}

.dropdown-menu ul li a{
    color: #333333;
    font-size: 13px;
}

.dropdown-menu ul li{
    background-color: transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.dropdown-menu ul li:hover{
    background: #ffca03;
}


@media (min-width: 576px) {
	#book-now-header{
		width:150px;
	}
	
	#logo{
		
	}
	
	#header .btn{
		font-size:22px;
	}
}

@media (min-width: 768px) {
	#logo{
		margin-bottom: 8px;
	}
	
	#hPhone{
		font-size:18px;
	}
}

@media (min-width: 992px) {
	#logo{
		height: 65px;
	}
	#hPhone{
		font-size:22px;
	}
}

@media (min-width: 1200px) {
	#subNav{
        margin-top: 10px;
        padding-bottom: 15px;
        padding-top: 0;
	}
	
	#header .btn{
		font-size:26px;
	}
}


@media (min-width: 768px) {
	#book-now-header{
		width:205px;
	}
}

@media only screen and (max-width: 640px){

}

/*-----------------------------------------------------------------*/
/*                          NEW STYLE                              */
/*-----------------------------------------------------------------*/
.dropdown-menu.show, .dropdown-menu.show{
	display: block;
}
.dropdown-menu, .dropdown-menu-hover{
	position: absolute;
	top: 81%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 12rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 13px;
	color: #4e4e4e /*#333333*/;
	text-align: left;
	list-style: none;
    background-color: #fff /*#bed62f*/;
	background-clip: padding-box;
	/*border: 1px solid regba(0,0,0,.15);*/
	border-radius:.25rem;
}
.myAccountDropdown{
	right: auto;
	left: 50%;
	border-radius: 0;
	-webkit-transform: translate(50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	background: #fff;
	box-shadow: -1px 2px 5px rgba(0,0,0,.13);
	z-index: 2;
	user-select: none;
	color: #1c1e25;
	width: 300px;
	padding: 25px;
}
.dropdown-toggle.user{
	white-space: nowrap;
	height: 50px;
	cursor: pointer;
}

.dropdown-menu-hover{
	display:none;
}

.dropdown-hover:hover .dropdown-menu-hover{
	display: block;
}

#menu-button-wrap{
    background-color: #bed62f;
}

#hMenuButton{
    padding: 10px;
}

#hMenuButton .navbar-toggler span, #hMenuButton .fa{
    font-size: 13px;
}

@media only screen and (max-width:1200px){
    #header .container{
        padding: 0;
    }
}

#subNav.morePadding{
    padding: 10px 15px;
}



#header:after {
    content: "";
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #fff;
    -webkit-mask: url(/assets/images/mask-top.svg) repeat-x 100% 100%;
    mask: url(/assets/images/mask-top.svg) repeat-x 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
    z-index: 1;
    mask-position: 10px bottom;
}

@media only screen and (min-width: 1200px){
#subNav:before {
    content: "";
    height: 12px;
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0px;
    background: #e7edea;
    -webkit-mask: url(/assets/images/mask-top.svg) repeat-x 100% 100%;
    mask: url(/assets/images/mask-top.svg) repeat-x 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-position: top;
}
}

@media only screen and (max-width: 1200px){
    #subNav{
        padding: 0px 15px;
    }
    
}

/*  ----------------------------------------------------------	*/
/*  						Footer 	  						*/
/*  ----------------------------------------------------------	*/
#footer{
    background: #1a1a1a;
    color: #fff;
}

#footer a{
   color: #fff;
}

#footer a:hover{
    color: #ffca03;
    text-decoration: none;
}

#footer #bottomFooter{
	background: #1a1a1a;
}

#footer #subFooter .nav-item .nav-link{
	transition: padding .5s;
}

#footer #subFooter .nav-item .nav-link:hover{
	padding-left:5px !important;
	transition: padding .5s;
}

#footer h3{
    color: #e2e2e2;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: peachy-keen-jf, sans-serif;
}

#footer p{
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.5em;
}



