@font-face {
	font-family: dephion;
	src: url(fonts/Dephion-Slatned-Light.otf);
  }
body {
	margin:0;
	padding:0;
	background-color: #fff;
}
a {
	background-color:transparent;
	-webkit-text-decoration-skip:objects;
}
a:active, a:hover {
	outline-width:0;
}
img {
	border-style:none;
}
textarea {
	overflow:auto;
}
html, body {
	font-family:Verdana, sans-serif;
	font-size:15px;
	line-height:1.5;
}
.topnav {
	position: fixed;
	width: 100%;
	height: 50px;
 	background: linear-gradient(#fff, #E2F4BD);
	z-index: 20;
}
.topnav a {
	float: left;
	display: block;
	font-size: 16px;
	font-size: 1.2vw;
	text-align: center;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	cursor: pointer;
	color: #030;
	background: none;
	height: 40px;
	width: 80px;
	padding-top: 10px;
	white-space: nowrap;
}
.topnav a:hover {
	background-image: url(../images/lure.png);
}
.topnav .icon {
	position: absolute;
	right: 30px;
	top: 0px;
	display: none;
	z-index: 20;
}
.topnav .site-logo {
	z-index: 20;
}
#site-banner {
	overflow: hidden;
}
#siteContent {
    width: 95vw;
    margin: 0 auto;
    outline-style: none;
}
.site-section {
	width: 100%;
	padding-top: 40px;
 	background: linear-gradient(#fff, #E2F4BD);
}
.site-section-title {
	text-align: left;
	font-size: 40px;
	color: #030;
	padding-left: 10px;
	white-space: nowrap;
}
.site-section-text {
	text-align: left;
	font-size: 15px;
	color: #030;
	padding-left: 10px;
	white-space: nowrap;
}
#weather {
	padding-top: 1px;
	padding-bottom: 10px; 
}
#snowstick-instruction {
	font-size: 10px;
	text-decoration: underline;
	cursor: pointer;
}
.overlay {
	display: none;
	position: relative;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.overlayClose {
	background: url(../images/close.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	height: 36px;
	width:  36px;
	z-index: 9;
}
#snowstick img {
	width: 100%;
	object-fit: contain;
}
#weather-gauges {
	background-color: #000;
	min-height: 550px;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	margin: 0 auto;
}
.archiveDateTime {
	color: #AAA;
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
.archiveDateTime p{
	margin: 0;
	padding: 0;
}
#click-instruction {
	font-size: 10px;
}
#historyChartContainer {
	width: 100%;
	object-fit: contain;
}
div#rainGauges {
	float: left;
	width: 135px;
}
div#meterStack {
	width: 210px;
	height: 260px;
	float: left;
}
div#buildingTempGauges {
	width: 140px;
	height: 300px;
	float: left;
}
.largeGauges {
	width: 190px;
	height: 190px;
	padding-top: 15px;
	float: left;
	cursor :pointer;
}
.rainGauges {
	width: 125px;
	height: 250px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.rainCharts {
	width: 500px;
	height: 250px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}	
.smallGauges {
	width: 150px;
	height: 150px;
	float: left;
	margin-top: -5px;
	margin-bottom: -20px;
}
.meter {
	width: 210px;
	height: 120px;
	float: left;
	margin-top: 10px;
}
.xmy-gallery> .thumbnail {
  padding: 0 8px;
}
.xmy-gallery:after {
  content: "";
  display: table;
  clear: both;
}
.xmy-gallery img{
	float: left;
	margin-bottom: 2px;
	margin-right: 2px;
	display: block;
}
.thumbnail-click-instruction {
	width: 260px;
	height: 20px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
}
#contact-form {
	width: 800px;
	min-height: 560px;
	padding: 10px;
	margin: 0 auto;
}
.site-form-input {
	border: 1px solid #ccc;
	width: 100%;
}
.site-form-input:hover {
	border: 1px solid #000;
}
.site-submit-button {
	width: 100px;
	display: block;
	margin: 0px auto;
	margin-bottom: 10px;
}
#site-footer {
    width: 95vw;
    margin-left:25px;
    font-size: 12px;
    color: #999;
}
#louies-nav {
	padding-top: 5px;
}
#louies-nav:hover {
	background-image: url(../images/glass.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#louies-now-brewing {
	background: #202020;	
}
#louies-section {
	padding-top: 10px;
}
#louies-section .site-section-title {
	font-family: dephion;
	font-size: 40px;	
}
button:focus { 
    outline-style: none; 
}
#swipe-area  {
	position: -webkit-sticky;
    position: sticky;
    top:0;
    width: 100%;
    padding-top: 60px;
	background-color: #202020; 
    z-index:10; 
}
.swipe-arrow {
    font-size: 2vh;
    color: #999;
    background-color: #202020;
	border-bottom-color: #000;
	border-right-color: #000;
	border-top-color: #333;
	border-left-color: #333;	
}
.swipe-arrow:active {
	border-bottom-color: #333;
	border-right-color: #333;
	border-top-color: #000;
	border-left-color: #000;	
}
#prev-brew-history {
	position: absolute;
    left: 20;
}
#next-brew-history {
	position: absolute;
    right: 20;
}
#brew-name {
    text-align: center;
    font-family: 'Heebo';
    color: #999;
    font-size: 3vw;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
}
#targets {
    text-align: center;
    font-family: 'Heebo';
    color: #999;
    font-size: 1.5vw;
    margin: 0;
}
#brew-date-time {
    text-align: center;
    font-family: 'Heebo';
    color: #999;
    font-size: 1.25vw;
    margin: 0;
}
#brew-data-meters {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 2vh;
}
.brew-data-meter {
    width: 25%;
    margin-bottom: 3vh;
    border-width: 4px;
    border-style: solid;
    border-bottom-color: #444;
    border-right-color: #444;
    border-top-color: #111;
    border-left-color: #111;
    background-color: #202020;
    box-sizing: border-box;
}
.meter-text {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Heebo';
    font-size: 2vw;
    font-weight: bold;
    color: #999;
}
.meter-value {
    text-align: center;
    font-family: 'Heebo';
    font-size: 3vw;
    font-weight: bold;
    margin: auto;
}
#tilt-gravity {
    color: forestgreen;
}
#thermowell-temp {
    color: crimson;
}
#tilt-temp {
    color: goldenrod;	
}
#glycol-temp {
    color: steelblue;	
}
.brew-data-chart {
    width: 100%;
    margin-bottom: 25px;
    border-style: solid;
    border-width: 4px;
    border-bottom-color: #444;
    border-right-color: #444;
    border-top-color: #111;
    border-left-color: #111;
    background-color: #202020;
    box-sizing: border-box;
}
.ui-loader-header {
    display: none;
}
.ui-page {
    outline-style: none;
}
@media screen and (max-width: 800px) {
	.sitenav a {
		display: none;
	}
	.topnav a.icon {
		display: block;
	}
	#snowstick img {
	max-width: 800px;
	}	
}
@media screen and (max-width: 800px) {
	.sitenav.responsive {
		position: fixed;
		margin-top: 50px;
		right: 0;
		width: 150px;;
		height: 250px;
 		background: linear-gradient(#fff, #E2F4BD);
	}
	.sitenav.responsive a {
		float: none;
		display: block;
		font-size: 16px;
		font-size: 1.8vw;
		z-index: 10;
	}
	.sitenav.responsive a:hover {
		background-image: url(../images/lure.png);
		background-position: right;
		background-repeat: no-repeat;
	}
}