	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: no-repeat;
			background-position: center center;
			    background-position: center center;
			background-size: cover;
		}
	#header {
		
		height: 50px;
	}
	.masthead { width: 960px; margin: 0 auto; }
	#container {
		width: 960px;
		margin: 0 auto;
		margin-top: 100px;
	}
	#container h1.gf {
      
        font-family: 'Scada', sans-serif;
        font-size: 60px;
		color: #fff;
		text-align: center;
		font-weight: 900;

	
	}
	.actions {
		margin: 0 auto;
		padding-top: 100px;
		padding-left: 40px;
	}	
	.tile {
		display: block;
		 font-family: 'Scada', sans-serif;
		float: left;
		min-height: 210px;
		width: 22%;
		border: 3px solid #fff;
		background-color:rgba(0, 0, 0, 0.7);
		margin-right: 50px;
		color: #fff;
		padding: 20px;
		text-decoration: none;
	}
	.tile:hover {
    background: #15729E;
	opacity: 0.9;
    z-index: 100;
    transform: scale(1.1,1.1);
    box-shadow: 0 5px 10px 0 rgba(21,114,158,.2);
}
	.tile h2 {
		margin-top: 60px;
		font-size: 1.45em;
		margin-bottom: 10px;
	}
	.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;
}