section.block-title {
  padding-left: 80px;
  padding-right: 80px;
  color: #fff;
  background-color: #071E30;
}

section.block-title > .content {
  width: 650px;
  -webkit-animation: 0.5s ease-out 0s 1 showandsliderighttoleft;
          animation: 0.5s ease-out 0s 1 showandsliderighttoleft;
}

section.block-title.wide > .content {
  width: 850px;
}

section.block-title span {
  display: block;
}

section.block-title h1 {
  position: relative;
  font-weight: 300;
  font-size: 3.75rem;
  line-height: 3.75rem;
}

section.block-title p {
  font-size: 30px;
  line-height: 1.3;
}

section.block-title img {
  position: absolute;
  height: 100%;
  width: auto;
  left: 0px;
  top: 0px;
  -webkit-animation: 1s ease-in 0s 1 show;
          animation: 1s ease-in 0s 1 show;
}

section.block-title .scroll {
  position: absolute;
  z-index: 100;
  bottom: 50px;
  left: 50px;
  color: white;
  -webkit-animation: 1s ease-in 0s 1 show;
          animation: 1s ease-in 0s 1 show;
}

section.block-title .mouse {
  position: absolute;
  width: 30px;
  height: 50px;
  z-index: 100;
  bottom: 33px;
  left: 250px;
}

section.block-title .mouse img:first-child {
  display: block;
  position: absolute;
  width: 30px;
  -webkit-animation: 1.5s ease-in 0.5s infinite mouseEffect;
          animation: 1.5s ease-in 0.5s infinite mouseEffect;
}

section.block-title .mouse img:last-child {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: -10px;
  width: 10px;
  -webkit-animation: 1.5s ease-in 0.5s infinite mouseButtonEffect;
          animation: 1.5s ease-in 0.5s infinite mouseButtonEffect;
}

@media only screen and (max-device-width: 768px) {
  section.block-title {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  section.block-title > .content {
    width: 100%;
  }
  section.block-title.wide > .content {
    width: 100%;
  }
  section.block-title span {
    display: block;
  }
  section.block-title h1 {
    font-size: 26px;
    line-height: 26px;
  }
  section.block-title p {
    font-size: 18px;
    line-height: 1.3;
  }
  section.block-title .scroll {
    display: none;
    -webkit-animation: none;
            animation: none;
  }
  section.block-title .mouse {
    display: none;
    -webkit-animation: none;
            animation: none;
  }
}

section.block-nextproject {
  padding-left: 80px;
  padding-right: 80px;
  color: #fff;
  background-color: #071E30;
}

section.block-nextproject > .content {
  width: 550px;
  -webkit-animation: 0.5s ease-out 0s 1 showandsliderighttoleft;
          animation: 0.5s ease-out 0s 1 showandsliderighttoleft;
}

section.block-nextproject.wide > .content {
  width: 550px;
}

section.block-nextproject h1 {
  position: relative;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

section.block-nextproject div {
  position: relative;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 150px;
}

section.block-nextproject p {
  font-size: 20px;
  line-height: 1.3;
}

section.block-nextproject img {
  position: absolute;
  height: 100%;
  width: auto;
  left: 0px;
  top: 0px;
  -webkit-animation: 1s ease-in 0s 1 show;
          animation: 1s ease-in 0s 1 show;
}

section.block-nextproject a.next span {
  display: inline-block;
  width: 80px;
  position: absolute;
  height: 44px;
  /* background: red; */
  background-position: center left;
  background-image: url(../img/arrow_right.svg);
  background-size: 50px auto;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

section.block-nextproject a.next:hover span {
  margin-left: 15px;
}

@media only screen and (max-device-width: 768px) {
  section.block-nextproject {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  section.block-nextproject > .content {
    width: 100%;
  }
  section.block-nextproject h1 {
    font-size: 26px;
    line-height: 26px;
  }
  section.block-nextproject p {
    font-size: 18px;
    line-height: 1.3;
  }
}
