/* Home Page */

html { 
  background: url(img/Violets-Background.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

img.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:240px;
	max-width: 100%;
}

nav {
    border: none;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}

nav li {
    display:inline;
	list-style-type: none;
}

nav a {
    display:inline-block;
    padding:10px;
	font-size: 1.5em;
	color: white;
}

a {
	text-decoration: none;
	font-family: 'Arvo', sans-serif;
	color: lightblue;
}

p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-align: left;
	margin-top: 80px;
	margin-left: 15px;
	color: white;
	line-height: 1.75;
	font-size: 1em;
}

li {
	font-family: 'Arvo', sans-serif;
	color: white;
	list-style-type: circle;
	list-style-position: inside;
	line-height: 1.75em;
}

li a {
	color: lightblue;
}

a:active {
	color: black;
	background: white;
}

#footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:50px;
   width:100%;
}

/* IE 6 */
* html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}

footer p {
	color: white;
	text-align: center;
	font-size: 12pt;
}

footer p a {
	font-size: 12pt;
}

/* About */

img.logo2 {
	margin-bottom: 30px;
}

#wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 0.5%;
  background-color: rgba(0,0,0,0.7);
}

#wrapper p {
	padding: 10 10;
	word-wrap: break-word;
}

h1 {
	font-family: 'Arvo', sans-serif;
	color: white;
	margin-bottom: -1.5em;
	text-align: center;
	font-style: normal;
}

h2 {
	font-family: 'Arvo', sans-serif;
	color: white;
	text-align: center;
	font-size: 1.25em;
	margin-top: 1em;
}

#quote p {
	text-align: center;
	font-style: italic;
	font-size: 1.25em;
}

.carolyn {
	float: left;
	padding: 10px;
}

#credit {
	font-size: 0.5em;
	margin-top: -10px;
}

#links {
	text-align: left;
	margin-left: 30px;
}