	html, body {
			background-image: url("../images/exterior-muttart-summer.jpg");
			height: 100%;
			-webkit-background-size: 100% auto;
			-moz-background-size: 100% auto;
			background-size: 100% auto;
			background-repeat: repeat-y;
			background-position: center center;
			    background-position: center center;
			background-size: cover;
		}
	#header {
		
		height: 50px;
	}
	.masthead { width: 100%; margin: 0 auto; }
	#container {
		width: 100%;
		margin: 0 auto;
		margin-top: 100px;
	}
	#container h1.gf {
      
        font-family: 'Scada', sans-serif;
        font-size: 3em;
		color: #fff;
		text-align: center;
		font-weight: 900;

	
	}
	a, a:hover {
		text-decoration: none;
	}
	.actions * {
		margin: 0 auto;
	}	
	.tile {
		display: block;
		text-decoration: none;
		 font-family: sans-serif;
		display: block;
		width: 60%;
		border: 3px solid #fff;
		background-color:rgba(0, 0, 0, 0.7);
		color: #fff;
		margin-bottom: 10px;
		padding: 20px;
	}
	.tile:hover {
    background: #15729E;
}
	.tile h2 {
		font-size: 1.3em;
	}
	.tile p {
		line-height: 1.3em;
	}
	
	#social-container {
	height: 30px;
	width: 100%;
	background-color: #2E2E2E;
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: 10px solid #005087;
	z-index: 100;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}