div.header-image {
    background-image: url('../images/StanleyLake_crop.jpg');
    background-color: #ccc;
    background-position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}

.section-text {
    color: #10427a;
}

.section-text h2 {
    font-weight: bold
}

.partner-logos img {
    max-height: 100px;
}

.county-table-list {
    height: 680px;
    overflow-y: scroll;
}
