#jbtron-txt {
    font-size: 400%;
    color: white;
    font-weight: 500;
    text-align: center;
}

#jbtron-subtxt {
    font-size: 200%;
    color: white;
    font-weight: 500;
    text-align: center;
}

#image-animate {
    filter: brightness(50%);
    transition: 1s;
}

#image-animate:hover {
        filter: brightness(100%);
        margin-top: -18px;
        -moz-box-shadow: 0 0 0px black;
        -webkit-box-shadow: 0 0 0px black;
        box-shadow: 0 0 0px black;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

.navbar {
    z-index: 99;
}

.grid {
    margin: 4px;
    border-collapse: collapse;
    width: auto;
}



    .grid th, .grid td {
        border: 1px solid #C0C0C0;
        padding: 5px;
    }



.head {
    background-color: #E8E8E8;
    font-weight: bold;
    color: #FFF;
}



.alt {
    background-color: #E8E8E8;
    color: #000;
}
