/* Style for Lab5 */
*{
	font-family:'Garamond'
}
body {
	background:url('canyon.jpg');
	background-size:100%;
	background-attachment:fixed;
	margin:0px;
}
#info{
	text-align:center;
	font-size:250%;
	font-family:'Garamond';
	font-weight:bold;
	margin-bottom:70px;
	margin-top:50px;
	color:rgba(255,255,255,0.9);
	text-shadow:0px 0px 1px;
}
#report,
#files{
	text-align:center;
}

#report h3{
	padding:5px 0px;
	font-size:150%;
	width:60%;
	margin-left:20%;
	border-radius:5px;
	background:rgba(255,255,255,0.5);
	text-shadow:0px 0px 1px;
	text-align:center;
	margin-bottom:30px;
}
#report a{
	padding:5px;
	border-radius:3px;
	background:rgba(0,0,0,0.8);
	border:none;
	font-size:40px;
	width:10%;
	color:rgba(255,255,255,0.8);
	box-shadow:rgba(0,0,0,0.7) 0px 0px 5px;
	text-decoration:none;
	font-weight:bold;
	text-shadow: 0px 0px 2px;
}
#report a:hover{
	box-shadow:rgba(255,255,255,1) 0px 0px 5px;
	cursor:pointer;
	color:rgba(0,0,0,1);
	background:rgba(255,255,255,0.8);
}
#files{
	margin-top:100px;
}
#files a{
	padding:5px;
	border-radius:3px;
	background:rgba(0,0,0,0.8);
	border:none;
	font-size:20px;
	width:10%;
	color:rgba(255,255,255,0.8);
	box-shadow:rgba(0,0,0,0.7) 0px 0px 5px;
	text-decoration:none;
	font-weight:bold;
	text-shadow: 0px 0px 2px;
}
#files a:hover{
	box-shadow:rgba(255,255,255,1) 0px 0px 5px;
	cursor:pointer;
	color:rgba(0,0,0,1);
	background:rgba(255,255,255,0.8);
}
