

/* bolder font on nav header */
.navbar-brand {
    font-weight: 500;
    font-color: #800000;
}


a {
    text-decoration: none;
}


a:hover {
    color: #FF0000;   /* experimental, not working */
    /* font-weight:bold; works but too distruptive */
}

.footer-hidden {
    color: #212529;
}

/*  temp holding area

<span class="footer-hidden">no-spam</span>

*/

.overlayS1i {
    position: relative;
    top: 361px;
    left: 534px;
}

.darkred {
    color: #800000;
}
.teal {
    color: #008080;
}

img.icon {
    height: 30px;
}
