@font-face {
	font-family: 'Showcard Gothic';
	src: url('showcard_gothic.ttf') format('truetype');
}

@font-face {
	font-family: 'Segoe Print';
	src: url('segoe_print.ttf') format('truetype');
}

body {
	margin :0;
	background-color: #fafafa;
	color: #07062f;
	font-family: 'Segoe Print', sans-serif;
	font-size: 1.2em;
	min-width: 280px;
}

ul {
	list-style: none;
	padding-left: 0;
}

h3 {
	text-align: center;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #F3996A;
	text-shadow: 0 1px 1px #07062f;
}

.title_bar {
	z-index: 99;
	top: 0;
	left: 0;
	box-sizing: border-box;
	min-width: 280px;
	width: 100%;
	height: 100px;
	text-align: center;
	background-color: #6795C0;
	border-bottom: 1px solid #4d6f90;
}

.logo {
	position: relative;
	margin-top: 15px;
	width: 75px;
	display: inline-block;
}

.title_bar h1 {
	display: inline-block;
	position: relative;
	top: -30px;
	margin: 0 50px;
	color: #07062f;
	font-family: "Showcard Gothic";
}

.design_info {
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 8px 0.5%;
	text-align: center;
	border-top: 1px solid #4d6f90;
	background-color: #6795C0;
}

.content_container {
	position: relative;
	margin-top: 116px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 93px;
}

.content_container:after {
	content: '';
	display: block;
	clear: both;
}

.info_section {
	float: left;
	width: 50%;
	padding: 1% 1% 1% 2%;
	box-sizing: border-box;
}

.info_container {
	box-sizing: border-box;
	padding: 5%;
	background-color: #F1F1F1;
	border: 1px solid #e4e4e4;
}

.images {
	position: absolute;
	left: 50%;
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 2% 0 1%;
}

.image_carousel {
	height: 100%;
}

.image_slideshow {
	height: 100%;
}

.image_container {
	box-sizing: border-box;
	height: 33.3333%;
	padding: 8px 0;
	text-align: center;
}

.image_container::before {
	content: " ";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}

.image_container:nth-child(n+4) {
	display: none;
}

.slideshow_image {
	display: block;
	height: 100%;
	margin: auto;
	border-top: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 1px solid black;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}

.prev_image, .next_image {
	display: none;
}

.facebook {
	position: absolute;
	left: 67%;
	padding: 0 1%;
	box-sizing: border-box;
	width: 33%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	display: none;
}

.copy {
	box-sizing: border-box;
}

.copy > p {
	margin: 0;
}

#googleMap {
	margin: 32px auto 0;
	width: 250px;
	height: 250px;
	border-top: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 1px solid black;
	display: none;
}

.noscript_link {
	display: block;
	text-align: center;
}

@media (max-width: 1012px) {
	.slideshow_image { 
		width: 90%;
		height: auto;
	}
}

@media (max-width: 605px) {
	.title_bar h1 {
		font-size: 1.2em;
		margin: 0;
	}

	.info_section {
		width: 100%;
		padding-right: 2%;
		float: none;
	}

	.images {
		position: relative;
		left: 0;
		width: 100%;
		padding: 1% 2%;		
		clear: both;
	}

	.image_container:nth-child(n+2) {
		display: none;
	}
}

@media (max-height: 650px) {
	.title_bar {
		height: 50px;
	}

	.title_bar > h1 {
		top: -10px;
	}

	.logo {
		margin-top: 0;
		width: 50px;
	}

	.content_container {
		margin-top: 58px;
		margin-bottom: 55px;
	}

	.design_info > p {
		margin: 0;
	}
}

@media(max-width: 605px) and (max-height: 650px) {
	.title_bar > h1 {
		top: -17px;
	}
}