/* CSS Document */

body { background-color: #222; }
body, p, li, h3 { color: #555; }
h1 { font-size: 24px; text-transform: uppercase; color: #FD0000; font-weight: bold; }
h3 { font-size: 19px; text-transform: uppercase; font-weight: bold; }
.section-header { background-color: #FFF; padding: 30px 0; }
.section-header logo { margin-top: 20px; }
.section-content { background-color: #F7F7F7; padding: 50px 0 60px 0; }
.section-content h1 { margin-bottom: 30px; }
.section-footer { background-color: #222; padding: 30px 0; }
