@charset "utf-8";
body {
	background-color: #6c5134;
	background-image: url(../images/body_bg.webp);
	background-position: center top;
	background-repeat: repeat-x
	background-repeat: repeat-y
}
header {
	text-align: center;
}
header img.header-logo {
	width: 100%;
	max-width: 420px;
}
header img.header-img {
	width: 100%;
	max-width: 700px;
}
section {
	margin-top: 20px;
}
.site-cover {
	margin: 0 auto 30px;
	padding: 5px;
	border: 1px solid #404040;
	border-radius: 10px;
	text-align: center;
	max-width: 1170px;
	background-image: url(../images/bg.webp);
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	color: #ffffff;
}
.site-cover img {
	border-radius: 8px;
	border: 1px solid #000;
}
.site-cover h4 {
	padding-top: 10px;
	color: #ffffff;
	font-weight: bold;
}
.katalk {
	margin: auto;
	padding: 20px;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #f7ec7a;
	background-color: #c5ba35;
}
.katalk h4 {
	display: inline-block;
	color: #381c10;
	font-weight: bold;
}
.katalk span {
	width: 70%;
	margin-left: 15px;
	padding: 10px 30px;
	display: inline-block;
	color: #1e63d0;
	background-color: #FFF;
	border-radius: 8px;
}
footer {
	color: #989898;
	text-align: center;
	margin: 50px 0 20px;
}

@media (min-width: 768px) {
body {
	background-size: 100% auto;
}
}

@media (max-width: 767px) {
body {
	background-size: 800px auto;
}
section {
	margin: 0;
}
header img.header-img {
	display: none;
}
.katalk {
	max-width: 400px;
}
.katalk span {
	width: 100%;
	margin: 0;
	display: block;
}
}

@media (min-width: 1600px) {
body {
	background-size: 1600px auto;
}
}
