body {
  padding: 0;
  margin: 0;
  background-color: white;
  font-family: 'Playfair Display', serif;
  color: black;
}

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

#content {
  background-color: white;
}

.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/layers/full_illustration.png") 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: black;
  font-size: 18px;
  line-height: 150%;
}

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

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

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

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

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

.layer-4 {
  background-image: url("../img/layers/ilu_01.png");
  background-size: cover;
}

.layer-overlay {
  background-image: url("../img/layers/ilu_overlay.png");
}

.layer-logo {
  background-image: url("../img/layers/logo.png");
  background-position: center top;
}

@media only screen and (max-width: 768px) {
  .layer-1 {
    background-size: 240%;
    background-position: center;
  }
  .layer-3 {
    background-size: contain;
  }
  .layer-4 {
    background-size: 250%;
  }
  .layer-logo {
    background-size: contain;
  }
}

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

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