@charset "UTF-8";

/* BASICS */
html, body {
	height: 100%;
}
body {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #333333;
}
section {
	position: relative;
	width: 95%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
p {
    margin-bottom: 0.5em;
}
a {
	color: #333333;
	text-decoration: none;
}
h1 {
	font-size: 2em;
    color: #517676;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.25em;
}

/* STICKY FOOTER */
#PageContainer {
	min-height: 100%;
	margin-bottom: -270px;
	box-sizing: border-box;
}
#PageContainer:after {
	content: "";
	display: block;
}
#PageFooter {
	height: 229px; 
}
#PageContainer:after {
	height: 230px; 
}

/* MISCELLANY */
