:root {
    --dark-grey: #555;
    --grey: #999;
    --light-grey: #ccc;
    --stampede-red: #D52B1E;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
    padding-bottom: 3rem;
    background-image: url("/images/wheat-background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.table {
    margin-bottom: 0;
}

.table th, .table td {
    vertical-align: middle;
}

.font-size-12 {
    font-size: 12pt;
}

.committeeCard {
    box-shadow: 2px 4px 5px #0005;
}

.committeeCard .card-title {
    font-weight: bold;
}

.committeeCard:hover {
    cursor: pointer;
    background-color: #ccc;
}

.committeeCard.noDescription .card-title {
    margin-bottom: 0;
}
