
#particles-js{
  position: relative;
  width: 100%;
  height: 800px;
  background-color: #d0c5a7;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#particles-js .sub{
  text-align: center;
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  z-index: 1;
}
#particles-js .sub h3{
  font-size: 35px;
  font-family: 'SanFranciscoDisplay';
  font-weight: lighter;
  color: #4e3628;
  text-transform: uppercase;
}
#particles-js .sub h3 span{
  font-weight: bold;
  font-size: 40px;
}


#particles-js .arrow-down{
  width:60px; 
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

#particles-js .arrow-down img{
  display: none;
}




/* iPad Pro */
@media (max-width: 1024px){
  #particles-js{
    height: 700px;
  }
}
/* iPad*/
@media (max-width: 768px){
  #particles-js{
    height: 600px;
  }
  #particles-js .animate-img{
    width: 65%;
  }
}
/* Phone */
@media (max-width: 425px){
  #particles-js .animate-img{
    width: 80%;
  }
  #particles-js{
    height: 500px;
  }
  #particles-js .sub h3 span{
    font-size: 30px;
  }
}
@media (max-width: 375px){
  #particles-js{
    height: 400px;
  }
}
