*{
	text-align: center;
}
body{
	background-image: url(../img/background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	height: 100%;
}
h1{
	margin: 0;
    padding: 15px;
    text-align: center;
    color: #c52020;
    font-family: sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 33px;
    background: -webkit-linear-gradient(#996600, #996600, #996600, #f9ac13, #9c6900, #996600, #996600);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.news{
	font-size: 20px;
	color: #ffffff;
	border: 0px #640;
	border-radius: 5px;
	background-color: #00000069;
	margin: 0 150px 0;
	padding: auto;
}
.btn {
	font-weight: 700;
	font-size: 20px;
	display: inline-block;
	border: 1px solid #640;
	width: 150px;
	height: 50px;
	border-radius: 12px;
	color: #4d2600;
	background: linear-gradient(to bottom,#c90 16%,#960 54%);
	padding: 0px 10px;
	margin: 15px;
}
.btn:hover {
    letter-spacing: 0;
    color: #fff;
    background: linear-gradient(to bottom,#ff0 16%,#c90 54%);
    text-decoration: none;
    border: 1px solid #ff6;
}
.contact{
	font-weight: bold;
	font-size: 25px;
	-webkit-text-stroke: white;
	-webkit-text-stroke-width: thin;
	-webkit-text-stroke-color: oldlace;
	margin: 10px 0 0 0;
}
.content{
	color: #fff;
	font-size: 12px;
	margin: 0 150px 15px;	
}
.jp{
    font-weight: bold;
	font-size: 50px;
    background: -webkit-linear-gradient(#996600, #996600, #996600, #f9ac13, #9c6900, #996600, #996600);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #ffeb3b;
	padding: 3px;
	margin: 0 0 15px 0;
}
footer{
	font-size: 8px;
	color: #fff;
	margin: auto;
}