﻿body {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
}

main a {
    color: #0262ef;
}

.bg-dark-blue, footer {
    background-color: #002c48;
}

.banner {
    background-color: #9cccdb;
}

header {
    z-index: 100;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
    background-color: #ffffff;
}

.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);
    }

.home-banner {
    background: url(images/houses-aerial.jpg) center center no-repeat;
    background-size: cover;
    height: 550px;
    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.25);
        z-index: 1;
    }

.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 #64afc6;
}

.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: #0099fa;
    color: #000;
}

    .btn-custom:hover {
        background-color: #15a4ff;
        border-color: #15a4ff;
        color: #000;
    }

    .btn-custom:not(:disabled):not(:disabled):active {
        background-color: #0099fa !important;
        border-color: #0099fa !important;
        color: #000;
    }

.logo-img {
    max-width: 200px;
    width: 100%;
    height: auto;
}

.list-unstyled li, .list-padding li {
    padding-top: .35rem;
    padding-bottom: .35rem;
}

.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: #9cccdb;
    color: #000 !important;
}

    .accordion-button:not(.collapsed) {
         color: #000 !important;
        background-color: #9cccdb !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) {
    .logo-img {
        max-width: 300px;
        width: 100%;
        height: auto;
    }
}

@media (min-width: 1200px) {
    .container-lg, .container-md {
        max-width: 1140px;
    }
}
