@import url(http://fonts.googleapis.com/css?family=Dosis:200,400,500);

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


html {
	background: radial-gradient(ellipse farthest-corner at 50% 100px, #e2e2e2 0%, #a7a6a6 59.2%) no-repeat scroll #a7a6a6;
	height: 100%;
}

body {
	color: #667071;
	font: 1rem/1.7rem 'Dosis', sans-serif;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 200;
}

div.splash-container {}

div.splash {
	text-align: center;
	margin-top: 200px;
}

