
/* General ------------------------------*/
body {
	color: #fff;
background: url("../images/background.jpg");
background-size: cover;
    height: 100%;
    width: 100%;
    margin: 0;

}
#content{
	text-align: center;
	margin: 50vh auto 0;
	transform: translateY(-50%);
	width: 586px;
	max-width:100%;
}
#logo, #email, #facebook{
	margin: auto;
	display:block;
	max-width:100%;
	height:auto;
}

