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/rainbkg.gif");
	background-attachment:fixed;
	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;
}

#navbar {
	background-color: #00a8aa;
	list-style: none;
}

#navbar li{
	line-height: 40px;
	text-align: center;
	width:100%;
}

#navbar li:hover{
	background-color: #4cc4c4;
}

#navbar a{
	text-decoration:none;
	color: white;
	font-size:15px;
}

#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;
}