section {
  position: relative;
}

.title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: bold;
}

a {
  font-family: "Urbanist", sans-serif;
  border: none !important;
  outline: none !important;
  font-size: 14px;
}

.btn {
  border-radius: 30px;
  font-size: 14px;
}

.btn:hover {
  background-color: none;
}

.btn-primary {
  background-color: #DDCC9E;
  color: #333333 !important;
  font-weight: 400;
  font-family: "Urbanist", sans-serif;
}

.secondaryBtn {
  background-color: #333333;
  color: #FFFFFF !important;
  font-weight: 300;
}

.btn:hover {
  background-color: #DDCC9E;
}

.header {
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: bold;
}
.header .highlight {
  color: #9D8036 !important;
}

.text {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.text .highlight {
  font-weight: bold;
}

label, input {
  font-size: 14px;
  font-family: "Urbanist", sans-serif;
  color: #333333;
}

.navbar {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(2.4500000477px);
          backdrop-filter: blur(2.4500000477px);
}
.navbar .navbar-nav {
  background-color: #333333;
  border-radius: 30px;
}
.navbar .nav-link {
  color: #FFFFFF;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
}

#Home {
  background: url(/images/BG.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  color: #333333;
}
#Home .formspLACE {
  border-radius: 16px;
  border: 1px solid var(--Colors-Neutral-200, #E8E8E8);
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(8.1999998093px);
          backdrop-filter: blur(8.1999998093px);
}

#About {
  background: url(/images/About.svg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF !important;
}
#About video {
  border-radius: 30px;
}
#About .aboutBg {
  position: absolute;
  right: 0;
  z-index: 0;
}

#Design {
  background: url(/images/DesignBG.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#Design .text {
  font-size: 14px;
}

footer {
  background-color: #D2BB7E;
  color: #4A3D1A;
}
footer .footerBgText {
  color: #E9DDBE;
  font-family: "Montserrat", sans-serif;
  font-size: 250px;
}
footer .quickLink {
  text-decoration: none;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  color: #4A3D1A !important;
}
footer .footertitle {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

/* For phones up to iPad Air (portrait & landscape) */
@media only screen and (max-width: 1181px) {
  /* Your styles here */
  section {
    width: 100%;
    overflow: hidden !important;
  }
  #Home {
    background: none !important;
  }
  #Home .formspLACE {
    border-radius: 16px;
    border: 1px solid var(--Colors-Neutral-200, #E8E8E8);
    background: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(8.1999998093px);
            backdrop-filter: blur(8.1999998093px);
  }
}/*# sourceMappingURL=index.css.map */