@charset "UTF-8";
/* Body */
body {
	font-family: Athelas;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 100%;
	height: 5%;
	background-color: #be1e2d;
}
nav {
	float: right;
	width: 100%;
	text-align: right;
	background-color: #be1e2d;
	border-bottom: 2px solid #FFFFFF;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 16px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color:#111111;
}
	
/* About Section */
.menu {
  background-color: #FFFFFF;
  display: block;
  margin: auto;
  width: 800px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.menu img {
	max-width: 100%;
	height: auto;
}
main section {
	width: 29%;
	display: inline-block;
	vertical-align: top;
}
.text_column {
	width: 30%;
	text-align: center;
	font-weight: lighter;
	line-height: 25px;
	float: center;
	padding-left: 10px;
	padding-right: 10px;
	color: #A3A3A3;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	display: inline-block;
	text-align: justify;
	font-size: 18px;
	background-color: #FFFFFF;
	margin-top: 0px;
}
.about h2{
	color: #be1e2d;
}
.about h3 {
	color: #be1e2d;
}
  /* More info */
footer {
	background-color: #FFFFFF;
}
.footer_column {
	width: 33%;
	text-align: center;
	letter-spacing: 2px;
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
	display: inline-block;
	text-decoration: none;
}
h3 a {
	color: #41393d;
	text-align: center;
	text-decoration: none;
}
h3:hover a {
	color:#be1e2d;
}
footer .footer_column iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.footer_banner {
	background-color: #FFFFFF;
	width: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 25px;
	letter-spacing: 2px;
	color: #41393d;
}
.copyright {
	text-align: center;
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #be1e2d;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	border-top-width: 2px;
}
ul {
    padding:0;
    list-style: none;
	float: center;
}
.footer-social-icons {
    display:inline-block;
    margin: auto;
}
ul.social-icons {
    margin-top: 10px;
}
.social-icons li {
    horizontal-align: center;
    display: inline-block;
    height: 10px;
	list-style: none;
}
.social-icons a {
    text-decoration: none;
    }
.fa-facebook {
    padding:10px;
}
.fa-twitter {
    padding:10px;
}
.fa-yelp {
    padding:10px;
}
.hidden {
	display: none;
}
