@font-face {
font-family: 'Charter';
font-style: normal;
src: local('Charter'), url('Charter.ttf') format('truetype');
}

@font-face {
font-family: 'Charter Black BT';
font-style: normal;
font-weight: lighter;
src: local('Charter Black BT'), url('CHARTRK.woff') format('woff');
}


@font-face {
font-family: 'Charter BT Black Italic';
font-style: normal;
src: local('Charter BT Black Italic'), url('charter-bt-black-italic-588ce0ae575a5.woff') format('woff');
}

body {
	font-family: 'Charter', Times, serif;
	font-weight: small;
	height: 100%;
	width: 100%;
	background-color: #78B943;
	color: #fff;
	font-size: 25px;
	overflow: hidden;
}

h1 {
	font-family: 'Charter Black BT', Times, serif;
	font-size: 1.7em;
	margin-bottom: 0;
}

.nav {
	padding: 20px 1.5em;
}

#logo {
	height: 2em;
}

.container {
	display: flex;
	width: 700px;
	justify-content: center;
	vertical-align: middle;
	flex-direction: column;
	margin: 3em auto 0 auto;
}

.button {
	font-family: 'Charter Black BT', Times, serif;
	background: #fff;
	padding: 10px 50px;
	border: 1px solid #fff;
	border-radius: 10px;
	text-decoration: none;
	color: #000;
	font-style: normal;
	font-weight: 700;
	font-size: .7em;
}

i {
	font-family: 'Charter', Times, serif;
}

@media screen and (max-width: 768px) {
	body {
		overflow-y: scroll;
	}

	.nav {
		padding: 20px 1em;
	}

	.container {
		margin: 0 1em;
		width: auto;
	}
}