* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: sans-serif;
    color: #444;
}

.header {
    width: 100%;
    height: 400px;
}

.header::after {
    content: "";
    background: url(../images/penguin-banner.jpg) center top no-repeat;
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.header .cdlogo {
    top: 20px;
    left: 20px;
    width: 15%;
    position: absolute;
}

.header h1, .header h2, .header .outline {
    width: 100%;
    text-align: center;
}

.header h1 {
    color: #050505;
    padding-top: 80px;
    font-size: 3em;
}

.header h2 {
    color: #050505;
    font-size: 1.5em;
}

.header .outline {
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 30px;
    color: #444;
}

.header a {
    text-decoration: none;
}

.section {
    display: block;
    float: left;
}

.general-info {
    padding-left: 5%;
}

.general-info, .schedule {
    width: 35%;
}

.upcoming {
    font-weight: bold;
    font-size: 1.1em;
}

.small {
    font-size: 0.8em;
}

tr.past > td {
    color: #ccc;
}

.registration {
    height: 220px;
    width: 20%;
}

.registration .featured-button {
    margin: 30px auto;
}

.section-title {
    padding: 20px;
    font-size: 1.1em;
    font-weight: bold;
    color: #f44336;
}

.featured-button {
	background: url(../images/featured-button.png) 0 0 no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 61px;
	width: 230px;
}

.featured-button a {
	color: #444;
	text-decoration: none;
}

.featured-button:hover {
	background-position: 0 -61px;
	color: #444;
	text-decoration: none;
}

.featured-button p {
	font-size: 18px;
	font-weight: 700;
	height: 61px;
	line-height: 50px;
	text-align: center;
	text-shadow: 0 1px #fff;
}

.featured-button p a {
	display: block;
}

.note {
    font-size: 0.7em;
	text-align: center;
}

.clearer {
    clear: both;
}

.topic {
    width: 70%;
    padding: 10px 15%;
}

.topic h2, .topic h3, .topic h4 {
    color: #f44336;
    font-weight: bold;
}

.topic h2 {
    margin-top: 1em;
    font-size: 1.5em;
}

.topic h3 {
    margin-top: 1.5em;
    font-size: 1.2em;
}

.topic h4 {
    padding-top: 1.5em;
    font-size: 1.1em;
    clear: both;
}

.topic p.goal {
    color: #3020dd;
}

.topic p, .topic ol {
    margin-top: 0.5em;
    font-size: 1.2em;
    color: #444;
}

.topic li {
    margin-left: 50px;
}

img.right-aligned {
    float: right;
}

img.left-aligned {
    float: left;
}

img.illustration {
    float: left;
    width: 280px;
    margin: 10px;
}

.topic table {
    width: 80%;
    margin: auto;
}

.topic table td {
    text-align: center;
}

.topic table .featured-button {
    margin: 0 auto;
}

.appendix h1 {
    text-align: center;
    margin-top: 2em;
    color: #f44336;
    font-weight: bold;
    font-size: 1.8em;
}

.appendix .topic h2 {
    font-size: 1.2em;
}

.appendix .topic p {
    font-size: 1em;
}

