@charset "UTF-8";
h1 {
	font-weight: normal;
	font-size: 2em;
	color: #3fc3fc;
	font-family: 'Averia Serif Libre', cursive;
}
body {
	background-color: #212121;
	color: #cacaca;
}
.h1Sub {
	font-size: 0.7em;
	color: undefined;
}
h2 {
	font-weight: normal;
	font-size: 1.8em;
	color: #3fc3fc;
	font-family: 'Averia Serif Libre', cursive;
}
h3 {
	font-size: 1.3em;
	color: #3fc3fc;
	font-weight: normal;
}
.google-font {
	font-family: 'Averia Serif Libre', cursive;
	color: #3fc3fc;
}.accent {
	color: #3fc3fc;
}
.accent-bigger {
	color: #3fc3fc;
	font-size: 1.5em;
	font-family: 'Averia Serif Libre', cursive;
}
.callout {
	color: #3fc3fc;
	font-style: italic;
	font-size: 1.4em;
	font-family: 'Averia Serif Libre', cursive;
}
.keywords {
	color: #95cee7;
}
.quote {
	font-style: normal;
	color: #b3e6fc;
	font-size: 1.1em;
}
.floatRight {
	float: right;
}
footer {
	background-color: #257192;
	color: #FFF;
	margin-right: 0px;
}
footer a:link {
	color: #FFF;
	text-decoration: none;
}
footer a:visited {
	color: #FFF;
	text-decoration: none;
}
footer a:hover {
	color: #ffcc00;
	text-decoration: none;
}
.footerAccent {
	color: #ffcc99;
}
.footerAccentBigger {
	color: #ffcc99;
	font-size: 1.3em;
}
