:root {
  --primary: #E3D6C4;
  --secondary: #736E4A;
  --content_size: 2rem;
  --tagline_size: 6rem;
  --font_heading: "Instrument Sans", sans-serif;
  --font-body: "Instrument Sans", sans-serif;
  --font-script: "Native Record Script", sans-serif;
}

* {
  padding: 0px;
  margin: 0px;
}

html {
  font-size: 16px;
}

body {
  color: var(--secondary);
  font-size: var(--content_size);
  font-family: var(--font-body);
  font-weight: 400;
  font-style: normal;
  padding: 0px;
  margin: 0px;
  background-image: url(../images/28d243b83ffa705058089e6f8d6ddad637e4064f.jpg);
  background-size: cover;
}

a {
  color: var(--secondary);
  text-decoration: none;
}

#holding-page {
  width: 100vw;
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  background-image: url(../images/oval.png);
  background-size: 20%;
  background-position: right bottom;
  background-repeat: no-repeat;
}
#holding-page .holding__left {
  width: 62%;
  height: 100%;
  min-height: 100vh;
  border-radius: 0px 0px 215px 0px;
  background: var(--primary);
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#holding-page .holding__right {
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  margin-left: -20%;
}
#holding-page .holding__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#holding-page .holding__padding {
  padding: 40px;
}
#holding-page .holding__logo {
  padding-bottom: 5%;
  text-align: center;
}
#holding-page .holding__logo img {
  width: 100%;
  max-width: 500px;
}
#holding-page .holding__tagline {
  color: var(--secondary);
  text-align: center;
  font-family: var(--font-script);
  font-size: var(--tagline_size);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 30px;
}
#holding-page .holding__content {
  color: var(--secondary);
  text-align: center;
  font-size: var(--content_size);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 30px;
}
#holding-page .holding__contact {
  font-size: 1.5rem;
  color: #4F471F;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 30px;
}
#holding-page .holding__contact a {
  text-decoration: underline;
  text-underline-offset: 6px;
}
#holding-page .holding__socials {
  font-size: 3rem;
  text-align: center;
}
#holding-page .holding__socials a {
  padding: 0px 5px;
}

@media (max-width: 1600px) {
  #holding-page {
    background-size: 28%;
  }
}
@media (max-width: 1400px) {
  #holding-page .holding__contact {
    display: flex;
    flex-direction: column;
    line-height: 150%;
  }
  #holding-page .holding__contact span {
    display: none;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 15px;
  }
  #holding-page {
    background-size: 24%;
  }
  #holding-page .holding__left {
    width: 65%;
    padding: 40px;
  }
  #holding-page .holding__right {
    width: 45%;
  }
  #holding-page .holding__content br {
    display: none;
  }
}
@media (max-width: 990px) {
  html {
    font-size: 14px;
  }
  #holding-page {
    flex-direction: column;
    height: 100%;
    position: relative;
  }
  #holding-page .holding__left {
    width: 100%;
    margin-bottom: 40%;
  }
  #holding-page .holding__right {
    width: 100%;
    position: relative;
  }
  #holding-page .holding__padding {
    padding: 40px 8%;
  }
  #holding-page .holding__content br {
    display: none;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  html {
    font-size: 12px;
  }
}/*# sourceMappingURL=styles.css.map */