html, body
{
  margin: 0px;
  font-family: "Playfair Display", sans-serif;
  font-size: 16px;
}

a
{
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  color: inherit;
}

a:hover
{
  opacity: 0.5;
  transition: 0.3s;
  cursor: pointer;
}

.nav-container a
{
  border-bottom: 1px solid transparent;
}

a.link-active
{
  border-bottom: 1px solid black;
}

.link-soon
{
  display: block;
  margin-bottom: -3px;
}

.link-soon-tag
{
  font-size: 10px;
  color: white;
  background-color: #033d3d;
  padding: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 6px;
  border-radius: 4px;
  float: right;
  margin-left: 5px;
}

.nav-container
{
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid lightgrey;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto 5fr;
  align-items: center;
  grid-column-gap: 40px;
  z-index: 999;
  position: sticky;
  top: 0px;
  background-color: white;
}

button
{
  transition: 0.3s;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

button:hover
{
  opacity: 0.8;
  transition: 0.3s;
  cursor: pointer;
}

.nav-container a
{
  display: inline-block;
}

.nav-container a:last-child
{
  margin: auto;
  margin-right: 0px;
}

#nav-button
{
  margin: auto;
  margin-right: 0px;
  width: fit-content;
  padding: 20px;
  border: none;
  background-color: #033d3d;
  color: white;
  border-radius: 2px;
}

.primary-button
{
  margin: auto;
  width: fit-content;
  padding: 20px;
  border: none;
  background-color: #033d3d;
  color: white;
  border-radius: 2px;
}

.primary-input
{
  padding: 20px;
  outline: none;
}


#nav-logo
{
  width: 80px;
  margin-bottom: -4px;
}

.background-image-container
{
  height: 75vh;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 20px;
  background-size: cover;
}


#ariant-video
{
  height: auto;
  width: 100%;
  margin: 0px;
}

.main
{
  text-align: left;
  box-sizing: border-box;
  background-image: url("../images/ariant-1.jpg");
  display: grid;
}

.main-header-container
{
  width: fit-content;
  padding: 40px;
  padding-bottom: 20px;
  background-color: white;
  margin: auto;
  margin-bottom: 0px;
  text-align: center;
  max-width: 1000px;
}

.main-header
{
  font-size: 50px;
  font-weight: 800;
  margin-left: -7px;
}

.main-sub
{
  font-size: 24px;
  /* font-style: italic; */
}

.separator
{
  border-bottom: 1px solid lightgrey;
  margin-bottom: 20px;
  margin-top: 20px;
}

.text
{

}

.main-video
{
  margin: auto;
  padding: 0px;
  width: 80%;
  margin-top: -280px;
}


.mhc-video
{
  text-align: center;
  margin: auto;
  padding: 50px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
}

.mhc-video .main-header
{
  margin-top: 50px;
}

.mhc-video .main-sub
{
  width: 50%;
  margin: auto;
  margin-top: 20px;
}

.slide
{
  padding-top: 50px;
  padding-bottom: 50px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.slide-header
{
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 10px;
}

.slide-sub
{
  color: #5B5959;
  max-width: 80%;
  line-height: 28px;
}

.centered
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.centered .slide-sub
{
  margin-left: 10%;
  margin-right: 10%;
}

.grid
{
  display: grid;
}

.grid-2
{
  grid-template-columns: 1fr 1fr;
}

.grid-3
{
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-gap-50
{
  grid-column-gap: 50px;
}

.grid-gap-20
{
  grid-column-gap: 20px;
}

.grid-gap-row-20
{
  grid-row-gap: 20px;
}

.slide img
{
  max-width: 100%;
}

.border-light
{
  border: 1px solid #e4e4e4;
}

.heritage
{
  border: 1px solid #B9B0B0;
  padding: 50px;
}


.heritage-image
{
  height: 40px;
}

.heritage-header
{
  font-weight: bold;
  margin-top: 10px;
}

.heritage-sub
{
  color: #5B5959;
  margin-top: 10px;
}

.houses
{
  margin-top: 20px;
}

.house
{
  padding: 50px;
  background-image: url("../images/garden-1.png");
  background-size: cover;
  background-position: center;
  min-height: 200px;
  display: grid;
  align-items: center;
  color: white;
  font-size: 28px;
  font-weight: bold;
  border-radius: 3px;
}

.house:first-child
{
  background-image: url("../images/tower-1.png");
}

.house-name
{
}


/* FOOTER */

footer
{
  background-color: #fff1e0;
  padding: 100px;
}

.footer-logo
{
  width: 100px;
}

.footer-container
{
  width: 100%;
  max-width: 1400px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: auto;
  /* align-items: center; */
}

.footer-col
{
  display: grid;
  grid-row-gap: 20px;
}

.footer-header
{
  letter-spacing: 1px;
}

.footer-element
{
  opacity: 0.5;
}

.footer-element:hover
{
  opacity: 1;
}

.subfooter
{
  background-color: #040404;
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 12px;
}

.instagram-icon
{
  width: 30px;
  display: block;
  margin: auto;
  padding-top: 80px;
  box-sizing: border-box;
  transition: 0.3s;
  cursor: pointer;
}

.instagram-icon:hover
{
  opacity: 0.7;
  transition: 0.3s;
}

.alternate-links-container
{
  display: grid;
  grid-template-columns: fit-content() fit-content()  ;
  grid-column-gap: 50px;
  width: 100%;
}



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

  .grid-3
  {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }

  .grid-2
  {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }

}
