/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
Skeleton CSS Library Styling
  - Grid
  - Base Styles
  - Typography
  - Links
  - Buttons
  - Forms
  - Lists
  - Code
  - Tables
  - Spacing
  - Utilities
  - Clearing
  - Media Queries
*/
 

/* Container
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box; 
}

#wrapper{
  overflow: hidden;
}

@media (min-width: 1024px) {
  .container {
    width: 100%;
    padding: 0;
    max-width: 1050px;
  }
}
@media (max-width: 1100px) and (min-width: 1000px) {
  .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}


/* Font Variables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --base-font: 'Nunito', sans-serif;
  --heading-font: 'tiempos-fine', sans-serif;
  --alt-font: 'Poppins', sans-serif;
	
/* font-family: 'DM Sans', sans-serif;
font-family: 'Libre Franklin', sans-serif;
font-family: 'Poppins', sans-serif; */
}

@font-face {
  font-family: 'tiempos-fine';
  src: url('fonts/tiempos-fine-web-medium.woff2') format('woff2');
}

.tiempos-fine, .tiempos-fine *{
  font-family: 'tiempos-fine', sans-serif;
}

.poppins, .poppins *{
  font-family: 'Poppins', sans-serif;
}

.nunito, .nunito *{
  font-family: 'Nunito', sans-serif;
}

.source-sans, .source-sans *{
  font-family: 'Source Sans 3', sans-serif;
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; 
}
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: var(--base-font);
  color: #162E5D; 
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
}
h1 { font-size: 3.7rem; line-height: 1.3;  }
h2 { font-size: 3.7rem; line-height: 1.25; }
h3 { font-size: 2.4rem; line-height: 1.3;  }
h4 { font-size: 2.2rem; line-height: 1.35; }
h5 { font-size: 2.0rem; line-height: 1.5;  }
p, li { font-size: 1.7rem; line-height: 1.5; }
.xl-p { font-size: 2.6rem; line-height: 1.7; }

h1, h2, h3{
  font-family: var(--heading-font);
	font-weight: 500;
}
h4, h5, h6, p, li, .btn{
  font-family: var(--base-font);
}
h3, h4, h5, h6{
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6{
  color: #162E5D;
}
p, li{
  color: #162E5D;
}

.display-font{
  font-family: var(--heading-font);
}
.regular-font{
  font-family: var(--base-font);
}

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 7rem; }
  h2 { font-size: 5.3rem; }
  h3 { font-size: 4.3rem; }
  h4 { font-size: 3rem; font-weight: 600}
  h5 { font-size: 2.4rem; }
  p, li  { font-size: 1.8rem; }
  .xl-p { font-size: 2.6rem;}
}

p {
  margin-top: 0; }





/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
}
li {
  margin-bottom: 1rem; }



/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 0rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 0rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 0rem; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/******************************************************************/
/*                  Navigation: Standard                          */
/******************************************************************/
.mobile-navigation{
  z-index: 1000;
  position: relative;
}
.mobile-navigation .phone, .mobile-navigation .book-online{
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  letter-spacing: -0.5px;
}
.mobile-navigation .phone svg{
  fill: #51B39E;
  height: 15px;
  margin-top: -3px;
}
.offcanvas-menu > label, .unsticky-nav label, .sticky-nav label{
  position: absolute;
  top: 18px;
  right: 21px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  z-index: 100;
}
.offcanvans-menu > label{
    position: fixed;
}
.unsticky-nav label{
	position: absolute;
  top: 6px;
  right: 5px;
}
.sticky-nav img{
  width: 60px;
}

