body {
	text-align: center;
	color: #fff;	
	min-width: 250px;
}

.centerScreen {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 96%;
	height: 245px;
	max-height: 100%;
}

h1 {
	font-family: 'Russo One', sans-serif;
	font-size: 4em;
	border-top: 2px solid rgba(255, 165, 0, 0.37);
	border-bottom: 2px solid rgba(255, 165, 0, 0.37);
	display: table;
	margin: 20px auto;
	line-height: 77px;
}

h2 {
	font-family: 'Poiret One', cursive;
}

h4 {
	margin-top: 60px;
	font-size: 18px;
	font-family: 'Poiret One', cursive;
}

h4 span {
	color: rgba(255, 165, 0, 0.37);
}


.centerOpacity {
	background-color: #333;
	border-radius: 4px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
	filter: alpha(opacity=45);
	-moz-opacity: 0.45;
	-khtml-opacity: 0.45;
	opacity: 0.45;
}


@media all and (max-width:400px) {
	h1 {
		font-size: 2.5em;
	}
	
}

@media all and (orientation:portrait) {
	html {
		background: #000 url(../images/bg-portrait.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

@media all and (orientation:landscape) {
	html {
		background: #000 url(../images/bg-landscape.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}