@font-face {
	font-family: 'regular';
	src: url('../fonts/regular.eot');
	src: local('☺'), url('../fonts/regular.woff') format('woff'), url('../fonts/regular.ttf') format('truetype'), url('../fonts/regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bold';
	src: url('../fonts/bold.eot');
	src: local('☺'), url('../fonts/bold.woff') format('woff'), url('../fonts/bold.ttf') format('truetype'), url('../fonts/bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
  font-family: 'regular', Arial, Geneva, Tahoma, sans-serif;
  font-size: 17px;
	line-height: 28px;
  margin: 0px;
  padding: 0px;
  height: 100%;
  background-color: #eef2ea;
}

body a:active, body a:visited, body a:link {
  color: black;
}

body a:hover {
  color: #831b25;
}

#header {
	height: 230px;
	box-sizing: border-box;
	background-color: #f4e9d8;
}

#logo {
	text-align: center;
	width: auto;
	width: 100%;
	max-width: 650px;
	margin: auto;
	padding-top: 62px;
}

#content {
	margin-top: 180px;
	padding: 10px;
	text-align: center;
}

@media only screen and (max-width: 655px) {
	#header {
		height: 35vw;
	}

	#logo {
		box-sizing: border-box;
		padding: 10px;
		padding-top: 10vw;
	}

	#logo img {
		width: 100%;
	}
}


h1 {
  font-family: 'bold', Arial, Geneva, Tahoma, sans-serif;
  font-size: 24px;
  color: #831b25;
}

h1 {
  margin: 40px 0px;
}

h2 {
  margin: 10px 0px;
}

.bold {
	font-family: 'bold', Arial, Geneva, Tahoma, sans-serif;
}

a:hover {
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out; }
