.scalar-heading{
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
}

.scalar-date{
    display: block;
    color: #9c9c9c;
}

.scalar-number{
    font-size: 45px;
    display: block;
}

.menu-link{
    cursor: pointer;
    color: #9c9c9c;
}

.menu-link.selected{
    color: black;
    text-decoration: underline;
}

.menu-link:hover{
    text-decoration: underline;
    color: black;
}

.settings-heading{
    display: block;
    font-weight: bold;
}

.row.footer{
    border-top: 1px solid rgba(0,0,0,.125);
    padding: 1rem 0;
}




#map { 
  height: 100%;
  display: flex;
}

html, body, .container-fluid{
   height: 100%;
}

.row.main{
    min-height: 80%;
} 

.color-shower{
    display: inline-block;
    height: 1rem;
    width: 1rem;
    border: 1px solid black;
    content: "&nbsp;";
}

@media only screen and (min-width: 0){
    #map{
        height: 400px;
    }
}

@media only screen and (min-width: 720px){
    #map{
        height: 700px;
    }
}

@media only screen and (min-width: 992px){
    #map{
        height: 100%;
    }
}