@charset "UTF-8";
/* Body */

body {
	font-family: 'Lato', sans-serif;
	background-color: #ccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	font-size: 18px;
}
/* Container */
.container {
	width: 90%;
	max-width: 1050px;
	margin: 10px auto;
	background-color: #FFFFFF;
	box-shadow: 3px 3px 5px #bbb;
}
/* Navigation */
header {
	width: 100%;
	background-color: #333;
	border-bottom: 1px solid #333;
	height: auto;
	padding-top: 10px;
}
.logo {
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 40px;
}

header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
	background-color: #B3B3B3;
	height: 600px;
	background-image: url(../images/home-image.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 45%;
	display: inline-block;
	vertical-align: middle;
	padding: 20px;
}

iframe {
	width: 100%;
	margin: 0;
}

.address {
		background: #333;
		padding: 50px;
		text-align: center;
		margin: 0;
		color: #fff;
}

.address a {
		color: rgba(255,255,255,0.6);
}