@charset "UTF-8";

/*  */
html, body {
	height: 100%;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #4e4e4f;
	font-size: 16px;
	background-color: #f5f1ed;
}
	h1 {
		text-transform: uppercase;
		font-size: 1.4em;
		font-weight: 500;
		letter-spacing: 0.4em;
		margin-bottom: 0.5em;
		line-height: 2em;
		text-align: center;
	}
		h2 {
			text-transform: uppercase;
			font-size: 1.2em;
			font-weight: 500;
			letter-spacing: 0.2em;
			margin-bottom: 0.3em;
			line-height: 2em;
			text-align: center;
		}
			h3 {
				text-transform: uppercase;
				font-size: 1.1em;
				font-weight: 500;
				letter-spacing: 0.2em;
				margin-bottom: 0.3em;
				line-height: 2em;
				text-align: center;
			}
/* STICKY FOOTER */
#PageContainer {
  min-height: 100%;
  margin-bottom: -40px;
}
#PageContainer:after {
  content: "";
  display: block;
}
#PageFooter {
  height: 40px; 
}
#PageContainer:after {
  height: 40px; 
}

/* MISCELLANY */

/* RESPONSIVE OVERRIDES */
@media screen and (max-width: 720px) {
	body {
		font-size: 15px;
	}
}
@media screen and (max-width: 500px) {
	body {
		font-size: 14px;
	}
}				

