h1, h2, h3, h4, legend {
    color: #333333;
}

header h1 {
    max-height: 54px;
    margin: 0.75em 0 0;
}

.actionButton {
    color: #D34700;
    border-color: #D34700;
    background-color: #FFFFFF;
}

    .actionButton:hover, .actionButton:active {
        color: #FFFFFF;
        border-color: #D34700;
        background-color: #D34700;
    }
        
aside#contact, section#fundraiser {
    background-color: #112F54;
}

#fundraiser img {
    background-image: url("profile.jpg");
    background-position: center center;
    background-repeat: no-repeat;
}