@charset "UTF-8";
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/century-gothic/GOTHICB.TTF") format("truetype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

p {
  font-family: "Dosis", sans-serif;
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
}

/*
Hero styling
*/
.hero {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  position: relative;
}
.hero:before {
  position: absolute;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(rgba(60, 63, 65, 0.5), rgba(40, 52, 65, 0.5)), url("../img/bg-hero.jpeg");
  background: -moz-linear-gradient(rgba(60, 63, 65, 0.5), rgba(40, 52, 65, 0.5)), url("../img/bg-hero.jpeg");
  background: linear-gradient(rgba(60, 63, 65, 0.5), rgba(40, 52, 65, 0.5)), url("../img/bg-hero.jpeg");
  content: "";
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
}
.hero ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding: 20px 0;
  list-style: none;
  font-size: 11px;
}
.hero ul li {
  text-transform: uppercase;
  padding-right: 25px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.8);
}
.hero ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 1px solid transparent;
}
.hero ul li a:hover {
  border-bottom: 1px solid #f44336;
}
@media (max-width: 568px) {
  .hero ul li {
    padding-right: 0;
  }
}
@media (max-width: 568px) {
  .hero ul {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 7px;
  }
}
.hero .hero-text {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero .hero-text h1, .hero .hero-text h2 {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 35px;
  color: #fff;
}
@media (max-width: 1000px) {
  .hero .hero-text h1, .hero .hero-text h2 {
    letter-spacing: 30px;
  }
}
@media (max-width: 900px) {
  .hero .hero-text h1, .hero .hero-text h2 {
    letter-spacing: 25px;
  }
}
@media (max-width: 805px) {
  .hero .hero-text h1, .hero .hero-text h2 {
    font-size: 30px;
    letter-spacing: 20px;
  }
}
@media (max-width: 670px) {
  .hero .hero-text h1, .hero .hero-text h2 {
    font-size: 25px;
    letter-spacing: 15px;
  }
}
@media (max-width: 500px) {
  .hero .hero-text h1, .hero .hero-text h2 {
    font-size: 22px;
    letter-spacing: 10px;
  }
}
.hero .hero-text p {
  letter-spacing: 6px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 645px) {
  .hero .hero-text p {
    font-size: 16px;
  }
}
@media (max-width: 568px) {
  .hero {
    background-attachment: scroll;
    /* IOS fix to display background */
  }
}

.txt {
  padding-top: 25px;
}

/*# sourceMappingURL=styles.css.map */
