/* Sydnee Hale's CSS for Web Production, Midterm Assignment  */

html 
{
    background-image: url(images/yellowpattern.jpeg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: fixed;
}

body 
{
    margin:5% 10% 0% 10%;
    background-color: #479d78;
    padding: 8%;
    border-radius: 2px;
    color: white;
    font-family: sans-serif;
    font-size: 25px;
}

p
{
  text-align: center;
}

span
{
	font-size: 115%;
	font-weight: bolder;
	font-family: 'Abril Fatface', cursive;
	color: #e3b9ff;
}

nav
{ 
	color: white;
	text-decoration: none;
	font-family: sans-serif;
	font-variant: small-caps;
	position: sticky;
	width: 100%;
	padding: 8px;
	margin: auto;
	background-color: #fec400;
	display:inline-block;
	text-align: center;
}

a:link 
{
  color: white;
  text-decoration: none;
  margin: 5px;
}

a:visited 
{
  color: #5689de;
  text-decoration: none;
}

a:hover 
{
  color: hotpink;
  text-decoration: none;
}

a:active 
{
  color: ;
  text-decoration: none;
}

h1
{
	text-align: center;
	color: white;
	color: white;
	font-family: 'Abril Fatface', cursive;
	font-size: 50px;
}

h2
{
	color: white;
	font-family: sans-serif;
	text-align: center;
	font-size: 30px;
}

section
{
	margin-top: 100px;
}

li a:visited
{
	color: white;
}

li a:hover
{
	color: #fec400;
}

footer
{
	color: #5689de;
	background-color: #fec400;
	font-size: medium;
	margin-top: 75px;
	text-align: center;
}