body {
	background: url(../img/bg.jpg) no-repeat top center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    font-family: 'Raleway', sans-serif;
}

.centered {
	position:absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.panel-default {
	background-color: #222222;
	border: 5px solid white;
	border-radius: 0;
	padding: 0 12px 6px 12px;
}

h1 {
	color: #ec1f30;
	margin: 0;
	text-transform: uppercase;
	font-size: 80px;
	font-weight: 800;
}

hr {
	border: 2px solid #ec1f30;
	margin: 0;
}

h2 {
	color: #ffffff;
	margin: 8px 0 0 0;
	text-transform: uppercase;
	font-size: 47px;
	font-weight: 700;
}

.btn-continue {
	background: #0f9d58;
	border: none;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	width: 250px;
	font-size: 40px;
	font-weight: 700;
	margin-top: 20px;
}

.btn-continue:hover {
	color: #fff;
	background: #0d8549;
	text-decoration: none;
}

@media screen and (max-width:550px) {
	.panel-default {
		background-color: #222222;
		border: 3px solid white;
		border-radius: 0;
		padding: 0 6px 3px 6px;
	}
	
	h1 {
		color: #ec1f30;
		margin: 0;
		text-transform: uppercase;
		font-size: 60px;
		font-weight: 800;
	}

	h2 {
		color: #ffffff;
		margin: 8px 0 0 0;
		text-transform: uppercase;
		font-size: 35px;
		font-weight: 700;
	}
	
	.btn-continue {
		width: 200px;
		font-size: 28px;
	}
}

@media screen and (max-width:400px) {
	.panel-default {
		background-color: #222222;
		border: 2px solid white;
		border-radius: 0;
		padding: 0 6px 3px 6px;
	}
	
	h1 {
		color: #ec1f30;
		margin: 0;
		text-transform: uppercase;
		font-size: 40px;
		font-weight: 700;
	}
	
	hr {
		border: 1px solid #ec1f30;
		margin: 0;
	}

	h2 {
		color: #ffffff;
		margin: 8px 0 0 0;
		text-transform: uppercase;
		font-size: 23px;
		text-align: center;
		font-weight: 700;
	}
	
	.btn-continue {
		width: 160px;
		font-size: 20px;
	}
}

@media screen and (max-height:315px) {
	.panel-default {
		background-color: #222222;
		border: 3px solid white;
		border-radius: 0;
		padding: 0 6px 3px 6px;
	}
	
	h1 {
		color: #ec1f30;
		margin: 0;
		text-transform: uppercase;
		font-size: 40px;
		font-weight: 700;
	}

	h2 {
		color: #ffffff;
		margin: 8px 0 0 0;
		text-transform: uppercase;
		font-size: 23px;
		text-align: center;
		font-weight: 700;
	}
	
	.btn-continue {
		width: 200px;
		font-size: 30px;
	}
}