body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Impact", sans-serif;
  color: #777;
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7 {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("images/image-1.png");
  min-height: 200%;
}

.bgimg-2 {
  background-color: black;
  min-height: 100%;
}

.bgimg-3 {
  background-image: url("images/metaverse.jpg");
  min-height: 100%;
}

.bgimg-3 {
  background-image: url("images/metaverse.jpg");
  min-height: 100%;
}

.bgimg-4 {
  background-image: url("images/shadow.png");
  min-height: 200%;
}

.bgimg-5 {
  background-color: black;
  min-height: 100%;
}

.bgimg-6 {
  background-image: url("images/world.jpg");
  min-height: 100%;
}

.bgimg-7 {
  background-image: url("images/nightmare.png");
  min-height: 200%;
}

.filler{
  color: #777; 
  background-color: black; 
  width: relative; 
  height: 1000px; 
  padding: 80px; 
  text-align: center; 
  font-size: 20px;
}

.filler-title{
  color: #777; 
  background-color: black; 
  width: relative; 
  height: 1000px; 
  padding: 80px 80px; 
  text-align: center; 
  font-size: 50px;
}

.filler-block{
  color: #777; 
  background-color:black; 
  width: relative; 
  height: 700px;
  padding:50px 80px;
  text-align: center; 
  font-size: 50px;
}

.filler-end{
  color: #777; 
  background-color:black; 
  width: relative; 
  height: 300px;
  padding:50px 80px;
  text-align: center; 
  font-size: 30px;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: white;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}