@import "../styles/partials/header.css";
@import "../styles/partials/navbar.css";
@import "../styles/partials/footer.css";

body {
  margin: 0;
  /* font-family: 'Poppins'; */
}

#header {
  background-color: #fcfcfc;
}

#landing {
  background: url("../img/landing.jpg");
  background-position: center;
  background-size: cover;
  color: #fff;
}

.dark-blur {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

#landing .wrapper {
  padding-top: 20vh;
  padding-bottom: 20vh;
}

#landing .wrapper h1 {
  font-size: 46px;
  margin-bottom: 32px;
  font-weight: 700;
}

#landing .wrapper h5 {
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 26px;
}

#landing a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 3px;
  transition: all 300ms ease-in-out;
  padding: 6px 34px;
  background-color: #fbbe3f;
  color: #fff;
  line-height: 24px;
  border: 1px solid #fbbe3f;
}

#landing a:hover {
  background-color: transparent;
}

#services {
  padding: 60px;
  background-color: #fcfcfc;
}

#services h2,
#services .services-general {
  text-align: center;
}

#services .services-general {
  color: #777;
  width: 400px;
  margin: 0 auto;
  margin-bottom: 60px;
}

#services h2 {
  font-size: 26px;
  font-weight: 700;
}

#services hr {
  width: 122px;
}

#services img {
  width: 100%;
  margin-bottom: 24px;
}

#services h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
}

#services .col-md-4 p {
  font-size: 16px;
  line-height: 24px;
}

#services .col-md-4 a {
  display: block;
  margin-top: 18px;
  margin-bottom: 14px;
  color: #700000;
}

#services .col-md-4 a:hover {
  text-decoration: none;
  color: #fbbe3f;
  transition: color 200ms ease-in-out;
}

#services a.about-links-small {
  display: none;
}

#numbers {
  text-align: center;
  color: #fff;
  background: url("../img/numbers.jpg");
  background-position: center;
  background-size: cover;
}

#numbers .dark-blur {
  padding-top: 60px;
  padding-bottom: 60px;
}

#numbers h1 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 26px;
}

#numbers h3 {
  font-size: 3rem;
}

#testimonials {
  padding-top: 60px;
  padding-bottom: 60px;
}

#testimonials img {
  width: 100%;
}

#testimonials h2 {
  font-size: 22px;
  text-align: center;
}

#testimonials hr {
  width: 70px;
  height: 3px;
  background-color: #fbbe3f;
  margin-left: 50%;
  transform: translateX(-50%);
  border: 0;
}

#testimonials p {
  text-align: center;
}

@media (max-width: 990px) {
  #services {
    padding: 60px 0 42px 0;
  }

  #services .services-general {
    width: auto;
    margin-bottom: 24px;
  }

  #services .col-md-4 {
    padding-top: 32px;
  }

  #services a.about-links-small {
    display: block;
  }

  #services .about-links-large {
    display: none;
  }

  #numbers .dark-blur {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #numbers h1 {
    margin-bottom: 42px;
  }

  #testimonials {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  #testimonials .col-md-6:first-of-type {
    margin-bottom: 32px;
  }
}
