body {
    font-family: arial, helvetica, sans-serif;
    background-color: black;
    color: white;
    margin-top: 0px;
}
@-ms-viewport{
  width: device-width;
}

@media (min-width: 320px) and (max-width: 649px) {
   /* Basically up to, but not including an iPad */
table.header {
	width: 100%;
	border-collapse: collapse;
	margin: auto;
  	margin-top: 0px;
	border: 0px;
}
td.header {
  text-align: center;
	background-color: black;
	padding: 5px 0px;
	margin: auto;
  vertical-align: top;
}
.link_button {
	width: 95%;
	height: auto;
}
.weather {
	width: 100%;
	height: auto;
}
img.logo {
	width: 100%;
	height: auto;
}

img.fb_nav {
	width: 30px;
	height: auto;
  display: none;
}
a.fb_nav {
	padding: 2px 8px;
  display: none;
}
#navbar {
	margin-top: 0px;
	width: 100%;
	overflow: hidden;
	background-color: #0A4B7E;
	margin: auto;
}
#navbar a.nav {
	float: left;
	display: inline-block;
	color: white;
	text-align: center;
	padding: 8px 8px;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	border: 0px;
}
.content, .calendar {
	margin auto;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0 auto;
}
.sticky + .content {
	padding-top: 60px;
	margin: 0 auto;
}
.printer {
	display: none;
}
img.logo {
	width: 100%;
	height: auto;
}
.address {
	font-size: 18px;
	font-weight: bold;
	color: white;
}
div.radio {
	display: inline-block;
	width: 70%;
	border-radius: 8px;
	background-color: #0099cc;
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	padding: 8px 6px;
}
}

@media (min-width: 650px) {

table.header {
	width: 100%;
	max-width: 768px;
	border-collapse: collapse;
	margin: auto;
  margin-top: 0px;
	border: 0px solid white;
}
td.header {
	text-align: center;
	background-color: black;
	border: 0px solid white;
  padding: 3px 0px;
  margin-top: 0px;

}
.link_button {
	height: 100%;
	width: auto;
}
img.logo {
	width: 100%;
	height: auto;
}
img.fb_nav {
	padding-top: 5px;
	width: 30px;
	height: auto;
}
a.fb_nav {
	padding: 10px 14px;
}

#navbar {
  margin: auto;
	margin-top: 0px;
	width: 100%;
	/*max-width: 768px;*/
	overflow: hidden;
	z-index: 1;
}
#navbar a.nav, a.printer {
	float: left;
	display: inline-block;
	color: white;
	text-align: center;
	padding: 6px 16px;
	text-decoration: none;
	font-size: 18px;
	border: 0px;
}
.content, .calendar {
	width: 100%;
	max-width: 768px;
	top: 60px;
	margin-left: auto;
	margin-right: auto;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	/*max-width: 768px;*/
	margin: auto;
  margin-top: 0px;
}
.sticky + .content {
	padding-top: 60px;
}
img.logo {
	width: 100%;
	max-width: 768px;
	height: auto;
}
.address {
	font-size: 24px;
	font-weight: bold;
	color: white;
}
div.radio {
	display: inline-block;
	width: 50%;
  height: 50px;
	border-radius: 8px;
	background-color: #0099cc;
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	padding: 6px 10px;
  text-align: center;
}
}


#navbar {
	overflow: hidden;
	background-color: orange;
	background-image: linear-gradient(#ef3621, #fcb318 );
}
#navbar a.nav:hover, a.printer:hover, a.fb_nav:hover {
	color: red;
	background: yellow;
	opacity: 0.5;
}
#navbar a.active {
	color: red;
	background: yellow;
	opacity: 0.5;
}
img.fb_nav:hover {
	filter: invert(100%);
}

button.snacks {
    border-radius: 8px;
    background-image: url(/images/snack.png);
    background-color: blue;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border: none;
    height: 50px;
    width: 200px;
    padding-left: 50px;
    vertical-align: middle;
    color: white;
    font-weight: bold;
    font-size: 1.25em;


}
div.snacks {
	display: inline-block;
	width: 45%;
	border: 0px solid white;

}
