body, html {
	height: 100%;
}

body {
	margin: auto;
}

#main {
	height: 100%;
	margin: auto;
	color: #FFF;
	background-color: #000;
	background-image: url("/img/background.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.logo-container {
	padding-top: 20px;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 80%;
}

.logo-container svg {
	width: 100%;
	height: 100%;
	-webkit-filter: drop-shadow( 0 3px 10px rgba(255, 255, 255, .7));
	filter: drop-shadow( 0 3px 10px rgba(255, 255, 255, .7));
} 

.social {
	text-align: center;
	font-size: 80px;
}

.social a {
	margin-left: 20px;
	margin-right: 20px;
	color:inherit;
	text-decoration: none;
}

.social a:hover {
	-webkit-filter: drop-shadow( 0 3px 10px rgba(255, 255, 255, .7));
	filter: drop-shadow( 0 3px 10px rgba(255, 255, 255, .7));
}