@font-face {
  font-family: United Sans-Black;
  src: url("../fonts/UnitedSansReg-Black.otf") format("opentype");
}

@font-face {
  font-family: United Sans-Bold;
  src: url("../fonts/UnitedSansReg-Bold.otf") format("opentype");
}

@font-face {
  font-family: United Sans-Heavy;
  src: url("../fonts/UnitedSansReg-Heavy.otf") format("opentype");
}

@font-face {
  font-family: United Sans-Light;
  src: url("../fonts/UnitedSansReg-Light.otf") format("opentype");
}

@font-face {
  font-family: United Sans-Medium;
  src: url("../fonts/UnitedSansReg-Medium.otf") format("opentype");
}

.content {
  background-color: #ecf0f1;
  text-align: center;
}

.content__container {
  position: relative;
  min-height: 800px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .content__container {
    position: unset;
    background-attachment: unset;
    background-position: unset;
    background-repeat: unset;
    background-size: unset;
    min-height: unset;
  }
}

.content__container--caption {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .content__container--caption {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}

.content__container--caption span {
  padding: 18px;
  color: #f7f7f7;
  font-size: 4rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 10px;
  border: 1px solid #f7f7f7;
}

@media screen and (max-width: 768px) {
  .content__container--caption span {
    font-size: 2.5vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 280px) {
  .content__container--caption span {
    font-size: 1rem;
  }
}

.content #first {
  /* The image used */
  background-image: url("../img/4_2.jpg");
}

@media screen and (max-width: 768px) {
  .content #first {
    background-image: none;
  }
}

.content #first img {
  display: none;
}

@media screen and (max-width: 768px) {
  .content #first img {
    display: unset;
    width: 100%;
  }
}

.content #second {
  /* The image used */
  background-image: url("../img/1_2.jpg");
}

@media screen and (max-width: 768px) {
  .content #second {
    background-image: none;
  }
}

.content #second img {
  display: none;
}

@media screen and (max-width: 768px) {
  .content #second img {
    display: unset;
    width: 100%;
  }
}

.content #third {
  /* The image used */
  background-image: url("../img/12_2.jpg");
}

@media screen and (max-width: 768px) {
  .content #third {
    background-image: none;
  }
}

.content #third img {
  display: none;
}

@media screen and (max-width: 768px) {
  .content #third img {
    display: unset;
    width: 100%;
  }
}

.content #fourth {
  /* The image used */
  background-image: url("../img/3_2.jpg");
}

@media screen and (max-width: 768px) {
  .content #fourth {
    background-image: none;
  }
}

.content #fourth img {
  display: none;
}

@media screen and (max-width: 768px) {
  .content #fourth img {
    display: unset;
    width: 100%;
  }
}

.content__text {
  color: #57606f;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 1em;
  padding-right: 1em;
}

@media screen and (max-width: 768px) {
  .content__text {
    height: auto;
    padding: 2em;
  }
}

.content__text h1 {
  color: #2f3542;
  font: 1.5rem "Lato", sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .content__text h1 {
    font-size: 1.2rem;
  }
}

.content__text p {
  color: #222121;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .content__text p {
    font-size: 1.0rem;
  }
}
/*# sourceMappingURL=about.css.map */