/* Banner Container Styles - - - - - - - - - - - - - - - - - - - - - - - */
#mainBanner {
	margin:0;
	padding:.2%;
	text-align:center;
}
#mainBannerLogoLeft {
	float:left;
	padding:.5% 2% .1% 3%;
}
#mainBannerLogoRight {
	float:right;
	padding:.5% 3% .1% 2%;
}
#mainBannerLogoRight,
#mainBannerLogoLeft,
#mainBannerTitle {
	width:auto;
}
#mainBannerLogoRight a:link,
#mainBannerLogoRight a:visited,
#mainBannerLogoRight a:hover
#mainBannerLogoLeft a:link,
#mainBannerLogoLeft a:visited,
#mainBannerLogoLeft a:hover {
	background-color:transparent;
	text-decoration:none;
}
#mainBannerLogoRight img,
#mainBannerLogoLeft img {
	background-color:white;
	border:thin navy solid;
	border-radius:8px;
	text-align:center;
	transition: all 1.5s ease;
	transform-origin:center;
	height:180px;
	-webkit-transition: all 1.5s ease;
	-webkit-transform-origin-y:center;
	-moz-transition: all 1.5s ease;
	-moz-transform-origin-y:center;
	-ms-transition: all 1.5s ease;
	-ms-transform-origin-y:center;
	-o-transition: all 1.5s ease;
	-o-transform-origin-y:center;
}
#mainBannerLogoRight img:hover,
#mainBannerLogoLeft img:hover {
	transform:scale(1.05);
	-ms-transform:scale(1.05); /* IE 9 */
	-moz-transform:scale(1.05); /* Firefox */
	-webkit-transform:scale(1.05); /* Safari and Chrome */
	-o-transform:scale(1.05); /* Opera */
}
#mainBannerTitle {
	padding-top:1%;
	vertical-align:bottom;
	width:100%;
}
#mainBannerTitle h2,
#mainBannerTitle h1,
#SARline {
	font-family:"PT Serif", serif;
	font-style:normal;
	font-variant:small-caps;
	font-weight:400;
	text-align:center;
	text-shadow:2px 2px 6px black;
	margin:2px 2%;
}
#mainBannerTitle h2 {/* Chapter Name */
	color:yellow;
	font-size:42px;
	line-height:42px;
}
#mainBannerTitle h2 span {/* City */
	color:white;
}
#mainBannerTitle h1 {/* Texas SAR */
	color:#ffbc07;
	font-size:40px;
	line-height:40px;
}
#SARline {	/* SAR */
	color:white;
	font-size:40px;
	line-height:40px;
	white-space:nowrap;
}
#SARline div {
	display:inline-block;
}
#SARline span {
	font-size:13px;
	display:block;
	margin:auto;
	width:26px;
	line-height:11px;
}
/* Narrow Device Styles - - - - - - - - - - - - - */
@media screen and (max-width:1149px) {
#mainBannerLogoLeft img,
#mainBannerLogoRight img {height:160px}
}
@media screen and (max-width:889px) {
#SARline {clear:both}
}
@media screen and (max-width:699px) {
#mainBannerLogoLeft,
#mainBannerLogoRight {padding:.5% 1.5% .1% 1.5%}
#mainBannerLogoLeft img,
#mainBannerLogoRight img {height:130px}
}
@media screen and (max-width:609px) {
#mainBannerTitle h2 {font-size:36px;line-height:36px}	/* Chapter Name */
}
@media screen and (max-width:565px) {
#mainBannerTitle {width:100%}
#mainBannerLogoLeft,
#mainBannerLogoRight {display:inline-block;width:42%}
}
@media screen and (max-width:479px) {
#SARline {font-size:30px;line-height:30px}
}
