body {
    font-family: Nunito, sans-serif !important;
    font-size: .813rem !important;
    font-weight: 400 !important;
    color: #47404f !important;
}

.navbar {
    border-bottom: 1px solid #BB9F55 !important;
    box-shadow: #BB9F55 !important;
}

.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.head-slider img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.card-header h3 {
    text-transform: uppercase;
    font-weight: 600;
}

.footer-column {
    background-color: #2D2D2D;
    margin-top: 25px !important;
    min-height: 25px !important;
}

.copyright-text {
    color: #7D6536;
    padding: 10px !important;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em;
}

.copyright-text a {
    color: #7D6536 !important;
}

.control-label {
    font-size: 14px !important;
    font-weight: 700 !important;
}

.has-error {
    border: 1px solid red;
}

.form-control error {
    border: 1px solid red !important;
}

.error {
    color: red;
}