body{
  background-color: #ffffff;
  color: white;
  
  font-family: "franklin-gothic-urw";
  
  transition: background-color 700ms ease-in-out;
  
  overflow-x: hidden;
}

.row {
  width: 90%;
}






/* ------------------------- 
  IMAGES
------------------------- */


img{
  margin: 0 0 200px;
  width: 100%;
}

.small-margin img{
  margin: 0 0 30px;
}



@media screen and (max-width: 768px) {
  img{
    margin: 0 0 20px;
  }
  
  .small-margin img{
    margin: 0 0 20px;
  }
}








/* ------------------------- 
  HEADER
------------------------- */



header{
  background-size: cover;
  background-position: center center;
  
  width: 100vw;
  height: 100vh;
  
}

header img{
  width: 40%;
  height: 40vh;
  display: block;
  
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.header-main{
  background-image: url(../img/112.jpg);
}

.header-two{
  background-image: url(../img/014.jpg);
}

.header-three{
  background-image: url(../img/045.jpg);
}

.header-four{
  background-image: url(../img/053.jpg);
}

.header-five{
  background-image: url(../img/087.jpg);
}

.header-six{
  background-image: url(../img/094.jpg);
}

.header-seven{
  background-image: url(../img/062.jpg);
}




@media screen and (max-width: 768px) {
  
  .header-main{
    width: 100vw;
    height: 100vh;
  }
  
  header{
    width: 100vw;
    height: 50vh;
  }
  
}








/* ------------------------- 
  COLOR CHANGES
------------------------- */


.first-mode body{
  background-color: #ebe1d8;
}

.second-mode body{
  background-color: #d3dde6;
}

.third-mode body{
  background-color: #e6dddd;
}

.fourth-mode body{
  background-color: #161616;
}

.fifth-mode body{
  background-color: #b5b7ae;
}

.sixth-mode body{
  background-color: #ebe6e1;
}

.seventh-mode body{
  background-color: #cfd7d7;
}







/* ------------------------- 
  TYPOGRAPHY 
------------------------- */

.intro-type{
  text-align: center;
  padding: 200px 0;
}

h1{
  font-size: 80px;
  line-height: 1;
  letter-spacing: 20px;
  text-transform: uppercase;
  font-family: "alternate-gothic-no-1-d";
  font-weight: 200;
}

h2{
  font-size: 25px;
  letter-spacing: 10px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw";
  font-weight: 300;
}

h3{
  font-size: 20px;
  line-height: 1.5;
  font-family: "franklin-gothic-urw";
  font-weight: 300;
  opacity: .5;
  
  color: black;
  
  padding: 50px 50px;
}



@media screen and (max-width: 768px) {
  h1{
    font-size: 35px;
  }
  
}












/* ------------------------- 
  OVERRIDE STYLES 
------------------------- */

.pull-left{
  margin-left: -8.5%;
}

.push-right{
  margin-left: 8.5%;
}



@media screen and (max-width: 768px) {
  .pull-left{
    margin-left: 0%;
  }
  
  .push-right{
    margin-left: 0%;
  }
}
