.heading {
  color: #d7d2c5;
  font-family: Architects Daughter, sans-serif;
  font-weight: 400;
}

.body {
  background-color: #000;
  margin-bottom: 10%;
  margin-left: 5%;
  margin-right: 5%;
}

.heading-2 {
  color: #d7d2c5;
  font-family: Architects Daughter, sans-serif;
}

.heading-3 {
  color: #d7d2c5;
  margin-top: 10px;
  margin-left: 10px;
  font-family: Architects Daughter, sans-serif;
}

.nav-link {
  color: #d7d2c5;
  font-family: Architects Daughter, sans-serif;
}

.nav-link.w--current {
  color: #d7d2c5;
  object-fit: fill;
  font-family: Architects Daughter, sans-serif;
  font-size: 18px;
}

.nav-link-2 {
  color: #d7d2c5;
  mix-blend-mode: normal;
  font-family: Architects Daughter, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.nav-link-2.w--current {
  letter-spacing: normal;
  white-space: normal;
  font-weight: 400;
}

.container {
  background-color: #000;
  font-family: Architects Daughter, sans-serif;
  font-size: 18px;
}

.image {
  width: 100%;
  max-height: none;
  max-width: none;
  min-width: 100%;
  clear: both;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.paragraph {
  color: #d7d2c5;
  margin: 10px 0 30px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Architects Daughter, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.heading-4 {
  color: #d7d2c5;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Architects Daughter, sans-serif;
}

.form-block {
  width: 50%;
  object-fit: fill;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 25%;
  right: 0%;
}

.field-label {
  color: #d7d2c5;
  font-family: Architects Daughter, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.field-label-2 {
  color: #d7d2c5;
  font-family: Architects Daughter, sans-serif;
  font-size: 21px;
  line-height: 24px;
}

.field-label-3 {
  color: #d7d2c5;
  font-family: Architects Daughter, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.form {
  font-family: Architects Daughter, sans-serif;
  font-size: 22px;
  line-height: 24px;
  position: static;
}

.field-label-4 {
  color: #d7d2c5;
}

.textarea {
  object-fit: fill;
}

.image-2 {
  max-width: 50%;
  position: fixed;
}

.image-3 {
  width: 50%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block {
  width: 100%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .nav-link-2, .container {
    background-color: #000;
  }

  .image {
    left: auto;
  }

  .menu-button {
    color: #d7d2c5;
    background-color: rgba(0, 0, 0, 0);
  }
}


