header {
    background-color: #f2f2f2;
    padding: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0px 1px 5px black;
}

.vt-logo {
    content:url("../images/logo-maroon.svg");
    height: 2rem;
    max-height: 2.125rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;

}

body {
    background-color: white;
    margin-bottom: 100px;
}

.ginesoCondLight {
    font-family: gineso, sans-serif;
    font-weight: 300;
    font-style: normal;
}


.card {
    margin: 5px 10px 10px 10px;
}

.card-header {
    background-color: rgba(0, 0, 0, 0.05);
    margin-bottom: 3px;
}

#maintenanceText {
    font-weight: bold;
}

.maintenancePadding {
    margin-top: 20px;
}

.linkPadding {
    margin-top: 35px;
}

html {
    position:relative;
    min-height:100%;
}

.list-group-item.card-item span {
    color: black;
}

footer {
    position:absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    line-height: 20px;
    background-color: #f5f5f5;
}

.footer-container {
    width: auto;
    max-width: 680px;
    padding-bottom: 15px;
    padding-top: 15px;
    color: black;
}

