body {
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    background-color: #fff;
}

.hero {
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
}

.logo {
    border-radius: 50%;
    max-width: 250px;
    width:100%;
    height: auto;
}

.section-muted {
    background-color: #e5e7e8;
}

a, a:link, a:hover, a:visited, .redheading, .captcha {
    color: #eb2c2d;
}

.captcha {
    font-weight: bold;
}

h1 {
    font-weight: 800;
}

h2 {
    font-weight: 600;
}

.redbutton, footer {
    color: #fff;
    background-color: #eb2c2d;
}

footer {
    font-size: 0.9rem;
    padding: 1rem;
}

footer a, footer a:link, footer a:hover, footer a:visited {
    color: #333 !important;
}

@media screen and (max-width: 1279px) {
    .mainhero h1, .mainhero h2 {
        max-width: 70%;
    }   
}
