a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}
.top-menu-bar,
.copyright {
    background-color: #d42c2c;
}
nav,
.dropdown-menu,
.dropdown-menu,
#link:hover {
    background-color: rgb(0, 110, 175) !important;
}
.footer {
    background-color: black !important;
}
.top-menu-bar a,
#link,
footer a {
    color: white;
}
.top-menu-bar span {
    display: inline-block;
}
.blink {
    animation: blinker 2s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
