html, body{
	height: 100%;
	margin: 0;
}
.wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -80px;
}
#navi{
	min-height: 70px;
	background: #6B6B6B;
	margin-bottom: 0px;
	border-radius: 0px;
	border: 0px;
	border-bottom: 1px solid #ADADAD;
}
#navi img{
	margin-top: 8px;
	margin-left: 10px;
}
#nav-ul a{
	color: white;
	opacity: 0.7;
	font-size: 18px;
	letter-spacing: 2px;
}
#nav-ul a:hover{
	opacity: 1;
}
.navbar-brand img{
	width: 130px;
	height: auto;
}
.header{
	width: 100%;
	height: auto;
	margin-top: 0px;
	border-bottom: 1px solid #969693;
}
.header img{
	width: 100%;
}
#txt-container{
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	width: 60%;
	line-height: 2;
	letter-spacing: 2px;
	text-align: justify;
	margin-top: 60px;
	margin-bottom: 80px;
}
#txt-cont{
	float: left;
}
#map-cont{
	float: right;
	margin-bottom: 50px;
	border: 1px solid #969693;
}

.push{
	clear: both;
}
.footer, .push{
	height: 80px;
}
.footer{
	text-align: center;
	width: 100%;
	background: #404040;
	color: #cccccc;
	letter-spacing: 2px;
	line-height: 3;
}

@media screen and (max-width: 1000px){
#txt-container{
	width: 80%;
}
}
@media screen and (max-width: 770px){
#map-cont{
	clear: both;
	float: left;
	margin-top: 50px;
	width: 90%;
}
#map{
	width: 100%;
}
#navi img{
	margin-top: 0px;
	margin-left: 0px;
}
#txt-container h2{
	font-size: 20px;
}
#txt-container > #txt-cont > h2{
	font-size: 20px;
}
.footer{
	font-size: 15px;
}
.footer, .push{
	height: 180px;
}
}