body, html {
  font-family: 'Montserrat-Light';
  height: 100%;
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.slider {
  background-image: url("../assets/pics/slider_index.jpg");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.slider2{
  background-image: url("../assets/pics/container2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70%;
}

.section1{
  text-align: center;
  padding: 150px;
  font-size: 18px;
  color: black;
}

.section1 h2{
  color:  #8b7d68;
}

.section2{
  text-align: left;
  color:  white;
  padding: 50px;
  margin-left: 5px;
  font-size: 18px;
}

.more-info{
  color: white;
  font-family: 'Montserrat-Bold';
}

h2{
  font-weight: normal;
}
h2 strong{
  font-family: 'Montserrat-Bold';
}

@keyframes down-animation {
    0%   {transform: translateY(0px)}
    50%  {transform: translateY(20px)}
    100% {transform: translateY(0px)}
}

.button-down{
  margin-top: 100px;
}
.button-down-img{
  width: 50px;
  height: 50px;
  display: inline-block;
  animation-name: down-animation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@media screen and (max-width: 800px) {
  .slider2{
    height: 100%;
  }

  .quote-symbol{
    height: 14vw;
    width: 14vw;
  }

  .quote-text{
    font-size: 6vw;
    padding: 6vw 6vw;
  }

  .quote hr{
    width: 24vw;
  }
  .quote{
    margin-top: 300px;
  }

  .button-down{
    margin-top: 50px;
    margin-left: 20px;
  }

}