body {
	font-family:'quicksand';
	text-align: center;
	margin:auto;
	background-color:A1CDE6;
}

h1,h2{margin: 60px auto;
max-width: 1000px;
padding-left: 25px;
padding-right: 25px;
}

p {margin: 60px auto;
max-width: 900px;
padding-left: 25px;
padding-right: 25px;
}

h1, h2, p {
padding-left: 25px;
padding-right: 25px;
}


h1 {font-family:'fredericka the great';
font-size: 80px}

h2 {font-family:'fredericka the great' ;font-size:65px}


p{
	font-size:22px;
	text-wrap: balance;
}

#graphic1 {
	width:70%}

#graphic2 {
	width: 65%;
}
#graphic3 {
	width: 65%;
}
#graphic4 {
	width: 65%;
}

#sculpture1 {
	width: 42%;
	
}
#sculpture2 {
	width: 40%;}

#park1 {width: 60%;
}
	#gonzo1 {width: 20%;
}
/*style links*/
a:link, a:visited {
	color:#F527DD;
}

/*with animation*/
a:hover {
	color:#8EAD34;
	transition: color 500ms;
}

/*change color while link is clicked*/
a:active {
	color:F5C527;
}


hr {margin-top: 50px;
margin-bottom: 50px;
height: 15px;
background-color: 8EAD34;
border:none;}