@font-face {
  font-family: "lexendextrabold";
  src: url("../fonts/Lexend-ExtraBold.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "lexendregular";
  src: url("../fonts/Lexend-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "lexendlight";
  src: url("../fonts/Lexend-Light.ttf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "migraextralight";
  src: url("../fonts/Migra-Extralight.ttf");
  font-weight: 100;
  font-style: normal;
}
@media (min-width: 768px) {
  .py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.ff-lexend-regular {
  font-family: "lexendregular";
}

.ff-lexend-light {
  font-family: "lexendlight";
}

.ff-lexend-extrabold {
  font-family: "lexendextrabold";
}

.ff-migra-extralight {
  font-family: "migraextralight";
}

.text-yellow {
  color: #E6B245 !important;
}

.text-green {
  color: #00833C !important;
}

.bg-yellow {
  background-color: #E6B245 !important;
}

.bg-green {
  background-color: #00833C !important;
}

#intro {
  background-image: url("../img/intro.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  min-height: 75vh;
}
#intro h1 {
  color: #E6B245;
  font-size: 3.3rem;
  line-height: 3.5rem;
  font-family: "migraextralight";
}

#contact {
  background-image: url("../img/contact.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #contact {
    padding-bottom: 11.875rem;
  }
}
#contact h2 {
  font-family: "lexendregular";
  font-size: 1.25rem;
  line-height: 1.5rem;
}
#contact .form-control {
  border-width: 2px;
  border-color: #FFF;
  background-color: transparent;
  color: #FFF;
  font-family: "lexendregular";
  font-size: 1.17rem;
}
#contact .btn.btn-success {
  background-color: #00833C;
  border-color: #00833C;
  font-family: "lexendlight";
  font-size: 1.8rem;
  line-height: 2.2rem;
  border-radius: 0;
  padding: 0.5625rem 1.375rem;
}
#contact ::-moz-placeholder {
  color: #FFF;
  opacity: 1; /* Firefox */
}
#contact ::placeholder {
  color: #FFF;
  opacity: 1; /* Firefox */
}
#contact ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #FFF;
}
#contact:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.6));
  z-index: 1;
}

#thank-you {
  background-image: url("../img/footer.png");
  background-position: bottom;
  background-repeat: no-repeat;
}
#thank-you h3 {
  font-size: 4.8rem;
  line-height: 5.6rem;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  z-index: 1;
}

.overlay-invert {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0) 60%);
  z-index: 1;
}

#features {
  min-height: 700px;
}
#features .feature h3 {
  font-size: 2rem;
  line-height: 2.4rem;
}
#features .feature span {
  font-size: 1rem;
  line-height: 1.25rem;
}

.more-info-holder:before {
  content: "";
  border-top: 1px solid #E6B245;
  position: absolute;
  width: calc(50% - 100px);
  left: 0;
}
.more-info-holder:after {
  content: "";
  border-top: 1px solid #E6B245;
  position: absolute;
  width: calc(50% - 100px);
  right: 0;
}
.more-info-holder .btn.btn-success {
  background-color: #00833C;
  border-color: #00833C;
  font-family: "lexendlight";
  font-size: 1.8rem;
  line-height: 2.2rem;
  border-radius: 0;
  padding: 0.5625rem 1.375rem;
}

#location h2 {
  font-size: 3.5rem;
  line-height: 3.8rem;
}
#location p {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
#location p.address {
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding-left: 32px;
  background-image: url("../img/marker.svg");
  background-position: left;
  background-repeat: no-repeat;
}

#apartments h2 {
  font-size: 3.5rem;
  line-height: 3.8rem;
}
#apartments ul {
  list-style: none;
  padding: 0;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
#apartments .btn.btn-outline-secondary {
  border-color: #E6B245;
  color: #E6B245;
  font-family: "lexendlight";
  font-size: 1.8rem;
  line-height: 2.2rem;
  border-radius: 0;
  padding: 0.5625rem 1.375rem;
}

#blue-tower h2 {
  font-size: 3.5rem;
  line-height: 3.8rem;
}
#blue-tower p {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
