body {
  background-color: #061f26;
  color: white;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
}

header {
  background-color: #061f26;
  min-height: 110px;
  position: relative;
}

main {
  min-height: calc(100vh - 310px);
  text-align: center;
}

main section {
  min-height: 50vh;
  padding: 120px 0 5rem 0;
}

main section h1 {
  font-weight: bolder;
  margin-bottom: 1.5rem;
}

main section .container {
  font-size: 1.5rem;
}

main section .container b {
  color: #ff6600;
  font-size: 1.8rem;
}

main #hero {
  padding: 2rem 0;
}

footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ff6600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer h2 {
  font-weight: bolder;
}

.text-justify {
  text-align: justify;
}

#hero {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/hero-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: inset 0 0 40px 40px rgba(0, 0, 0, 0.8);
          box-shadow: inset 0 0 40px 40px rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 70vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

#hero-title {
  padding-bottom: 1rem;
  z-index: 2;
}

#hero-title h1,
#hero-title h5 {
  font-weight: bolder;
}

#hero-title h1 {
  font-size: 5rem;
}

#hero-title h5 {
  font-size: 2.8rem;
}

#hero-socials {
  font-size: 3.2rem;
  padding-top: 1rem;
  z-index: 2;
}

#hero-socials a {
  color: white;
  margin: 0 1.5rem;
}

#hero-socials a:hover {
  color: #ff6600;
}

#hero::after {
  content: '';
  background-color: rgba(6, 31, 38, 0.8);
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #hero {
    height: 50vh;
  }
  #hero-title h1,
  #hero-title h5 {
    font-weight: bolder;
  }
  #hero-title h1 {
    font-size: 2.1rem;
  }
  #hero-title h5 {
    font-size: 1.3rem;
  }
  #hero-socials {
    font-size: 2.5rem;
    padding-top: 0;
  }
  #hero-socials a {
    margin: 0 0.5rem;
  }
}

#about .card {
  border: 1px solid #ff6600;
  color: #ff6600;
  height: 100%;
  background-color: #ff6600;
}

#about .card-header {
  padding: 0.2rem;
}

#about .card-content {
  padding: 1rem;
  background-color: white;
}

#about .card-content p {
  color: black;
  font-size: 1.3rem;
  margin: 0;
}

#about .card-footer {
  background-color: #ff6600;
  color: white;
  font-weight: 800;
  padding: 0.3rem 1rem;
  text-align: center;
}

#services {
  background-color: #ff6600;
}

#services .card {
  background-color: #061f26;
  border: 1px solid #061f26;
  color: #061f26;
  height: 100%;
}

#services .card-header {
  border-bottom: 1px solid #061f26;
  color: white;
  padding: 0.5rem 3rem;
  min-height: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#services .card-content {
  background-color: white;
  font-size: 1.25rem;
  padding: 1rem 2.5rem;
  text-align: center;
}

#services .card-footer {
  background-color: #061f26;
  padding: 0.25rem;
}

#team {
  color: #061f26;
}

#team img {
  max-height: 250px;
}

#contact .action-box {
  border-radius: 30px;
  padding: 2rem 1rem;
}

#contact .contact-box {
  border: 1px solid #ff6600;
  border-radius: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 45px;
  margin-bottom: 1rem;
  overflow: hidden;
  width: 270px;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contact .contact-box:hover {
  color: #061f26;
}

#contact .contact-box:hover .contact-box-user {
  background-color: #ff6600;
}

#contact .contact-box:hover .contact-box-user b {
  color: #061f26;
}

#contact .contact-box-logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff6600;
  color: #061f26;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  height: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  width: 45px;
  padding-left: 0.1rem;
}

#contact .contact-box-user {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding-left: 1rem;
  width: calc(100% - 45px);
}

#contact .contact-box-user b {
  font-size: 1.2rem;
}
/*# sourceMappingURL=style.css.map */