html, body {
	min-height: 100%;
	height: 100%;
	margin: 0;
	/* font-family: 'Open Sans', sans-serif; */
	font-family: 'Kanit', sans-serif;	
	color: #333;
}

.content-wrapper {
	width: 90%;
	max-width: 50em;
	min-height: 100%;
	margin-bottom: -22em;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.header {
	margin-top: 2em;
}

.logo-wrapper {
	display: block;
	width: auto;
	max-width: 100%;
	height: 7em;
	background-image: url("../img/NorthcodeLogo.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.content {
	padding-top: 1em;
	padding-bottom: 2em;
	color: #666;
    max-width: 26em;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

.push-footer {
	display: block;
	height: 22em;
}

.footer-wrapper {
	position: relative;
	background-color: #0099ff;
	height: 22em;
	margin: 0;
	overflow: hidden;
}

.footer-seperator {
	display: block;
	height: 15em;
	width: 100%;
	max-width: 100%;
	background-image: url("../img/Ice.svg");
	background-repeat: repeat-x;
	background-position: left bottom -0.2em;
	background-color: #fff;
}

.footer-content {
	display: block;
	color: #fff;
	text-align: center;
	position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.contact {
	display: block;
	font-size: 1.2em;
}

.copyright {
	display: block;
	padding-top: 1.5em;
	padding-bottom: 0.75em;
	color: #006694;
	font-size: 0.8em;
}

h1.logo-title {
	margin: 0;
	font-size: 3em;
	font-family: 'Kanit', sans-serif;	
}

@media only screen and (max-width: 700px) {
	
	.logo-wrapper {
		margin-top: 1em;
	}
}