﻿html {
    overflow-y:scroll;
}

header {
    background-color: #173d77;
    border-bottom: 5px solid #d9d9d9;
}

footer {
    background-color: #173d77;
    border-top: 5px solid #d9d9d9;
}

#menu {
    border-right: 1px solid #dee2e6;
}

    #menu .nav-link {
        color: #133262;
        font-size: 1.05rem;
    }

        #menu .nav-link:hover {
            text-decoration: none;
            background-color: #d9d9d9;
        }

a, .btn:hover {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 360px;
}

.link-orange{
    color: #f68a49;
}

    .link-orange:hover {
        color: #f57a31;
    }

.list-bullets {
    list-style: none;
}

    .list-bullets li {
        line-height: 175%;
    }

.list-bullets li::before {
    content: "•"; 
    color: #0d6efd; 
    display: inline-block; 
    width: 1.5em;
    margin-left: -1.5em;
}

.list-unstyled li {    
    padding: 1rem .5rem 1rem;
}

.text-blue{
    color: #173d77;
}

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 360px;
}
