@font-face{font-family:'Droid Sans';src:url('/fonts/DroidSans-webfont.woff') format('woff');font-weight:normal;font-style:normal}
@font-face{font-family:'Droid Sans';src:url('/fonts/DroidSans-Bold-webfont.woff') format('woff');font-weight:bold;font-style:normal}

*{margin:0 auto;padding:0}
img{border:0}
li{list-style:none}
a{color:inherit;text-decoration:none}
a:hover{color:inherit}

html,body{font-size:16px;background:#fff;font-family:"Droid Sans"}
body{line-height:1.5;min-width:320px;width:100%;background:#fcfcfc;color:#212121;text-align:center;font-family:'Droid Sans';letter-spacing:1px}
h1{font-size:2em;text-transform:uppercase}
h1,h2,h3,h4,h5{text-decoration:none;text-transform:uppercase}

header{background:#FFF;text-align:left}
header svg{max-width:100%;height:1em;box-sizing:border-box;margin-left:1.5em;margin-top:0.5rem;}
header h1{font-size:1em;font-weight:700}

body>h1{background:#212121;color:#fcfcfc}

footer{border-top:2px solid #dd211f; background:#333;color:#fcfcfc;margin-top:2rem;}
footer p{color:#CCC}
footer a{text-decoration:none}
footer h5{font-size:1.25rem}
footer svg.ico{fill:currentColor;width:1em;height:1em;vertical-align:middle;margin:0 !important;padding:0 !important}

@media print{header,footer{display:none}h1,body,a{color:#212121;background:transparent;text-shadow:none;text-decoration:none}}

header{
	top:0;
	background:#888;border-bottom: 1px solid #8888;
	box-shadow: 0 1px 1px 0 #8888;
	display: block;
	width: 100%;
	font-size:1.25rem;
	letter-spacing:1px;
}

header hr{
	margin:0
}
.banner{	
	display:-webkit-flex;display:flex;
	-webkit-justify-content:space-around;justify-content:space-around;
	margin:0;
	padding:clamp(.5rem,2vw,1rem);
	max-height:unset;
	background:#e8e8e8;
	font-size:clamp(1.25rem,5vw,2.5rem);
	align-items:center;
}
.banner svg{max-height:100px;margin:10px;width:100%}
.banner img{max-height:120px;margin:0px;}
.sballlogo{max-width:1.3em}
.sballlogo path{fill:#000}