.offcanvas-menu label span, .offcanvas-menu label span::before, .offcanvas-menu label span::after, .unsticky-nav label span, .unsticky-nav label span::before, .unsticky-nav label span::after, .sticky-nav label span, .sticky-nav label span::before, .sticky-nav label span::after{
  transition: background 0.3s, transform 0.3s;
	border-radius: 20px;
}
.offcanvas-menu label span, .offcanvas-menu label span::before, .offcanvas-menu label span::after, .unsticky-nav label span, .unsticky-nav label span::before, .unsticky-nav label span::after, .sticky-nav label span, .sticky-nav label span::before, .sticky-nav label span::after{
  content: "";
  position: absolute;
  height: 5px;
  width: 40px;
  background: #162E5D;
}
.offcanvas-menu label span::before, .unsticky-nav label span::before, .sticky-nav label span::before {
  transform: translateY(-12px);
}
.offcanvas-menu label span::after, .unsticky-nav label span::after, .sticky-nav label span::after {
  transform: translateY(12px);
}
.offcanvas-menu nav {
  position: fixed;
  height: 100%;
  width: 100vw;
  right: -100vw;
  top: 0;
  overflow: hidden;
  background: rgba(0,0,0,.5);
  transition: 0.3s ease;
	z-index:9999;
	overflow: scroll;
}
.offcanvas-menu nav .nav-container {
  width: 80vw;
  height: 100%;
  position: absolute;
  right: 0;
  background-color: #fff;
}

