@import url("https://fonts.googleapis.com/css?family=Spartan&display=swap");
body {
  font-family: 'Spartan', helvetica, arial, sans-serif;
  background: #fff;
}

.main {
  padding: 0;
  width: 100%;
}

h1 {
  font-size: 1.5rem;
  margin: 1rem auto;
}

.headerBanner {
  min-height: 45vh;
  background-image: url(/img/background-sm.jpg);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  padding: 3rem;
}

.headerBanner:before {
  content: '';
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  position: absolute;
}

.headerBanner .cont {
  max-width: 1200px;
  position: relative;
  z-index: 4;
}

#services {
  margin: 3rem auto;
}

#services .icon {
  height: 60px;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#services h3 {
  font-size: 1.6rem;
}

#footer {
  background: #f9f9f9;
  padding: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*# sourceMappingURL=styles.css.map */