 .project_home {
    height: auto;
    position: static;
 }

 .logosmall {
    display:none;
 }

 h1.logo {
    width:100px;
    margin-left:-50px;
  }

  .project_wrapper {
    position: static;
  }

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

  .project_quote_bg {
    height:100%;
    background-attachment: scroll;
    opacity: 1;
   }
   
  .last {
    margin-bottom: 0;
  }

  .project_title {
    position:static;
    margin: 40px auto;
    transform: translate(0, 0);
    padding: 30% 10% 0% 10%;
  }

  p.main_text {
  font-size:18px;
  line-height: 24px;
  width:80%;
  
 }

 h4.project_quote {
  width:80%;
  padding:30% 10% 30% 10%;
  z-index: 2;
  position:relative;
  transform:translate(0%, 0%);
 }

  .next {
  position: relative;
  z-index: 2;
  height:100vh;
  width:100%;
}