html, body
{
	margin: 0;
	height: 100%;
	background: #ffffff;
	font-family: Dancing Script, Jacquard 12, Helvetica, Arial, sans-serif, Edwardian Script ITC;
	background-color: #5e5e5e;
}

/*
	Design animation for fading in all content when pages load in
*/

.dancing-script-p {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}

@keyframes fade-in 
{
	0%
	{
		opacity: 0;
	}
	80%
	{
		opacity: 0;
	}
	100%
	{
		opacity: 1;
	}
}

#wrapper
{
	width:  60%;
	height: 60%;
	min-width: 450px;
	margin: 0 auto;
	background-color: none;
}

#nav
{
	width: 100%;
	height: 80px;
	background-color: none;
    float:left;
}
#nav2
{
	width: 100%;
	height: 80px;
	background-color: none;
	animation: fade-in ease 10s;
	margin-top:10px;
    float:left;
}
#img
{
	background-color:none;
	width:100%;
	float:left;
}
#img img
{
	width:100%;
}

#txt
{
	background-color:none;
	width:100%;
	float:left;
}
#txt p
{
	font-size:23px;
	text-align:left;
	color:#ff4444;
	margin: 10px;
}


img
{
	width: 100%;
}

h1
{
	font-size: 35px;
	color: #ffffff;
	margin: 0;
	text-align: center;
}

p
{
	font-size: 18px;
	color: #ffffff;
	margin: 0;
	text-align: left;
	text-indent: 50px;
}

a
{
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	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;
}

#nav2 a:link, #nav2 a:visited
{
	color: #ffffff;
	background-color: none;
}

#nav2 a:active, #nav2 a:hover
{
	color: #fff129;
	background-color: none;
}

#randomPerson
{
	font-size: 18px;
	color: #ffffff;
	margin: 0;
	text-align: justify;
	text-indent: 50px;
}