﻿body {
    font-family: Poppins, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.075rem;
    background-color: #f7f7f7;
}

h1, h2, h3, h4, h5 {
    /*font-family: Montserrat, serif;*/
    font-optical-sizing: auto;
    font-style: normal;
}

footer {
    background-color: #1B3B20;
}

.banner {
    background-color: #2c5f34;
    color: #f8f9fa;
}

main a, .nav-underline .nav-link {
    color: #0262ef;
}

header div {
    display: inline-block;
    margin-left: auto;
    padding: .75rem 1.2rem;
    background-color: #b1a999;
  /*  color: #f8f9fa;*/
    border-bottom-left-radius: 1rem;
}

#main-menu .nav-item {
    margin-left: .75rem;
    margin-right: .75rem;
}

#main-menu .nav-link {
    font-weight: 500;
    color: #505050;
}

    #main-menu .nav-link:hover, #main-menu .active {
        color: #212529;
    }

.py-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.rounded-custom, .card{
    border-radius: 1.5rem;
}

.bg-tan {
    background-color: #b1a999;
}

.btn {
    text-transform: uppercase;
    border-radius: 1.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;    
    font-weight: 500;
}

.btn-custom {
    background-color: #b1a999;
}

    .btn-custom:hover {
        background-color: #a69d8b;
        border-color: #a69d8b;
        color: #212529;
    }

    .btn-custom:not(:disabled):not(:disabled):active {
        background-color: #b1a999 !important;
        border-color: #b1a999 !important;
        color: #212529;
    }

.card-links .card {
    border: 0px !important;
    height: 100%;
    box-shadow: 0px 6px 12px #cccccc;
    background-color: #b1a999;
}

    .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;
        }

.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(255, 255, 255, 0.075);
    }

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 450px;
    max-width: 450px;
    border: 3px solid #b1a999;
    border-radius: 1.5rem;
}

#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;
}


@media (min-width: 992px) {
    #main-menu .nav-link {
        border-bottom: 2px solid #fff;
        padding-left: 0px;
        padding-right: 0px;
    }

    #main-menu .active {
        border-bottom-color: #505050;
    }

    #main-menu .nav-link:hover {
        border-bottom-color: #505050;
    }
}