@charset "utf-8";
body {
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background: -moz-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(code01.jpg) no-repeat center center fixed;
	background: -webkit-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(code01.jpg) no-repeat center center fixed;
	background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(code01.jpg) no-repeat center center fixed;
}
h1 {
	
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	text-align: center;
	padding: 0;
	margin-top: 100px;
	font-size: 60px;
	color: rgba(0, 0, 0, 1);
	-webkit-text-shadow: 1px 1px 10px #efdaae;
	-moz-text-shadow: 1px 1px 10px #efdaae;
	text-shadow: 1px 1px 10px #efdaae;
}

p{
	
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	text-align: center;
	padding: 0;
	margin-top: 10px;
	font-size: 20px;
	color: rgba(0, 0, 0, 1);
	-webkit-text-shadow: 1px 1px 10px #efdaae;
	-moz-text-shadow: 1px 1px 10px #efdaae;
	text-shadow: 1px 1px 10px #efdaae;
}

p a, p a:hover {
	
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	text-align: center;
	padding: 0;
	margin-top: 10px;
	font-size: 20px;
	color: rgba(0, 0, 0, 1);
	-webkit-text-shadow: 1px 1px 10px #efdaae;
	-moz-text-shadow: 1px 1px 10px #efdaae;
	text-shadow: 1px 1px 10px #efdaae;
	text-decoration: none;
}


@media only screen and (min-width: 480px) and (max-width: 767px){
h1 {
	
	margin-top: 80px;
	font-size: 40px;
	
}
}

@media only screen and (max-width: 479px) {
h1 {
	
	margin-top: 60px;
	font-size: 30px;
	
}
}