@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EFEEE4;
}
h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4em;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #000;
	text-decoration: none;
	line-height: 1.7em;
	text-align: justify;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.color_blue {
	color: #105B63;
}
.color_yellow {
	color: #DB9E36;
}
.nav_divider {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 0.8em;
	color: #000;
	text-decoration: none;
}
#nav {
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	height: 60px;
	background-color: #EFEEE4;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
#nav_logo {
	background-image: url(../images/png/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 40px;
	width: 175px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 75px;
}
#nav_menu {
	font-size: .8em;
	color: #000;
	text-decoration: none;
	text-align: right;
	float: right;
	margin-right: 75px;
	height: 39px;
	padding-top: 21px;
	text-transform: uppercase;
}
#nav_menu a:link {
	color: #000;
	text-decoration: none;
	-webkit-transition: border-bottom-color .5s ease-in-out 0s;
	-moz-transition: border-bottom-color .5s ease-in-out 0s;
	-ms-transition: border-bottom-color .5s ease-in-out 0s;
	-o-transition: border-bottom-color .5s ease-in-out 0s;
	transition: border-bottom-color .5s ease-in-out 0s;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EFEEE4;
}
#nav_menu a:hover {
	color: #000;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DB9E36;
}
#splash {
	height: 100vh;
	background-color: #999;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/jpeg/chicago.jpg);
	overflow: hidden;
	z-index: 1;
}
#splash_welcome {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 200px;
}
#splash_welcome_content {
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
	font-size: 1.2em;
	text-shadow: 2px 2px 0px rgba(219,158,54,0.9);
}
#splash_click {
	height: 50px;
	width: 100%;
	height: 50px;
	text-align: center;
	bottom: 0;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
#splash_click_content {
	height: 27px;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	padding-top: 10px;
	background-color: #DB9E36;
}
#splash_click_content a:link {
	font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 0.8em;
	text-transform: uppercase;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
}
#splash_click_content a:hover {
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
}
#about {
	width: 100%;
	background-color: #DB9E36;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#about_content {
	width: 80vw;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
#chicago {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	background-image: url(../images/jpeg/chicago_150.jpg);
	;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#chicago_content {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2em;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	width: 80vw;
	height: 75px;
	padding-top: 50px;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
	text-shadow: 2px 2px 0px rgba(219,158,54,0.9);
}
#terms {
	width: 100%;
}
#terms_content {
	background-color: #EFEEE4;
	width: 80vw;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
#footer {
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-image: url(../images/jpeg/chicago_30.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer_content {
	font-family: 'Montserrat', sans-serif;
	height: 21px;
	width: 80vw;
	font-size: 0.6em;
	color: #FFF;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 9px;
}
