html{
	min-height:100%;
}
body{
	background:url('../img/back.jpg') no-repeat;
	background-size: cover;
	color:#1f1f1f;
	font-family:'Roboto Slab',serif;
	font-size:62.5%;
	font-weight:400;
	line-height:1.7;
	text-align:center;
	letter-spacing:.25em;
	margin:0;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	min-height:100%;
}
a{
	color:inherit;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	font-size:1.8em;
	
}
h1{
	display:inline-block;
	margin:0 auto .25em auto;
	font-size:5em;
	text-transform:uppercase;
	font-weight:300;
}
h1:before{
	content:'';
	display:block;
	position:relative;
	width:100%;
	height:1px;
	background:#1f1f1f;
	border-bottom:1px solid #fff;
}
h1:after{
	content:'';
	display:block;
	position:relative;
	width:100%;
	height:1px;
	background:#1f1f1f;
	border-bottom:1px solid #fff;
}
h5{
	color:#949494;
	font-size:2.6em;
	text-transform:uppercase;
	font-weight:300;
	margin-bottom:.75em;
}
.cardholder{
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:695px;
	max-width:100%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.card{
	background:url('../img/card.png') no-repeat;
	background-size: cover;
	display:block;
	width:100%;
	height:0;
	padding-bottom:64.172%;
	margin-top:-32.086%;
	overflow:hidden;
}
@media (max-width:800px) {
	body{
		font-size:55%;
	}
}
@media (max-width:600px) {
	body{
		font-size:50%;
	}
}
@media (max-width:550px) {
	.cardholder{
		width:550px;
		max-width:none;
	}
}