﻿body {
    font-family: "Open Sans", sans-serif;
    font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.1rem;
}

footer {
    background-color: #2b2b67;
    background-color: #18181c;
    /*background-color: #05050d;*/
}

.banner{
    background-color: #2b2b67;
}

nav {
    border-bottom: 2px solid #dedede;
}

.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: rgba(88, 157, 58);
    color: #0a0c0d;
    /* border: 1px solid #f8f9fa;*/
}

    .icon:hover {
        background-color: rgba(88, 157, 58, 0.85);
    }

.py-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.home-banner {
   /* position: relative;*/
    background: url(images/magnolia.png) center center no-repeat;
    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: #2b2b67;
}

    .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: #020000;
    background-color: #589D3A;
}

.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;
        }

.rounded-custom-md {
    border-radius: 1.5rem;
}

.ol-custom {
    list-style: none;
    counter-reset: item;
    padding-left: 0;
}

    .ol-custom li {
        counter-increment: item;
        margin-bottom: 2rem;
        display: flex;
        justify-content: start;
        flex-direction: row;
    }

        .ol-custom li:before {
            content: counter(circle-counter);
            font-size: 1.35rem;
            line-height: 45px;
            margin-right: 15px;
            content: counter(item);
            background: rgba(88, 157, 58);
            color: #000;
            border-radius: 50%;
            width: 45px;
            height: 45px;
            text-align: center;
            display: block;
            flex-shrink: 0
        }

.accordion-button{
    font-weight: 600;
    font-size: 1.1rem;
}

.accordion-button:not(.collapsed) {
    color: #212529 !important;
    background-color: rgba(88, 157, 58) !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='020000'%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='020000'%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");
}

.list-unstyled li, .list-padding li {
    padding-top: .35rem;
    padding-bottom: .35rem;
}

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 450px;
}

.btn {
    border-radius: 1.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.1rem;
}

.btn-custom {
    background-color: rgba(88, 157, 58);
    color: #020000;
}

    .btn-custom:hover {
        background-color: rgba(88, 157, 58, 0.95);
        border-color: #88d379;
        color: #020000;
    }

    .btn-custom:not(:disabled):not(:disabled):active {
        background-color: #99D98C !important;
        border-color: #99D98C !important;
        color: #020000;
    }

.div-table {
    padding: 0 .5rem 0;
}

    .div-table .row {
        padding: .75rem 0 .75rem;
        border-bottom: 1px solid #dee2e6;
    }

@media (min-width: 1200px) {
    .float-max-width{
        max-width: 450px;
    }
}

