/* CSS Document */
@import url(https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/5.0.0/sanitize.css);

html {
	min-height: 100%;
	background: #354e66; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #354e66 20%, #283a4d 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #354e66 20%,#283a4d 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #354e66 20%,#283a4d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#354e66', endColorstr='#283a4d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-attachment: fixed;
}

div {
	width: 50%;
	margin: 20% auto 0 auto;
}

h1, h2, p, a {
	color: white;
	font-family: 'Carrois Gothic', sans-serif;
	text-shadow: 0 2px 2px #000;
	text-align: center;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.7em;
}

p {
	font-size: 1.2em;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: under;
}