*{
  box-sizing: border-box;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}



@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/**********NAV ICON CODE****************/

p, h1, h2, h3, h4{
  overflow: hidden;
}

p.main{
  font-family:'Lato', sans-serif;
  text-align: center; 
  color: rgba(25, 25, 55, 1); 
  font-size: 3rem; 
  width: 60%; 
  margin: auto; 
  font-weight: 300;
}

.main a:hover{
  filter: brightness(130%);
}

body{
  background-color: #FDF5E6;
}

a.site-logo{
  width: 13%;
  height: 13%;

}
.site-logo img{
  width: 100%;
  height: 100%;
}
.ham-container {
  position: relative;
  max-width:100%;
  max-height: 100%;
}

.hamburger {
  display: block;
  width: 25px;
  height: 40px;
  position: fixed;
  top: 40px;
  right: 40px;
  cursor: pointer;
  z-index: 9999;
}

.line {
  width: 100%;
  height: 3px;
  background-color: rgba(178,34,34,1);
  margin: 5px 0;
  transition: transform 0.3s, opacity 0.3s;
}

.menu {
  position: fixed;
  top: 0;
  right: -100%; /* Initial position off the screen */
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0, .80);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: right 0.3s;
  z-index: 9998;
}

.menu.active {
  right: 0;
}

.menu ul {
  transform: translate(0,20%);
  align-items: middle;
  justify-content: middle;
  list-style-type: none;
  text-align: center;
  padding: 0;

}

.menu ul li {
    margin-bottom: 10px;
    width: 100%;

}

.menu ul li a {

  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-align: center;
  color: white;
  font-size: 4vh;
}

.menu ul li a:hover {
  color: rgba(178,34,34,1);
}

.hamburger.active .line:nth-child(1) {
  transform: rotate(45deg) translate(6.5px, 5px);

}

.hamburger.active .line:nth-child(2) {
  opacity: 0;
}

.hamburger.active .line:nth-child(3) {
  transform: rotate(-45deg) translate(6.5px, -5px);
}

.hamburger.animate-x .line {
  transition: transform 0.3s, opacity 0.3s;
}

.site-logo {
  font-weight: 900;
  font-size: 1vw;
  color: var(--text);
  text-decoration: none;
}
header {
  --text: rgba(25, 25, 55, 1);
  --text-inverse: rgba(178,34,34,1);
  /*--background: transparent;*/
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5em 1.5em;
  transition: background 250ms ease-in;
  /*background: var(--background);*/
  color: var(--text);
  background-color: #FDF5E6;

}

header.home{
  background-color: transparent;
}



.nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

a.nav__link {
  --spacing: 1em;
  text-decoration: none;
  color: inherit;
  display: inline-block;
  padding: calc(var(--spacing) / 2) var(--spacing);
  position: relative;
  text-transform: uppercase;
  letter-spacing: .05vw;
  font-size:1.25vw;
  font-weight: 400;
  font-family: "lato", sans-serif;
  z-index: 100;
  cursor: pointer;
  opacity: .5;


}

a.nav__link:hover{
  opacity: 1;
  transform: scale(1.05)
}

#linkactive {

  opacity: 1;
  transform: scale(1.05)
}


.nav__link--btn {
  border: 1.5px solid currentColor;
  border-radius: 2em;
  margin-left: 1em;
  transition: background 250ms ease-in-out;
  letter-spacing: 1px;
  padding: 0.75em 1.5em;
}
.nav__link--btn:hover {
  background: var(--text);
  color: var(--text-inverse);
  border-color: var(--text);
}
.nav__link--btn::after {
  display: none;
}
.nav__link--btn--highlight {
  background: #CFB77C;
  border-color: #CFB77C;
  color: white;
}
.nav__link--btn--highlight:hover {
  background: var(--text);
  border-color: var(--text);
}

.nav-scrolled {
  --text: #CFB77C;
  --text-inverse: white; /*#f4f4f4;*/
  --background: white;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);

}

section.c2atext{

  position: absolute;
  width: 50vw;
  margin-left: 48vw;
  margin-top: 5%;
  z-index: 3;
  top: 15%;
}

.ctatitle{
  /*font-family: "Cormorant Garamond", serif;*/
  font-family: "Playfair Display", serif;
  width:100%;
  margin: auto;
  margin-top: 5%;
  font-size: 75px;
  text-align: center;
  color: rgba(25, 25, 55, 1);
  font-weight: 500;

}

.ctatitle.sub{
  font-size: 60px;

}

#qt.ctatitle.sub{
  width: 95%; 
  margin-top: 1.5%;
}


.ctatitle span.tt{
  font-family:'Playfair Display', serif; 
  font-weight:bold;
  font-style:italic;
  font-weight:500;
}

.def{

  margin: auto;
  margin-top: 5%;
  width: 95%;
  color: whitesmoke;
  font-family: "lato", sans-serif;
  text-align: left;
  font-weight: 400;
  font-size: 3vh;
  padding: 1.5%;
  border-radius: 50px;
  
}

