﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 4rem;
}

nav {
    box-shadow: 0 0.5ex 1ex rgba(136, 136, 136,0.5);
    /*    
    opacity: 0.6;
    backdrop-filter: blur(20px);
    */
}

.brandOnline {
    overflow:hidden; 
    width: 16px; 
    height: 16px; 
    border: solid darkgreen 1px; 
    background-color: lightgreen;
    display: inline-block;
    border-radius: 4px;
}

.brandOffline {
    display: none;
}