/* 
	
	CSS Page 5 for Final Project 
	Author: Lucas Gordon
	Date: 1/24/16
										*/

body {
	background-image: url(parch3alter.jpg);
	no-repeat 50% 50% fixed; 
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	font-family: 'Times New Roman', Times, serif;
	margin: 0px;
	font-size: 14pt;
    }
	
	h1 
	{font-family: Arial, Helvetica, sans-serif;
	position: justify;
	}
	
	div#links {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 20px;
	margin: 5px;
	padding: 0px
	}
	
	div#links li {
    display: inline;
	float: left;
	font-size: 14px;
	margin-right: 5px;
	}

	div#links ul {
	list-style-type: none;
	margin: 5px;
	}

	div#links a {
	display: block;
	color: black;
	text-decoration: none;
	text-align: center;
	width: 225px;
	height: 20px;
	background-color: rgb(99,185,255);
	border: 6px outset black;
	}

	div#links a:visited {
	color:black;
	}

	div#links: hover {
	color: white;
	background-color: (192,192,192);
	}
	
	
	div#header {
	margin-top: 75px;
	margin-left: 40px;
	float: left;
	position: absolute;
	top:0px;
	height: 80px;
	text-align: center;
	}
	
	div#linky { 
	text-align: center;
	width: 1450px;
	background-image: url(parch3alter.jpg);
	no-repeat 50% 50% fixed; 
	background-size: cover;
	border: 10px solid black !important;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	margin-top:650px;
	margin-left: 35px;
	float: left;
	-moz-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
	box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
	font-size: 20px;
	}
	
	footer {
		border-top: 2px solid black;
		clear: left;
		background-color: rgb(100,149,237);
		font-size: 12pt;
		color: white;
		font-style: italic;
		text-align: center;
		margin-top: 15px;
		height: 40px;
		}