﻿body, .body-font {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 1.0625rem;
}

main a {
    color: #0262ef;
}

h1, h2, h3, h4, h5, .display-4, .h1 {
    font-family: 'Libre Baskerville', serif;
    font-weight: 600;
    color: #24409a;
    /*  text-transform: uppercase;*/
}

footer {
    background-color: #464555;
}

.banner{
    background-color: #24409a;
}

#main-menu .nav-item {
    margin-left: .5rem;
    margin-right: .5rem;
}

#main-menu .nav-link, .dropdown-item {
    font-weight: 500;
    color: #212529;
}

    #main-menu .nav-link:hover, #main-menu .active, .dropdown-item:hover {
        border-bottom-color: #969696;
        color: #212529;
    }

.home-banner {
    background: url(images/neighborhoodAerialLg.jpeg) center center no-repeat;
    background-size: cover;
    height: 600px;
    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 > * {
        z-index: 100;
    }

    .home-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0, 0, 0, 0.45);
        z-index: 1;
    }

.list-unstyled li, .list-padding li {
    padding-top: .35rem;
    padding-bottom: .35rem;
}

.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;
    background-color: #f9f8ff;
    color: #212529;
    /* border: 1px solid #f8f9fa;*/
}

    .icon:hover {
        background-color: rgba(255,255,255,0.85);
    }

.card, .rounded-custom {
    border-radius: 25px 25px 25px 25px;
}

.card-body {
    padding: 30px 30px;
}

.card-shadow {
    box-shadow: 0px 6px 12px #cccccc;
}

.card-links .card {
    border: 0px;
    height: 100%;
    box-shadow: 0px 6px 12px #cccccc;
    border-top: 5px solid #969696;
}

.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;
    width: 100%;
    max-width: 350px;
    min-width: 300px;
}

    .card-links a:hover {
        text-decoration: none;
    }

        .card-links a:hover .card {
            box-shadow: 0px 8px 16px #cccccc;
        }

.btn {
    border-radius: 1.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.1rem;
}

.btn-custom {
    background-color: #24409a;
    color: #f8f9fa;
}

    .btn-custom:hover {
        background-color: #2949af;
        border-color: #2949af;
        color: #f8f9fa;
    }

    .btn-custom:not(:disabled):not(:disabled):active {
        background-color: #24409a !important;
        border-color: #24409a !important;
        color: #f8f9fa;
    }

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 350px;
    max-width: 400px;
}

.div-table {
    padding: 0 .5rem 0;
}

    .div-table .row {
        padding: .65rem 0 .65rem;
        border-bottom: 1px solid #dee2e6;
    }

    .div-table > .row:nth-child(odd) {
        background-color: #f2f2f2;
    }

.accordion-button {
    font-weight: 600;
    background-color: #24409a;
    color: #f8f9fa !important;
    
}

    .accordion-button:not(.collapsed) {
        color: #f8f9fa !important;
        background-color: #24409a !important;
        font-weight: 600;
    }

.accordion-button:not(.collapsed)::after, .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path 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'/></svg>") !important;
}

@media (min-width: 992px) {
    #main-menu .nav-link, .dropdown-item {
        border-bottom: 2px solid #fff;
        padding-left: 0px;
        padding-right: 0px;
    }

        .dropdown-item:hover {
            background-color: #fff;
        }

    #main-menu .active {
        border-bottom-color: #969696;
    }

    #main-menu .nav-link:hover {
        border-bottom-color: #969696;
    }
}

@media (min-width: 1200px) {
    .container-lg, .container-md{
        max-width: 1140px;
    }
}

