html {
  color: white;
  font-family: "Elms Sans", sans-serif;
  font-optical-sizing: auto;
  background-color: #030136;
  background-image: url(images/bg-left.png), url(images/bg-right.png);
  background-position: top left, top right;
  background-repeat: no-repeat;
  background-blend-mode: soft-light;
  background-size: 100vh auto;
}
@media (min-width: 801px) {
  html {
    background-attachment: fixed;
    background-size: contain;
  }
}

.hero {
  min-height: 100vh; /* Fallback for older browsers */
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero img {
  max-height: 400px;
}
@media (max-width: 800px) {
  .hero img {
    max-height: 300px;
  }
}

#text-path {
  font-size: 40px;
  fill: #ef740f;
  fill: #ffffff;
}
@media (max-width: 800px) {
  #text-path {
    font-size: 90px;
  }
}

.section-2 {
  padding: 50px 0;
  overflow: hidden;
}
.section-2 svg {
  position: relative;
  left: -5%;
}

.section-3 {
  min-height: 100vh; /* Fallback for older browsers */
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 800px) {
  .section-3 {
    padding-bottom: 45px;
  }
}
.section-3 .col-1 {
  padding: 0 30px;
}
@media (max-width: 800px) {
  .section-3 .col-1 {
    padding: 0;
  }
}
.section-3 #map {
  background-color: white;
  margin: 30px 0;
  aspect-ratio: 1.75;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form {
  width: 100%;
}
.contact-form label,
.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.contact-form label {
  margin: 11px 0 7px;
  font-size: 13px;
  font-weight: 600;
}
.contact-form input,
.contact-form textarea {
  padding: 12px 15px;
}
.contact-form textarea {
  height: 80px;
  min-height: 50px;
  min-width: 100%;
  max-width: 100%;
}
.contact-form .col-1-1,
.contact-form .col-1-2 {
  padding-right: 15px;
}
.contact-form button {
  margin-top: 30px;
  padding: 17px 40px;
  text-transform: upper;
  background-color: #ef740f;
  border: 1px solid #f38830;
  cursor: pointer;
  color: white;
  border-radius: 4px;
  outline: none;
}
.contact-form button:hover, .contact-form button:focus {
  background-color: #f38830;
}
.contact-form button:active {
  background-color: #bc5b0c;
}

.content-wrapper--large {
  width: 100%;
  max-width: 1400px;
  padding: 0 8vw;
}

.flex {
  display: flex;
}
@media (max-width: 800px) {
  .flex {
    flex-direction: column;
  }
}

.col-1-2 {
  width: 50%;
}
@media (max-width: 800px) {
  .col-1-2 {
    width: 100%;
  }
}

p {
  font-size: 17px;
  line-height: 1.6;
}

.p-small {
  font-size: 14px;
}

a {
  color: white;
}

.fake-border-wrap {
  background: linear-gradient(#ef740f, rgb(179, 255, 0));
  padding: 3px;
  width: 100%;
  max-width: 1400px;
  border-radius: 5px;
}
.fake-border-wrap .fake-border {
  background-color: #030136;
  padding: 40px;
  border-radius: 4px;
}

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