.project_bg {
    background-attachment: scroll;
    opacity: .8;
  }

  /*h2.mainTitle, h2.mainProjectTitle {
  font-size: 68px;
  line-height: 68px;
  }*/
  
  h2.mainTitle {
    position: static;
    transform: translate(0, 0);
    text-align: center;
    width: 80%;
    padding: 44% 10% 0% 10%;
  }
  
  .mainTitle span {
    display:inline;
  }
  
  h3.mainSubtitle {
    position: static;
    transform: translate(0, 0);
    text-align: center;
    width: 60%;
    padding: 24% 20% 0% 20%;
  }
  
  span.line {
    display: block;
    height: 60px;
    width: 1px;
    margin: 0px auto;
    position: static;
    margin-top:10px;
  }

  .readmore {
  padding-top: 8%;
  font-size: calc(9px + (12 - 9) * ((100vw - 300px) / (1920 - 300)));
  }

  .scroll {
  padding-top: 8%;
  font-size: calc(9px + (12 - 9) * ((100vw - 300px) / (1920 - 300)));
  }

  /*h2.contactTitle {
  font-size:52px;
  }*/
  
  h1.logo {
    top:8%;
    width:100px;
    margin-left:-50px;
  }
 
 h2.allProjects {
	font-family:"Schnyder"; font-size-adjust:0.5; font-weight:500; font-style:normal;
	font-size: 6vw;
	line-height: 6vw;
    padding:10vw 12vw;

}

  .home {
    height: auto;
    position: static;
    display: block;
}