
* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url('white_wave.png');
	font-family: 'Slabo 27px', serif;
	font-weight: 400;
	font-size: 1.1em;
	
}

header {
	text-align: center;
	color: #3e5690;
	padding: 20px;
	text-transform: uppercase;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #282828 2%, #0a0a0a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(2%,#282828), color-stop(100%,#0a0a0a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#282828 2%,#0a0a0a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#282828 2%,#0a0a0a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#282828 2%,#0a0a0a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#282828 2%,#0a0a0a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0a0a0a',GradientType=0 ); /* IE6-9 */
}

h1 {
	font-weight: 400;
	font-size: 4em;
	font-family: 'Oswald', sans-serif;
}

pug 	{
	text-align:	right;
	font-size:	30px;
	margin-top:	10px;
}

section {
	width: 30%;
	padding: 30px;
	margin: auto;
	background-color: #FFFFFF;
	color: #222222;
	line-height: 1.4em;
	margin-top: 150px;
	border-radius: 5px;
	border: 0.5px solid #EAEAEA;
	box-shadow: 1px 1px 3px #C3C3C3;
}

a:link, a:visited {
	text-decoration: underline;
	color: #222222;
}

a:hover, a:active {
	text-decoration: none;
}

footer {
	background-color: #222222;
	padding: 10px 5%;
	color: #E9E9E9;
	font-size: 0.8em;
	text-align: right;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 90%;
}
