body {
  padding: 0;
  margin: 0;
  background-color: #130d0a;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #fff;
}
.row{
    margin-bottom: 40px;
}

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

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

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

#hero-mobile {
  display: none;
  background: url("../img/full_illustration.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;
  max-width: 1920px;
  margin: auto;
}

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

.layer-1 {
  background-image: url("../img/ilu_03.png\a 		");
  background-position: left bottom;
}
.layer-1b {
  background-image: url("../img/mer.png\a 		");
  background-position: left bottom;
}
.layer-1c {
  background-position: left bottom;
  -webkit-animation: mer 10s linear infinite;
  -moz-animation: mer 10s linear infinite;
  animation: mer 10s linear infinite;
    animation-delay: 2s;
}

.layer-2 {
  background-image: url("../img/ilu_02.png");
}

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

.layer-4 {
  background-image: url("../img/ilu_01.png\a 		");
}
.layer-overlay {
  background-image: url("../img/ilu_overlay.png\a 		");
}

/*.layer-overlay-fog {
  background-image: url("../img/ilu_overlay-fog.png\a 		");
  animation: fadeinout, ani;
  animation-duration:3s, 2s;
  animation-iteration-count:infinite, infinite;
  animation-direction:alternate, alternate;
}*/

@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;
}
/*@keyframes fadeinout {
  0% {opacity:0}
  100% {opacity:100}
}*/
@keyframes mer{
	1%{background-image: url("../img/mer-l1-1.png\a 		");}
    2%{background-image: url("../img/mer-l2-2.png\a 		");}
    3%{background-image: url("../img/mer-l3-3.png\a 		");}
    98%{background-image: url("../img/mer-l2-2.png\a 		");}
    99%{background-image: url("../img/mer-l1-1.png\a 		");}
    100%{background-image: url("../img/mer-0.png\a 		");}   
}