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


*{
	font-family: Quicksand;
	color: #7bb6d4;
}

/*
 **************
 WRAPPER
 **************
 */

#wrapper{
	width:100%;
	margin:10% 0;
	max-width: 100%;
	text-align: center;
}

.text{
	width: 100%;
	text-align: center;
}

.text img{
	margin:25px 0 0 0;
	max-width: 100%;
}

h1 a {
	text-decoration: none;
}

