@charset "utf-8";

/* CSS Document */
body {
	font-size: 15px;
	color: #333;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}

html,
body,
div,
ul,
li,
p,
h1,
h2,
h3,
h4,
img {
	margin: 0;
	padding: 0;
	border: 0;
}

header,
nav,
article,
aside,
section,
footer {
	display: block;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: ".";
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

ul {
	list-style: none;
}

.page_width {
	width: 1200px;
	margin: 0 auto;
}

header {
	background: url(bg.jpg) no-repeat 50% 0%;
}

.overlay {
	color: inherit;
	background-color: rgba(35, 28, 17, 0.6);
}

#top,
#page {
	width: 100%;
}

#logo {
	float: left;
	margin-top: 17px;
}

#nav {
	float: right;
}

#nav li {
	float: left;
	padding: 30px 0;
}

#nav li a {
	padding: 30px 15px;
}

#nav li a:hover {
	text-decoration: none;
}

.headtext {
	padding: 125px 0 100px;
	color: #FFF;
}

.headtext h1 {
	font-size: 35px;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 65px;
}

.headtext p {
	font-size: 18px;
	text-align: center;
	margin-bottom: 65px;
}

.button img {
	margin: 0 5px 10px;
}

.intro {
	padding: 35px 0;
}

.intro h2 {
	font-size: 22px;
	margin: 5px 0 15px;
}

.introleft,
.introright {
	width: 45%;
	box-shadow: 0 0 48.51px 0.49px rgba(0, 0, 0, .22);
	border-radius: 2px;
	padding: 20px;
	background: #fff;
}

.introleft {
	float: left;
}

.introright {
	float: right;
}

.imgborder {
	border-radius: 5px;
}

.text {
	box-shadow: 0 0 48.51px 0.49px rgba(0, 0, 0, .22);
}

.text p {
	margin-bottom: 15px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
}

.maintext {
	padding: 50px 10px;
}

.bloglist {
	padding: 20px 0;
}

.bloglist h1,
h2,
h3 {
	margin-bottom: 15px;
}

.bloglist p {
	margin-bottom: 15px;
}

footer {
	background: #4b4b4b;
	padding: 30px 0;
	color: #fff;
}

footer p {
	text-align: center;
}

footer a {
	color: #FFF;
}

@media screen and (max-width:768px) {
	.page_width {
		width: auto;
		padding: 0 15px;
	}

	#nav {
		float: left;
	}

	#nav,
	#logo {
		width: 100%;
	}

	#nav li a:hover,
	#nav li a.active {
		background: none;
		color: #808080;
	}

	#nav li {
		padding: 15px 0;
	}

	#nav li a {
		padding: 15px 15px;
		margin: 0 0 0 0;
	}

	.headtext {
		padding: 50px 0;
	}

	.intro {
		padding: 30px 0 20px;
	}

	.introleft,
	.introright {
		width: auto;
		float: none;
		margin-bottom: 10px;
	}

	.text p {
		font-size: 15px;
		line-height: 22px;
	}

	.maintext {
		padding: 30px 0 20px;
	}

	img {
		max-width: 100%;
	}
}