html{
  width: 100%;
  height: 100%;
}

/*
YOU CAN REMOVE THE BACKGROUND IMAGE OF BODY AND THE OVERLAY DIV IF YOU PREFER TO USE ONLY A BACKGROUND COLOR
*/

body{
  width: 100%;
  height: 100%;
  background-color: #eaeae0;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url('../assets/images/background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  top: 0;
  left: 0;
}


.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20,20,20,0.5);
  background-image: url(../assets/images/background_dots.png);
  background-repeat: repeat;
}

@media (max-width: 768px){
 .pt-wrapper{
  height: auto;
  }
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Montserrat', serif;
  color: black;
}

p{
    color: white;
    font-size: 1.2em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    padding-top: 0.6em;
}

h1{
  font-size: 2em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  margin-bottom: 0;
}

h2{ 
  font-size: 1.6em;
  font-weight: 400;
  color:white;
  margin-top: 0.4em;
}

.row{
  margin: 0;
}

/*PAGE STYLES*/
.pt-page-1{
    padding-top: 15%;

}

.pt-page-2{
  padding-top: 15%;
}

.pt-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}

.pt-page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: scroll;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pt-page-current, .no-js .pt-page {
    visibility: visible;
    z-index: 1;
    height: 100%;
    overflow: scroll;
}
 @media (min-width : 768px) {
  .pt-page, .pt-page-current{
    overflow: hidden;
  }
}
.no-js body {
    overflow: auto;
}

/*END OF PAGE STYLES*/

/*DESCRIPTION STYLES AND ANIMATION*/
.description {
    padding-top: 0;
    -webkit-animation: enter 1.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: enter 1.5s; /* Firefox < 16 */
        -ms-animation: enter 1.5s; /* Internet Explorer */
         -o-animation: enter 1.5s; /* Opera < 12.1 */
            animation: enter 1.5s;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 

    .description{
        margin-top: 0;
    }

}

@media(max-width : 768px) {

    .description{
        text-align: center;
        padding-top: 20%;
    }

}

@keyframes enter {
    from { opacity: 0; margin-left:50px;}
    to   { opacity: 1; margin-left:0; }
}

/* Firefox < 16 */
@-moz-keyframes enter {
    from { opacity: 0; margin-left:50px;}
    to   { opacity: 1; margin-left:0; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes enter {
    from { opacity: 0; margin-left:50px;}
    to   { opacity: 1; margin-left:0; }
}

/* Internet Explorer */
@-ms-keyframes enter {
    from { opacity: 0; margin-left:50px;}
    to   { opacity: 1; margin-left:0; }
}

/* Opera < 12.1 */
@-o-keyframes enter {
    from { opacity: 0; margin-left:50px;}
    to   { opacity: 1; margin-left:0; }
}
/*DESCRIPTION STYLES AND ANIMATION*/

/*EMAIL ICON*/
#show-form img{
  width: 25%;
  margin: auto;
  padding-bottom: 25px;
  display: block;
  padding-top: 25px;
  opacity: .9;
}

#show-form img:hover{
  opacity: 1;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  -webkit-transform: scale(1.1);
}
/*END OF EMAIL ICON*/

/*GEARS STYLES AND ANIMATION*/
.gears {
    -webkit-animation: entergears 1.1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: entergears 1.1s; /* Firefox < 16 */
        -ms-animation: entergears 1.1s; /* Internet Explorer */
         -o-animation: entergears 1.1s; /* Opera < 12.1 */
            animation: entergears 1.1s;

}

@keyframes entergears {
    from { opacity: 0; right:50px;}
    to   { opacity: 1; right:0; }
}

/* Firefox < 16 */
@-moz-keyframes entergears {
    from { opacity: 0; right:50px;}
    to   { opacity: 1; right:0; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes entergears {
    from { opacity: 0; right:50px;}
    to   { opacity: 1; right:0; }
}

/* Internet Explorer */
@keyframes entergears {
    from { opacity: 0; right:50px;}
    to   { opacity: 1; right:0; }
}

/* Opera < 12.1 */
@-o-keyframes entergears {
    from { opacity: 0; right:50px;}
    to   { opacity: 1; right:0; }
}

.gear_one img {
    margin: auto;
    display: block;
    position: absolute;
    width: 50%;
    height: auto;
    left:10%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
-webkit-animation: 3s linear normal none infinite barrelRoll;
    -moz-animation: 3s linear normal none infinite barrelRoll;
    -ms-animation: 3s linear normal none infinite barrelRoll;
    -o-animation: 3s linear normal none infinite barrelRoll;
    animation: 3s linear normal none infinite barrelRoll;
}

@media (min-width: 992px) {

  .gear_one img{
    left:9%;
  }

}

.gear_two img {
    margin: auto;
    display: block;
    position: relative;
    width: 40%;
    height: auto;
    top: 50%;
    left: 26%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

@media (min-width: 992px) {

  .gear_two img{
    left:25%;
  }

}

.gear_two img {
    top: -5px;
    -webkit-animation: 3s linear normal none infinite invertBarrelRoll;
    -moz-animation: 3s linear normal none infinite invertBarrelRoll;
    -ms-animation: 3s linear normal none infinite invertBarrelRoll;
    -o-animation: 3s linear normal none infinite invertBarrelRoll;
    animation: 3s linear normal none infinite invertBarrelRoll;
}


@keyframes barrelRoll {
 0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
 }

 100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
 }

}

@-moz-keyframes barrelRoll {
 0% {
   -moz-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 
 100% {
   -moz-transform: rotate(360deg);
   transform: rotate(360deg);
 }

}

@-webkit-keyframes barrelRoll {
 0% {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
 }

 100% {
   -webkit-transform: rotate(360deg);
   transform: rotate(360deg);
 }

}

@-ms-keyframes barrelRoll {
 0% {
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
 }

 100% {
   -ms-transform: rotate(360deg);
   transform: rotate(360deg);
 }

}

@-o-keyframes barrelRoll {
 0% {
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
 }

 100% {
   -o-transform: rotate(360deg);
   transform: rotate(360deg);
 }

}

@keyframes invertbarrelRoll {
 0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
 }

 100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
 }

}

