body{
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
}
#wrapper{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navi{
	width: 100%;
	height: 60px;
}
#logo{
	float: left;
	width: 18%;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 6px;
	padding-bottom: 6px;
}
#logo img{
	max-width: 160px;
}
.menu{
	float: right;
	width: 60%;
	margin: 0px;
	padding: 0px;
}
.menu ol{
	float: left;
	list-style-type: none;
}
ol {
	list-style-type: none;
}
.menu > li{
	float: left;
	width: 25%;
	text-align: center;
}
.menu > li > a{
	display: block;
	width: 100%;
	height: 80px;
	text-decoration: none;
	line-height: 4.5;
	color: black;
	font-size: 19px;
	font-weight: 500;
}
.menu > li > a:hover{
	background-color: #DBD7BF;
	color: white;
}

#res-menu{
	display: none;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	font-weight: 700;
	font-size: 40px;
	text-decoration: none;
	background-color: transparent;
	border: none;
}
#menu-navi{
	height: 100%;
}
#header{
	clear: both;
	width: 100%;
	height: auto;
	border-top: 1px solid #A6A28B;
	border-bottom: 1px solid #A6A28B;
}
#header > img{
	width: 100%;
	height: auto;
}
#container{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
	padding-top: 20px;
	line-height: 2;
	
}
#content a{
	text-decoration: none;
	color: #C2B351;
}
ul.cont-list{
	list-style-type: disc;
}
#txt-cont{
	float: left;
	width: 48%;
	padding-right: 4%;
}
#map-cont{
	float: left;
	width: 46%;
	margin-top: 50px;
	margin-bottom: 70px;
	border: 1px solid #A6A28B;
}
#footer{
	clear: both;
	width: 100%;
	min-height: 80px;
	text-align: center;
	background-color: #C7C199;
	line-height: 4;
	letter-spacing: 2px;
	color: black;
	border-top: 1px solid #A6A28B;
	font-size: 16px;
}

@media screen and (max-width: 1024px) {
	
#wrapper{
	width: 100%;
	margin: 0px;
}	
#container{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	padding-top: 20px;
	line-height: 1.5;
	
}
}
@media screen and (max-width: 800px) {
	
body{

	font-size: 15px;
}
#logo{
	margin-top: 10px;
}
#logo img{
	max-width: 120px;
	height: auto;
}
.menu{
	width: 70%;
	
}
.menu > li > a{

	font-size: 18px;
	font-weight: 500;
	line-height: 5;
}
#footer{
	font-size: 14px;
}
	
}
@media screen and (max-width: 600px) {
.menu{
	display: none;
}
}
@media screen and (max-width: 600px) {

#header{
	clear: both;
}	

#res-menu{
	display: block;

}
#res-menu:hover{
	cursor: pointer;
}

.menu.responsive{
	clear: both;
	display: inline-block;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 60px;
}
.menu.responsive > li{
	clear: both;
	width: 100%;
}
.menu.responsive > li > a{
	font-size: 16px;
	height: 30px;
	line-height: 2;
}
#txt-cont{
	clear: both;
	width: 90%;
}
#map-cont{
	clear: both;
	width: 90%;
}
}
@media screen and (max-width: 220px) {
#logo{
	clear: both;
	float: none;
	width: 60%;
	padding: 0px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	}

#res-menu{
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	}
#header{
	margin-top: 40px;
}
}
/* @media screen and (min-width: 601px) {

#menu{
	display: block;
}

}	