/* Scaffolding */

html,
body {
  width: 100%;
  height: 100%;
color: white;
  
 
}




/* Backgrounds */

.bg-holder {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  
 
}




.pic1 {
  background-image: url('../images/pic1.jpg');
  
}

.pic2 {
  background-image: url('../images/pic2.jpg');
  
}

.pic3 {
  background-image: url('../images/pic3.jpg');
}

@media (min-width: 768px) {
  .pic1 {
    background-image: url('../images/pic1_bigger.png');
    
  }
  .pic2 {
    background-image: url('../images/pic1_bigger.png');
     height: 60%;
  }
  .pic3 {
    background-image: url('../images/pic3_bigger.jpg');
  }
}


/* Content Sections */


