#start {
  padding-top             : 340px;
  padding-bottom          : 240px;
  background-image        : url(../images/hero.jpg);
  background-repeat       : no-repeat;
  background-position     : center top;
  background-attachment   : fixed;
  background-size         : cover;
  -webkit-background-size : cover;
}

#about {
  padding-top         : 130px;
  padding-bottom      : 90px;
  background-color    : #bf7e16;
  background-repeat   : no-repeat;
  background-position : center bottom;
}
.address{
  width: 401px;
}
.contact-info{
  font-size: 25px; 
  line-height: 50px; 
  font-weight: 400; 
  font-style: italic;
}
@media only screen and (max-width : 767px) {
  #start {
    padding-top             : 100px;
    padding-bottom          : 50px;
    background-image        : url(../images/hero.jpg);
    background-repeat       : no-repeat;
    background-position     : center top;
    background-attachment   : fixed;
    background-size         : cover;
    -webkit-background-size : cover;
  }

  #start > .section_wrapper {
    margin : 0 0 0 auto;
  }

  #about {
    padding-top    : 50px;
    padding-bottom : 30px;
  }
  .contact-info{
    font-size: 23px; 
  }
}
