@font-face {
  font-family: NexaLight;
  src: url(../fonts/Nexa-Light.otf);
}
@font-face {
  font-family: NexaBold;
  src: url(../fonts/Nexa-Bold.otf);
}
.icon-list--bigger,
.icon-list--smaller {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: flexbox;
  display: box;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-around;
  text-align: center;
}
/* Hack Safari 7+ */
_::-webkit-full-page-media,
_:future,
:root .icon-list {
  display: inline-block;
  width: 100%;
}
_::-webkit-full-page-media,
_:future,
:root .icon-list--bigger div {
  display: inline-block;
  width: 33.3%;
}
_::-webkit-full-page-media,
_:future,
:root .icon-list--smaller div {
  display: inline-block;
  width: 20%;
}
.icon-list--bigger {
  margin-bottom: 20px;
}
.icon-list--bigger > div {
  max-width: 33%;
  padding: 10px;
}
@media only screen and (max-width: 1000px) {
  .icon-list--bigger > div {
    max-width: 33%;
  }
}
@media only screen and (max-width: 400px) {
  .icon-list--bigger > div {
    max-width: 33%;
  }
}
@media only screen and (max-width: 1000px) {
  .icon-list--bigger > div {
    padding: 10px;
  }
}
@media only screen and (max-width: 400px) {
  .icon-list--bigger > div {
    padding: 5px;
  }
}
.icon-list--bigger .icon-text {
  display: block;
  text-transform: uppercase;
  font-style: bold;
  font-size: 17px;
  margin-bottom: 10px;
  color: #000;
}
@media only screen and (max-width: 1000px) {
  .icon-list--bigger .icon-text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 400px) {
  .icon-list--bigger .icon-text {
    font-size: 12px;
  }
}
.icon-list--bigger img {
  width: 33%;
}
@media only screen and (max-width: 1000px) {
  .icon-list--bigger img {
    width: 30%;
  }
}
@media only screen and (max-width: 400px) {
  .icon-list--bigger img {
    width: 55%;
  }
}
.icon-list--smaller {
  width: 90%;
  margin: auto;
  margin-top: 40px;
}
@media only screen and (max-width: 1000px) {
  .icon-list--smaller {
    width: 90%;
  }
}
@media only screen and (max-width: 400px) {
  .icon-list--smaller {
    width: 100%;
  }
}
.icon-list--smaller > div {
  text-align: center;
  max-width: 20%;
  padding: 10px;
}
@media only screen and (max-width: 1000px) {
  .icon-list--smaller > div {
    max-width: 20%;
  }
}
@media only screen and (max-width: 400px) {
  .icon-list--smaller > div {
    max-width: 33%;
  }
}
@media only screen and (max-width: 1000px) {
  .icon-list--smaller > div {
    padding: 10px;
  }
}
@media only screen and (max-width: 400px) {
  .icon-list--smaller > div {
    padding: 0px 5px;
  }
}
.icon-list--smaller > div .icon-text {
  display: block;
  text-transform: uppercase;
  font-style: bold;
  font-size: 14px;
  margin-bottom: 10px;
  color: #000;
}
@media only screen and (max-width: 1000px) {
  .icon-list--smaller > div .icon-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  .icon-list--smaller > div .icon-text {
    font-size: 12px;
  }
}
.icon-list--smaller > div img {
  width: 33%;
}
@media only screen and (max-width: 1000px) {
  .icon-list--smaller > div img {
    width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  .icon-list--smaller > div img {
    width: 70%;
  }
}
* {
  transition: all 300ms;
  font-family: 'NexaLight', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}
canvas,
svg {
  width: 100vw;
  height: 100vh;
}
h1 {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  width: 100vw;
  font-size: 60px;
  color: #fbc926;
}
@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 400px) {
  h1 {
    font-size: 35px;
  }
}
@media (max-width: 750px) {
  h1 {
    top: 65px;
  }
}
@media (max-width: 500px) {
  h1 {
    margin-top: -30px;
    color: green;
  }
}
h2 {
  font-family: NexaLight, sans-serif;
  font-size: 25px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.center {
  text-align: center;
}
section {
  padding-top: 60px;
  padding-bottom: 50px;
  position: relative;
}
.content-wrap {
  max-width: 900px;
  padding: 0px;
  opacity: 1;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 1000px) {
  .content-wrap {
    padding: 10px;
  }
}
@media only screen and (max-width: 400px) {
  .content-wrap {
    padding: 20px;
  }
}
.content-wrap .content-wrap--title {
  position: absolute;
  left: -99999px;
}
.body-wrap {
  position: relative;
  z-index: 999;
  box-shadow: 0px 21px 24px 2px #000;
  -webkit-box-shadow: 0px 21px 24px 2px #000;
  -moz-box-shadow: 0px 21px 24px 2px #000;
}
@media (max-width: 500px) {
  .body-wrap {
    margin-bottom: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
}
nav {
  z-index: 9999;
  height: 88px;
  position: fixed;
  top: 0px;
  width: 100%;
  background: rgba(255, 255, 255, 0);
}
nav .hq--logo {
  width: 30%;
  height: auto;
}
@media only screen and (max-width: 1000px) {
  nav .hq--logo {
    width: 20%;
  }
}
@media only screen and (max-width: 400px) {
  nav .hq--logo {
    width: 20%;
  }
}
@media (max-width: 500px) {
  nav .hq--logo {
    margin-top: 10px;
  }
}
.corners {
  position: fixed;
  z-index: 9999;
}
.corners div {
  transition: all 300ms;
  position: fixed;
  opacity: 0;
}
.corners .top-left {
  top: 20px;
  left: -200px;
}
.corners .top-right {
  top: 20px;
  right: -200px;
  overflow: hidden;
}
.corners .bottom-left {
  bottom: -400px;
  left: -62px;
}
.corners .bottom-right {
  bottom: 20px;
  right: -200px;
}
.corners .top-left p {
  text-transform: uppercase;
  font-family: NexaBold, sans-serif;
  text-align: left;
  font-size: 30px;
  line-height: 0.8em;
}
.corners .top-left p.pause {
  font-size: 14px;
  margin-bottom: 0px;
}
.corners .bottom-left p {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}
.corners .bottom-left p a {
  font-family: NexaBold, sans-serif;
  font-size: 14px;
  color: #333333;
  text-decoration: none;
}
.corners .bottom-left,
.corners .bottom-right {
  display: block;
}
@media only screen and (max-width: 1000px) {
  .corners .bottom-left,
  .corners .bottom-right {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .corners .bottom-left,
  .corners .bottom-right {
    display: none;
  }
}
.corners .bottom-left-hide {
  bottom: -400px !important;
  transition: all 300ms ease-in;
}
.corners .corners--btn {
  display: inline-block;
  background-color: transparent;
  border: 3px solid #000;
  color: #000;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-family: NexaBold;
}
.corners .corners--btn:hover {
  background-color: #000;
  color: #FFFFFF;
}
.scrolled .poster {
  opacity: 0;
}
.scrolled .corners div {
  opacity: 1;
}
.scrolled .corners .top-left {
  top: 10px;
  left: 20px;
}
.scrolled .corners .top-right {
  top: 20px;
  right: 20px;
}
.scrolled .corners .bottom-left {
  bottom: 110px;
  left: -62px;
}
.scrolled .corners .bottom-right {
  bottom: 20px;
  right: 20px;
}
.scrolled nav {
  //background: #FFFFFF;
}
@media only screen and (max-width: 1000px) {
  .scrolled nav {
    //background: #FFFFFF;
  }
}
@media only screen and (max-width: 400px) {
  .scrolled nav {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 15px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 15px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 15px -4px rgba(0, 0, 0, 0.75);
  }
}
#main-wrap {
  max-width: 100vw;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
}
@media (max-width: 728px) {
  header .content-wrap {
    margin-left: -148px;
    max-width: 300px;
  }
}
.hq--main-logo {
  width: 100%;
  height: auto;
}
.content-wrap--subtitle {
  display: inline-block;
  z-index: 10;
  width: auto;
  font-size: 40px;
}
@media only screen and (max-width: 1000px) {
  .content-wrap--subtitle {
    font-size: 30px;
  }
}
@media only screen and (max-width: 400px) {
  .content-wrap--subtitle {
    font-size: 20px;
    width: 50%;
  }
}
@media (max-width: 500px) {
  .content-wrap--subtitle {
    margin-top: 10px;
  }
}
.card {
  background: transparent;
  padding: 0px 100px 20px 100px;
}
@media only screen and (max-width: 1000px) {
  .card {
    padding: 0px 100px 20px 100px;
  }
}
@media only screen and (max-width: 400px) {
  .card {
    padding: 0px 0px 0px 0px;
  }
}
.card .content-wrap {
  background-color: #000;
  max-width: 700px;
  
}
@media only screen and (max-width: 1000px) {
  .card .content-wrap {
    padding: 80px 60px;
  }
}
@media only screen and (max-width: 400px) {
  .card .content-wrap {
    padding: 40px 20px;
  }
}
.card .content-wrap p {
  font-family: NexaLight, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  color: #FFFFFF;
  font-weight: 200;
}
.card .content-wrap p a {
  color: white !important;
  text-decoration: underline;
}
.card .content-wrap p strong {
  font-weight: 800;
  font-size: 22px;
}
.card .content-wrap .full-wrap {
  margin-bottom: 0 !important;
}
.full-wrap {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}
.full-wrap > div {
  padding: 20px;
}
@media only screen and (max-width: 1000px) {
  .full-wrap > div {
    padding: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .full-wrap > div {
    padding: 10px;
  }
}
#hatchwork {
  position: fixed;
  z-index: -9999;
  top: 0;
  left: 0;
  pointer-events: none;
}
.heading--center {
  text-align: center;
}
header {
  position: fixed;
  width: 100%;
  height: 100vh;
}
header .content-wrap {
  width: auto;
  max-width: 600px;
  margin: auto auto auto auto;
  text-align: center;
  display: inline-block;
  position: relative;
  left: 50%;
  margin-left: -300px;
  top: 50%;
  margin-top: -200px;
  padding: 10px 20px;
}
/* INTRO */
#intro {
  margin-top: 100vh;
  animation: page-up 3s;
}
#intro #header-introblock {
  box-sizing: border-box;
  margin: -100px auto 100px auto;
}
#intro #header-introblock p {
  font-size: 1.8em;
  background-color: #000;
  color: #FFFFFF;
  padding: 90px 80px;
}

