body{
	background-image: url(../img/background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	height: 100%;
	text-align: center;
}
.border{
	margin: 20px auto;
	background-color: #00000094;
	display: block;
	max-width : 90%;
	width: 900px;
	padding: 15px;
	border-radius: 20px;
	box-shadow: 0 0 8px 2px #fff;
}
h1{
	color: #fff;
	background: -webkit-linear-gradient(#f7f975, #ba9002, #5a4d0b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.contact{
	color: #fff;
	background: -webkit-linear-gradient(#f7f975, #ba9002, #5a4d0b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	font-size: 35px;
	margin: 10px;
}
.content{
	color: #fff;
	font-size: 12px;
	max-width : 800px;
	text-align: center;
	margin: 0 auto 10px;
	padding: 10px;
}
.jp{
	margin: auto;
	font-weight: bold;
	font-size: 48px;
	padding: 10px;
	color: #fff;
	background: -webkit-linear-gradient(#f7f975, #ba9002, #5a4d0b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
img{
	margin: 3px 5px;
}
.btn{
	font-weight: bold;
	font-size: 25px;
	border: 0px solid #fff;
	border-radius: 10px;
	padding: 15px 30px;
	margin: 5px 15px 10px;
	color: #fff;
	background: -webkit-linear-gradient(#f7f975, #ba9002, #5a4d0b);
}
.btn:hover{
	color: #ffff7d;
    box-shadow: 0 0 6px 3px #fff;
    background: -moz-linear-gradient(top, #000 0%, #26c1ef 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 100%, #b29448 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 100%, #ffd700 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 100%, #ffd700 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 100%, #ffffff 100%);
}
.btn:active{
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset;
	top:5px;
	color: #ffffff;
	box-shadow: 0 0 6px 3px #f82626;
}
footer{
	color: #fff;
	margin: auto;
	font-size: 10px;
}