﻿body {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #020000;
}

footer{
    background-color: #020000;
}

main a {
    color: #196fe8;
}

header{
    padding-top: .75rem;
    padding-bottom: .75rem;
}

h1, h2, h3, h4, h5, .heading-font{
    font-weight: 700;
}

h1{
    margin-bottom: 1.5rem;
}

.card {
    color: #020000;
    border-radius: 0;
    border: 2px solid #020000;
}

.btn {
    border-radius: 1.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .03rem;
}

    /*.btn:hover {
        filter: brightness(.75);
    }*/



#main-menu .nav-item {
    margin-left: .5rem;
    margin-right: .5rem;
}

#main-menu .nav-link {
    color: #020000;
}

    #main-menu .nav-link:hover, #main-menu .active, .dropdown-item:hover {
        border-bottom-color: #020000;
        /*color: #212529;*/
    }

.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);
    }

.home-banner {
    background: url(images/officeWideAngle.jpg) center center no-repeat;
    background-size: cover;
    height: 600px;
    display: flex;
    text-align: center;
    /*align-items: center;*/
    justify-content: center;   
    position: relative;
    background-color: #714dc2;
    padding-top: 4rem;
}

.banner-card {
    background-color: rgba(255, 255, 255, 0.7);
    border: 0px;
    border-radius: 0;
}

.list-unstyled li, .list-padding li {
    padding-top: .35rem;
    padding-bottom: .35rem;
}

.list-padding-lg li {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.list-group{
    border: 2px solid #020000;
    border-radius: 0;
}

.list-group-item-action a{
    color: #020000;
    text-decoration: none;
}

    .list-group-item-action:hover {
        background-color: #f0f8d4;
        color: #020000;
    }

.btn-outline-light{
    border-width: 2px;    
}

.btn-outline-custom{
    color: #020000;
    border: 2px solid #020000;
}

.btn-outline-custom:hover{
    color: #f8f9fa;
    background-color: #020000;
}

.btn-custom {
    color: #020000;
}

.bg-dark, .btn-custom-dark, .btn-custom-dark:hover{
    background-color: #020000;
    color: #f8f9fa;
}

.bg-purple, .btn-custom-purple, .btn-custom-purple:hover {
    background-color: #7f61fb;
}

.bg-orange, .btn-custom-orange, .btn-custom-orange:hover {
    background-color: #fa8930;
}

.bg-pink, .btn-custom-pink, .btn-custom-pink:hover {
    background-color: #e85577;
}

.bg-blue, .btn-custom-blue, .btn-custom-blue:hover {
    background-color: #307eea;
}

.btn-custom:hover {
    filter: brightness(.9);
}

#banner .bg-purple, #banner .bg-orange, #banner .bg-pink {
   transform: skewX(25deg);
   height: 25px;
}

#banner {
    background: #E85577;
    background: linear-gradient(90deg, rgba(232, 85, 119, 1) 33%, rgba(250, 137, 48, 1) 33%, rgba(250, 137, 48, 1) 66%, rgba(127, 97, 251, 1) 66%);   
}

.text-purple {
    color: #6b48fa;
}

.w-500{
    max-width: 500px;
}

.accordion > * {
    border-color: #020000;
    border-width: 2px;
    border-radius: 0 !important;
    color: #020000 !important;
}

.accordion-button {
    color: #020000;
    border-radius: 0px !important;
}

    .accordion-button:not(.collapsed) {
        color: #020000 !important;
        background-color: #e85577 !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");
}

.div-table {
    padding: 0 .5rem 0;
}

    .div-table .row {
        padding: .75rem 0 .75rem;
        border-bottom: 1px solid #dee2e6;
    }

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 500px;
    max-width: 450px;
    border: 2px solid #020000;
}

@media (min-width: 992px) {
    #main-menu .nav-link {
        border-bottom: 2px solid #fff;
        padding-left: 0px;
        padding-right: 0px;
    }

        #main-menu .active, #main-menu .nav-link:hover {
            border-bottom-color: #020000;
        }  
}
