@font-face {
	font-family: OpenSans;
	src: url('OpenSans-Regular.ttf');
}

html {
	min-height: 100%;
}

body {
	background-color: black;
	font-family: OpenSans, "Arial Black", Gadget, sans-serif;
	width: 98%;
	height: 100%;
	min-width: 1024px;
	max-width: 1440px;
	margin: 0 auto;
}

#map {
	width: 100%;
}

.location {
	vertical-align: top;
	display: inline-block;
	width: 49%;
	height: 100%;
}

.location a {
	background-color: #d4a52f;
	outline: 0;
	color: black;
	text-decoration: none;
}

.location a:hover {
	color: #d4a52f;
}

.center {
	height: 100%;
}

.header {
	margin-top: 10px;
	border-radius: 5px;
	height: 150px;
	background-color: #d4a52f;
	width: 100%;
	vertical-align: middle;
}

.header img {
	height: 100%;
}

.header-links {
	display: inline-block;
	position: absolute;
	top: 110px;
	font-weight: bold;
}

.header-links a {
	font-size: 20px;
	padding: 50px 50px 26px 50px;
	text-decoration: none;
	color: black;
	text-transform: uppercase;
}

.header-links a:hover {
	background-color: black;
	color: white;
}

.slideshow {
	opacity: 0;
	border-radius: 5px;
	background-image: url("images/slideshow/slideshow16.jpg");
	background-position: center; 
	background-size: cover;
	margin-top: 10px;
	width: 100%;
	height: 450px;
	overflow: hidden;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

.content-header {
	text-align: left;
}

.container {
	text-align: center;
	border-radius: 5px;
	background-color: #d4a52f;
	width: 100%;
	margin-top: 10px;
}

.container-row {
	width: 100%;
	display: block;
}

.container-text {
	font-size: large;
	vertical-align: top;
	width: 43%;
	padding: 30px;
	display: inline-block;
}

.bubble_wrapper {
	display: inline-block;
	width: 32%;
}

.bubble_wrapper img {
	width: 100px;
	height: 100px;
	padding-left: 20px;
	border-radius: 50%;
	vertical-align: middle;
}

.bubble-text {
	font-size: large;
	vertical-align: middle;
	width: 40%;
	padding: 20px;
	display: inline-block;
}

h1 {
	margin: 0px;
	padding: 20px 20px 0px 20px;
}

.footer {
	width: 100%;
	padding: 5px;
	background-color: black;
	color: white;
	font-size: 12px;
	text-align: center;
}

.footer a {
	color: white;
	font-weight: bold;
}
