@charset "UTF-8";
.row.row1 {
    background-image: url(../images/header.jpg);
    min-height: 306px;
    background-size: cover;
    max-height: 196px;
    background-repeat: no-repeat;
}
.row.row1 .col-12 h1 {
    text-align: center;
    color: #FFFFFF;
    padding-top: 56px;
}
.row.row4 {
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    height: 51px;
}
.row.row4 .col-12 h1 {
    font-size: 1em;
    padding-top: 16px;
}
body {
    background-color: #33431B;
}
