html, body {
	min-height: 100%;
}

body {
	background: url(../images/bg.jpg) #507ad4 center top no-repeat;
	background-size: cover;
	font-family: 'Fira Sans', Geneva, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
}

h1, h2, h3, li.item, p {
	padding: 10px;
	margin: 10px 0px 10px 70px;
	color: rgba(255,255,255,0.9);
}

h1, h2 {
	margin: 30px 0px 10px 30px;
}

h1 {
	font-weight: 400;
}

li.item, p {
	font-style: italic;
}

a {
	text-decoration: none;
	color: rgba(255,255,255,0.9);
	cursor: pointer;
}

a:hover {
	font-weight: 400;
	text-decoration: underline;
}

p#big_up_myself {
	font-size: 6px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	background: none;
	width: auto;
	text-transform: lowercase;
}