* {
	padding: 0;
	margin: 0;
	z-index: 0;
	color: white;
}

.bar {
	position: fixed;
	width: 100%;
	text-align: center;
	background-color: #4A96AD;
	z-index: 1;
	border-bottom: 3px solid black;
}

.bar a {
	display: inline-block;
	margin: 10px 20px;
	font-family: 'Poiret One';
	background-color: #3B3738;
	padding: 5px;
	border-radius: 5px;
	text-decoration: none;
	width: 130px;
}

.bar a:hover {
	background-color: #594f51;
}

.header {
	position: fixed;
	height: 400px;
	width: 100%;
	background: url(images/stanford_arches.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	z-index: -1;
}

.header-name{
	position: fixed;
	top: 150px;
	font-family: 'Poiret One';
	font-size: 35px;
	width: 100%;
}

.header-description{
	position: fixed;
	font-family: 'Poiret One';
	top: 230px;
	width: 100%;
}

.mugshot {
	margin: 20px 0px;
	position: relative;
	left: 4%;
	border-radius: 100%;
	width: 20%;
	height: 80%;
}

.about-text {
	margin: 40px 10px 40px 0px;
	position: relative;
	float: right;
	font-size: 25px;
	max-width: 70%;
	font-family: 'Rokkitt';
}

.clear {
	clear: both;
	line-height: 0;
}

.project-text {
	position: relative;
	top: 40px;
	margin: 0px 20px 0px 20px;
	font-size: 25px;
	font-family: 'Rokkitt';
	float: right;
}

.caption {
	display: block;
	margin: 15px auto;
	max-width: 50%;
	max-height: 500px;
	border-radius: 5px;
}

.gray-project {
	position: relative;
	top: 400px;
	background-color: #3B3738;
	padding-bottom: 60px;
}

.blue-project {
	position: relative;
	top: 400px;
	background-color: #4A96AD;
	padding-bottom: 60px;
}

.title {
	font-family: 'Poiret One';
	padding-right: 15px;
	position: relative;
	width: 250px;
	height: 80%;
	float: left;
}

.link{
	text-decoration: none;
	color: #E6CF8B;
}

.link:hover {
	color: #aa9c68;
}