
* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

html {
	font-size: 100%;
}

@media (max-height: 24em), (max-width: 20em)
{
	html { font-size: 90%; }
}

@media (max-height: 18em)
{
	html { font-size: 80%; }
}

body {

	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 1rem;

	color: #33302E;
	background: #F2F3F5;

	max-width: 62rem;
	width: 100%;
	margin: 0 auto;
	padding: 0 1rem;
}

@media (max-width: 30em) {
	body {
		padding: 0 .7rem;
	}
}

h1, h2, h3 {
	font-weight: 300;
}

a {
	text-decoration: none;
	display: inline-block;
	color: #57991F;
}

a.back {
	font-weight: 400;
}

a:hover {
	transform: translate(0, -.05rem);
	font-weight: 400;
}


#content
{
	margin-top: 2.5rem;
	background: #F2F3F5;
}


#logo
{
	margin-top: 20vh;
	text-align: center;
	vertical-align: middle;
}


#logo img
{
	height: 20vh;
	width: 24rem;
	max-width: 62vw;
}


#footer-wrapper
{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -1;
}

#footer
{
	max-width: 62rem;
	width: 100%;

	margin: 0 auto;

	padding-bottom: 1em;
	padding-bottom: 1rem;

	padding-left: 1em;
	padding-left: 1rem;

	padding-right: 1em;
	padding-right: 1rem;

	font-size: .7em;
	font-size: .7rem;
}

#footer table
{
	width: 100%;
}

#footer td.right
{
	text-align: right;
}


#privacy p
{
	margin: .5rem 0;
}

#privacy ul
{
	margin: .5rem 0;
}

#privacy h2
{
	margin-top: 1rem;
}

#privacy h3
{
	margin-top: 1rem;
}

#privacy a.back.top
{
	margin-bottom: 1rem;
}

#privacy a.back.bottom
{
	margin: 1rem 0;
}
