﻿body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: #f7f7f7;
    color: #04090f;
}

main a, .nav-underline .nav-link {
    color: #0258d6;
}

header {
    z-index: 100;
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
    background-color: #fff;
}

footer {
    background-color: #2B2D42;
}

.banner {
    background: url(images/neighborhoodAerialLg.jpeg) center center no-repeat;
    background-size: cover;
    background-color: #8D99AE;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #04090f;
    text-shadow: 2px 2px 2px #cccccc;
    padding: 6rem 1rem;
}

h1, h2, h3, h4, h5, h6, .heading-font, .display-5, .display-6, .h1 {
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
}

.bg-light-gray {
    background-color: #8D99AE;
}

.icon-wrapper {
    text-decoration: none;
    margin-left: .25rem;
    margin-right: .25rem;
}

.icon {
    display: flex;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    /*font-size: 1rem;*/
    background-color: #f51b00;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #f8f9fa;
    /* border: 1px solid #d1e5f4;*/
}

    .icon:hover {
        background-color: #dc1800;
    }

.list-unstyled li, .list-padding li {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.list-padding-lg li {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.home-banner {
    background: url(images/neighborhood.jpg) left center no-repeat;
    height: 500px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #f8f9fa;
    text-shadow: 2px 2px 2px #212529;
    position: relative;
    background-color: #184E77;
}

    .home-banner > *, .background-cards .card > *, .card-img-overlay > *, .banner > * {
        z-index: 99;
    }

    .home-banner::before, .banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0, 0, 0, 0.3);
        z-index: 1;
    }

.background-cards .card {
    color: #f8f9fa;
    height: 350px;
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #dc1800;
}

.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;
}

.landlords-background-card{
    background: url(images/house-keys.jpg) center center no-repeat;
    background-size: cover;
  
}

.residents-background-card {
    background: url(images/residents.jpeg) center center no-repeat;
    background-size: cover;   
}

.applicants-background-card {
    background: url(images/applicant.jpeg) center center no-repeat;
    background-size: cover;   
}

.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;
}

.btn {
    border-radius: 1.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: .375rem;
    padding-bottom: .5rem;
    font-size: 1.2rem;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
}

.btn-custom {
    background-color: #edda0b;
    background-color: #008fe2;
    background-color: #f51b00;
    color: #04090f;

}

    .btn-custom:hover {
        background-color: #ff2a10;
        border-color: #ff2a10;
        color: #04090f;
    }

    .btn-custom:not(:disabled):not(:disabled):active {
        background-color: #f51b00 !important;
        border-color: #f51b00 !important;
        color: #04090f;
    }

#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;
}

.list-group-item{
    color: #04090f;
}

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 400px;
    max-width: 450px;
}

.div-table {
    padding: 0 .5rem 0;
}

    .div-table .row {
        padding: .75rem 0 .75rem;
        border-bottom: 1px solid #dee2e6;
    }

    .div-table > .row:nth-child(odd) {
        background-color: rgba(0, 0, 0, 0.05);
    }

.accordion > * {
    /*border-color: #020000;*/
    /*border-width: 2px;*/
    border-radius: 0 !important;
    color: #04090f !important;
}

.accordion-button {
    color: #04090f;
    border-radius: 0px !important;
}

    .accordion-button:not(.collapsed) {
        color: #04090f !important;
        background-color: #f51b00 !important;
        font-weight: 600;
    }

.accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='04090f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='04090f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.card{
    border-radius: 0;
}

.border-left-card {
    border: 0px;
    border-left: 5px solid #f51b00;
    max-width: 900px;
    box-shadow: 0px 6px 12px #cccccc;
}


.table > :not(caption) > * > * {
    background-color: #f7f7f7;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    background-color: rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
    .card-negative-margin-left {
        margin-left: -75px;
    }
}
