﻿@media only screen and (min-width: 800px) {
    .html-content-custom-adjustments {
        width: 800px !important;
    }
}


@media screen and (max-width: 640px) {
    .btn-primary span {
        color: #fff !important;
        border-color: #852b22 !important;
        background-color: #852b22 !important;
    }
}

.page-footer {
    margin-top: 0px;
    padding-top: 0px;
    height: auto;
}

section.video-gallery {
    /*padding: 55px 25px 0px !important;*/
}

.red-submit-button {
    margin: 15px;
}