/*

a button {
  all:unset;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  padding: 7%;
  margin: 2%;
  color: whitesmoke;
  word-wrap: normal;
  border-radius: .5rem;
  background-color: rgba(25, 25, 55, .25);
  transition: ease-in-out;
  min-width: 150px;

}

.buttons button:hover{
  cursor: pointer;
  background-color: rgba(25, 25, 55, 1);
}*/

.buttons{
  width: 50%;
  margin: auto;
}

.buttoncta {
  background-color: rgba(25, 25, 55, .25);
  border: 1.5px solid rgb(25, 25, 55, 1);
  border-radius: 25px;
  box-sizing: border-box;
  color: whitesmoke;
  font-family: "Lato", sans-serif;
  font-size: .875rem;
  font-weight: 600;
  width: 150px;
  height:60px;
  line-height: 1rem;
  text-align: center;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin: .75%;
  margin-top: 5%;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.buttoncta:hover{
  background-color: rgba(25, 25, 55, 1);
  
}

.buttoncta:hover a {
  transform: scale(1.2);
}

.buttoncta:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.buttoncta:focus-visible {
  box-shadow: none;
}


showcase{
  display: block;
  min-height: 100vh;
  min-width: 100vw;
  
  
}

.call2action{
  
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width:100vw;
  height: auto;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.call2action-overlay{

  display: block;
  top: 0;
  left: 0;
  min-width:100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: black;
  

 

}


.call2action img{
  width:125%;
  height:auto;
  object-fit: fill;
  margin-left: -10%;
  margin-top: -3%;
}

.call2action img.c2ad{
  display: block;
}

.call2action img.c2amob{
  display: none;
}


body{
  background-color: #FDF5E6;
}

body.sub{

  margin-top: 20vh;
  

}

.title__pg{
    width: 90%;
    margin: auto;
    margin-top: 5%;
    


}

.about__pg{
  display: flex;
  width: 98%;
  justify-content:space-evenly;
  margin-top: 3%;
  

}

.headshot p{
  font-family: 'Lato', sans-serif;
  color: rgba(25, 25, 55, 1);
}

headshot a{
  color: rgba(25, 25, 55, 1);
  text-decoration: none;

}

.about__pg .headshot{
  width: 35%;
  min-height: 500px;
  margin: 0,auto,0 auto;

  

}

.about__pg .headshot .headsht__img{
  display: flex;
  background-color: black;
  max-width: 400px;
  max-height: 400px;
  border-radius: 50%;
  margin: 0 auto 0 auto;
  border: 1.5px solid rgba(178,34,34,1);
}



.about__pg .profile{
  width: 64%;
  margin: auto;
  min-height: fit-content;
  padding: 0;
}

a.book{
  color: rgba(178,34,34,1);
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-decoration: underline;
  margin: 0;
}

a.book:hover{
  filter: brightness(115%);
}

ul.payments li{

  margin-left: 9%;
  /*font-family: "Cormorant Garamond", serif;*/
  font-family: "Lato", sans-serif;
  font-size: 20px;
  color: rgba(25, 25, 55, 1);
  margin-bottom: 0;

}

p.main{
  font-family:'Lato', sans-serif;
  text-align: center; 
  color: rgba(25, 25, 55, 1); 
  font-size: 35px; 
  width: 60%; 
  margin: auto; 
  font-weight: 100;
}

p#mapsub{
  font-size: 20px;
  width: 69%;
}

#titlmain.ctatitle{
  margin-top: 15vw;


}

p#clbd.main{

  width: 73%;

}

p#opa.main{
  width: 75%;
}

p#sep.main{
  width: 75%;
}


.about__pg .profile p, .about__pg .profile ul li, .pa__pg p {
  margin: 1.5%;
  margin-bottom: 2.5%;
  margin-left: 7%;
  /*font-family: "Cormorant Garamond", serif;*/
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 1.75rem;
  color: rgba(25, 25, 55, 1);
}


.about__pg .profile ul li{
  margin-bottom: 0;
  margin-left: 5.75%;
  margin-top: 1.5%;
}

*h3{
  /*font-family: "Cormorant Garamond", serif;*/
  font-family: "Playfair Display", serif;
  color: rgba(178,34,34,1);
}


.about__pg .profile h3{
  font-family: "Playfair Display", serif;
  font-size: 30px;
  margin-bottom: 2.5%;
  margin: 5%;
  color: rgba(178,34,34,1);
}

.about__pg .profile ul h3{
  /*font-family: "Cormorant Garamond", serif;*/
  font-family: "Playfair Display", serif;
  font-size: 30px;
  margin-bottom: 2.5%;
  color: rgba(178,34,34,1);
}

.pa__pg{
  width: 90%;
  margin: auto;
  margin-top: 2%;

  
}

.pa__pg h3{
  /*font-family: "Cormorant Garamond", serif;*/
  font-family: "Playfair Display", serif;
  font-size: 35px;
  margin: 5%;
  margin-bottom: 2.5%;
  
  color: rgba(178,34,34,1);
  
}

.pa__pg h4{
  /*font-family: "Cormorant Garamond", serif;*/
  font-family: "Playfair Display", serif;
  font-size: 25px;
  margin: 2.5%;
  margin-left: 6%;
  color: rgba(25, 25, 55, 1);
  font-weight: bold;
}




