body {
	background: url('images/background.jpg') center center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 18px;
}

@font-face {
	font-family: bengals;
	src: url('fonts/bengals.woff');
}

h1, h2 {
	font-family: bengals;
	font-size: 6em;
	color: #fff;
	-webkit-text-fill-color: #000; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	margin: 0;
	width: 100%;
}

h2 {
	font-size: 10em;
	line-height: .75em;
	margin-top: .5em;
}

.banner {
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 20%;
	z-index: 2;
	max-width: 100%;
}

#rip {
	display: block;
	width: 860px;
	height: 670px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	background: url('images/rip.png') top left no-repeat;
}

@media only screen and (max-device-width: 600px) {
	h1 {
		font-size: 9em;
		-webkit-text-stroke-width: 2px;
	}
	
	h2 {
		font-size: 7em;
		-webkit-text-stroke-width: 2px;
	}
	
	.banner {
		position: relative;
		top: 0;
		left: 0;
	}
	
	#rip {
		transform: none;
		position: relative;
		margin: auto;
		top: 0;
		left: 0;
		margin-top: 10em;
	}
}