html {
	background:url('bgfulldark.jpg');
	background-size:cover;
	background-attachment: fixed;
	height: 100vh;
	min-width: 320px;
	font-family: 'Montserrat';
	font-size: 20px;
	color: white;
}

body{
    width: 100%;
    padding: 0 25px 0 25px;
    box-sizing:border-box;
    margin: auto;
}


h1, h2, h3, div#menu, ul#menu_body{
	font-family: 'Bebas Neue';
}

h1{
    font-size: 7rem;
    line-height: 7rem;
    margin: 0;
    padding: 0;
    color: #fdef7d;
}

h2{
    font-size: 3rem;
    font-weight:100;
    margin: 0;
    padding: 0;
}

ul{
    padding: 0;
    
}
ul li{
    list-style: none;
}

div.section ul li{
    list-style: disc;
    margin-left: 18px;
}

a {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

a:hover{
    color: #fdef7d;
}

div.bg a.action{
	background: #fdef7d;
	color: #444;
	padding: 0px 7px;
	border-radius: 3px;
	border: solid 2px #444;
	font-weight: 700;
	text-transform: uppercase;
}

div.bg a.action:hover{
	background: #444;
	color: #fdef7d;
	padding: 7px 7px;
	border-radius: 3px;
	border: solid 2px #444;
	font-weight: 700;
	text-transform: uppercase;
}

div.bg {
    background: rgba(255,255,255,.8);
    color: #444;
    padding: 25px 50px;
    border-radius: 3px;
}

div#menu {
	display:none;
	position: fixed;
	top:0;
	left:0;
	padding: 0;
	width: 100%;
	background: #fdef7d;
	border-bottom: solid 2px #444;
	text-align:center;
	z-index:99;
}

div#menu.show{
	display: block;
}

ul#menu_top{
    margin: 0;
    z-index:9999;
    display: flex;
    justify-content: center;
    color: #444;
}

ul#menu_top li i.fa-phone,
ul#menu_top li i.fa-email{
	font-size: 1rem;
	vertical-align:middle;
	display:inline-block;
	padding-right: 3px;
	padding-left: 15px;
}


ul#menu_top li.email{
	display: none;
}

ul#menu_top li.email,
ul#menu_body li.email{
	font-size: 1.2rem;
}
ul#menu_top li{
    display:inline-block;
    font-size: 1.4rem;
    line-height: 56px;
}

ul#menu_top li.show_expanded{
	display:none;
}

ul#menu_top li a{
	color: #444;
	padding: 0px 25px;
	height: 100%;
	display: block;
}

ul#menu_top li#bars{
	display: none;
}

ul#menu_top li:hover:not(.nohighlight){
	color: #fdef7d;
	background: #444;
	cursor: pointer;
	a{
		color: #fdef7d;
	}
}

ul#menu_top li#bars{
	min-width:150px;
	cursor:pointer;
}

div#menu.expanded {
	height: 150vh;
	overscroll-behavior: contain;
	overflow: auto;

	ul#menu_top{
		flex-direction:column;
	}
	
	ul#menu_top li#bars{
		display:none;
	}
	
	ul#menu_top li{
		display:block;
		border-bottom: dotted 1px #444;
	}

	ul#menu_top li a{
		width:100%;
		padding:0;
	}

	ul#menu_top li i.fa-solid{
		padding-left: 0px;
	}

	ul#menu_top li.show_mobile{
		display:none;
	}

	ul#menu_top li.email{
		display: block;
	}
	
}

ul#menu_body li{
    list-style: none;
    font-size: 2rem;
    line-height: 2.5rem;
    margin:0;
}

ul#menu_body .fa-solid {
    font-size: 27px;
    vertical-align: middle;
    padding-right: 8px;
}


ul#menu_body li.phone {
    margin-top: 20px;
}

div.section{
	display: none;
	padding-top: 75px;
}

div#home.section{
	padding-top: 25px !important;
}

div.section h1, div.section h2{
	text-align: center;
}

