body,html {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	text-align:center;
	background: #b8baa2 url(../img/bg.jpg) top center no-repeat;
	background-size: cover;
	width:100%;
	height:100%;
}
a,img,a:hover,a:active,a:focus,img:hover,select,input,select:focus,input:focus {
	text-decoration:none;
	outline:none;	
}
.logo img {
	max-height: 160px;
	margin-top:160px;
}
.header {
	color:#000;
	font-weight:bold;
	margin-top:70px;
	margin-bottom:30px;
	font-size:1.4rem;
}
.content {
	font-size:1.3rem;
	font-weight:bold;
	margin-bottom:30px;
	color:#333;
}
.footer {
	font-size:1.1rem;
	font-weight:bold;
	color:#ab1212;
}
@media(max-width:767px){
.header {
	font-size:1.2rem;
}
.content {
	font-size:1.1rem;
}
.footer {
	font-size:1rem;
}
.logo img {
	margin-top:110px;
}
}
@media(min-width:768px){

}
@media(min-width:992px){
.logo img {
	margin-top:160px;
}
}
@media(min-width:1200px){
.logo img {
	margin-top:210px;
}
}