@media only screen and (max-width: 400px) {
  #intro #header-introblock p {
    font-size: 18px;
  }
}


#main{
  background-color: #FFFFFF;
}

#main .content-wrap {
  position: relative;
  background-color: transparent;
}
#main .content-wrap p {
  color: #000;
  font-weight: 700;
}
#main .content-wrap:nth-child(1) {
  z-index: 10;
  width: 900px;
}
#main .content-wrap:nth-child(2) {
  z-index: 9;
  margin: -60px auto;
  width: 550px;
  border: none;
}
#main .content-wrap:nth-child(3) {
  z-index: 8;
  margin: -90px 200px 30px auto;
  width: 700px;
}
#main .content-wrap:nth-child(4) {
  z-index: 7;
  margin: -120px 200px 30px auto;
  width: 700px;
}
#main #headline--wrap {
  background-color: transparent;
  margin: 50px auto;
  display: block;
  text-align: center;
  box-shadow: none;
}

/* Testimonials */
#testimonial {
  height: 600px;
  margin: 0;
  padding: 0;
  /********************************/
  /*       Fade Bs-carousel       */
  /********************************/
  /********************************/
  /*          Hero Headers        */
  /********************************/
  /********************************/
  /*            Overlay           */
  /********************************/
  /********************************/
  /*       Slides backgrounds     */
  /********************************/
  /********************************/
  /*          Media Queries       */
  /********************************/
}
#testimonial .fade-carousel {
  position: relative;
  height: 600px;
}
#testimonial .fade-carousel .carousel-inner .item {
  height: 600px;
}
#testimonial .fade-carousel .carousel-indicators > li {
  margin: 0 2px;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  opacity: .7;
  position: relative;
  z-index: 2;
}
#testimonial .fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}
#testimonial .hero {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 15;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  max-width: auto;
}
@media only screen and (max-width: 1000px) {
  #testimonial .hero {
    max-width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  #testimonial .hero {
    max-width: 100%;
  }
}
#testimonial .hero hgroup {
  width: 80%;
  margin-left: 10%;
}
#testimonial .hero h1 {
  font-weight: bold;
  line-height: 1.5em;
  margin: 0 auto;
  padding: 0;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
  font-size: 24px;
}
@media only screen and (max-width: 1000px) {
  #testimonial .hero h1 {
    font-size: 1em;
  }
}
@media only screen and (max-width: 400px) {
  #testimonial .hero h1 {
    font-size: 0.8em;
  }
}
#testimonial .hero h3 {
  position: relative;
  margin-top: 40px;
}
#testimonial .fade-carousel .carousel-inner .item .hero {
  opacity: 0;
  -webkit-transition: 1s all ease-in-out 0.1s;
  -moz-transition: 1s all ease-in-out 0.1s;
  -ms-transition: 1s all ease-in-out 0.1s;
  -o-transition: 1s all ease-in-out 0.1s;
  transition: 1s all ease-in-out 0.1s;
}
#testimonial .fade-carousel .carousel-inner .item.active .hero {
  opacity: 1;
  -webkit-transition: 1s all ease-in-out 0.1s;
  -moz-transition: 1s all ease-in-out 0.1s;
  -ms-transition: 1s all ease-in-out 0.1s;
  -o-transition: 1s all ease-in-out 0.1s;
  transition: 1s all ease-in-out 0.1s;
}
#testimonial .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#testimonial .fade-carousel .slides .slide-1,
#testimonial .fade-carousel .slides .slide-2,
#testimonial .fade-carousel .slides .slide-3 {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#testimonial .fade-carousel .slides .slide-1 {
  background-image: url(../../../perch/resources/dsc01965-w1400.html);
}
#testimonial .fade-carousel .slides .slide-2 {
  background-image: url(../../../perch/resources/collaborative-area-w1400.html);
}
#testimonial .fade-carousel .slides .slide-3 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339276121-ba1dfa199912?q=75&amp;fm=jpg&amp;s=9bf9f2ef5be5cb5eee5255e7765cb327);
}
@media screen and (min-width: 980px) {
  #testimonial .hero {
    width: 980px;
  }
}
@media screen and (max-width: 640px) {
  #testimonial .hero {
    width: 80%;
    height: 80%;
  }
  #testimonial .hero h1 {
    font-size: 2em;
    margin-top: 50px;
  }
  #testimonial .hero h3 {
    font-size: 1em;
    margin-top: 100px;
  }
}
.fader {
  background: linear-gradient(rgba(255, 255, 255, 0), #FFFFFF);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #FFFFFF);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), #FFFFFF);
  background: -o-linear-gradient(rgba(255, 255, 255, 0), #FFFFFF);
}
@keyframes page-up {
  0% {
    margin-top: 105vh;
  }
  65% {
    margin-top: 105vh;
  }
  100% {
    margin-top: 100vh;
  }
}
/******************************

      WORKSHOP OUTLINE

******************************/
#workshop {
  margin: 0px auto 0 auto;
  background-color: #FFFFFF;
  padding: 0 auto 60px auto;
}
#workshop .content-wrap--subtitle {
  text-align: center;
  margin: 60px auto;
  width: 100%;
  vertical-align: middle;
}
#workshop .content-wrap {
  margin-bottom: 60px;
  text-align: center;
}
#workshop .workshop-container {
  box-sizing: border-box;
  display: inline-block;
  border-collapse: collapse;
  width: 43%;
  margin: 0 30px;
  font-size: 1.5em;
  background-color: #fbc926;
  padding: 20px;
  height: 600px;
  vertical-align: top;
  text-align: left;
  -webkit-box-shadow: 0px 5px 15px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 15px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 15px -4px rgba(0, 0, 0, 0.75);
}
#workshop .workshop-container h3 {
  text-align: center;
}
#workshop .workshop-container hr {
  border: 1px solid #000;
}
/* BOXES */
#current {
  background-color: #FFFFFF;
}
#current .divider {
  height: 1px;
}
#current .divider.animation-expand {
  width: 90%;
  margin: auto;
  background-color: #000;
}
.animation-expand {
  animation: expansion 3s;
}
@keyframes expansion {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
.icon-list--bigger,
.icon-list--smaller {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: flexbox;
  display: box;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-around;
  text-align: center;
}
/* Hack Safari 7+ */
_::-webkit-full-page-media,
_:future,
:root .icon-list {
  display: inline-block;
  width: 100%;
}
_::-webkit-full-page-media,
_:future,
:root .icon-list--bigger div {
  display: inline-block;
  width: 33.3%;
}
_::-webkit-full-page-media,
_:future,
:root .icon-list--smaller div {
  display: inline-block;
  width: 20%;
}
.icon-list--bigger {
  margin-bottom: 20px;
}
.icon-list--bigger > div {
  max-width: 33%;
  padding: 10px;
}
@media only screen and (max-width: 1000px) {
  .icon-list--bigger > div {
    max-width: 33%;
  }
}
@media only screen and (max-width: 400px) {
  .icon-list--bigger > div {
    max-width: 33%;
  }
}
@media only screen and (max-width: 1000px) {
  .icon-list--bigger > div {
    padding: 10px;
  }
}
@media only screen and (max-width: 400px) {
  .icon-list--bigger > div {
    padding: 5px;
  }
}
.icon-list--bigger .icon-text {
  display: block;
  text-transform: uppercase;
  font-style: bold;
  font-size: 17px;
  margin-bottom: 10px;
  color: #000;
}
@media only screen and (max-width: 1000px) {
  .icon-list--bigger .icon-text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 400px) {
  .icon-list--bigger .icon-text {
    font-size: 12px;
  }
}
.icon-list--bigger img {
  width: 33%;
}
@media only screen and (max-width: 1000px) {
  .icon-list--bigger img {
    width: 30%;
  }
}
@media only screen and (max-width: 400px) {
  .icon-list--bigger img {
    width: 55%;
  }
}
.icon-list--smaller {
  width: 90%;
  margin: auto;
  margin-top: 40px;
}
@media only screen and (max-width: 1000px) {
  .icon-list--smaller {
    width: 90%;
  }
}
@media only screen and (max-width: 400px) {
  .icon-list--smaller {
    width: 100%;
  }
}
.icon-list--smaller > div {
  text-align: center;
  max-width: 20%;
  padding: 10px;
}
@media only screen and (max-width: 1000px) {
  .icon-list--smaller > div {
    max-width: 20%;
  }
}
@media only screen and (max-width: 400px) {
  .icon-list--smaller > div {
    max-width: 33%;
  }
}
@media only screen and (max-width: 1000px) {
  .icon-list--smaller > div {
    padding: 10px;
  }
}
@media only screen and (max-width: 400px) {
  .icon-list--smaller > div {
    padding: 0px 5px;
  }
}
.icon-list--smaller > div .icon-text {
  display: block;
  text-transform: uppercase;
  font-style: bold;
  font-size: 14px;
  margin-bottom: 10px;
  color: #000;
}
@media only screen and (max-width: 1000px) {
  .icon-list--smaller > div .icon-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  .icon-list--smaller > div .icon-text {
    font-size: 12px;
  }
}
.icon-list--smaller > div img {
  width: 33%;
}
@media only screen and (max-width: 1000px) {
  .icon-list--smaller > div img {
    width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  .icon-list--smaller > div img {
    width: 70%;
  }
}
/* Social Media */
#social-media {
  background-color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  margin-top: -30px;
}
#social-media .social-media-boxes > div {
  display: inline-block;
  width: 24%;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  #social-media .social-media-boxes > div {
    width: 24%;
  }
}
@media only screen and (max-width: 400px) {
  #social-media .social-media-boxes > div {
    width: 48%;
  }
}
@media only screen and (max-width: 1000px) {
  #social-media .social-media-boxes > div {
    padding: 0;
  }
}
@media only screen and (max-width: 400px) {
  #social-media .social-media-boxes > div {
    padding: 15px;
  }
}
#social-media img {
  width: 80px;
  transform: perspective(200px) rotateY(0deg) translateZ(-50px);
  transition: transform 300ms border 500ms;
  border: 1px solid #000;
  padding: 5px;
}
#social-media a {
  height: 80px;
  width: 80px;
  display: inline-block;
}
#social-media a:hover img {
  border: 1px solid #fbc926;
}
#social-media .content-wrap div:nth-child(1) a:hover img {
  transform: perspective(200px) rotateY(30deg) translateZ(0px);
}
#social-media .content-wrap div:nth-child(2) a:hover img {
  transform: perspective(200px) rotateX(30deg) translateZ(0px);
}
#social-media .content-wrap div:nth-child(3) a:hover img {
  transform: perspective(200px) rotateX(-30deg) translateZ(0px);
}
#social-media .content-wrap div:nth-child(4) a:hover img {
  transform: perspective(200px) rotateY(-30deg) translateZ(0px);
}

