html {-webkit-text-size-adjust: none;}
* { -moz-box-sizing: borderbox; -webkit-box-sizing: borderbox; margin: 0; padding: 0; box-sizing: border-box;}
body{
	background-color:#6a6c70; 
	background-image:url("../img/rainbkg6.jpg");
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	font-family:Raleway, Helvetica, Arial, sans-serif;
}
header{
	height:100px;
	background:rgba(0, 0, 0,.3);
}
.midlarge{
	display:none;
}
#wrapper{
	height:100vh;
}
#logo{
	width:75px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
}
.small{
	display:table;
	background:rgba(255,255,255,.8);
	color:#6a6c70; 
	height:50px;
	width:100%;
	text-align:center;
}
.small h2{
	display:table-cell;
	font-size:14px;
	font-weight:normal;
	vertical-align:middle;
}
.topnav{
	background-color:#00a8aa;
	list-style:none;
	overflow:hidden;
}
@media screen and (max-width: 600px) {
.topnav a:not(:first-child){
	display:none;
	}
.topnav a.icon{
	float:right;
	display:block;
	width:10%;
}
.topnav.responsive {position:relative;}
.topnav.responsive a.icon {
	position:absolute;
	right:0;
	top:0;
}
.topnav.responsive a {
	float:none;
	display:block;
	text-align:left;
}
}
.topnav a{
	display:inline-block;
	line-height:40px;
	padding-left:15px;
	padding-right:15px;
	width:90%;
	text-decoration:none;
	color:white;
	font-size:15px;
}
.topnav a:hover{
	background-color:#4cc4c4;
}

#franklin a{
	color:black;
}
#main{
	background:rgba(255,255,255,.8);
	padding-bottom:50px;
}
#imglg{
	display:none;
}
#imgsm{
	display:block;
	width:100%;
	margin-bottom:10px;
}
#snapshot{
	display:none;
}
#tenday{
	display:none;
}
.high{
	font-size:50px;
	font-weight:bold;
	color:#f25e57;
}
#snapsmall{
	border:3px solid #6a6c70;
	background:rgba(0, 0, 0,.2);
	width:200px;
	margin-left:auto;
	margin-right:auto;
}
#snapsmall table{
	padding-top:20px;
	padding-bottom:10px;
	text-align:center;
	width:100%;
}
#snapsmall td{
	padding-bottom:10px;
}
h1{
	text-align:center;
}
footer{
	height:75px;
	background:rgba(0, 0, 0,.3);
	color:white;
	text-align:center;
	padding-top:25px;
	font-size:1.25em;
}
#franklinimg{
	display:block;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	width:200px;
}