header {
	position: relative;
	background-color: rgb(32, 93, 128);
	margin-top: 100px;
	padding-top: 15px
}

header img {
	width: 150px;
	margin-top: -5px;
	z-index: 10;
	padding-left: 200px;
	vertical-align: middle;
}

header h1 {
	color: white;
	font-size: 7em;
	margin: 0;
	vertical-align: middle;
	display: inline;
	line-height: 0;
}

header h2 {
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	color: white;
	letter-spacing: 10pt;
	margin: 0 0 0 115px;
	line-height: 0;
	padding-bottom: 30px;
}

#profile h3, #skills h3, #education h3, #work h3, #shows h3{
	font-size: 2em;
	color: white;
	background-color: rgb(32, 93, 128);
	padding: 10px 50px 20px 0;
	width: 500px;
	margin-top: 20px;
	text-align: right;
	display: inline-block;
}

.topic-content {
	display: inline-block;
	margin-left: 575px;
	margin-top: -100px;
	padding: 0;
}

.topic {
	margin-left: 10%;
}

.topic b {
	color: rgb(32, 93, 128);
	font-size: 1.125em;
}

h4 {
	color: rgb(32, 93, 128);
	font-size: 1.25em;
	margin-bottom: 0;
	padding-bottom: 0;
}

footer {
	margin-top: 75px;
}

footer a {
	text-decoration: none;
}

footer a:link {
	color: white;
}
footer a:visited {
	color: lightgrey;
}
footer a:hover {
	color: #E8544F;
}
footer a:active {
	color: #FFA057;
}