.offcanvas-menu nav > div a i {
  font-size: 4rem;
  background: linear-gradient(120deg, #49a4ed 30%, #3d00a9 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.offcanvas-menu nav > div label {
  width: 30px;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
  right: 23px;
  position: absolute;
}
.offcanvas-menu nav > div label span, .offcanvas-menu nav > div label span:before, .offcanvas-menu nav > div label span:after {
  background: #4d4d4d;
}
.offcanvas-menu nav > ul {
  margin-top: 30px;
  counter-reset: nav-link-count;
}
.offcanvas-menu nav > ul li {
  cursor: pointer;
  transform: translateX(-30px);
  opacity: 0;
  transition: 0.4s ease;
  counter-increment: nav-link-count;
  background-color: #172A46;
  margin-bottom: 0;
  padding-left: 25px;
}
.offcanvas-menu nav > ul li a {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  color: #C7DDDB;
  display: block;
  text-decoration: none;
}


.offcanvas-menu input[type="checkbox"] {
  display: none;
}
.offcanvas-menu input[type="checkbox"]:checked ~ label {
  opacity: 0;
  pointer-events: none;
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav {
  right: 0;
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav label span {
  background: transparent;
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav label span:before {
  transform: rotate(-45deg);
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav label span:after {
  transform: rotate(45deg);
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav label span:before, .offcanvas-menu input[type="checkbox"]:checked ~ nav label span:after {
  transition-delay: 0.2s;
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav ul li {
  opacity: 1;
  transform: translateX(0px);
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(4) {
  transition-delay: 0.4s;
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(5) {
  transition-delay: 0.5s;
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(6) {
  transition-delay: 0.6s;
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(7) {
  transition-delay: 0.7s;
}
#menu-main-menu{
  width: 100%;
}

.offcanvas-menu .menu-item-has-children a{
  width: 100%;
  display: block;
}

.unsticky-nav .top-bar{
	display: flex;
}
.mobile-navigation .unsticky-nav .top-bar{
  display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-right: 86px; */
    width: 80%;
    padding-right: 3vw;
}
.unsticky-nav .bottom-bar{
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}
.unsticky-nav .bottom-bar img{
	width: 215px;
}

.unsticky-nav .top-bar .logo-bg img{
  margin-left: auto;
    margin-right: auto;
}
.unsticky-nav .social-links{
	margin-top: 19px;
	margin-left: 19px;
	display: flex;
    justify-content: center;
    align-items: start;
    gap: 15px;
}
.unsticky-nav .social-links svg{
	height: 20px;
}
.unsticky-nav .social-links svg{
	fill: #C7DDDB;
}
.unsticky-nav .booking-icon{
  width: 22px;
  height: 22px;
}
.nav-btn{
  color: #162E5D;
  background-color: #CEE5E9;
  height: 41px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.nav-btn:hover{
	color: #584D3E;
}
.nav-btn:hover #Rectangle_4763{
	fill: white;
}
.nav-btn .desktop-only{
	display: none;
}
.nav-btn.phone svg{
	width: 20px;
	max-height: 20px;
	fill: #584D3E;
}
.nav-btn svg{
	margin-right: 5px;
}
.logo-bg{
  justify-content: center;
  display: flex;
  align-items: center;
}
@media(max-width: 1000px){
	.nav-btn{
		padding-left: 5px;
    	padding-right: 5px;
	}
}
.offcanvas-menu .toogle-close{
	top: 20px;
}
.offcanvas-menu .toogle-close span, .offcanvas-menu .toogle-close span::before, .offcanvas-menu .toogle-close span::after{
	width: 30px;
	background-color: #162E5D;
}
.offcanvas-menu img{
	width: 184px;
	margin-bottom: 30px;
  margin-top: 60px;
}
.offcanvas-logo-container{
	    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
    background: #CEE5E9;
}

.offcanvas-menu #menu-main-menu, .offcanvas-menu #menu-main-menu .sub-menu{
	list-style: none;
}
.offcanvas-menu #menu-main-menu > li{
	margin-bottom: 0;
  border-bottom: solid #DFDFDF 2px;
  background-color: #fff;
}
.offcanvas-menu #menu-main-menu a{
	text-decoration: none;
  margin-left: 25px;
	color: #162E5D;
	height: 50px;
	display: flex;
    align-items: center;
	padding-left: 25px;
	display: block;
    width: 100%;
    padding-top: 10px;
  
}
.offcanvas-menu #menu-main-menu .sub-menu{
	margin-left: 0;
	display: block;
    background: rgb(229,229,229);
	background: linear-gradient(0deg, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 95%, rgba(229,229,229,1) 100%);
	position: relative;
	opacity: 0;
	height: 0px;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.offcanvas-menu #menu-main-menu .sub-menu.slide-down{
    opacity: 1;
	height: fit-content;
}

.offcanvas-menu #menu-main-menu .sub-menu li{
	background-color: rgba(255,255,255,.1);
	margin-bottom: 0px;
  padding-left: 20px;
}
.offcanvas-menu .sub-menu{
	margin-top: 0px;
	margin-bottom: 0px;
}
.offcanvas-menu .menu-item-has-children a:not(.menu-item-has-children .menu-item a)::after{
  content: "";
  font-size: 19px;
  color: #162E5D;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 17px;
  right: 20px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #162E5D;
  opacity: 1;
  transition: ease-in-out .2s all;
}


.offcanvas-menu .menu-item-has-children.active a:not(.menu-item-has-children .menu-item a)::after{
  transform: rotate(90deg);
  opacity: .8;
	top: 14px;
    right: 6px;
}

.unsticky-nav{
    z-index: 101;
    position: relative;
  margin-top: 16px;
  margin-left: 20px;
    margin-right: 20px;
}
.sticky-nav{
	background-color: rgba(255,255,255,.8);
	-webkit-box-shadow: 0px 6px 44px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 6px 44px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 6px 44px 0px rgba(0,0,0,0.75);
}
@media(max-width: 768px){
	.sticky-nav{
		background-color: rgba(255,255,255,.8);
		-webkit-box-shadow: 0px 6px 44px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 6px 44px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
	}
}
/* Show Hide Sticky Header Speed Control */
.sticky-nav {
	transition: all .4s ease!important;
	z-index: 100;
	position: fixed;
	width: 100%;
	top: 0px;
}
.sticky-nav .nav-btn{
	padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.sticky-nav .nav-btn svg{
	margin-right: 3px;
}


.desktop-navigation{
	display: none;
	position: relative;
	z-index: 100;
}
.desktop-navigation .top-section{
  background-color: #446D74;
}
.desktop-navigation .top-section .right{
  display: flex;
  justify-content: center;
  align-items: center;
}

.desktop-navigation .top-section .container{
  max-width: 1200px;
  padding-left:20px;
  padding-right:20px;
  display: flex;
  height: 41px;
  align-items: center;
  justify-content: space-between;
}
.desktop-navigation .top-section .phone, .desktop-navigation .top-section .map, .desktop-navigation .top-section .refer{
  margin-right: 50px;
  color: #FDE2DA;
  text-decoration: none;
  transition: ease-in-out .2s color;
  text-transform: uppercase;
}
.desktop-navigation .top-section .phone:hover, .desktop-navigation .top-section .map:hover, .desktop-navigation .top-section .refer:hover{
  color: white;
}
.desktop-navigation .top-section .phone svg, .desktop-navigation .top-section .map svg, .desktop-navigation .top-section .refer svg{
  fill: #FDE2DA;
  margin-right: 8px;
  transition: ease-in-out .2s fill;
  margin-bottom: -2px;
}
.desktop-navigation .top-section .phone:hover svg, .desktop-navigation .top-section .map:hover svg, .desktop-navigation .top-section .refer:hover svg{
  fill: white;
}
.desktop-navigation .top-section .nav-btn{
  color: #162E5D;
  text-decoration: none;
  transition: ease-in-out .2s all;
}

.desktop-navigation .top-section .nav-btn:hover{
  background-color: #E7BAB7;
}

@keyframes grow-shrink {
  0%   {transform: scale(1);}
  50%  {transform: scale(1.1);}
  75%  {transform: scale(1.2);}
  90%  {transform: scale(1.3);}
  100% {transform: scale(1);}
}
@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% { transform: scale(.9); }
  100% { transform: scale(1); }
}


.sticky-desktop{
  top: -300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: rgba(255, 255, 255, .9);
  height: 85px;
  margin: 0 auto;
  justify-content: space-between;
  width: 100%;
  transition: ease-in-out .5s all;
}

.sticky-desktop.sticky{
  transition: ease-in-out .5s all;
  background-color: rgba(255, 255, 255, 1);
}
.sticky-desktop .inner-container{
  max-width: 1200px;
  padding-left:20px;
  padding-right:20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

@media(max-width: 1330px) and (min-width: 1001px){
  .desktop-navigation .top-section .container, .sticky-desktop .inner-container{
    max-width: 1000px;
    padding-left:20px;
    padding-right:20px;
  }
  .desktop-navigation #menu-left-desktop, .desktop-navigation #menu-right-desktop {
    margin-left: 0px !important;
  }
}
.sticky-desktop .main-logo{
  width: 100%;
  max-width: 144px;
}
.sticky-desktop .gif-logo{
  width: 100%;
  max-width: 50px;
  margin-bottom: -2px;
}

.sticky-desktop .nav-btn {
  margin-bottom: 0px;
}

.sticky-desktop .menu-item-has-children a{
  color: #162E5D;
  text-decoration: none;
  text-transform: uppercase;
}
.sticky-desktop .menu-item a{
  color: #162E5D;
  text-decoration: none;
  text-transform: uppercase;
	font-weight: bold;
}

.desktop-navigation .container{
	max-width: 1224px;
}

.desktop-navigation ul{
	list-style: none;
}
.desktop-navigation #menu-left-desktop, .desktop-navigation #menu-right-desktop{
  display: flex;
	gap: 60px;
  margin-top: 65px;
  margin-left: 60px;
}
.desktop-navigation #menu-left-desktop > li, .desktop-navigation #menu-right-desktop > li{
	  width: fit-content;
    display: inline-block;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: -30px;
    top: -18px;
	font-size: 1.35rem;
}
.desktop-navigation .sub-menu{
/* 	display: none; */
	width: 254px;
}
.desktop-navigation #menu-left-desktop > li .sub-menu, .desktop-navigation #menu-right-desktop > li .sub-menu{
	position: absolute;
	margin-left: 0px;
	padding: 20px 10px;
  border-radius: 0px 0px 20px 20px;
  -webkit-box-shadow: 0px 7px 9px 1px rgba(0,0,0,0.13);
  -moz-box-shadow: 0px 7px 9px 1px rgba(0,0,0,0.13);
  box-shadow: 0px 7px 9px 1px rgba(0,0,0,0.13);
  margin-top: -200px;
  left: 0px;
  top: -200px;
  opacity: 0;
  transition: ease-in-out .2s opacity;
  background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0.8995973389355743) 0%, rgba(255,255,255,0.8995973389355743) 73%, rgba(229,229,229,0.9023984593837535) 100%);
}
.desktop-navigation #menu-left-desktop > li:hover .sub-menu, .desktop-navigation #menu-right-desktop > li:hover .sub-menu{
	display: block !important;
	position: absolute;
	margin-left: 0px;
	padding: 20px 10px;
  border-radius: 0px 0px 20px 20px;
  -webkit-box-shadow: 0px 7px 9px 1px rgba(0,0,0,0.13);
  -moz-box-shadow: 0px 7px 9px 1px rgba(0,0,0,0.13);
  box-shadow: 0px 7px 9px 1px rgba(0,0,0,0.13);
  margin-top: 14px;
  left: -36px;
  top: 34px;
  opacity: 1;
}

