body{
	background: white;
}

h1{
	font-family: helvetica;
	color: black;
	font-size: 7vw;
	line-height: 4vw;
	float: right;
	margin-top: -80px;
	margin-right: 50px;
}

	h1:hover {
		color: black;
		-webkit-text-stroke-width: 1px;
  		-webkit-text-stroke-color: white;
	}

h1.about{
	margin-top: 80px;
}

.chapter{
	margin-top: 0vw;
}

p{
	font-family: baskerville;
	font-size: 18px;
	color: black;
	margin: auto;
	margin-left: -8vw;
	margin-top: 20px;
}

figure{
	font-family: baskerville;
	margin-top: 30px;
	margin-left: 30vw;
	margin-right: 20vw;
	text-align: left;
}

a{ 
	font-family: helvetica; 
	font-size: 25px;
	color: black;
	margin: auto;
	margin-left: -8vw;
	text-align: center;

}



	a.eye{
		filter: opacity(100%);
	}

p.about{
	margin-top: 3vw;
	float: left;
	text-align: left;
	margin-left: 9vw;
	margin-right: 24vw;
}

section{
	margin-left: 8vw;
	margin-top: 8vw;
	text-align: center;
}

	img{
		height: 10vw;
		margin: 10px;
		float: left;
}

img.eye{
	filter: opacity(100%);
	float: right;
	height: 1%;
	width: 4%;
	bottom: 0;
	right: 0;
	display: inline-block;


}

footer{
	font-family: helvetica;
	line-height: 4vw;
	color: black;
	font-size: 20px;
	position: fixed;
  	left: 0;
  	bottom: 0;
  	width: 100%;
  	background-color: white;

}

.right{
	float: center;
	text-align: center;
}

.left{
	float: left;
	margin-left: 1%;
	margin-right: 45%;
}


		


