﻿html {
    overflow-y: scroll;
}

[data-toggle="collapse"] {
    cursor: pointer;
}

body {
      
}

a, .nav-link:hover, .btn:hover {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

header{
    background-color:#123c69;
    margin:0px;
    text-align:center;
    color:white;
    padding:10px;
}

nav {
    background-color: #123c69;
}

footer {
    background-color: #123c69;    
}

.home-banner {
    background: url(images/officeGazebo.jpg) center right no-repeat;
    height: 450px;
}

.banner {
    background: url(images/geometric-leaves.png)top right repeat;
    border-bottom: 1px solid #f5f5f5;
    text-shadow: 3px 3px 3px #cccccc;
}

.overlay {    
    height: 100%;
    background-color: rgb(138, 175, 142, 0.5);
}

.banner-card {
    background-color: #8aaf8e;
    color: #000;
    text-align: center;
    border: 0px;
}

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 360px;
}

.staff {
    color: #6c9a71;
    font-weight: bold;
}

.staffImg{
    border-radius: 50%;
}

.bg-blue{
    background-color: #123c69;
}

.text-green {
    color: #7ba57f;
}

.bg-light-gray {
    background-color: #e7e8e9;
}

i{
    color: #123c69;
}

.action-cards .card {
    box-shadow: 0px 8px 8px rgba(0,0,0,.2);
    height: 100%;
}

.action-cards a {
    color: #123c69;
    text-decoration: none;
}

    .action-cards a:hover .card {
        border: 1px solid #123c69;
    }

.nested-nav {
    border-right: 1px solid #dee2e6;
    margin-bottom: 1.5rem;
}

    .nested-nav .nav-item {
        border-bottom: 1px solid #dee2e6;
    }

    .nested-nav .nav-link {
        color: #000000;
    }

    .nested-nav .active {
        background-color: #8aaf8e;
    }

    .nested-nav .nav-link:focus {
        outline: none !important;
    }

    .nested-nav .nav-item:hover {
        background-color: rgba(138, 175, 142, 0.5);
    }

.accordion-header {
    background-color: rgba(0,0,0,.03) !important;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
}

.accordion-button {
    text-align: left;
    font-weight: 500;
    background-color: rgba(0,0,0,.03) !important;
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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");
        transform: rotate( 180deg );
    }

.nav-pills a.nav-link.active {
    background-color: #8aaf8e !important;
    color: black;
}

.nav-pills a.nav-link:hover {
    background-color: rgba(138, 175, 142, 0.5);
    text-decoration: none;
}

.nav-pills a.nav-link {
    color: black;
}

#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;
}

.btn-custom {
    color: #ffffff;
    background-color: #8aaf8e;
    border-color: #8aaf8e;
}

    .btn-custom:hover, .btn-custom:focus {
        color: #ffffff;
        background-color: #6c9a71;
        border-color: #6c9a71;
    }

    .btn-custom:focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 154, 113, 0.5);
    }