﻿body {
    background-color: #fdfdfd;
    font-family: "Karla", sans-serif;
    color: #04090f;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Karla", sans-serif;
}

footer {
    background-color: #005bb8;
}

.card {
    padding: 1.25rem;
    border-radius: 1rem;
    color: #04090f;
}

.card-links .card {
    border: 0px !important;
    height: 100%;
    box-shadow: 0px 6px 12px #cccccc;
    background-color: #8cd2be;
    color: #000;
}

    .card-links .card .card-body {
        display: flex;
        flex-direction: column;
    }

.card-links a {
    text-decoration: none;
}

    .card-links a:hover {
        text-decoration: none;
    }

        .card-links a:hover .card {
            box-shadow: 0px 8px 16px #cccccc;
        }

.icon-wrapper {
    text-decoration: none;
    margin-left: .25rem;
    margin-right: .25rem;
}

.icon {
    display: flex;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    font-size: 1.05rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #f8f9fa;
    border: 1px solid #f8f9fa;
}

    .icon:hover {
        background-color: rgba(0,0,0,0.2);
    }

.rounded-custom {
    border-radius: 1rem !important;
}

#login {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.username {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.password {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.home-banner {
    background: url(images/office.jpg) left center no-repeat;
    height: 550px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #184E77;
}

.banner-card {
    background-color: rgba(255, 255, 255, 0.75);
    border: 0px;
    border-radius: 0;
}

.background-cards .card {
    color: #04090f;
    height: 300px;
    max-width: 350px;
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

    .background-cards .card > *, .card-img-overlay > * {
        z-index: 100;
    }

.background-cards a {
    text-decoration: none;
}

.background-img-wrapper {
    overflow: hidden;
}

.background-cards a:hover .card {
    transform: scale(1.1);
    transition: all 0.1s ease;
}

.housing-background-card {
    background: url(images/house-keys.jpg) center center no-repeat;
    background-size: cover;
}

    .housing-background-card::after {
        background-color: rgb(58, 172, 42, 0.6);
    }

.residents-background-card {
    background: url(images/residents.jpeg) center center no-repeat;
    background-size: cover;
}

    .residents-background-card::after {
        background-color: rgb(29, 154, 221, 0.6);
    }

.applicants-background-card {
    background: url(images/applicant.jpeg) center center no-repeat;
    background-size: cover;
}

    .applicants-background-card::after {
        background-color: rgb(210, 71, 113, 0.6);
    }

.card-img-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* background-color: rgb(245, 27, 0, 0.4);*/
    z-index: 1;
}

.text-blue{
    color: #005bb8;
}

.text-magenta {
    color: #b92d57;
}

.list-unstyled li, .list-padding li {
    padding-top: .35rem;
    padding-bottom: .35rem;
}

.nested-nav {
    border-right: 1px solid #f0f0f0;
}

    .nested-nav .nav-item .nav-link {
        color: #04090f !important;
        width: 100%;
        border-radius: 0px;
        text-align: left;
    }

    .nested-nav .nav-item {
        border-bottom: 1px solid #dee2e6;
    }

        .nested-nav .nav-item:hover {
            background-color: #dee2e6;
        }

        .nested-nav .nav-item .active {
            background-color: #005bb8;
            color: #f8f9fa !important;
        }

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 400px;
    max-width: 450px;
    border: 2px solid rgb(58, 172, 42);
}


.board-staff-img {
    max-width: 250px;
    width: 100%;
    height: auto;
}