html{
  padding:0;
  margin:0;

}
body{
  margin:0;
  padding:0;
  background: rgb(251, 251, 251);
}

main{
  display:flex;
  flex-direction: column;
  flex:1;
  top:0;
  margin-top:12px;
  left:0;
  position:relative;
  overflow: hidden;
  min-height:100vh;
  z-index:3;
}

header{
  position:relative;
  width:100%;

}

footer{
  background:var(--primary);
  min-height:50vh;

}


a {color:var(--secondary);
  text-decoration: none;
  transition: all 0.3s;
}
a:hover{
  color:var(--bright);
  text-decoration: none;
}



.hidden-menu{
  margin-left:100%;
}





.h-full{
  height:100%;
}
.h-100vw{
  height:100vh;
}
.w-full{
  width:100%;
}

.slide-fade-enter-active {
  transition: all .2s ease;
}
.slide-fade-leave-active {
  transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-fade-enter, .slide-fade-leave-to
/* .slide-fade-leave-active below version 2.1.8 */ {
  transform: translateX(10px);
  opacity: 0;
}

.imgWrap{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.imgSrc{
    max-width: none;
    display:flex;
    flex-direction: column;
    height:100%;
    width:auto;
}

.mx-auto{
  margin-left:auto;
  margin-right:auto;
}


.flex-row {
  display:flex;
  flex-direction: row;
}
.flex-col{
  display:flex;
  flex-direction: column;
}


@media only screen  and (max-width : 999px) {



  #offsetMenu{
    width:100%;
    top:0;
    height:100vh;
    position:fixed;
    background: white;
    z-index:10000;
    transition: margin-left 0.3s ease;
    }
    .menu-reveal{
      margin-left:0;
    }

    .menu-container{
      margin:36px 36px 36px 64px;
    }

  .logo-box {

    z-index:2;
    width: 70vw;
    height:190px;
    border-radius:0 0 2px 0;
    } 
    .logo{
      width:100%;
      height:100%;
      margin-top:-3%;
    }
    .logo img{
      width:70%;
      height:auto;
    }

    .menu-wrap{
      
      z-index:3333300;
      flex:1;
      display:flex;
      align-items:center;
      justify-content:center;
      position:relative;
      
      
    }
    .close{
      color:rgb(245, 117, 117);
      font-weight:600;
      margin-left:50px;
      transition: all 0.3s;
      cursor:pointer;
      height:40px;
      width:40px;
    }
    .close:hover{
      opacity:0.7;
    }
    .menu-btn{
      z-index:20000;
      position:fixed;
      top:40px;
      font-weight:800;
      margin:auto;
      cursor:pointer;
      background:white;
      padding:18px 20px;
      border-radius:3px;
      transition:all 0.3s;
    }


    .hidden-expanded-menu{
      border-radius:4px;
      font-size:0.75em;
      margin-left:6px;
    }
    
    .menu-title{
      color: var(--secondary);
      font-size:1.2em;
      font-weight:500;
      margin-bottom:12px;
    }
    
    .menu-item{ 
      color:var(--secondary);
      font-size: 1.4em;
      line-height:1.8em;

      font-weight:700;
      text-decoration: none;
      cursor:pointer;
      transition:0.3s all;
     }

     .sub-menu-item{
      display:flex;
     align-items:center;
    }
    .menu-icon{
      padding-right:8px;
     height:0.9em;
    }

     .active{
      color:var(--bright);
       
     }
    

     .book-btn{
      padding:12px 18px;
      background:var(--secondary);
      text-decoration: none;
      color:white;
      font-size:0.9em;
      box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
      transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    }

    .book-btn:hover{
      color:white;
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }
    
  .contact-form {
    width: 22vw;
  }

  .flexible{
    display:flex;
    flex-direction: column;
  }


  footer .footer-title{
  font-size:2em; 
  text-align:center;
  color:white;
  }

  .sub-footer{
    width: 35vw;
    text-align:center;
    color:white;
    font-family: 'TT Norms Light';
    margin-bottom:36px;
    font-size:0.9em;
  }

  .contact-form label{
    color:white;
    font-family: 'TT Norms';
    margin-bottom:3px;
    margin-top:12px;
    font-size:0.8em;
  }
  
  .contact-form input{
    padding:14px 14px;
    border:none;
    outline:none;
    color:black;
    font-family: 'Lato';
    font-weight:400;
    border-radius:4px;
    font-size:0.7em;
  }
  
  .textarea{
    padding:14px 14px;
    height:40px;
    font-family: 'Lato';
    margin-bottom:12px;
    border-radius:4px;
  }
  
  .message{
    color:white;
    font-style: italic;
    font-size:0.8em;
    font-family: 'Lato';
    font-weight:200;
    
  }
  
  .button{
    padding:8px 12px;
    background:white;
    border-radius:2px;
    transition: all 0.3s ease;
    cursor:pointer;
    color:var(--cobalt);
    margin-top:5px;
    font-size:0.7em;
  }
  
  .button:hover{
    background: var(--tOff);
  }

  #background{
    position:absolute;
    height:180vw;
    width:180vw;
    border-radius:100%;
    overflow:hidden;
    right:-140vw;
    z-index:2;
    margin-top:-95vh;
  }
  #background img{
    position: absolute;
    z-index:2;
    
    opacity:0.09;
    
    filter: grayscale(100%);
  }

  .container{
    width:100%;
  }
  
}