@-moz-keyframes invertbarrelRoll {
 0% {
   -moz-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 
 100% {
   -moz-transform: rotate(-360deg);
   transform: rotate(-360deg);
 }

}

@-webkit-keyframes invertbarrelRoll {
 0% {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
 }

 100% {
   -webkit-transform: rotate(-360deg);
   transform: rotate(-360deg);
 }

}

@-ms-keyframes invertbarrelRoll {
 0% {
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
 }

 100% {
   -ms-transform: rotate(-360deg);
   transform: rotate(-360deg);
 }

}

@-o-keyframes invertbarrelRoll {
 0% {
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
 }

 100% {
   -o-transform: rotate(-360deg);
   transform: rotate(-360deg);
 }

}

@-webkit-keyframes invertBarrelRoll {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(-360deg); }
}

/*END OF GEARS STYLES AND ANIMATION*/

/*FORM PAGE*/
.go-back{
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  left:0;

}

.go-back .fa:hover{
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -webkit-transform: scale(1.1);
}

 @media only screen and (min-width : 480px) {
  .go-back{
margin-top: 10%;
  }
}

.success{
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  margin-top:25%;
}

.email-icon img{
  width: 50%;
  margin: auto;
  display: block;
  padding-bottom: 25px;
}

.email-icon{
margin-top: 20%;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
 .email-icon {
      display: none;
  }
  .email-icon img{
      width: 25%;
  }

  .form-styles{
      margin-top: 0;
  }

    .go-back{
    margin-top: 5%;
    margin-bottom: 5%;
  }

}

#contactform{
  margin-bottom: 50px;
}

.form-styles{
  margin-top: 0;
  padding: 20px;
}

 @media only screen and (min-width : 480px) {
.form-styles{
}
    }

:-ms-input-placeholder {  
   font-size: 2em;

}

#form h1{
float: left;
line-height: 2em;
margin-top: 0;
padding-right: 0.5em;
}

input{
  width:100%;
  background-color: white;
  float: left;
  margin-top: 0;
  border: none;
  color: black;
  font-family: 'Source Sans Pro', sans-serif;
  font-size:2em;
  font-weight: 400;
  letter-spacing: auto;
  text-align: left;
  padding-left: 0.5em;
  padding-top: 0.2em;
  padding-right: 0.5em;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
     -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;

}

input:focus {outline:none;}
textarea:focus {outline:none;}

::-webkit-textarea-placeholder {
  color: black;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  font-size:2em;
  font-weight: 400;
  letter-spacing: auto;
  text-align: left;
  padding-top: 0.5em;
  
}

::-webkit-textarea {
border: none;
  
}

textarea{
  background-color: white;
  width: 100%; 
  min-width:100%; 
  max-width:100%; 
  height:150px; 
  min-height:150px;  
  max-height:150px;
  resize:none;
  border:none;
  color: black;
  font-family: 'Source Sans Pro', sans-serif;
  font-size:2em;
  font-weight: 400;
  letter-spacing: auto;
  text-align: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 0.5em;
}

.contact-button{
  border: none;
  height: 2.2em;
  width: 100%;
  color:black;
  background-color: white;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: 400;

}
/*END OF FORM PAGE*/

/*SOCIAL MEDIA ICONS*/
.fa{
  color: white;
}

#social-media{
  z-index: 1000;
  position: relative;
  text-align: center;
  padding: 0 0;

}

#social-media li{
  padding: 0 15px;
}


@media(min-width : 992px) {
    
    #social-media li{
      padding: 0 35px;
    }

}

#social-media .fa{
  color:white;
  opacity: 1;
}

#social-media .fa:hover{
  -webkit-transition: all .2s ease-in-out;
  -webkit-transform: scale(1.1);
}
/*END OF SOCIAL MEDIA ICONS*/

.footer {
  color: white;
  position: relative;
  font-family: 'Source Sans Pro' , serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 1em;
  width: 100%;
  height: auto;
  bottom: 0;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 15px;
}

 @media only screen and (min-width : 992px) {    
  .footer{
      position: absolute;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 

  .footer{
    position: absolute;
  }

}