body {

	background-image: url("images/watercolor.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

section {
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 4px 4px 9px rgba(0,0,0,0.5);
	display: block;
	position: relative;
	padding: 1em 3em 3em;
	width: 60%;
	font-family: 'Karma', serif;
	font-size: 11pt;
	color: rgb(107, 148, 159); /*teal*/
}

h1 {
	font-family: 'Julius Sans One', sans-serif; 
	text-align: center;
	text-shadow: 0px 3px 9px;
	font-size: 40pt;
	color: rgb(107, 148, 159); /*teal*/
}

h2 {
	font-family: 'Amatic SC', cursive;
	font-size: 24pt;
	color: rgb(124, 89, 145); /*purple*/
	padding: 15px;
	margin: 0;
}

nav, section	{
	margin: auto;
}

nav {
	text-align: center;
	font-family: 'Amatic SC', cursive;
	font-size: 20pt;
	color: rgb(107, 148, 159);
	padding-bottom: 1em;
}

nav li 	{
	display: inline;
	text-align: center;
}

ul {
	list-style: none;
}

ul, dl {
	margin: 0;
}

a:link	{
	color: rgb(158, 57, 0); 
	text-decoration: none;
}

a:visited	{ 
	color: rgb(162, 126, 162);

}

a:hover {
  	background-color: rgb(231, 216, 172);
  	text-decoration: line-through;

}

a:active{
	color: rgb(128, 0, 0);
}

footer {
	font-family: 'Libre Barcode 39 Text', cursive;
	font-size: 24pt;
	text-align: center;
	color: rgb(66, 0, 10);
}

.intro {
	border-bottom: double;
	border-radius: 5px;
	border-color: rgb(107, 148, 159);
	padding: 10px;
	color: rgb(66, 0, 10); /*maroon*/
}

