/** MOBILE **/
@media only screen and (max-width: 768px) {

    #banner {
        background-image: url(../images/bg-mobile.jpg);
        background-position: center center;
        background-size: cover;
        min-height: 100%;
        width: 100%;
        background-attachment: fixed;
    }

    h1 {
        max-width: 90%;
        display: table;
        margin: 0 auto;
        font-size: 1.6em;
        padding-top: 250px;
        line-height: 1.2em;
    }

    #banner a { font-size: 1.5em; padding: 18px 40px; margin-top: 20px; letter-spacing: .1em; }

}


/** MOBILE HORIZONTAL E TABLET **/
@media only screen and (min-width: 600px) and (max-width: 767px ) {

  #banner {
      background-image: url(../images/bg-tablet.jpg);
      background-position: center top;
      background-size: cover;
      min-height: 100%;
      width: 100%;
      background-attachment: fixed;

  }

    h1 {
        max-width: 90%;
        display: table;
        margin: 0 auto;
        font-size: 1.6em;
        padding-top: 20%;
        line-height: 1.2em;
    }

    #banner a { font-size: 1.5em; padding: 18px 40px; margin-top: 20px; letter-spacing: .1em; }

}


/** DESKTOP **/
@media only screen and (min-width: 768px) {

    #banner {
      background-image: url(../images/bg.jpg);
      background-position: center top;      
    }

      h1 {
        max-width: 700px;
        display: table;
        margin: 0 auto;
        font-size: 2em;
        padding-top: 300px;
        line-height: 1.2em;
      }

      #banner a { font-size: 1.6em; padding: 18px 40px; margin-top: 20px; letter-spacing: .1em; }
}
