﻿html {
    overflow-y: scroll;
    min-height: 100%;
    position: relative;
}

body {
    height: 100%;
    min-height: 100%;
    background-color: #e7e8ee;
}

.nav-link{
    color: #ffffff !important;
}

#content{
    background-color:white;
    padding: 10px;    
    }

.header, #menu, #footer{
    background-color: #084177;
}

.header h1, footer{
    color: white;
}

    .header h1 {
        font-size: calc(1.375rem + 1.5vw);
        font-weight: bold;
    }

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 360px;
    padding-top: 10px;
}

.navbar .fab{
    color: white;
}

.card-header{
    background-color: #084177;
    color:white;
}
