﻿.bgImg {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
}

@media (pointer: coarse) and (hover: none) {
    body {
        background: url("../img/bg-mobile-fallback.jpg") #002E66 no-repeat center center scroll;
        background-size: cover;
    }

        body .bgImg {
            display: none;
        }
}

.overlay {
    background-color: transparent !important;
}

.masthead .masthead-bg {
    background-color: rgba(209, 0, 36, .8) !important;
}


.masthead .masthead-content .input-group-newsletter input {
    padding: .375rem .75rem !important;
}

.notifyBtn {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.social-icons ul > li > a {
    background-color: rgba(209, 0, 36, .8) !important;
}