@media only screen  and (min-width : 1000px) {

  .hidden-md{
    display:none;
  }

  .flexible{
    display:flex;
    flex-direction: row;
  }
  .container{
    width:80%;
    max-width:1500px;
  }


  #offsetMenu{
    width:30%;
    top:15vh;
    position:fixed;
    background: white;
    box-shadow:-2px 2px 14px rgba(0, 0, 0, 0.096);
    z-index:10000;
    transition: margin-left 0.3s ease, height 0.3s ease;
    
    }

  .menu-reveal{
    margin-left:62vw;
  }

    .menu-container{
      padding:48px 48px 48px 80px;
    }

.logo-box {
width: 100%;

height:20vh;
position: relative;
z-index:2;
border-radius:0 0 2px 0;
}
.logo{
  width:30%;
  height:100%;
}
.logo img{
  width: 50%;
  height:auto;
}

.menu-wrap{
  z-index:400;
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  
}

.menu-btn{
  position:fixed;
  top:90px;
  right:90px;
  font-weight:800;
  margin:auto;
  cursor:pointer;
  transition:0.3s;
  font-size:1.2em;
}
.menu-btn:hover{
  color: var(--primary);
}

.menu-title{
  color: var(--primary);
  font-size:1em;
  font-weight:500;
  margin-bottom:24px;
}

.menu-item{ 
  color:var(--secondary);
  font-size: 1.4em;
  line-height:1.8em;
  font-weight:700;
  text-decoration: none;
  cursor:pointer;
  transition:0.3s all;
 }

 .sub-menu-item{
  display:flex;
 align-items:center;
}
.menu-icon{
  padding-right:12px;
 height:0.9em;
}

 .hidden-expanded-menu{
  padding:12px 18px;
  border-radius:4px;
  font-size:0.8em;
  margin-left:12px;
}

 .menu-item:hover{
   opacity:0.65;

 }
 .active{
  color:var(--bright);

   
 }
 
 .close{
  color:rgb(245, 117, 117);
  font-weight:600;
  margin-left:50px;
  transition: all 0.3s;
  cursor:pointer;
  height:40px;
  width:40px;
}
.close:hover{
  opacity:0.7;
}



