body {
  font-family: "Montserrat", sans-serif;
  color: #1C1B1B;
  line-height: 32px;
}

h1,
h2 {
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  font-size: 28px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  h2 {
    margin-bottom: 0;
  }
}

h3 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
  font-weight: 500;
}

a {
  color: #1C1B1B;
  transition: 0.5s;
}
a:hover {
  color: #1C1B1B;
  text-decoration: underline;
}

.azur-bg {
  background-color: #025669;
}

.dark-bg {
  background-color: #000000;
}

section {
  padding: 100px 0;
}

header {
  height: 50vh;
}
@media only screen and (min-width: 992px) {
  header {
    height: 795px;
  }
}
header .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 40px;
  position: absolute;
  z-index: 1;
}
@media (min-width: 768px) {
  header .title {
    font-size: 28px;
  }
}

header .background {
  height: 100%;
}
header .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.imageseperator {
  height: 50vh;
}
@media only screen and (min-width: 992px) {
  .imageseperator {
    height: 795px;
  }
}
.imageseperator img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

@media only screen and (min-width: 992px) {
  .quality .content,
.seasight .content {
    margin-top: 60px;
  }
}
.quality img,
.seasight img {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .quality img,
.seasight img {
    margin-top: 0;
    height: 569px;
    object-fit: cover;
  }
}

.design img {
  margin-top: 60px;
  height: 465px;
  width: 100%;
  object-fit: cover;
}

.rooftop .wrapper {
  max-width: 1035px;
  margin: auto;
}
.rooftop img {
  margin-top: 100px;
  height: 465px;
  width: 100%;
  object-fit: cover;
  margin-right: 50px;
}
.rooftop img:last-child {
  margin-left: 50px;
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  .rooftop img:last-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .rooftop img {
    margin-right: 0;
    margin-top: 50px;
  }
  .rooftop img:last-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .rooftop img {
    width: 440px;
  }
}
@media only screen and (min-width: 1200px) {
  .rooftop img {
    width: 465px;
  }
}

.impression {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .impression .carousel-inner {
    height: 795px;
  }
  .impression .carousel-inner .carousel-item {
    height: 100%;
  }
  .impression .carousel-inner .carousel-item img {
    height: 100%;
    object-fit: cover;
  }
}
.impression .carousel-indicators {
  background: #000000;
  margin: 0;
  position: unset;
  padding: 20px 0;
}
.impression .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid #FFFFFF;
}
.impression .carousel-indicators li.active {
  background-color: #ffffff;
}

.benefits-location h2 {
  line-height: 42px;
}
@media only screen and (min-width: 992px) {
  .benefits-location h2 {
    margin-bottom: 60px;
  }
}
.benefits-location .location {
  margin-top: 100px;
}

.contact h1 {
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .contact h1{
    font-size: 56px;
    line-height: 68px;
  }
}
.contact h4 {
  font-size: 28px;
  margin-bottom: 15px;
}
.contact p {
  font-size: 14px;
}
.contact .form-control {
  height: auto;
  border-color: rgba(29, 27, 27, 0.1);
  border-radius: 0;
  padding: 10px 12px;
  color: #1C1B1B;
}
.contact .form-control::placeholder {
  color: rgba(29, 27, 27, 0.5);
}
.contact .form-group:last-child {
  margin-bottom: 0;
  margin-top: 30px;
}
.contact .btn-primary {
  border-radius: 0;
  background: #1C1B1B;
  border: none !important;
  padding: 10px 16px;
}
.contact .btn-primary:hover, .contact .btn-primary:active {
  background: rgba(29, 27, 27, 0.75) !important;
}

.copyright {
  font-size: 14px;
}
.copyright .container {
  border-top: 1px solid rgba(29, 27, 27, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
}

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