@media only screen and (max-width: 1000px) {
  #social-media img{
    transform: none;
  }
}
/* Image Strip */
#image-strip {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 250px;
  padding: 0px !important;
  margin: 0px !important;
}
#image-strip .back-img {
  background-size: cover;
  background-position: center;
  height: 100%;
  flex: 1;
}
/* Google Map */
#hq-map {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.background-shader {
  position: relative;
  z-index: 1;
}
.background-shader:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #000;
  opacity: 0.55;
  z-index: -1;
}
/*
.hash{
  background: url(../images/hq-hatch.svg) repeat;
  background-size: cover;
  background-color: @white;
}*/
#sign-up {
  height: 125vh;
}
.img_responsive img{
width:100%;
}
#sign-up h2,
#sign-up p {
  font-weight: 800;
  font-size: 20px;
}
#sign-up h2 {
  font-size: 30px;
  padding: 20px 10px;
}
#sign-up form {
  margin-top: -250px;
  width: 100%;
  padding: 20px;
  display: inline-block;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.1);
}
#sign-up .description-form {
  width: 100%;
  font-size: 18px;
}
@media only screen and (max-width: 1000px) {
  #sign-up{
    height: auto;
  }
  #sign-up form {
    margin-top: 0;
  }
  #sign-up .description-form {
    font-size: 18px;
  }
}
@media only screen and (max-width: 400px) {
  #sign-up .description-form {
    font-size: 16px;
  }
}
#sign-up #hatching {
  font-size: 16px;
  /* firefox 19+ */
  /* ie */
}
#sign-up #hatching *:focus,
#sign-up #hatching *:active {
  outline: 0;
}
#sign-up #hatching label {
  /*position: absolute;
  left: -9999999px;*/
}
#sign-up #hatching input,
#sign-up #hatching select {
  height: 50px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}