div.section p, div.section li{
	line-height: 1.6rem;
}

div.show{
	display: block;
}

div#home, div#home h1, div#home h2{
    text-align:right;
}

div#booking_form, div.bg {
    margin-top: 25px;
}

div#show_home img{
   	padding: 6px;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    filter: brightness(0) invert(1);
    text-align: center;
    border-radius: 50%;
    box-shadow: 4px 4px 3px -2px rgba(0,0,0,0.4);
    -webkit-box-shadow: 4px 4px 3px -2px rgba(0,0,0,0.4);
    -moz-box-shadow: 4px 4px 3px -2px rgba(0,0,0,0.4);
    z-index: 99;
    cursor: pointer;
}

div#media div.bg{
	text-align: center;

	
}

/*so iframe thumbnail will load correctly */
div#media.section{

	display: block !important;
	position: absolute;
	top: -9999px;
	left: -9999px;
}

div#media.show.section{
	position: unset;
}
/*so iframe thumbnail will load correctly */
.iframe-container {
  position: relative;
 
}

.iframe-container iframe {
  	margin-top: 30px;
    text-align: center;
    border: solid 4px white;
    border-radius: 10px;
    max-width: 800px;
    width: 100%;
    aspect-ratio: 16 / 9;

}

iframe.instagram-media{
	display: inline-block !important;
	margin:auto !important;
	text-align: center !important;
	min-width: 0px !important;

}

iframe .PrimaryCTA, iframe .Feedback, iframe .SocialProof, iframe .Footer{
	display: none !important;
}

@media screen and (min-width: 1281px) {
	div#home{
       
    }
}


@media screen and (min-height: 630px) {
	div#home h1{
		font-size: 8rem;
		line-height: 8rem;
	}

	div#home h2{
		font-size: 3rem;
	}

	div#home ul#menu_body li{
		font-size: 2rem;
		line-height: 2.5rem;
	}

	ul#menu_body .fa-solid{
		font-size:1.3rem;
		padding: 0px;
	}
}

@media screen and (min-height: 756px) {

	

	div#home h1{
		font-size: 9rem;
		line-height: 9rem;
	}

	div#home h2{
		font-size: 4rem;
	}

	div#home ul#menu_body li{
		font-size: 2.5rem;
		line-height: 3rem;
	}

	ul#menu_body .fa-solid{
		font-size:1.8rem;
		padding: 0px;
	}
}

@media screen and (min-height: 945px) {
	div#home h1{
		font-size: 11rem;
		line-height: 11rem;
	}

	div#home h2{
		font-size: 5rem;
	}

	div#home ul#menu_body li{
		font-size: 3rem;
		line-height: 4rem;
	}

	ul#menu_body .fa-solid{
		font-size:1.8rem;
		padding: 0px;
	}
}

@media screen and (max-width: 768px) {
    html{
        background-position-x: 13%;
    }
   div#home, div#home h1, div#home h2{
	    text-align:center;
	}
    div#home h1{
        font-size: 5rem ;
        line-height: 5rem;
        margin-bottom: 25px;
    }
   div#home  h2{
        font-size: 2rem;
        line-height: 2rem;
        
    }
    ul#section_menu{
    	margin-top: 120px
    }

	ul#menu_top li{
		display:none;
	}

	ul#menu_top li#bars{
		display:inline-block;
	}

	
}



@media screen and (max-width: 576px) {
    html{
        background-position-x: 13%;
    }

	body{
		padding-left: 0;
		padding-right: 0;
	}

	div.bg{
		padding-left: 15px;
		padding-right: 15px;
	}
	
  
	.section h1{
		font-size: 3rem;
        line-height: 3rem;
	}

	.section h2{
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    div#home h1{
        font-size: 3rem;
        line-height: 3rem;
    }

    div#home h2{
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

	div.section p, div.section li{
		font-size: .9rem;
		line-height: 1.2rem;
	}

	div#home ul#menu_top li.email,
	div#home ul#menu_body li.email{
		font-size: 1.3rem;
	}
}
