* {
  font-family: "Alata";
}

html {
  scroll-behavior: smooth;
  transition: 1s;
}

body {
  overflow-x: hidden;
}

.navbar-toggler {
  padding: 0;
  border: none;
}

.navbar-light .navbar-toggler-icon {
  background-image: none !important;
  font-size: 28px;
  color: #000;
  display: inline;
}

.navbar-light .navbar-toggler-icon i {
  margin: auto auto;
}

.nav-item .nav-link {
  font-size: 14px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 1.5rem;
}

.header-section {
  height: 92vh;
  display: inline-flex;
  width: 100%;
  text-align: center;
  background-image: url("../img/top-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-overlay {
  width: 100%;
  height: 92vh;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
}

.header-section .container {
  margin-top: auto;
  margin-bottom: auto;
}

.btn-default {
  border: solid 2px;
  border-radius: 0px;
}

.btn-default:hover {
  background-color: #fff;
}

.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 400;
}

.display-7 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  font-family: "Open Sans";
}

.btn-default--white {
  color: #fff;
  border-color: #fff;
}

.services-section {
  width: 100%;
  padding: 3rem;
}

.services-lead {
  background-image: url("../img/services-banner.jpg");
  background-size: cover;
  background-position: center;
}

.services-description {
  font-family: "Open Sans";
}

.section-lead-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.service-item {
  height: 15rem;
  background: #fff;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.about-section {
}

#sticky-footer {
  flex-shrink: none;
}

.about-center-item {
  display: inline-flex;
  width: 100%;
}

.about-bg-image {
  background-image: url("../img/about-banner.jpg");
  width: 100%;
  height: 30em;
  background-position: center;
  background-size: cover;
}

.about-center-box {
  position: absolute;
  width: 45%;
  right: 15%;
  top: 30%;
  background-color: #fff;
  padding: 1em;
  border: solid 1px #000;
}

.about-bg-image::before {
  content: "";
  height: 100%;
  display: inline-block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}

.contact-section {
  width: 100%;
}

.contact-right {
  background-image: url("../img/contact-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 30em;
}

.contact-infos {
  line-height: 0.5;
  font-size: 14px;
}

.service-item > div > h3 {
  margin-top: 6.5rem;
}

@media (max-width: 800px) {
  .services-lead {
    display: none;
  }

  .nav-item {
    line-height: 3;
  }

  .service-item > div > h3 {
    margin-top: 3rem;
  }

  .nav-item:hover {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  }

  .service-item {
    padding: 20% 0%;
  }

  .about-center-item {
    display: none;
  }
}
