    #box1{
      height: 250px;
      width: 100%;
      background-image: url(../img/foto2copy.jpg);
      background-size: cover;
      display: table;
      /* background-attachment: fixed; */

    }
    #box2{
      height: 250px;
      width: 100%;
      background-image: url(../img/foto3copy.jpg);
      background-size: cover;
      display: table;
      /* background-attachment: fixed; */
    }
    #box3{
      height: 250px;
      width: 100%;
      background-image: url(../img/foto3b.jpg);
      background-size: cover;
      display: table;
      /* background-attachment: fixed; */
    }

    #h2{
      font-weight: lighter;
      font-size: 40px;
      color: #fff;
      margin: 0px;
      padding-left: 9%;
      padding-top: 8%;
      text-align: left;
    }
    #h3{
      font-weight: lighter;
      font-size: 20px;
      color: #fff;
      margin: 0px;
      padding-left: 9%;
      text-align: left;
    }

    @media (min-width:768px){
      #h2{
      font-size: 50px;
    }
    #h3{
      font-size: 25px;
    }
    #box1{
      height: 501px;
      width: 100%;
      background-size: cover;
      background-attachment: fixed;
    }
    #box2{
      height: 501px;
      width: 100%;
      background-size: cover;
      background-attachment: fixed;
    }
    #box3{
      height: 501px;
      width: 100%;
      background-size: cover;
      background-attachment: fixed;
    }
    }
