@charset "UTF-8";
/* Body */
body {
	font-family: athelas,serif;
	font-weight: 400;
	font-style: normal;
	background-color: #8a8c8f;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-color: #ffffff;
}

.logo {
	margin: 15px;
	margin-left: 50px;
}


/* Navigation */
header {
	width:100%;
	height: 10%;
	background-color: #ffffff;
	border-bottom: 1px solid #8a8c8f;
	margin-top: 0px;
}

nav {
	float: right;
	width: 25%;
	text-align: right;
	margin-right: 50px;
	margin-top: 15px
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #41393d;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #41393d;
	text-decoration: none;
}
ul li:hover a {
	color: #8a8c8f;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Hero Section */
.hero_image 
{
	margin-top: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.hero {
	height: auto;
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* About Section */
.text_column {
	font-size: 25pt;
	width: 100%;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	color: #41393d;
}
.about {
	padding-left: 200px;
	padding-right: 200px;
	padding-top: 100px;
	padding-bottom: 150px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
/* Stats Gallery */


/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 0px;
}
.footer_column {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
	color: #717070;
	background-color: #FFFFFF;
}

.menu_image
{
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.about_image
{
  margin-top: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
.about_column
{font-size: 110%;
line-height: 25px;
margin-left: 0px;
	margin-right: 0px;
}

footer .footer_column p {
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 0px;
	margin-right: 0px;
}

.copyright {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}

