// color scheme
Dark Red: #cd4236 Light Red: #d2544a Light Gray: #f5f5f5 Light Blue: #6f8197 Dark Blue: #1c375b //
body {
    background-color: #f5f5f5;
    color: #1c375b;
}

p a {
    color: #cd4236;
}

li a {
    color: #cd4236;
}

li a:visited {
    color: #6f8197;
}

h1 {
    color: f5f5f5;
    line-height: 1;
    text-align: center;
}

h1 a {
    text-decoration: none;
    color: #f5f5f5;
}

h2 a {
    color: #1c375b;
}

h3 {
    color: #cd4236;
}

h4 {
    padding-left: 30px
}

.date {
    color: #d2544a;
    font-size: 12px;
    text-align: left;
}

.padding30 {
    padding-left: 30px;
}

.title {
    justify-content: center!important;
    text-transform: uppercase;
    background-color: #d2544a;
    padding-bottom: 5px;
    width: 100%;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
}

.content {
    font-family: Arial, Helvetica, sans-serif;
    width: 50%;
    margin: auto;
    justify-content: center;
    line-height: 1.5;
}

.center {
    text-align: center;
}

footer {
    width: 100%;
    margin: auto;
    justify-content: center;
    text-align: center;
    background-color: #6f8197;
    color: #f5f5f5;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

@media only screen and (min-width: 375px) {
    .content {
        width: 90%;
    }
    footer {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .content {
        width: 90%;
    }
    footer {
        width: 100%;
    }
}

@media only screen and (min-width: 932px) {
    .content {
        width: 60%;
    }
    footer {
        width: 100%;
    }
}