body, html, th, td {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.mw-1200 {
    max-width: 1200px;
    margin: 0 auto;
}

a {
    color: #007580;
}

a:hover {
    color: #007580;
    text-decoration: underline;
}

h1 {
    font-size: 30px;
    font-family: 'Merriweather', serif;

    margin-top: .5rem;
    margin-bottom: .85rem;
}

h2 {
    font-size: 25px;
    font-family: 'Merriweather', serif;

    margin-top: .5rem;
    margin-bottom: .5rem;
}

h3, h4, h5, h6 {
    font-size: 1rem;
    text-transform: uppercase;

    margin-top: 0;
    margin-bottom: 0;
}

.serif {
    font-family: 'Merriweather', serif;
}

.sans-serif {
    font-family: 'Open Sans', sans-serif;
}

.form-check-input:disabled~.form-check-label {  /* override BS changing the color */
    color: inherit;
}
