body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #000;
}

@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/f485b414-70b2-40b4-91c6-a2b98defb316/map-background-blur.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/f485b414-70b2-40b4-91c6-a2b98defb316/map-background-blur.jpg) no-repeat center top;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Righteous', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

a {
    color: #fe1b30;
    transition: .3s;
}

a:focus, a:hover {
    color: #000000;
    text-decoration: none;
}

#home-page #section-2 {
    margin-top: 0;
    background-image: url(https://psmfirestorm.blob.core.windows.net/7af64f24-bac3-4f4d-ab00-34bbdaea714e/map-background-2.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#home-page #section-3 {
    background-color: white;
    margin-top: 0;
}






header.body {
    display: none;
}

.oemContainer {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.oemContainer div {
    padding: 2% 1%;
}

.logo {
    width: 16%;
    margin: auto;
    text-align: center;
    display: flex;
    flex-flow: column;
}

.logo img {
    background-color: white;
    padding: 4%;
}

.logo h3 {
    font-size: 1.8vw;
    margin: 5px 0;
    text-shadow: 0 0 1px white, 0 0 2px white, 0 0 3px white, 0 0 4px white;
}

.logo h3 span {
    display: block;
    font-size: 1.3vw;
}

.locationContainer {
    position: relative;
    display: flex;
    height: 34vw;
    width: 100%;
    margin: auto;
}

.locationContainer a {
    position: absolute;
    width: 17%;
}

.locationContainer a:hover {
    transform: scale(1.05);
}

.locationContainer a:nth-child(1) {
    left: 21%;
    top: -22%;
    display: none;
}

.locationContainer a:nth-child(2) {
    right: 23%;
    top: -7%;
}

.locationContainer a:nth-child(3) {
    left: 37%;
    top: 23%;
}

.locationContainer a:nth-child(4) {
    top: 32%;
    left: 19%;
}

.locationContainer div {
    position: relative;
}

.locationContainer h2 {
    position: absolute;
    bottom: 7%;
    left: 46%;
    transform: translateX(-50%);
    font-size: 2vw;
    color: white;
    text-shadow: 0 0 1px black, 0 0 2px black, 1px 1px 1px black, 2px 2px 2px black;
    margin: 0;
}

.locationContainer > a:nth-child(3) > div > h2 {
    left: 57%;
}

.locationContainer img {
    width: 100%;
}

.locNumbersContainer {
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding: 15px;
}

.locNumbersContainer a {
    font-weight: 800;
    font-size: 20px;
}

footer.body .outer-wrapper {
    display: none;
}

.copyright {
    background-color: white;
    text-align: center;
}

.footerBtm {
    text-align: center;
}

.footerBtm h4 {
    margin: 0;
    font-size: 22px;
    padding: 30px;
}

.btn-primary {
    color: #ffffff;
    background-color: #fe1b30;
    display: block;
    width: max-content;
    margin: 10px 0px;
    transition: all 0.3s ease 0s;
    border: 3px solid black;
    border-radius: 0px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.btn-primary:before {
    content: '';
    width: 0;
    height: 100%;
    background-color: black;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
    z-index: -1;
}

.btn-primary:hover,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus {
    background-color: #fe1b30;
    border-color: black;
}

.btn-primary:hover:before {
    width: 100%;
}

.locationContainer .btn-primary {
    display: none;
}



@media (max-width: 767px) {
#home-page .widget-inner {
    margin-top: 0!important;
}

.locNumbersContainer {
    flex-flow: column;
    align-items: center;
    text-align: center;
}

.locNumbersContainer div {
    margin: 10px 0;
}

#home-page #section-2 {
    background-size: cover;
    padding-bottom: 25px;
    background-image: none;
}

.logo {
    width: 30%;
}

.locationContainer {
    height: 100%;
    flex-flow: column;
}

.locationContainer a {
    position: initial;
    width: 100%;
    margin: 15px 0;
}

.locationContainer img {
    display: none;
}

.locationContainer h2 {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    font-size: 8vw;
    margin: 4% 0;
    text-align: center;
}

.locationContainer > a:nth-child(3) > div > h2 {
    left: 0;
}

.locationContainer .btn-primary {
    display: block;
    margin: auto;
}

.logo h3 {
    font-size: 4vw;
}

.logo h3 span {
    font-size: 3vw;
}
}








