#header {
	position: fixed;
	left: 1em;
	top: 1em;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
	z-index: 1;
}

#header ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header ul li {
	display: inline;
	margin: 1em;
}

#page-top {
	background-image: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.2)),
	url("../img/music-mouse.png");
	color: #EFEFEF;
	height: 48em;
	
}

#portfolio-entries {
	margin: 4em;
	margin: 0 auto 5em auto;
}

body {
	height: 100%;
}

h1 {
	font-size: 4em;
	text-align: center;
	margin: auto auto;
	font-family: 'Raleway', sans-serif;
}

h2 {
	font-size: 3em;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}

h3 {
	text-align: center;
	font-family: 'Raleway', sans-serif;
}

h4 {
	font-family: 'Raleway', sans-serif;
}

img {
	display: block;
	margin: auto;
	position: relative;
	z-index: -1;
}

iframe {
	z-index: 0;
	border: none;
}

.filler {
	height: 60%;
}

.menu-item {
	color: #EFEFEF;
}

.menu-item:hover {
	text-decoration: none;
	color: #FFFCCC;
}

.portfolio-item {
	color: #000000;
}

.portfolio-item:hover {
	text-decoration: none;
}

.section {
	padding: 4em auto;
	min-width: 20em;
	margin: 4em auto;
}

.portfolio-entry {
	margin: 2em;	
}

.description {
	padding:1em 6em;
}

.gif img {
	width: 13em;
	height: 8em;
}

.col-md-6 img {
	width: 20em;
	height: 13em;
}

#self-pic img {
	height: 22em;
	width: 18em;
}

li > h3 {
	text-align: left;
}

@media screen and (max-width: 640px) {
	.filler {
		height: 60%;
	}

	.description {
		padding: 1em 3em;
	}

	h1 {
		font-size: 3em;
	}
}