.section-banner {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  position: relative;
  text-align: center;
  margin-top: -80px !important;
}

.section-banner img {
  width: 100%;
  height: 500px;
}

.section-banner .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section-banner h1 {
  color: #fff;
  font-weight: bold;
  font-size: 80px;
}

.section-banner p {
  color: #ededed;
  font-weight: lighter;
  font-size: 25px;
}

.section-contact {
  font-family: 'Titillium Web', sans-serif;
  background-color: #e0ece4;
}

.section-contact img {
  max-width: 50px;
}

.section-contact h3 {
  font-weight: bold;
  font-size: 30px;
}

.section-contact p {
  font-weight: lighter;
  font-size: 18px;
  color: #424242;
  cursor: default;
}

.section-contact .p-time {
  font-size: 16px;
  margin-top: -10px !important;
}

.section-contact a {
  font-weight: lighter;
  font-size: 18px;
  color: #424242;
  text-decoration: none;
}

.section-contact a:hover {
  color: #ff5050;
}

.section-contact .col-lg-4:hover {
  border-radius: 20px 20px 20px 20px;
  background-color: white !important;
}

.section-map .caption-map {
  background-color: #e0ece4;
}

.section-map .caption-map p {
  font-size: 18px;
  font-weight: lighter;
  color: #424242;
  margin: 0;
}

.section-map .embed-responsive {
  width: 100%;
  min-height: 400px;
}

@media (max-width: 580px) {
  .section-banner img {
    height: 400px;
    margin-top: 80px;
  }
  .section-banner h1 {
    font-size: 37px;
  }
  .section-banner p {
    font-size: 24px;
  }
  .section-banner .centered {
    top: 50%;
  }
  .section-contact .row {
    padding: 0 !important;
    padding-bottom: 20px !important;
  }
  .section-contact .row div {
    padding: 20px 0px !important;
  }
  .section-contact img {
    padding-bottom: 20px !important;
  }
  .section-contact p {
    font-size: 22px;
  }
  .section-contact .p-time {
    font-size: 20px;
  }
  .section-contact a {
    font-size: 22px;
  }
  .section-map .caption-map p {
    font-size: 22px;
  }
}
/*# sourceMappingURL=contact.css.map */