.desktop-navigation #menu-left-desktop > li:hover .sub-menu, .desktop-navigation #menu-right-desktop > li:hover .submenu{
  background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0.8995973389355743) 0%, rgba(255,255,255,0.8995973389355743) 95%, rgba(229,229,229,0.9023984593837535) 100%);
  border-radius: 0px 0px 20px 20px;
}

/* .desktop-navigation #menu-left-desktop > li:nth-of-type(2):hover .sub-menu, .desktop-navigation #menu-right-desktop > li:nth-of-type(2):hover .sub-menu{
  width: 400px;
} */
.desktop-navigation .sub-menu li{
	padding: 3px 26px;
	text-align: left;
	margin-bottom: 0;
	font-size: 1.35rem;
  /* padding-bottom: 15px; */
  
}
.desktop-navigation .sub-menu li a{
  border-bottom: solid rgba(0,0,0,0) 2px;
  transition: ease-in-out .2s all;
  line-height: 1.4em;
  text-transform: unset;
}
.desktop-navigation .sub-menu li:hover a{
  border-bottom: solid #31978F 2px;
}
.desktop-navigation #menu-left-desktop > li .sub-menu li:hover a, .desktop-navigation #menu-right-desktop > li .sub-menu li:hover a{
  border-bottom: solid #354873 2px;
}

