body {
  margin: 0;
  background-color: black;
}

#parallax {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(backgrounds/haunted-house-stairs.gif), url(backgrounds/haunted-house.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
}

h1 {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Arial";
  text-transform: uppercase;
  opacity: .2;
  font-size: 70px;
}

#border {
  border-image: url(borders/haunted-camera-record.png) 60 repeat;
  border-width: 65px;
  border-color: transparent;
  border-style: solid;
  position: relative;
  height: calc(100% + -130px);
  z-index: 100;
}



.scrollsection {
  background-color: #4a4a4a7a;
  margin: -40px;
  height: calc(100% + 80px);
  display: flex;
  align-items: center;
  justify-content: center;
}











































@media screen and (max-width: 600px) {
   {
    
  }
}