.pa__pg h2, .title__pg h2{
  /*font-family: "Cormorant Garamond", serif;*/
  font-family: "Playfair Display", serif;
  font-size: 50px;
  color: rgba(25, 25, 55, 1);
  text-transform: uppercase;
  font-weight: 500;
 

}

footer {
  display: block;
  /*background-color: #F7F4ED;*/
  background-color: #EFEEE8;
  height: 300px;
  width: 100%;
  margin-top: 7%;
  font-family: 'lato', sans-serif;
  overflow: hidden;
}



footer h2{
  /*font-family: "Cormorant Garamond", serif;*/
  font-family: "Playfair Display", serif;
  font-size: 25px;
  font-weight: 400;
  color: #696969;
}

footer .list {
  display: flex;
  flex-wrap: wrap;
  width:60%;
  margin-top: 2%;
}

.list li a{
  all:unset;
  cursor: pointer;
}

.list li{
  width: 50%;
  list-style-type: none;
  line-height: 1.3;
  letter-spacing: -.2px;
  color: #696969;
  font-family: 'Lato', sanf-serif;
  font-weight: 100;
}

footer p{
  line-height: 1.3;
  letter-spacing: -.2px;
  color: #696969;
  font-family: 'Lato', sanf-serif;
  font-weight: 100;

}

footer .ftcnt{
  display: flex;
  justify-content: space-around;
}

footer a{
  text-decoration: none;
  color: #696969;
}

footer a:hover{
  filter: brightness(-50%);
}

footer hr {
  opacity: .3;
  width: 90%;
  margin: auto;
  margin-top: 4%;
  color: #696969;
}

footer p.sub{
  letter-spacing: -.2px;
  color: #696969;
  font-family: 'Lato', sanf-serif;
  font-weight: 100;
  opacity: .5;


}

/*Computer Only*/

@media (hover: hover) {

  .main-nav__mobile{
    display: none;
  }

  .main-nav {
    display: block;
  }

  #login{
    color: rgba(178,34,34,1);
  }

  .nav__link { 
    opacity: 1;
  }

}

/*Tablet & Mobile Phone (No Mouse)*/

@media only screen and (hover: none) and (pointer: coarse){

  .main-nav__mobile{
    display: block;
  }

  .main-nav {
    display: none;
  }

  .nav__link, .menu ul li a { 
    opacity: 1;
    color: white; 
  }

  a.nav__link{
    opacity: 1;
    color: white; 

  }
  
  button.buttoncta {
    background-color: rgba(25, 25, 55, .5);
  }
  
}

/*When screen width <700px will display ham menu*/

@media only screen and (max-width: 750px){
  .list li{
    width: 60%;
  }

  img .rdmp{
    max-width: 98%;
  }

  p.main{
    width: 100%;
  }

  p#clbd.main, p#qt.main, p#sep.main, p#opa.main{
    width: 95%;
  }


}

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

  .about__pg .headshot .headsht__img{
    margin: auto;
    z-index: 5;

  }

  .headshot{
    margin: 0 3px 0 3px;
  }

  .about__pg .profile{
    width: 60%;
    transform: translateX(2px);

  }

  .about__pg .headshot{
    width: 35%;

  }

  .about__pg{
    width: 100%;
  }

}

@media only screen and (max-width: 700px){
    
  header{
    padding: .5em .75em;
  }

  .main-nav__mobile{
    display: block;
  }

  .main-nav {
    display: none;
  }

  .nav__link, .menu ul li a  { 
    opacity: 1;
    color: fff; 
  }

  .about__pg .profile{
    width: 100%;
    margin: auto;
    display: block;
  }
  
  .about__pg .headshot{
    width: 100%;
    margin: auto;
    display: block;
    margin-bottom: 5%;
  }

  .about__pg .headshot .headsht__img{
    margin: auto;

  }


  .about__pg{

    display: block;
    width: 98%;
    margin: auto;

  }
}

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

  p.main{
    font-size: 1rem;
  }


  .ctatitle{
    font-size: 2.75rem;
  }
  .ctatitle.sub{
    font-size: 1.25rem;
  }

  p#mapsub{
    font-size: .5rem;
  }

  .call2action{
    height: 100vh;
    width: 100%;

  }

  .call2action img.c2ad{
    display: none;
  }

  .call2action img.c2amob{
    display: block;
  }
  

  .call2action img{

    height: 100%;
    width: auto;
    filter: brightness(.8);
    

  }

  .def{
    font-size: 1.2rem;
    overflow-x: visible;
    color: whitesmoke;
  }

  section.c2atext{
    width: 100vw;
    margin-left: 1%;
  }

  button.buttoncta{
    display: block;
    width: 150px;
    font-size: .8rem;
    line-height: .75rem;
    height: 50px;
    margin: auto;
    margin-top: 3%;
    
  }

  #titlmain.ctatitle{
    margin-top: 1vw;
  }

  footer h2{
    font-size: 20px;
  }

  footer p{
    font-size: 10px;
    opacity: 1;
  }

  .list a.nav__link{
    font-size: .75rem;
  }

}