@charset "utf-8";
body {
	font-family: "source-han-sans-traditional", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	color: #3F3F3F;
}

.jumbotron {
	background-image: url(../images/bk_header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 22%;
	background-color: #FFFFFF;
	margin-bottom: 0rem;
	padding-top: 1rem;
}
.img-title {
	max-width: 99.9%;
	height: auto;
	display: block;
	margin-top: -33px;
	margin-left: auto;
	margin-right: auto;
}
.story {
	background-color: #DDD0CF;
	background-image: url(../images/bk_story.jpg);
	background-repeat: repeat-x;
	padding-bottom: 3rem;
}
.map {
	background-color: #FFFFFF;
	background-image: url(../images/bk_map.jpg);
	background-repeat: no-repeat;
	padding-bottom: 3rem;
	background-position: right 0%;
	background-size: contain;
}
.contact {
	background-color: #FFFFFF;
	padding-bottom: 3rem;
}
#contact h1 {
	font-size: 3.8em;
	font-weight: 400;
}
.img-table   {
	display: block;
	max-width: 100%;
	height: auto;
}




#map h1 {
	font-size: 3.8em;
	font-weight: 400;
}


.events {
	background-color: #DDD0CF;
	background-image: url(../images/bk_story.jpg);
	background-repeat: repeat-x;
	padding-bottom: 3rem;
}

.exhibition {
	background-color: #cbc6ba;
	background-image: url(../images/bk_exhibition.jpg);
	padding-bottom: 3rem;
	background-repeat: repeat-x;
}
.experience {
	background-color: #babbcb;
	background-image: url(../images/bk_experience.jpg);
	background-repeat: repeat-x;
	padding-bottom: 3rem;
}
.experoence_con {
	background-image: url(../images/bk_experience.png);
	background-repeat: no-repeat;
	background-position: center 33px;
}
.gametable img {
	max-width: 100%;
	height: auto;
	display: block;
}
.river {
	background-color: #FFFFFF;
	background-image: url(../images/bk_river.jpg);
	background-repeat: repeat-x;
	padding-bottom: 3rem;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
} .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }







@media (max-width:767.98px){
.story {
	background-color: #DDD0CF;
	background-image: url(../images/bk_story.jpg);
	background-repeat: repeat-x;
	padding-bottom: 3rem;
}
.jumbotron {
	background-image: url(../images/bk_header.jpg);
	background-position: -3% -5rem;
	background-size: 160% auto;
}
.jumbotron .container {
	margin-top: 76%;
}
.img-menu {
	display: block;
	max-width: 100%;
	height: auto;
}




}

@media (min-width:1200px){
.navbar {
	display: none;
}
.container {
	width: 960px;
}


}
