 body {
    color: black;
    background-color: #d1eefc;
}

@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/51dbe846-db8c-48ed-9ff1-f6baedb70358/background-4.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/51dbe846-db8c-48ed-9ff1-f6baedb70358/background-4.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: #7b0319;
    transition: .3s;
}

a:hover, a:focus {
    color: #7b0319;
    text-decoration: none;
    transform: scale(1.1);
}


header.body {
    display: none;
}

.copyright {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: white;
    color: black;
}

.location-wrapper {
    background: #cccccc url(https://psmfirestorm.blob.core.windows.net/ff0e2588-c9c8-4670-b576-34e092ef6b0f/background-9.jpg) no-repeat center center;
    position: relative;
    height: 100vh;
    background-size: cover;
}

@media (max-width: 767px) {
.location-wrapper {
    background: #cccccc url(https://psmfirestorm.blob.core.windows.net/bc6a4a12-12cd-4d9e-94c2-d250e1ea1386/background-mobile.jpg) no-repeat center center;
    position: relative;
    height: 100vh;
    background-size: cover; }
}



a.fm-loc {
    position: absolute;
    bottom: 35%;
    left: 22%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/efd6ba32-dba7-4e13-b622-943cd296c1c6/left-sign-2.png);
    background-size: 100% 100%;
    padding: 0% 1.3% 2%; 
}

@media (max-width: 767px) {
a.fm-loc {
    position: absolute;
    bottom: 44%;
    left: 22%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/745d1b1b-99a0-4715-974f-aaa709e1b014/right-sign-3.png);
    background-size: 100% 100%;
    padding: 0% 1.3% 5%;
    max-width: 300px; }
}


a.fl-loc {
    position: absolute;
    bottom: 26%;
    right: 18%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/745d1b1b-99a0-4715-974f-aaa709e1b014/right-sign-3.png);
    background-size: 100% 100%;
    text-align: right;
    padding: 0% 1% 2%; 
}

@media (max-width: 767px) {
a.fl-loc {
    position: absolute;
    bottom: 26%;
    right: 18%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/efd6ba32-dba7-4e13-b622-943cd296c1c6/left-sign-2.png);
    background-size: 100% 100%;
    text-align: right;
    padding: 0% 1% 5%;
    max-width: 300px; }
}

.location-wrapper h1 {
    font-size: 3.5vw;
    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
    color: white;
}

@media (max-width: 767px) {
.location-wrapper h1 {
    font-size: calc(44px + (26 - 16) * ((100vw - 300px) / (1600 - 300))); }
}

h1.chooseDest {
    position: absolute;
    top: 33%;
    display: none;
    text-align: center;
}

@media (min-width: 768px) {
    h1.chooseDest {
        display: block;
        right: calc(30px + (119 - 30) * ((100vw - 768px) / (992 - 768)));
    }
}

@media (min-width: 992px) {
    h1.chooseDest {
        right: calc(125px + (210 - 125) * ((100vw - 992px) / (1200 - 992)));
    }
}

@media (min-width: 1200px) {
    h1.chooseDest {
        top: 30vh;
        right: 22.5%;
    }
}



.footerbackground {
    background-color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer-container img {
    max-width: 150px;
}

.footer-container {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding: 10px;
    align-items: center;
}

@media (max-width: 1199px) {
.footer-container {
    width: 980px; }
}

@media (max-width: 991px) {
.footer-container {
    width: 760px; }
}

@media (max-width: 767px) {
.footer-container {
    width: auto; }
footer.body .outer-wrapper {
    display: none;
}
}

.footerbackground a {
    flex: 0 0 15%;
}

.fa-long-arrow-left {
    font-size: 72px !important;
    color: maroon;
    position: absolute;
    top: 71%;
    transform: rotate(45deg);
    left: 74%;
}
.fa-long-arrow-right {
    font-size: 72px !important;
    color: maroon;
    position: absolute;
    top: 61%;
    transform: rotate(-45deg);
    left: 23%;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #7b0319
}

@media (min-width: 768px) {
     .footerbackground {
        bottom: 42px;
    }
}

@media (min-width: 992px) {
    .fa-long-arrow-left, .fa-long-arrow-right {
        font-size: 100px !important;
    }
    .fa-long-arrow-left {
        left: 70%;
    }
    .fa-long-arrow-right {
        left: 26%;
    }
}

@media (min-width: 1200px) {
    .fa-long-arrow-left, .fa-long-arrow-right {
        font-size: 121px !important;
    }
    .fa-long-arrow-right {
        left: 28%;
    }
}

@media (max-width: 767px) {
.footer-container img {
    max-width: 100px;
}
}

#scrollUp {
    display: none;
}

.covidModal {
    width: 90%;
    position: fixed;
    top: 50px;
    z-index: 20000;
    background: white;
    border: 5px solid #7b0419;
    border-radius: 8px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 15px;
    max-height: calc(100vh - 125px);
    overflow: auto;
    display: none;
    color: black;
}

.closebtn {
    position: absolute;
    right: 15px;
    background: #7b0419;
    padding: 5px 5px 7px;
    font-weight: bold;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
    color: white;
}

@media (min-width: 992px) {
    .covidModal {
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .covidModal {
        width: 60%;
    }
}






.rentalsContainer {
    position: absolute;
    top: 0;
    width: 300px;
    text-align: center;
    text-transform: uppercase;
}

.rentalsContainer h3 {
    margin-top: -35px;
}

.rentalsLinks {
    display: flex;
    justify-content: space-around;
}

.rentalsLinks a {
    background-color: #12753a;
    color: white;
    margin: 0px;
    padding: 2px 10px;
    border-radius: 6px;
    border: 1px solid white;
    font-family: 'Teko';
    font-size: 20px;
}


@media (max-width: 767px) {
.rentalsContainer {
    width: 250px;
    background-color: white;
    margin: 10px auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    border-radius: 8px;
}

.rentalsContainer h3 {
    font-size: 18px;
}
}