body {
	color: #2e2e2e;
	font: 16px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
}

h1,
h3 {
	font-family: "georgia", serif;
	font-weight: 400;
}

h1 {
	font-size: 60px;
}

h3 {
	font-size: 37px;
}

h4 {
	font-size: 16px;
	color: #5c5d60;
	text-transform: uppercase;
}

p {
	margin-bottom: 24px;
}

a {
	color: #f46151;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}

	a:active {
		color: blue;
	}

.container {
	width: 1200px;
	margin: auto;
}

.row {
	overflow: hidden;
}

.column {
	margin: 0 12px 24px 12px;
	width: 576px;
	float: left;
}

.one-img {
	border-radius: 10px;
	box-shadow: 1px 2px 5px 1px rgba(0,0,0,.4);
	width: 576px;
	height: 340px;
}

.two-img {
	border-radius: 10px;
	width: 576px;
	height: 340px;
	box-shadow: 1px 2px 5px 1px rgba(0,0,0,.4);
}

.three-img {
	border-radius: 10px;
	width: 576px;
	height: 340px;
	box-shadow: 1px 2px 5px 1px rgba(0,0,0,.4);
}

.four-img {
	border-radius: 10px;
	box-shadow: 1px 2px 5px 1px rgba(0,0,0,.4);
	width: 576px;
	height: 340px;
}

.container-center {
	margin: 0 auto 60px auto;
	text-align: center;
	width: 600px;
}

.header-home {
	background: url(../image/1.jpg) 0 0 no-repeat;
	height: 600px;
	background-size: 100%;
	margin-bottom: 67px;
}

.header-background {
	background: url(../image/6.jpg) 0 0 no-repeat;
	height: 350px;
	background-size: 100%;
	margin-bottom: 60px;
}

.header-about {
	background: url(../image/9.jpg) 0 0 no-repeat;
	height: 350px;
	background-size: 100%;
	margin-bottom: 60px;
}

.logo {
	float: left;
	font-size: 27px;
	color: #fff;
	font-weight: bold;
}

nav {
	float: right;
}
	nav ul {
		list-style-type: none;
		margin: 0;
	}

	 	nav ul li {
	 		display: inline;
	 		margin-left: 24px;
	 	}

	 	nav ul li a {
	 		color: white;
	 		text-transform: uppercase;
	 		font-weight: bold;
	 		font-size: 15px;
	 	}

.top-container {
	overflow: hidden;
	padding: 30px 0;
}

.header-hr {
	background-color: rgba(255,255,255, .2);
	border: 0;
	height: 1px;
	margin-top: 0;
	margin-bottom: 96px;
}

.header-contents {
	text-align: center;
	color: white;
	padding: 0 200px;
}

	.header-contents p {
		margin-bottom: 48px;
	}

.btn {
	display: inline-block;
	width: 200px;
	height: 37px;
	border: 1px solid rgb(0,225,56);
	color:  rgb(0,225,56);
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 15px;
}

	.btn:hover {
		text-decoration: none;
		color: rgb(0,255,255);
		border: 1px solid rgb(0,255,255);
	}

.btn1 {
	display: inline-block;
	width: 200px;
	height: 37px;
	border: 1px solid #f2ae5d;
	color:  #f2ae5d;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 15px;
}

	.btn1:hover {
		text-decoration: none;
		color: rgb(0,255,255);
		border: 1px solid rgb(0,255,255);
	}

footer {
	background-color: #333538;
	padding: 24px 0;
	margin-top: 30px;
}

	footer p {
		color: white;
	}

form input[type="email"] {
	border: none;
	height: 48px;
	width: 330px;
	padding: 0 12px;
}

form input[type="submit"] {
	background-color: transparent;
	height: 48px;
	padding: 0 12px;
	margin-left: 12px;
}

.social {
	list-style-type: none;
	padding: 0;
}

	.social li {
		display: inline;
		margin-right: 6px;
	}

.my-email {
	color: rgb(0,255,255);
}

	.social .fa-twitter {
		padding-right: 16px;
		padding-left: 16px;
		padding-top: 15px;
		padding-bottom: 15px;
		border-radius: 35px;
		background-color: rgba(0,0,0,.4);
		margin-top: -20px;
		font-size: 20px;
		font-weight: bold;
		color: rgb(0,255,255);
	}

	.social .fa-facebook {
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
		border-radius: 30px;
		background-color: rgba(0,0,0,.4);
		margin-top: -20px;
		font-size: 20px;
		font-weight: bold;
		color: rgb(0,255,255);
	}

	.social .fa-google {
		padding-right: 18px;
		padding-left: 18px;
		padding-top: 15px;
		padding-bottom: 15px;
		border-radius: 30px;
		background-color: rgba(0,0,0,.4);
		margin-top: -20px;
		font-size: 20px;
		font-weight: bold;
		color: rgb(0,255,255);
	}

.copyright {
	padding: 10px 0 0 10px;
	text-align: center;
}

.sidebar {
	width: 400px;
	float: left;
	margin-right: 48px;
}

	.sidebar ul {
		list-style-type: none;
		padding: 0;
	}

	.sidebar ul .active a {
		color: #2e2e2e;
	}

.main-content {
	width: 752px;
	float: right;
	margin-bottom: 20px;
}

	.main-content img {
		margin-bottom: 24px;
		border-radius: 10px;
		-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,.4);
		-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,.4);
		-o-box-shadow: 0px 0px 5px 2px rgba(0,0,0,.4);
		-ms-box-shadow: 0px 0px 5px 2px rgba(0,0,0,.4);
		box-shadow: 0px 0px 5px 2px rgba(0,0,0,.4);
	}

	.main-content .img1 {
		width: 750px;
		height: 383px;
	}

	.main-content .img2 {
		width: 750px;
		height: 383px;
	}