@charset "UTF-8";
/* CSS Document */

.full-width-container {
	width: 100%;
}

.container1200px {
	max-width: 1200px;
	border: 0;
	margin: auto;
}

.align-center {
	display: block;
	margin: auto;
}

.topbanner {
	background-color: white;
	height: 80px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	border-bottom: solid 1px gray;
}

.logo-top {
	width: 500px;
	margin: auto;
	padding-top: 40px;
	display: block;
}

.top-nav {
	display: block;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 20px;
	float: right;
	margin-right: 60px;
	margin-top: 23px;
}

.top-nav a {
	color: dimgray;
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
}

.top-nav:active {
	text-decoration: none;
	background-color: steelblue;
	padding: 10 20;
}

.top-nav:hover {
	text-decoration: underline;
	color: black;
}

#main-content {
	padding-left: 40px;
	padding-right: 40px;
}


p {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 16px;
	color: black;
	font-weight: normal;
	font-style: normal;
}

h1 {
	display: block;
	text-align: center;
	margin: auto; 
	margin-top: 40px; 
	color: white; 
	font-family: raleway-v20-deprecated, sans-serif; 
	font-style: normal; 
	font-weight: normal;
	font-size: 36px;
}

span {
	background: #e3b121; 
	padding: 20px; 
}


h2 {
	font-family: "shelby", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 60px;
}

a href {
	color: white;
}

.gray-background {
	background: #f6f6f6;
	width: 100%;
}

.border-bottom {
	border-bottom: solid 1px gray;
}

.coming-soon-background {
	background-color: black;
	max-width: 100%;
	border-bottom: solid 1px gray;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media only screen and (max-width: 800px) {
	h1 {
		font-size: 30px;
		color: #e3b121;
		margin-top: 10px;
	}	
	span {
		padding: 12px;
		background: none;
	}
	.logo-top {
		width: 350px;
		padding-top: 10px;
	}
	h2 {
		font-size: 36px;
	}
	.coming-soon-background {
		
	}
	
}


@media only screen and (max-width: 340px) {
	h1 {
		font-size: 28px;
		color: #e3b121;
		margin-top: 10px;
	}	
	span {
		padding: 12px;
		background: none;
	}
	.logo-top {
		width: 300px;
		padding-top: 10px;
	}
	h2 {
		font-size: 33px;
	}
	.coming-soon-background {
		
	}
	
}



