@charset "UTF-8";
body {
	margin: 50px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	position: relative;
}
header {
	height: 150px;
}
header a {
	margin: 25px;
	float: right;
	color: #000000;
	text-decoration: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
#home {
	float: left;
	font-size: 30px;
}
main  {
	margin-bottom: 50px;
	height: 800px;
	width: 100%;
}
main div  {
	margin-right: 50px;
	margin-left: 25px;
	margin-bottom: 50px;
	float: left;
}
main div img {
	max-width: 100%;
}
body footer {
	text-align: center;
	width: 100%;
	height: 50px;
	margin-top: 50px;
	position: absolute;
	clear: both;
}
#Clear {
	clear: left;
}
a {
	color: rgba(100,100,100,1.00);
}
a:hover {
	color: #818181;
}
.Categories a {
	opacity: 0.7;
	transition: box-shadow 0.5s, opacity 0.5s;
	-webkit-transition: box-shadow 0.5s, opacity 0.5s;
	display: block;
	height: 300px;
}
.Categories a:hover {
	opacity: 1;
	-webkit-box-shadow: 0px 0px 5px 0px #868686;
	box-shadow: 0px 0px 5px 0px #868686;
	height: 300px;
}
header h2  {
	float: left;
	clear: both;
	margin-left: 27px;
	font-weight: lighter;
}
