body {  
  font-family: 'Roboto', sans-serif;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }

#outer-wrapper:after {
      content:"";
      position:fixed; 
      top:0;
      height:100vh;
      left:0;
      right:0;
      z-index:-1;
      background: #cccccc url(https://psmfirestorm.blob.core.windows.net/be7fded5-a586-4452-ab9e-d3bcc10b6cf5/background.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/be7fded5-a586-4452-ab9e-d3bcc10b6cf5/background.jpg) no-repeat center center;
       background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

a {
    color: #ff6600;
    text-decoration: none;
}

header.body {
    display: none;
}



.banner-section {
    position: relative;
    margin-top: 25vh;
}

.banner-section h1 {
    text-align: center;
    font-family: 'Fira Sans', sans-serif;
    color: black;
    font-style: italic;
    position: absolute;
    top: 0;
    margin: 13px 0px;
    width: 100%;
    font-size: 38px;
}

.location-wrapper {
    display: flex;
    justify-content: space-around;
}

.location-block a {
    color: white;
}

.location-block img {
    max-width: 175px;
}

.location-block h3 {
    font-family: 'Bitter', sans-serif;
    font-weight: 900;
    margin-bottom: 0;
}

.location-block h4 {
    font-family: 'Bitter', sans-serif;
}

footer.body .outer-wrapper {
    display: none;
}

.copyright {
    color: #eaeaea;
    text-align: center;
    position: fixed;
    bottom: 0;
    margin: auto;
    width: 100%;
    background-color: black;
}

@media (max-width: 767px) {
    .banner-section {
        margin-top: 0;
    }
    .location-wrapper {
        flex-direction: column;
        padding-bottom: 80px;
    }
    .location-block {
        text-align: center;
    }
    .banner-section h1 {
        font-size: calc(14px + (36 - 14) * ((100vw - 320px) / (768 - 320)));
        margin-top: calc(8px + (15 - 8) * ((100vw - 320px) / (768 - 320)));
    }
}

@media (min-width: 992px) {
   .banner-section {
        margin-top: 30vh;
    }
    .banner-section h1 {
        margin: 20px 0;
        font-size: 46px;
    }
}

@media (min-width: 1200px) {
   .banner-section {
        margin-top: 35vh;
    }
    .banner-section h1 {
        margin: 26px 0;
        font-size: 50px;
    }
}