body {
    font-size: 0.875rem;
}

a {
    color: #007db3;
}

a:hover {
    text-decoration: none;
    opacity: .85;
}

.text-primary {
    color: #007db3 !important;
}

.bg-primary {
    background-color: #007db3 !important;
}

.text-success {
    color: #66a836 !important;
}

.bg-success {
    background-color: #66a836 !important;
}

.btn-success {
    background-color: #66a836;
    border-color: #66a836;
    color: #fff;
}

.btn-success:hover {
    background-color: #66a836;
    border-color: #66a836;
    color: #fff;
    opacity: .85;
}

.btn-success:active {
    background-color: #66a836;
    border-color: #66a836;
    color: #fff;
}

.btn-link:focus {
    box-shadow: none;
}

.input-group {
    background-color: #f7f7f7;
}

.input-group i {
    cursor: pointer;
}

.form-control:focus {
    color: unset;
    background-color: unset;
    border-color: none;
    outline: 0;
    box-shadow: none;
    background-color: #f7f7f7;
}

.form-control {
    border: none;
    background-color: #f7f7f7;
}

@media (min-width: 576px) {
    .banner {
        display: none;
        height: 200px;
        object-fit: cover;
    }

    .banner-text {
        display:none;
        position: absolute;
        left: 0%;
        height: 312px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .banner {
        display: flex;
        height: 312px;
        object-fit: cover;
    }

    .banner-text {
        display: flex;
        position: absolute;
        left: 25%;
        height: 312px;
        width: 75%;
    }
}

@media (min-width: 992px) {
    .banner {
        display: flex;
        height: 312px;
        object-fit: cover;
    }

    .banner-text {
        display: flex;
        position: absolute;
        left: 50%;
        height: 312px;
        width: 50%;
    }
}

.footer-brand-container {
    max-width: 200px;
}

@media (min-width: 992px) {
    .top-spacing {
        top: 4rem;
        position: relative;
    }
}