@charset "UTF-8";

@font-face { font-family: Forum-Regular; src: url('Fonts/Forum-Regular.otf'); }
@font-face { font-family: Forum-Regular; font-weight:bold src:url('Fonts/Forum-Regular.otf'); }

body {
	font-family: "Forum-Regular";
	font-weight:lighter;
	font-size: 1.25em;
	background-color: #f8f4f1;
	color:#5e2400;
}

a {
	font-weight: bold;
	color:#5e2400;
	text-decoration: none;
}

a:hover {
	color: #b18d65;
}

.container {
	display: block;
	background-color: #f7f7f7;
	width: 90%;
	margin-top: 5%;
	margin-bottom: 5%;
	padding-top: 5%;
	padding-bottom: 6%;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 1.5em #aaaaaa;
}

.header {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	width: 80%;
}

.header h1 {
	font-size: 3em;
	color:#5e2400;
	text-align: center;
	line-height: 1.0em;
	font-weight:lighter;
}

.header h2 {
	font-size: 2em;
	color:#5e2400;
	text-align: center;
	line-height: 0.0em;
	font-weight:lighter;
}

.nav {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	text-align: center;
}

.nav h3 {
	font-size: 1em;
	color:#bfac9a;
	line-height: 2em;
}

.horizontal_line {
	border-top-width: 2px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	border-top-style: solid;
	border-top-color: #bfac9a;
}

.text_box {
	margin-left: 10%;
	margin-right: 10%;
}

.text_box p {
	font-size: 1em;
	color: #5e2400;
	text-align: justify;
}

.text_box ul {
	font-size: 1em;
	line-height: 1em;
}

.footer_text {
	margin-left: 10%;
	margin-right: 10%;
}

.footer_text p {
	font-size: 1em;
	color: #5e2400;
	text-align: left;
}

#map {
	display: block;
	margin: 5% 10% 5% 10%;
	width: 80%;
	height: 60%;
	max-width: 80%;
	max-height: 480px;
	text-align: center;
}

.image_wrapper {
	margin: 5% 10% 5% 10%;
	box-shadow: 0 0 1.5em #aaaaaa;
	text-decoration: none;
	width: 80%;
}

.image_wrapper img {
    width: 100%;
    height: auto;
}

.image_position {
	font-size: 0;
}

.column {
    float: left;
    width: 50%;
}

.column30 {
    float: left;
    width: 25%;
    margin-right: 5%;
}

.column70 {
    float: left;
    width: 70%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

