body{
	background:url(inbg.jpg);
	background-size:cover;
}

	/* Raleway */
	@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,100,500,600,700,800);

	/* Oswald */
	@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);


header{
	width: 100%;
	padding: 40px;
}

.demos{
	margin:0 auto;
}

.demos a,
.demos a img{
	width: 370px;
	height: auto;
}

.demos a{
	display: inline-block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.demos a:hover{
	background-color:#f4f4f4;
}

footer{
	padding:50px;
}