/* Mobile Nav Menu */

#bannertextrow {
	display: block;
	position: inline;
}

.bannertext {
	display: block;
	position: relative;
	max-width: 100%;
    	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-shadow: 0 0 20px #fff, 0 0 6px #ccc, 0 0 10px #aaa, 0 0 30px #444;
	border: 0;
	padding: 0;
	margin: 0;
	margin-top: 30px;
	z-index: 10;
}


@media only screen and (min-width: 980px) {
	/* For tablets: */

#bannertextrow {
	display: block;
	position: inline;
}

.bannertext {
	display: block;
	position: relative;
	max-width: 100%;
    	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-shadow: 0 0 20px #fff, 0 0 6px #ccc, 0 0 10px #aaa, 0 0 30px #444;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 10;
}

}