body {
  font-family: Helvetica, Arial, sans-serif;
}

.splashhours {
	background-color: #292929;
	border-color: #969696;
	text-align: center;
	padding-top: 4px;
}
.splashhours p {
margin: 0 0 0px;
padding-bottom: 4px;
}

.splashnumber {
	background-color: #292929;
	border-color: #969696;
	text-align: center;
	padding-top: 4px;
	display: none;
}
.splashnumber p {
margin: 0 0 0px;
padding-bottom: 4px;
}
.phonetext a:hover {
	text-decoration: none;
}


.titleglow {
	text-shadow: 0px 0px 5px #000;
}

.titleglow:hover {
	text-shadow: 0px 0px 6px hsla(0,0%,100%,0.80);
}

.subtitleglow {
	text-shadow: 0px 0px 5px #000;
}

.subtitleglow:hover {
	text-shadow: 0px 0px 5px hsla(0,0%,100%,0.59);
}

.splashbackground01 {
	background:url(../images/splbg05.jpg) no-repeat 50% 0px;
	-webkit-background-size: cover;
	background-size: cover;
	width:100%;
}
.splashbackground02 {
	background:url(../images/splbg02.jpg) no-repeat 50% 0px;
	-webkit-background-size: cover;
	background-size: cover;
	width:100%;
}
.splashbackground03 {
	background:url(../images/splbg04.jpg) no-repeat 50% 0px;
	-webkit-background-size: cover;
	background-size: cover;
	width:100%;
}

.splashoverlay {
	min-height: 550px;
	background: rgba(0, 0, 0, 0.05);
	width: 100%;
}

.splashheader {
 margin:auto;
 padding-top: 10%;
 text-align: center;
}
.splashspacerheader {
 margin:auto;
 padding-top: 0%;
 text-align: center;
 box-shadow: 0 0 50px rgba(0,0,0,0.6) inset;
}

.splashspacer {
	min-height: 600px;
	background: rgba(0, 0, 0, 0.0);
	width: 100%;
}
@media (min-width: 0px) and (max-width: 379px) {
	.splashhours p {
margin: 0 0 0px;
padding-bottom: 4px;
font-size: 85%;
}
  .splashoverlay {
	min-height: 300px;
}
h1 {
	font-size: 12pt;
}
}
@media (min-width: 380px) and (max-width: 480px) {
  .splashoverlay {
	min-height: 330px;
}
h1 {
	font-size: 14pt;
}
}
@media (min-width: 481px) and (max-width: 766px) {
  .splashoverlay {
	min-height: 350px;
}
h1 {
	font-size: 18pt;
}
}

@media (min-width: 768px) and (max-width: 991px) {
  .splashoverlay {
	min-height: 400px;
}
h1 {
	font-size: 24pt;
}
.splashhours {
	background-color: #292929;
	border-color: #969696;
	text-align: center;
	padding-top: 4px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.splashoverlay {
	min-height: 400px;
}
}

@media (min-width: 1200px) {
  .splashoverlay {
	min-height: 450px;
}
}
@media (min-width: 1440px) {
  .splashoverlay {
	min-height: 550px;
}
}

@media (max-width: 767px) {
.splashspacerheader {
	margin-top: 50px;
}
.splashnumber {
	display: block;
}
}