.desktop-navigation #menu-left-desktop > li .sub-menu a, .desktop-navigation #menu-right-desktop > li .sub-menu a{
  color: #354873;
}
.desktop-navigation ul{
	margin: 0px;
}

.desktop-navigation ul li .sub-menu {
/*   display: none; */
}

.desktop-navigation ul li:hover .sub-menu {
  display: block;
  position: absolute;
  top: 69px;
  left: -25px;
  /* left: 50%; */
  /* transform: translateX(-50%); */
}

.desktop-navigation ul li ul li {
  line-height: 0em;
  display: block;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  /* Add any other styles for the sticky state here */
}


.menu-right-desktop, .menu-left-desktop{

}


@media(min-width: 1000px){
	.mobile-navigation{
		display: none;
	}
	.desktop-navigation{
		display: block;
	}
	.mobile-only{
		display: none;
	}
	.desktop-only{
		display: inline !important;
	}
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}





.logo-container{
  background-color: #584D3E;
  border-bottom: #95BDBB 16px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.logo-container img{
  width: 250px;
}
@media(min-width: 1000px){
  .logo-container{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}


@media(max-width: 1000px){
  #hide-header[style="top: 0px;"]{
    background-color: white !important;
  }
}



.fake-footer{
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  background-color: #446D74;
  width: 100%;
  justify-content: space-between;

}
.fake-footer a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.5rem;
}
.fake-footer .phone svg, .fake-footer .map svg{
  width: 20px;
  height: 20px;
  fill: #FDE2DA;
}
.fake-footer .phone, .fake-footer .map{
  color: #FDE2DA;
  margin-left: 20px;
  margin-right: 20px;

}

.fake-footer .book-online{
  color: #162E5D;
  width: 156px;
  height: 66px;
  background-color: #CEE5E9;
  text-transform: uppercase;
}
.fake-footer .book-online #Rectangle_4763{
  fill: #CEE5E9;
}
.fake-footer .book-online #Ellipse_395{
  fill: #FA705F;
}
.fake-footer .book-online #Path_271284{
  stroke: #CEE5E9;
}

@media(max-width: 768px){
  .fake-footer{
    display: flex;
  }
  #hide-header{
    height: 90px;
  }
}


.part-one-logo{
    width: 46px !important;
    position: relative;
    bottom: -2px;
}
.part-two-logo{
  width: 115px !important;
}

#hide-header span::before, #hide-header span::after{
  width: 20px;
}
#hide-header span::after{
  right: 0;
}

