﻿.banner {
    background-image: url(/Content/landing.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    min-height: 400px;
    height: 60vh;
    object-fit: cover;
    width: 100%;
}

.banner-text {
    font-weight: bold;
    color: white;
    text-align: center;
    padding-top: 1.5em;
    font-size: 50px;
    text-shadow: 0px 0px 11px black
}

.banner-secondary-text {
    font-weight: bold;
    color: white;
    text-shadow: 0px 0px 11px black
}

.group-card {
    width: 18em;
}

@media(max-width: 768px) {
    .banner-text {
        font-size: 30px;
    }

    .group-card {
        margin-left: auto;
        margin-right: auto;
    }
}

.banner a {
    margin-top: 20px;
    min-width: 210px;
    max-width: 210px;
}

.footer-logo {
    align-items: center;
    display: flex;
    justify-content: center;
}

a.visible-link {
    text-decoration: underline !important;
}

.home-find-btn {
    border-radius: 10px !important;
    font-size: 1.1rem !important;
}

    .home-find-btn:focus {
        border-radius: 10px !important;
        color: #b50638;
    }

.inarrears-warning-page-icon {
    color: red;
    font-size: 90px
}

.inarrears-text-color {
    color: red;
}