#sign-up #hatching select {
  background: url(../images/arrow-hatchquarter.svg) no-repeat;
  background-position: 97%;
  background-size: auto 60%;
}
#sign-up #hatching textarea {
  resize: none;
  width: 100%;
  height: 5em;
  padding-top: 10px;
  border-radius: 0px;
  border: 1px solid;
}
#sign-up #hatching input,
#sign-up #hatching textarea,
#sign-up #hatching select {
  padding: 5px 15px;
  border-bottom: 1px solid #000;
  font-size: 16px;
  font-weight: 800;
}
#sign-up #hatching input:focus,
#sign-up #hatching textarea:focus,
#sign-up #hatching select:focus {
  border-bottom: 1px solid #fbc926;
}
#sign-up #hatching textarea:focus {
  border: 2px solid #fbc926;
}
#sign-up #hatching input[type="submit"] {
  border: 3px solid #000;
  background-color: transparent;
  color: #000;
  text-transform: uppercase;
  font-family: NexaBold, sans-serif;
  transition: all 500ms;
  overflow: hidden;
}
#sign-up #hatching input[type="submit"]:hover {
  border-color: #000;
  background-color: #000;
  color: #FFFFFF;
}
#sign-up #hatching ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#sign-up #hatching ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#sign-up #hatching :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#sign-up #hatching input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#sign-up .submitted #hatching input[type="submit"] {
  opacity: 0;
  pointer-events: none;
}
#sign-up #form-messages {
  color: #FFFFFF;
  font-size: 2em;
  font-family: NexaBold, sans-serif;
  text-align: center;
  padding: 10px;
  opacity: 0;
  transition: all 500ms;
  transition-delay: 500ms;
  margin-top: -100px;
}
#sign-up .responded #form-messages {
  opacity: 1;
}
#sign-up .form--input {
  display: inline-block;
  width: 49%;
}
@media only screen and (max-width: 1000px) {
  #sign-up .form--input {
    width: 49%;
  }
}
@media only screen and (max-width: 400px) {
  #sign-up .form--input {
    width: 100%;
  }
}
#sign-up .form--input-text {
  display: inline-block;
  width: 49%;
}
@media only screen and (max-width: 1000px) {
  #sign-up .form--input-text {
    width: 49%;
  }
}
@media only screen and (max-width: 400px) {
  #sign-up .form--input-text {
    width: 100%;
  }
}
#sign-up .form--input-long {
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  #sign-up .form--input-long {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  #sign-up .form--input-long {
    width: 100%;
  }
  #intro #header-introblock p {
    font-size: 18px;
    background-color: #000;
    color: #FFFFFF;
    padding: 20px 20px;
  }
  #workshop .content-wrap {
    margin-bottom: 30px;
    text-align: center;
  }
  #workshop .content-wrap--subtitle {
    margin: 30px auto;
  }
  #workshop .workshop-container {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 1.5em;
    background-color: #fbc926;
    padding: 20px;
    height: auto;
  }
  #poster .content-wrap--title {
    width: 50%;
  }
  .hq--main-logo {
    width: 50%;
  }
  #poster .content-wrap--subtitle {
    width: 50%;
  }
}

