
html, body {
	background-color: #ddd; 
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6em;
	height: 100%; /*sticky footer*/
}
body {
  display: flex; /*sticky footer*/
  flex-direction: column; /*sticky footer*/
}
.content_wrapper {
	flex: 1 0 auto; /*sticky footer*/
}
.banner {
	width: 100%;
	background-color: #fff;
	margin: 0;
	padding: 0;
}
.banner_content {
	background-image: url('images/luke_banner4.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	max-width: 1000px;
	height: 436px;
	background-color:#fff;
	padding: 0;
	margin: 0 auto;
}
.title {
	position: absolute;
	top: 10%;
	left: 20%;
	color: #000;
	text-shadow: 0px 0px 8px #fff;
	display: block;
}
.moble_title {
	display:none;
	width: 80%;
	margin: 0;
	padding: 1% 10% 0 10%;
	background-color: #fff;
}
.moble_title h2 {
	margin-bottom: 0;
}
.section {
	width: 80%;
	margin: 0;
	padding: 4% 10%;
}
.gray_background {
	background-color: #ddd;
}
.white_background {
	background-color: #fff;
}
.section_content {
	margin: 0 auto;
	max-width: 800px;
}
.footer {
	background-color: #aaa;
	width: 100%;
	margin: 0;
	padding: 1% 0;
	color: #fff;
	flex-shrink: 0; /*sticky footer*/
}
.footer p {
	text-align: center;
	font-size: 0.8em;
}
h1 {
	font-size: 3.5em;
	font-weight: 300;
}
h2 {
	font-size: 2em;
	margin-left: 2px;
}
/*********** menu ***********/
.nav ul {
  list-style: none;
  background-color: #444;
  text-align: center;
  padding: 0;
  margin: 0;
  
}
.nav li {
  padding: 0 20px;
  font-size: 1.2em;
  line-height: 60px;
  height: 60px;
  transition: background-color 0.5s ease;
}
 
.nav a {
  text-decoration: none;
  color: #fff;
  display: block;
}
 
.nav li:hover {
  background-color: #de6a26;
}

.nav li {
    display: inline-block;
    margin-right: -4px;
}
#map {
	width: 100%;
	height: 600px;
	border: 3px solid #fff;
}
.notice_container {
	background-image: url('images/info_icon.png');
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-color: #FFC300;
	border: 1px solid #AB8200;
	margin-bottom: 20px;
}
.notice {
	margin-left: 44px;
	font-weight: bold;
	font-size: 1.4em;
}