body {
	background-color: #303030;
	padding: 6vw;
	color: #f9f9f9;
}

main {
	max-width: 600px;
	font-family: 'Source Sans Pro', sans-serif;
}

main img {
	max-width: 600px;
	width: 100%;
}

h1, h2, h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	color: #4ed1f2;
}

h1 {
	font-size: 24pt;
	margin-bottom: 10pt;
	margin-top: 10pt;
	letter-spacing: -0.6pt;
}

h2 {
	font-size: 20pt;
	letter-spacing: -0.6pt;
	margin-bottom: 5pt;
	margin-top: 10pt;
}

h3 {
	font-size: 16pt;
}

header {
}

article {


}


ul {
	line-height: 180%;
}

a {
	color: #f9f9f9;
	text-decoration: none;
	box-shadow: inset 0 0px 0 white, inset 0 -3px 0 #8b909A;
}

a:hover {
	box-shadow: inset 0 0px 0 white, inset 0 -3px 0 #F2C14E;
}


.main-title {
	font-size: 74pt;
	font-family: 'Berkshire Swash', cursive;
	margin: 0;
	margin-left: -5pt;
}

.main-title a {
	box-shadow: none;
	color: #F2C14E;
	margin: 0;
	padding: 0;
}

.main-title a:hover {
	text-decoration: underline;
}