.terms{
    color: black;
    text-decoration: underline;
}
.term:hover{
    color: black;
    font-weight: bold;	
}

/* FOOTER */
footer {
  
  height: 70px;
  line-height: 70px;
  background-color: #000;
  color: #FFFFFF;
  z-index: 9;
  bottom: 0;
  width: 100%;
}
footer p {
  font-family: NexaLight, sans-serif;
  font-weight: 200;
  margin-bottom: 0;
}
.footer--left-hour {
  margin-left: 10px;
  float: left;
}
.footer--left-hour p {
  display: inline-block;
}
.footer--right {
  float: right;
  margin-right: 20px;
}
.footer--right a {
  z-index: 9;
  color: #FFFFFF;
}
.footer--right a:hover,
.footer--right a:focus {
  text-decoration: none;
  color: #fbc926;
}
@media (max-width: 800px) {
  #main .content-wrap:nth-child(1) {
    width: 600px;
  }
  #main .content-wrap:nth-child(2) {
    width: 400px;
    margin: 30px auto 0px 150px;
  }
  #main .content-wrap:nth-child(3) {
    width: 500px;
    margin: 30px 100px 30px auto;
  }
}
@media (max-width: 500px) {
  footer {
    height: 100px;
    line-height: normal;
    position: initial;
  }
  #intro .content-wrap, #main .content-wrap  {
    width: 94vw !important;
    margin: 3vw 3vw 0 3vw !important;
  }
  .footer--left-hour,
  .footer--right {
    float: none;
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .footer--left-hour {
    margin: 23px 0 15px 0;
  }
  .footer--right p {
    padding: 0 5px;
  }
  #image-strip {
    display: block !important;
    height: auto !important;
  }
  #image-strip .back-img {
    display: inline-block;
    width: 100%;
    height: 150px;
    margin: -5px 0px !important;
  }
  #social-media a {
    width: auto !important;
  }
}
.paral-me {
  transition: transform 50ms !important;
}

.course-intro{
  font-size: 18px;
  width: 80%;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: 50px;
  max-width: 700px;
}

#workshop a {
  color: #000;
  text-decoration: none;
}

.course-text{
  font-size: 1.8em;
}
@media only screen and (max-width: 400px) {
  .course-text{
    font-size: 18px;
  }
}

.course-cta {
  display: inline-block;
  background-color: transparent;
  border: 3px solid #000;
  color: #000;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-family: NexaBold;
}
.course-cta:hover {
  background-color: #fbc926;
  color: #000;
  text-decoration: none;
}
.course-cta:active, .course-cta:visited {
  text-decoration: none;
  color: #000;
}

.course-price{
  font-size: 30px;
  margin: 50px;
}

.new-h1
{
      font-family: NexaLight, sans-serif;
    font-size: 40px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}