html, body
{
	margin: 0;
	height: 100%;
	background: #5e5e5e;
	font-family: Dancing Script, Jacquard 12, Helvetica, Arial, sans-serif, Edwardian Script ITC;
}

/*
	Design animation for fading in all content when pages load in
*/

@keyframes fade-in 
{
	0%
	{
		opacity: 0;
	}
	100%
	{
		opacity: 1;
	}
}

#wrapper
{
	width:  60%;
	min-width: 450px;
	margin: 0 auto;
	height: 80%;
	background-color: none;
}

#nav
{
	width: 500px;
	height: 80px;
	background-color: none;
	animation: fade-in ease 3s;
	float:left;
}

#wrapper img
{
	width: 100%;
}

a
{
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	width: 15%;
	padding: 6px;
	margin-top: 15px;
	border-radius: 8px;
	text-align: left;
	text-decoration: none;	
}

#nav a:link, #nav a:visited
{
	color: #ffffff;
	background-color: none;
}

#nav a:active, #nav a:hover
{
	color: #fff129;
	background-color: none;
}

h1
{
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
h2
{
	font-size: 25px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color: #fff129;
}

p
{
	font-size: 25px;
	text-align: left;
	color: #ff4444;
}

#randomPerson
{
	font-size: 18px;
	color: #ffffff;
	margin: 0;
	text-align: justify;
	text-indent: 50px;
}