.book-btn{
  padding:12px 18px;
  background:var(--secondary);
  text-decoration: none;
  color:white;
  font-size:0.9em;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.book-btn:hover{

    color:white;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}


.contact-form {
  width: 90vw;
}

footer .footer-title{
  font-size:2em; 
  text-align:center;
  color:white;
  }

.sub-footer{
  width: 80vw;
  text-align:center;
  color:white;
  font-family: 'TT Norms Light';
  margin-bottom:24px;
  font-size:0.955em;
}

.contact-form label{
  color:white;
  font-family: 'TT Norms';
  margin-bottom:3px;
  margin-top:12px;
  font-size:0.9em;
}

.contact-form input{
  padding:14px 14px;
  border:none;
  outline:none;
  color:black;
  font-family: 'Lato';
  font-weight:400;
  border-radius:4px;
  font-size:0.9em;
}

.textarea{
  padding:14px 14px;
  height:40px;
  font-family: 'Lato';
  margin-bottom:12px;
  border-radius:4px;
}

.message{
  color:white;
  font-style: italic;
  font-size:1em;
  font-family: 'Lato';
  font-weight:200;
  margin-bottom:6px;
  
}

.button{
  padding:8px 12px;
  background:white;
  border-radius:2px;
  transition: all 0.3s ease;
  cursor:pointer;
  color:var(--cobalt);
  margin-top:5px;
  font-size:0.9em;
}

.button:hover{
  background: var(--tOff);
}   


}







.flex-row.items-grow .item, .flex-col.items-grow .item {
  flex-grow: 1; }
.flex-row.items-noshrink .item, .flex-col.items-noshrink .item {
  flex-shrink: 0; }
.flex-row.wrap, .flex-col.wrap {
  flex-wrap: wrap; }
.flex-row.nowrap, .flex-col.nowrap {
  flex-wrap: nowrap; }
.flex-row.wrap-reverse, .flex-col.wrap-reverse {
  flex-wrap: wrap-reverse; }
.flex-row.align-start, .flex-col.align-start {
  align-items: flex-start; }
.flex-row.align-center, .flex-col.align-center {
  align-items: center; }
.flex-row.align-end, .flex-col.align-end {
  align-items: flex-end; }
.flex-row.align-stretch, .flex-col.align-stretch {
  align-items: stretch; }
.flex-row.items-start, .flex-col.items-start {
  justify-content: flex-start; }
.flex-row.items-center, .flex-col.items-center {
  justify-content: center; }
.flex-row.items-end, .flex-col.items-end {
  justify-content: flex-end; }
.flex-row.items-stretch, .flex-col.items-stretch {
  justify-content: stretch; }
.flex-row.items-space-around, .flex-col.items-space-around {
  justify-content: space-around; }
.flex-row.items-space-between, .flex-col.items-space-between {
  justify-content: space-between; }
.flex-row.items-space-even, .flex-col.items-space-even {
  justify-content: space-evenly; }
.flex-row.content-start, .flex-col.content-start {
  align-content: flex-start; }
.flex-row.content-center, .flex-col.content-center {
  align-content: center; }
.flex-row.content-end, .flex-col.content-end {
  align-content: flex-end; }
.flex-row.content-stretch, .flex-col.content-stretch {
  align-content: stretch; }
.flex-row.content-space-around, .flex-col.content-space-around {
  align-content: space-around; }
.flex-row.content-space-between, .flex-col.content-space-between {
  align-content: space-between; }
