@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,300,400italic,500,500italic,700,300italic|Lora:400,400italic,700,700italic);
*{
  font-family:'Lora', serif;
}

body {
  padding: 0;
  margin: 0;
  background-color: #130d0a;
  font-family: 'Playfair Display', serif;
  color: #fff;
}

#hero {
  height: 800px;
  overflow: hidden;
  position: relative;
}

#content {
  background-color: #130d0a;
}

.v-align{
  display:table;
  height:100%;
  width:100%;
}
.v-align > .inner{
  height:100%;
  width:100%;
  display:table-cell;
  vertical-align:middle;
}

.block-header{
  position:relative;
}

.layer {
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 800px;
  position: fixed;
  z-index: -1;
}

#hero-mobile {
  display: none;
  background: url("../img/PR-small.jpg") no-repeat center bottom/cover;
  height: 320px;
}

.first-section {
  padding: 50px 0 20px 0;
}

.text-header {
  font-size: 50px;
  text-align: center;
}

h1 {
  line-height: 120%;
  margin-bottom: 30px;
}

p {
  color: #ede0d5;
  font-size: 18px;
  line-height: 150%;
}

#hero, .layer {
  min-height: 800px;
}

.layer-bg {
  background-image: url("../img/ilu_bg.jpg");
}

.layer-1 {
  background-image: url("../img/PR1.png");
  background-position: left bottom;
}

.layer-2 {
  background-image: url("../img/PR2.png\a     ");
  background-position: left bottom;
}

.layer-3 {
  background-image: url("../img/PR3.png\a     ");
  background-position: left bottom;
}

.layer-4 {
  background-image: url("../img/PR4.png\a     ");
  background-position: left bottom;
}

.layer-5 {
  background-image: url("../img/PR5.png\a     ");
  background-position: left bottom;
}

.layer-overlay {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/272781/ilu_overlay.png\a 		");
}

@media only screen and (max-width: 768px) {
  #hero {
    display: none;
  }

  #hero-mobile {
    display: block;
  }
}
.tutorial-link {
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
}
.tutorial-link:hover {
  color: #ede0d5;
}


.intro-text{
  position:relative;
  transition:all .3s ease;
  z-index:5;
  text-align:center;
}

.intro-text > h2 *{
  font-family:'Roboto Mono', sans-serif;
}
.intro-text > h2{
  font-family:'Roboto Mono', sans-serif;
  font-size:68px;
  margin-top:0;
  position:relative;
  letter-spacing:2px;
  text-transform:uppercase;
  font-weight:bold;
  line-height:1.4em;
  margin-bottom:5px;
  color:#130d0a;
}
.intro-text > p{
  font-size:18px;
  margin:0;
  color:#130d0a;
  color:rgba(255,255,255,.8);
  font-style:italic;
  letter-spacing:2px;
}

.text-center {
    text-align: center;
}

.no-js #typed-strings{
  display:none;
}
.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

#count{
  color: #fff;
  font-size: 500%;
}

#mouse-scroll {
  style: block;
}
#mouse-scroll {
  position: absolute;
  margin: auto;
  left: 50%;
  top: 90%;
  -webkit-transform: translateX(-50%);
  z-index: 9999;
}
#mouse-scroll span{
  display: block;
  width: 5px; 
  height: 5px;
  -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
       transform: rotate(45deg);
       transform: rotate(45deg);
  border-right: 2px solid #130d0a; 
  border-bottom: 2px solid #130d0a;
  margin: 0 0 3px 5px;
}
#mouse-scroll .mouse {
  height: 21px;
  width: 14px;
  border-radius: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 2px solid #130d0a;
  top: 170px;
}
#mouse-scroll .down-arrow-1 {
  margin-top: 6px;
}
#mouse-scroll .down-arrow-1, #mouse-scroll .down-arrow-2, #mouse-scroll .down-arrow-3 {
  -webkit-animation: mouse-scroll 1s infinite; 
    -moz-animation: mouse-scroll 1s infinite:
}
#mouse-croll .down-arrow-1 {
   -webkit-animation-delay: .1s; 
   -moz-animation-delay: .1s;
   -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-2 {
  -webkit-animation-delay: .2s; 
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-3 {
   -webkit-animation-delay: .3s;
   -moz-animation-dekay: .3s;
   -webkit-animation-direction: alternate;
}
#mouse-scroll .mouse-in {
  height: 5px;
  width: 2px;
  display: block; 
  margin: 5px auto;
  background: #130d0a;
  position: relative;
}
#mouse-scroll .mouse-in {
 -webkit-animation: animated-mouse 1.2s ease infinite;
  moz-animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
     opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  } 
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
