﻿body {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5 {
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-style: normal;
}


footer {
    background-color: #1D3461;
}

.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);
    }

.btn {
    border-radius: 1.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.1rem;
}

.btn-custom {
    background-color: #1D3461;
    color: #f8f9fa;
}

    .btn-custom:hover {
        background-color: #233f75;
        border-color: #233f75;
        color: #f8f9fa;
    }

    .btn-custom:not(:disabled):not(:disabled):active {
        background-color: #1D3461 !important;
        border-color: #1D3461 !important;
        color: #f8f9fa;
    }


.home-banner {
    background: url(images/townhomes.jpeg) bottom center no-repeat;
    background-size: cover;
    height: 600px;
    display: flex;
    text-align: center;
    /*align-items: center;*/
    justify-content: center;
    color: #fff;
    text-shadow: 2px 2px 2px #212529;
    position: relative;
    background-color: #184E77;
}

    .home-banner > * {
        z-index: 100;
    }

    .home-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0, 0, 0, 0.1);
        z-index: 1;
    }

.card, .rounded-custom {
    border-radius: 25px 25px 25px 25px;
}

.card-body {
    /*padding: 50px 50px 50px 50px;*/
    padding: 30px 30px;
}

.card-links .card {
    border: 0px !important;
    height: 100%;
    box-shadow: 0px 6px 12px #cccccc;
    color: #000;
    background-color: #348872;
}

.card-links i {
    font-size: 2.5rem;
}

.card-links .card .card-body {
    display: flex;
    flex-direction: column;
}

.card-links a {
    text-decoration: none;
    color: #020000;
    flex: 1;
    max-width: 350px;
    min-width: 350px;
}

    .card-links a:hover {
        text-decoration: none;
    }

        .card-links a:hover .card {
            box-shadow: 0px 8px 16px #cccccc;
        }

.bg-light-gray, .banner {
    background-color: #D9DCD6;
}

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 350px;
    max-width: 400px;
}

#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-unstyled li, .list-padding li {
    padding-top: .35rem;
    padding-bottom: .35rem;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #88aad6;
}

.property-tag {
    background-color: #233f75;
    position: absolute;
    top: 10%;
    width: 35%;
    color: #f8f9fa;
    font-weight: 600;
    text-align: center;
    padding: .5rem;
}

.icon-blue {
    color: #233f75;
}

.div-table {
    padding: 0 .5rem 0;
}

    .div-table .row {
        padding: .75rem 0 .75rem;
        border-bottom: 1px solid #dee2e6;
    }
