@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css");
@import url("https://use.typekit.net/ygr8ljw.css");
.ffamily-2, h1 span {
  font-family: "mezzotint-cf", sans-serif;
  font-weight: 400;
}

h2 {
  font-size: 0.9em;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #9a8371;
  font-weight: 500;
}

h1 {
  font-weight: 300;
  font-size: 3em;
  line-height: 0.95em;
}
h1 span {
  color: #bba38f;
}

html, body {
  font-family: "montserrat-alternates", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  min-height: 100dvh;
  background-color: #f4efe7;
  color: #010101;
}

.underConstruction {
  min-height: 100dvh;
}
.underConstruction .container {
  display: flex;
  flex-direction: column;
  height: calc(100dvh - 120px);
  justify-content: space-between;
  position: relative;
}
.underConstruction .container .header {
  height: 60px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.underConstruction .container .header img {
  max-height: 100%;
}
.underConstruction .container .header p {
  display: block;
  width: fit-content;
  border: solid 1px #010101;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 0.95em;
}
.underConstruction .container .header p::before {
  content: "";
  display: inline-block;
  width: 12px;
  aspect-ratio: 1/1;
  background-color: #bba38f;
  margin-right: 10px;
  vertical-align: -1px;
  border-radius: 100%;
}
@media screen and (max-width: 450px) {
  .underConstruction .container .header {
    flex-direction: column;
    gap: 20px;
    height: fit-content;
  }
  .underConstruction .container .header img {
    width: 100%;
    max-width: 250px;
  }
}
.underConstruction .container::before {
  content: "";
  display: block;
  position: absolute;
  width: 70%;
  height: 1px;
  background: linear-gradient(to right, #f4efe7 calc(0% + 40px), #010101 calc(100% - 40px), #f4efe7);
  bottom: -10px;
  right: -40px;
  border-radius: 100%;
}
@media screen and (max-width: 450px) {
  .underConstruction .container::before {
    display: none;
  }
}
.underConstruction .container::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, #f4efe7 calc(0% + 40px), #010101 calc(100% - 40px), #f4efe7);
  bottom: -40px;
  right: 0px;
  border-radius: 100%;
}

/*# sourceMappingURL=style.css.map */
