body {
    background-image: url("../images/diamond_upholstery_@2X.png");
    background-repeat: repeat;
    height: 100%;
    line-height: 1.5em;
    color: #41414c;
    font-family: Arial, Helvetica, sans-serif;
}

.navbar {
    color: #eff0f1;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

h5 {
    color: #41414c;
}


footer {
    width: 100%;
    background: #666666;
    color: #8d8d8d;
    height: 3em;
    padding: 1em;
    text-align: center;
}

a:hover {
    text-shadow: 0 0 5px #b89fbd;
    text-decoration: none;
    color: currentColor;
}
a {
    color:inherit; 
}

#header {
    margin-top: 4em;
    text-align: center;
}

#schedule {
    margin-top: 10px;
    margin-bottom: 10px;
}

#everything {
    margin-bottom: 3.5em
}

tr:nth-child(even) {
    background: #e3fdff;
}

.card-header {
    background: #e3fdff;
}

#clockhere {
    background-color: rgba(227,253,255, 0.5) !important;
    background-blend-mode: color;
    padding: 15px;
    margin-bottom: 10px;
}