@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	background-image: url("../images/00001.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.page-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
height: 100vh;
}
.hero {
	width: 350px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	letter-spacing: 10px;
	text-align: center;
	color: #FFFFFF;
}
.social-container {
	clear: both;
	display: inline-block;
	width: 100%;
}
.thumbnail {
	width: 33%;
	float: left;
}
.footer {
	height: auto;
	Width: 100%;
	color: #BDBDBD;
	text-align: center;
	position: fixed;
	bottom: 0;
}