.flex-row.content-space-even, .flex-col.content-space-even {
  align-content: space-evenly; }

  .p-0{padding:0}.p-3{padding:3px}.p-5{padding:5px}.p-10{padding:10px}
  .p-15{padding:15px}.p-20{padding:20px}.p-25{padding:25px}.p-30{padding:30px}
  .p-35{padding:35px}.p-40{padding:40px}.p-45{padding:45px}.p-50{padding:50px}
  .pt-0{padding-top:0}.pt-3{padding-top:3px}.pt-5{padding-top:5px}
  .pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}
  .pt-25{padding-top:25px}.pt-30{padding-top:30px}.pt-35{padding-top:35px}
  .pt-40{padding-top:40px}.pt-45{padding-top:45px}.pt-50{padding-top:50px}
  .pr-0{padding-right:0}.pr-3{padding-right:3px}.pr-5{padding-right:5px}
  .pr-10{padding-right:10px}.pr-15{padding-right:15px}.pr-20{padding-right:20px}
  .pr-25{padding-right:25px}.pr-30{padding-right:30px}.pr-35{padding-right:35px}
  .pr-40{padding-right:40px}.pr-45{padding-right:45px}.pr-50{padding-right:50px}
  .pb-0{padding-bottom:0}.pb-3{padding-bottom:3px}.pb-5{padding-bottom:5px}
  .pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}
  .pb-25{padding-bottom:25px}.pb-30{padding-bottom:30px}.pb-35{padding-bottom:35px}
  .pb-40{padding-bottom:40px}.pb-45{padding-bottom:45px}.pb-50{padding-bottom:50px}
  .pl-0{padding-left:0}.pl-3{padding-left:3px}.pl-5{padding-left:5px}.pl-10{padding-left:10px}
  .pl-15{padding-left:15px}.pl-20{padding-left:20px}.pl-25{padding-left:25px}.pl-30{padding-left:30px}
  .pl-35{padding-left:35px}.pl-40{padding-left:40px}.pl-45{padding-left:45px}.pl-50{padding-left:50px}
  .m-0{margin:0}.m-3{margin:3px}.m-5{margin:5px}.m-10{margin:10px}.m-15{margin:15px}.m-20{margin:20px}
  .m-25{margin:25px}.m-30{margin:30px}.m-35{margin:35px}.m-40{margin:40px}.m-45{margin:45px}.m-50{margin:50px}
  .mt-0{margin-top:0}.mt-3{margin-top:3px}.mt-5{margin-top:5px}.mt-10{margin-top:10px}.mt-15{margin-top:15px}
  .mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}.mt-40{margin-top:40px}
  .mt-45{margin-top:45px}.mt-50{margin-top:50px}.mr-0{margin-right:0}.mr-3{margin-right:3px}.mr-5{margin-right:5px}
  .mr-10{margin-right:10px}.mr-15{margin-right:15px}.mr-20{margin-right:20px}.mr-25{margin-right:25px}.mr-30{margin-right:30px}
  .mr-35{margin-right:35px}.mr-40{margin-right:40px}.mr-45{margin-right:45px}.mr-50{margin-right:50px}.mb-0{margin-bottom:0}
  .mb-3{margin-bottom:3px}.mb-5{margin-bottom:5px}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}
  .mb-25{margin-bottom:25px}.mb-30{margin-bottom:30px}.mb-35{margin-bottom:35px}.mb-40{margin-bottom:40px}.mb-45{margin-bottom:45px}
  .mb-50{margin-bottom:50px}.ml-0{margin-left:0}.ml-3{margin-left:3px}.ml-5{margin-left:5px}.ml-10{margin-left:10px}
  .ml-15{margin-left:15px}.ml-20{margin-left:20px}.ml-25{margin-left:25px}.ml-30{margin-left:30px}.ml-35{margin-left:35px}
  .ml-40{margin-left:40px}.ml-45{margin-left:45px}.ml-50{margin-left:50px}

.fade{
  transition:cubic-bezier(0.075, 0.82, 0.165, 1) all;
}

.contact-slide{
  background: var(--cobalt);
  padding:1.2vh 30px 2vh 30px;
  text-align: center;
  color:white;
  font-size:0.8em;
  cursor:pointer;
  transition:all 0.3s;
  font-family:'TT Norms';
  border-radius:2px 2px 0 0;
  position: relative;
  z-index:3;
}

.slide-up{
  background: white;
  padding:12px 30px 13px 30px;
  text-align: center;
  color:var(--cobalt);
  font-size:0.8em;
  cursor:pointer;
  transition:all 0.3s;
  font-family:'TT Norms';
  border-radius:0 0 2px 2px;
  position: relative;
  z-index:3;
}

.slide-up:hover{
  background: rgb(228, 228, 228);
} 

.contact-slide:hover{
  background: rgb(19, 19, 71);
}
.footer-top-bar{
  height:5vh;
}
.footer-body{
  position: relative;
  z-index:3;
  background:var(--cobalt);
}


