@charset "UTF-8";

	body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #80958D;
	background-image: url(../images/background-image2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	}
	
	.wrapper {
		display: inline-block;
		width: 800px;
		margin: 0 auto;
		border-left: 12px solid lightgray;
		border-right: 12px solid lightgray;
		border-top: none;
		background-color: white;
		padding: 0px 60px;
	
	}

footer {
	height: 100px;
}
	
	a {
		display: inline-block;
		padding:10px;
		transition: all .3s ease-in-out;
	}
	
	a:link {
		text-decoration: none;
		color:#0D9AC7;
		margin-bottom:3px;
		border-bottom: 2px solid white;
	}
	
	a:visited {
		text-decoration: none;
		color:#0D9AC7;
		margin-bottom:3px;
		border-bottom: 2px solid white;
	}
	a:hover {
		padding-left: 10px;
		padding-right: 10px;
		color: #066685;
		padding-bottom: 6px;
		border-bottom: 6px solid lightgray;
	
	}
	
	a:active {
		color: black;
	}
	
	p.linkspara {
		text-weight:400;
		font-size: .8em;
		letter-spacing: .2em;
		margin-bottom: 30px;
	}

	p.downloads a {
		display: inline-block;
		padding:10px;
		padding-top:10px;
	}
	
	p.downloads a:link {
		text-decoration: none;
		color:#0D9AC7;
		margin-bottom:3px;
		border-bottom: 1px solid lightgray;
	}

p.downloads a:hover {
		padding-left: 10px;
		padding-right: 10px;
		color: #066685;
		border-bottom: 1px solid gray;
}

	h1 {
		font-family: 'Abril Fatface', cursive;
		font-size:4em;
		margin-bottom: 0;
		letter-spacing: 0px;
		transition: all .3s;

	}
	
h1:hover {
	color:#8EB8E1;
	letter-spacing: 3px;
}
	
	h4 {
	margin-top: 0;
	margin-bottom: 40px;
	letter-spacing: 3px;
	color: #999999;
}

p  {
	margin-top: 10px;
}

	
