﻿body {
    font-family: "Poppins", sans-serif;
    font-family: "Be Vietnam Pro", sans-serif;
   /* font-family: "Inter", sans-serif;*/
    /*font-weight: 300;*/
    font-style: normal;
    color: #04090f;
    background-color: #f7f7f7;
}

button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.text-dark, .accordion > * {
    color: #04090f !important;
}

/*strong{
    font-weight: 600;
}*/

.accordion-button {
    color: #020000;    
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .075rem;
}

header {
    /* z-index: 100;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);*/
    border-bottom: 2px solid #dedede;
}

footer {
    background-color: #0071b2;
}

main a, .nav-underline .nav-link {
    color: #0071b2;
}

nav .nav-link{
    color: #04090f;
}

.banner {
   /* background-color: #01ad50;*/
   padding-bottom: 12px;
}

    .banner h1::after {
            content: "";
         position: absolute;
        left: 0;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        align-content: center;
        border-bottom: 4px solid #01ad50;
        height: 12px;
        width: 125px;       
    }

.icon-wrapper {
    text-decoration: none;
    margin-left: .25rem;
    margin-right: .25rem;
}

.icon {
    display: flex;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    /*font-size: 1rem;*/
    background-color: #d5c40a;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #04090f;
    /* border: 1px solid #d1e5f4;*/
}

    .icon:hover {
        background-color: #edda0b;
    }

.card-padding {
    padding: 1.25rem;
}

.rounded-custom {
    border-radius: 25px 25px 25px 25px;
}

.card-links .card {
    border: 0px !important;
    height: 100%;
    box-shadow: 0px 6px 12px #cccccc;
    color: #04090f;
}

    .card-links .card .card-body {
        display: flex;
        flex-direction: column;
    }

.card-links a {
    text-decoration: none;
}

    .card-links a:hover {
        text-decoration: none;
    }

        .card-links a:hover .card {
            box-shadow: 0px 8px 16px #cccccc;
        }

.list-unstyled li, .list-padding li {
    padding-top: .35rem;
    padding-bottom: .35rem;
}

.btn {
    border-radius: 1.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.1rem;
}

.btn-custom {
    background-color: #edda0b;
    background-color: #008fe2;
    background-color: #01ad50;
    color: #04090f;
}

    .btn-custom:hover {
        background-color: #01c75b;
        border-color: #01c75b;
        color: #04090f;
    }

    .btn-custom:not(:disabled):not(:disabled):active {
        background-color: #01ad50 !important;
        border-color: #01ad50 !important;
        color: #212529;
    }

ol > li::marker {
    font-weight: 600;
}

.collapse-container {
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: #dce1de;
    margin-bottom: 2rem;
}

    .collapse-container a {
        color: #00619a;
    }

.collapse-btn {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    font-weight: 600;
    text-align: left;
}

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 400px;
    max-width: 450px;
    border: 2px solid #01ad50;
    border-radius: 25px 25px 25px 25px;
}

#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;
}

.div-table {
    padding: 0 .5rem 0;
}

    .div-table .row {
        padding: .75rem 0 .75rem;
        border-bottom: 1px solid #dee2e6;
    }

.table td, .table th{
    background-color: transparent;
}