body {
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    /* background-image: url(../images/sky-bg.jpg); */
    background-image: none;
    background-size: auto;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
}

@media screen and (max-width: 576px) {
    body {
        background-image: none;
    }
  }