/* Basic page styles */

h1 {
    font-style: 2rem;
    font-weight: normal;
}
h2 {
    font-style: 1.50rem;
    font-weight: normal;
}
h2 a{
  text-decoration: none;
}
h3 {
    font-style: 1.25rem;
    font-weight: normal;
}

h4.label {
    color: black;
}

h2 a{
  text-decoration: none;
}

a
{
    color: #8b1919;
    text-decoration: none;
}

button.btn.btn-primary a {
    color: white;
}

.field__label {
    font-weight: bold;
}

.nav-link {
    color: #303030;
}

table tr th, table tr th a, table tr th a:hover, table tr th a:focus {
    color: #303030;
}
