*, body {
    font-family: 'Roboto', sans-serif;
}

.site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
  
.site-content {
    flex: 1;
}

hr {
    background: #972b2f;
    height: 13px !important;
    opacity: 1;
}

.fileinput input[type="file"] {
    display: none;
}

.fileinput label {
    background-color: #a6a8ab;
    border-color: #a6a8ab;
}

/* ======================================================= */
/* ====================== INFO =========================== */
/* ======================================================= */
.info {
    margin-top: 40px;
}

.info h5 {
    color: #972b2f;
    font-weight: bolder;
}

.info p {
    color: #000;
    font-weight: 500;
}

.info-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-text {
    max-width: 1000px;
}

/* ======================================================= */
/* ====================== FORM =========================== */
/* ======================================================= */
.form label b {
    color: #972b2f;
    font-weight: 800;
}

.form h2 {
    color: #972b2f;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 900;
}

.form .badge {
    background: #972b2f;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 6px 10px;
}

.form p {
    margin-bottom: 10px;
    font-weight: 500;
    color: #000;
}

.form p b {
    color: #972b2f;
}

.redbackground {
    background: #972b2f;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff !important;
}

.redbackground h5 {
    color: #fff;
}

.redbackground .form-group {
    margin-bottom: 15px;
    max-width: 550px;
}

.redbackground .form-group:last-child {
    margin-bottom: 0;
}

.redbackground .form-control {
    border-radius: 0;
}

.redbackground2 p {
    color: #fff;
    font-weight: 300;
}

.redbackground2 p b {
    color: #fff;
    font-weight: 700;
}

/* ======================================================= */
/* ====================== FOOTER ========================= */
/* ======================================================= */
footer .footer-menu {
    background: #f8f8f8;
    padding: 80px 10px;
}

.footer-menu h2 {
    font-weight: 900;
    color: #000;
    font-size: 2em;
    margin-bottom: 10px;
}

.footer-menu p {
    color: #000;
    font-weight: 400;
    font-size: 0.9em;
    text-align: justify;
    text-align-last: left;
    max-width: 270px;
}

.footer-menu ul {
    padding-left: 0;
    list-style: none;
}

.footer-menu ul li a {
    color: #000;
    text-transform: uppercase;
    font-size: 0.8em;
    text-decoration: none;
    font-weight: 400;
}

.footer-menu ul li a:hover {
    text-decoration: underline;
}

footer .copy {
    background: #a6a8ab;
    padding: 35px 10px;
}

.copy p {
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 1.187em;
    line-height: 1.2em;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .footer-menu h2 {
        text-align: center;
        margin-top: 30px;
    }

    .footer-menu .col-lg-3:first-child h2 {
        margin-top: 0;
    }
    
    .footer-menu p {
        margin: 0 auto;
    }

    .footer-menu ul li {
        text-align: center;
    }
}