﻿footer, .footerContactPage {
    text-align: center;
    background-image: none;
    position: relative;
    background: #2f3e66;
    padding: 0px 0px 40px 0px;
}

.bottomRow {
    padding: 30px 0px 20px;
    background: #0a232e;
    position: relative;
}

footer video {
    overflow: hidden;
    width: 100vw;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    opacity: .1;
}

textarea.form-control {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

footer h2, .footer-form-wrapper h3 {
    margin-top: 80px;
}

p.homeNewsButton {
    border-radius: 0px 0px 80px 0px;
}



@media (min-width: 0px) and (max-width: 767px) {
    .bottomRow {
        padding: 30px 10px 50px 10px;
    }
}
