@font-face {
    font-family: gabriola;
    src: url('img/gabriola.ttf');
}

body{
	background:#ded5bb;
	color:#653e21;
	font-size: 38px;
	line-height: 42px;
	font-family: gabriola;
}
a{
	color:#653e21;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.container{
	width:1140px;
	margin:0 auto;
	position: relative;
	box-sizing: border-box;
}
.header{
	width:100%;
	float:left;
	box-sizing: border-box;
}
.image{
	width:50%;
	padding:15px;
	float:left;
	text-align: center;
	box-sizing: border-box;
}
.image img{
	max-width: 100%;
}
.left img{
	margin-top: 30px;
}
.content{
	width:100%;
	margin:30px 0;
	float:left;
	box-sizing: border-box;
}

h2{
	text-align: center;
}

.footer{
	width:100%;
	float:left;
	text-align: center;
	line-height: 48px;
}
.footer span{
	color:#ff1d1d;
}

@media screen and (max-width: 1139px) {
	.container{
		width: 90%;
		float:left;
		padding:0 5%;
	}
}
@media screen and (max-width: 767px) {
	.image{
		width: 100%;
	}
	.left img{
		margin-top: 15px;
	}
}
