/*Work Page*/

body {
  background: black;
  width: 100%;
}

.disable-hover {
  pointer-events: none;
}

h2 {
  font-size: 1.2em;
  font-family: 'AlphaBold',sans-serif;
  letter-spacing: 0px;
  padding-top: 4%;
}

p {
  margin-top: 0;
  color: #8d8c8c;
  font-size: .9em;
}

h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: black;
  margin: auto;
  margin-top: 14px;
  margin-bottom: 14px;
}

.menu-open {
  background: white;
}

.wrapper {
  transition: transform .6s ease;
}

.one {
  position: relative;
  width: 75%;
  overflow: hidden;
  display: block;
}

.two {
  position: relative;
  width: 75%;
  float: right;
  overflow: hidden;
}

.spacer {
  position: absolute;
  height: 100%;
  width: 475px;
  top: 0;
  right: 0;
  background: black;
}

.bottom-line {
  width: 100%;
  margin-top: 1.5em;
  border: 1px solid #ddd;
  display: none;
}


.hidden {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  /*z-index: 1000;*/
  color: white;
}

.hidden-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 100%;
  height: 24%;
  background: white;
  width: 100%;
  color: black;
  text-align: center;
}

.slide-up {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all .6s ease;
}

.slide-down {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  transition: all .6s ease;
}

.show-hidden {
-webkit-transform: translateY(-30%);
-moz-transform: translateY(-30%);
transform: translateY(-30%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.hide-hidden {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.show-text {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.hide-text {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 1780px) {
    h2 {
      padding-top: 3.6%;
    }
}

@media screen and (max-width: 1600px) {
    h2 {
      padding-top: 3%;
    }
}

@media screen and (max-width: 1450px) {
    h2 {
      padding-top: 4%;
    }
    .hidden-text {
      height: 28%;
    }

}

@media screen and (max-width: 1350px) {
    h2 {
      padding-top: 3.5%;
    }
}

@media screen and (max-width: 1250px) {
    h2 {
      padding-top: 3%;
    }
}

@media screen and (max-width: 1140px) {
    h2 {
      font-size: 1em;
    }
}

/*Ipad */
  @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    .location, .contact {
        font-size: 1.1em;
        width: 100%;
        padding: 65px 0 0 80px;

      }

      h2 {
      font-size: 1.3em;
      padding-top: 6%;
    }

      p {
        font-size: 1.1em;
      }

      .copyright {
        font-size: 1em;
        clear: both;
        text-align: left;
        padding: 80px 0 30px 80px;

      }

      .hidden {
        display: none;
      }

      .slide-up {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  /*transition: all .6s ease;*/
}

.one {
  width: 100%;
  overflow: visible;
  margin-bottom: 19%;
}

.bottom-line {
  display: block;
}

.hidden-text {
  z-index: 100;
  height: 35%;
}

  .show-text {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-transform: translateY(0);
}

  .show-hidden {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}

  }


/*!! Change This To 800px When Done!!!*/
@media screen and (max-width: 800px) {

  .wrapper {
    background: #FFF;
  }

  .bottom-line {
  display: block;
}


  .location, .contact {
        font-size: 1.1em;
        width: 100%;
        padding: 65px 0 0 80px;

      }

      h2 {
      font-size: 1.1em;
      padding-top: 4%;
    }

      p {
        font-size: 1em;
      }

      .copyright {
        font-size: 1em;
        clear: both;
        text-align: left;
        padding: 80px 0 30px 80px;

      }

      .hidden {
        display: none;
      }

      .slide-up {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  /*transition: all .6s ease;*/
}

.one {
  width: 100%;
  overflow: visible;
  margin-bottom: 19%;
  /*border-bottom: 41px solid red;*/
}

.hidden-text {
  z-index: 100;
  height: 35%;
}

  .show-text {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-transform: translateY(0);
}

  .show-hidden {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}

}

@media screen and (max-width: 600px) {

  h2 {
      font-size: .9em;
      padding-top: 3.5%;
    }

      p {
        font-size: .8em;
      }

}

@media screen and (max-width: 480px) {

   h2 {
      font-size: .8em;
      padding-top: 3%;
    }

      p {
        font-size: .7em;
      }


}

@media screen and (max-width: 400px) {


  h2 {
      padding-top: 4%;
    }


  .one {
  width: 100%;
  overflow: visible;
  margin-bottom: 27%;
  }

  .hidden-text {
  z-index: 100;
  height: 50%;
  }

  .location, .contact {
        font-size: 1em;
        padding: 65px 0 0 30px;

      }

      .copyright {
        font-size: .8em;
        clear: both;
        padding: 80px 0 30px 30px;

      }

}

@media screen and (max-width: 320px) {

  .one {
  width: 100%;
  overflow: visible;
  margin-bottom: 27%;
}

.hidden-text {
  z-index: 100;
  height: 60%;
}



}












