
html
{
	background: url('./img/IMG_3746.jpg') no-repeat center center fixed;
	background-size: cover;
}

#header { color: #1459ae; margin-bottom: 50px; margin-left: 20px;}
#header h1 { font-size: 60px; }
#header #defn { margin-left: 100px; }

ul 
{
	list-style-type: none; 
}

.ew-item
{ 
	height: 100px;
	margin-bottom: 10px;
	width: 450px;
	background: rgba(20, 89, 174, 0.2);
	white-space: nowrap;
	overflow: hidden;
	color: White;
}

.ew-item a 
{ 
	display: block; 
	width: 100%; 
	height: 100%; 
	text-decoration: none;
}

.ew-item a:visited
{
	color: White;
}

.ew-item h2
{
	font-size: 28px;
	margin: 0 50px;
	padding: 0;
	position: relative;
	top: 50%;
	margin-top: -14px;
}

.ew-item-desc
{
	position: relative;
	float: left;
	margin-left: 500px;
	margin-top: -42px;
	pointer-events: none;
	font-size:20px;
}

#footer
{
	position: fixed;
	bottom: 0;
	height: 20px;
	width: 100%;
	background: #999;
	opacity: 0.5;
	font-size: 12px;
	margin: 0;
	margin-left: -7px;
	text-align: center;
	padding: 4px 0 0 0;
}



