@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900);

html{
	height: 100%;
}

body {
	background: #efefef;
	height: 100%;
	margin:0;
	
}

img {
	max-width: 100%;
}

#logo{
	margin: auto;
	padding-top: 25%;
	height: 78px;
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	color: #656565;
}