/* Vendor Prefixing */
/* extra */
/* Youtube Lazy Loader */
.lazy-yt {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.lazy-yt .play-button {
  position: absolute;
  width: 90px;
  height: 60px;
  background-color: #333;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
  cursor: pointer;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.lazy-yt .play-button:before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.lazy-yt img {
  position: absolute;
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
  cursor: pointer;
}
.lazy-yt iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* custom */
.spacer-y-1 {
  display: block;
  height: 1em;
}

/* variables */
/* mixins */
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular.ttf");
}
@font-face {
  font-family: "OldschoolGrotesk-Medium";
  src: url("../fonts/OldschoolGrotesk/OldschoolGrotesk-Medium.ttf");
}
body {
  background-color: #ffffff;
  /*background-image: url(../img/bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Lato";
  background-repeat: no-repeat;
  overflow-x: hidden;
  /*a {
      &:link,
      &:active,
      &:visited {
          text-decoration:none;
          color:$color-black;
          outline: none;

          @include transition(all 250ms ease);
      }

      &:hover {
          //text-decoration: underline;
          opacity: 0.7;
      }

      .no-hover-fx,
      &.no-hover-fx {
          &:hover {
              opacity:1;
          }
      }
  }*/
  /* ACCESSIBILITY */
  /* KLASSEN */
  /* ID */
}
body .sr-only-focusable:focus {
  overflow: visible;
  clip: auto;
  position: fixed !important;
  top: 100px;
  left: 40px;
  width: auto;
  height: auto;
  margin: 0;
  z-index: 3000;
  padding: 10px;
  opacity: 0.75;
  background-color: #ffffff;
}
body .sr-only {
  color: #000000 !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
body #copyright {
  font-size: 0.9rem;
  margin-top: 1.5rem;
}
body #copyright a {
  color: #777777;
}

/* --------------- Global ---------------- */
/* --------------- End Global ---------------- */
/* --------------- Nav ---------------- */
.navbar {
  position: relative;
  top: 0;
  height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  z-index: 1;
}
@media (max-width: 385px) {
  .navbar {
    height: 80px;
  }
}
.navbar .navbar-center {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.navbar .navbar-center img {
  max-width: 15rem;
}
@media (max-width: 385px) {
  .navbar .navbar-center img {
    margin: 0 0.5rem 0.6rem 0;
  }
}
.navbar .navbar-center .social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .navbar-center .social-wrapper .social-icon {
  font-size: 1.5rem;
  color: #f33b1f;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.navbar .navbar-center .social-wrapper .social-icon:hover {
  opacity: 0.7;
}
.navbar .navbar-center .social-wrapper .social-icon:not(:last-child) {
  margin-right: 1rem;
}

.no-effect {
  font-family: "OldschoolGrotesk-Medium";
  font-size: 2rem;
  margin: 0;
  padding-top: 0.25em;
}

/* --------------- End Nav ---------------- */
/* --------------- Hero ---------------- */
.hero {
  min-height: 110vh;
  background-image: url("../img/hero-img.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.hero .cover {
  padding-top: 20vh;
}
.hero .cover .cta {
  background-color: #f33b1f;
  color: #ffffff;
  letter-spacing: 0.05rem;
}

/* --------------- End of Hero ---------------- */
/* --------------- Instagram Feed ---------------- */
#instafeed {
  margin: 6em 0 2em 0;
}

/* --------------- End Instagram Feed ---------------- */
/* Media Queries
xs = Extra small devices (phones, less than 33.9em)
sm = Small devices (tablets, 34em and up to 47.9em)
md = Medium devices (desktops, 48em and up to 61.9em)
lg = Large devices (large desktops, 62em and up)
*/
/* XS */
@media (max-width: 33.9em) {
  .no-effect {
    font-size: 1.5rem;
  }
  .hero {
    min-height: 95vh;
    background-position: 65% center;
  }
  .hero .cover {
    padding-top: 3vh;
  }
}
/* SM */
@media (min-width: 34em) and (max-width: 47.9em) {
  .hero {
    min-height: 100vh;
  }
}
/* MD */
/* LG */
/* Device Media Queries
iOS portrait bg - approx. 768x1150 px
iOS landscape bg - approx.  1024x953 px
*/
/* iPhone4 - Portrait */
/*# sourceMappingURL=main-style.css.map */