:root {
  --c1: #293B5F;
  --c2: #47597E;
  --c3: #DBE6FD;
  --c4: #5A543C;
  --clight: whitesmoke;
  --cdark: darkslategray;
  --dottedUnderline: 2px dotted whitesmoke;
  --dayWidth: 18%;
  --dayMargin: 0 1%;
  --gradient: linear-gradient(90deg, rgba(219,230,253,.5) 0%, rgba(71,89,126,0.5) 90%);
}
body {
	background: rgb(41,59,95);
	background: var(--gradient);
}

nav{
  margin-bottom: 1em;
}

div.section {
  background: rgba(255,255,255,0.25);
	color: var(--cdark);
	width: 100%;
	/*padding: 1em;*/
}

div.hbhTitle {
	color: var(--cdark);
	float: left;
	/*font-size: 22px;*/
	border: none;
	padding: 5px 0px 5px 0px;
	margin: 0;
	width: 100%;
	text-decoration: underline var(--dottedUnderline);
}

div.hbhBlock {
	width: 25%;
	float:left;
	padding: 0px .5em;
	text-align: center;
}
div.hbhImgBlock {
	width: 5%;
	float:left;
	padding: 2px 5px;
}

div.hbhRowHeader {
	width: 100%;
	height: 23px;
	margin: 5px 0;
	/*font-size: 10px;*/
	/*text-align: left;*/
	border-top: var(--dottedUnderline);
  padding-top: 4px;
}

div.hbhGoodRow {
	background-color: #407FFF;
	width: 235px;
	height: 23px;
	margin: 5px;
	font-weight: bold;
	text-align: left;
}


div.hbhOkRow {
	background-color: #7F7FC0;
	width: 235px;
	height: 30px;
	margin: 5px 0;
	text-align: left;
	font-weight: bold;
}


div.hbhBadRow {
	background-color: transparent;
	width: 100%;
	/*height: 28px;*/
	margin: 0;
	text-align: left;
	/*font-weight: bold;*/
	padding: 1px 0;
}

div.hbhDate {
	color: var(--c4);
	/*font-size: 20px;*/
}



div{}

body {
			/*margin-left: auto;*/
			/*margin-right: auto;*/
			/*text-align: center;*/
			width: 100%;
		}
		
		/*div.conditions {*/
		/*	float: right;*/
		/*	width:550px;*/
		/*	height: 240px;*/
		/*	background: black;*/
		/*	color: white;*/
		/*	padding: 0px;*/
		/*	margin: 0px;*/
		/*}*/
		

		
		/*div.temperature, div.humidity {*/
		/*	border: 1px solid white;*/
		/*	float:right;*/
		/*	padding: 5px;*/
		/*	margin: 5px;*/
		/*	width: 84px;*/
		/*	height: 80px;*/
		/*	background: black;*/
		/*	color: white;*/
			/*font-size: 14px;*/
		/*}*/

		

		div.bulb {
			float:right;
			/*font-size: 16px;*/
			width: 200px;
			height: 108px;
			background: black;
			padding: 10px 0px 0px 0px;
			
			margin: 5px;
			color: white;
			border: 1px solid white;
		}
		
		div.forecast {
			/*background: black url("bg.gif") no-repeat top;*/
			background-size: 102%;
			padding-top: 10rem;
			width: 100%;
			margin: 0px;
			color: white;
			letter-spacing: 1.2px;
			margin-left: auto;
			margin-right: auto;
		}
		
		div.forecast div.forecastdetails {
			width: 100%;
			/*margin-left: 10px;*/
			position: absolute;
			bottom: 1rem;
		}

		
		div.conditionTitle {
			color: white;
			float: left;
			/*font-size: 22px;*/
			border: 1px solid white;
			padding: 5px 0px 5px 0px;
			margin: 5px;
			width: 315px;
		}
		div.left {
			float: left;
		}
		
		.right {
			float: right;
		}
		
		div.caldayheader {
			font-weight: bold;
			width:75px;
			height: 14px;
			float: left;
			background: white;
			color: black;
			border: 1px solid black;
			padding: 5px 0px;
			margin-top: 0px;
		}
		
		div.calday {
			font-weight: bold;
			font-size: 12px;
			width:65px;
			height: 45px;
			float: left;
			background: white;
			color: black;
			border: 1px solid black;
			padding: 5px;
		}
		
		
		/*div.day {*/
		/*	font-weight:normal;*/
		/*	width: var(--dayWidth);*/
		/*	float:right;*/
		/*	background: #00337F;*/
		/*	color: white;*/
		/*	margin: var(--dayMargin);*/
		/*}*/
		/*div.weekendday {*/
		/*	font-weight:normal;*/
		/*	width: var(--dayWidth);*/
		/*	float:right;*/
		/*	background: #00337F;*/
		/*	color: yellow;*/
		/*	margin: var(--dayMargin);*/
		/*}*/
		div.black {
			background: black;
			color: white;
		}
		
		div.date {
			float: left;
			/*font-size: 26px;*/
		}
		
		div.goodsnow {
			float:right;
			width:155px;
			height:70px;
			margin: 5px 15px 0px 0px;
			background: #0066FF;
		}
		
		div.oksnow {
			float:right;
			width:155px;
			height:70px;
			margin: 0px 15px 0px 0px;
			background: #7F7FC0;
		}

		div.nosnow {
			float:right;
			width:155px;
			height:70px;
			margin: 0px 15px 0px 0px;
			background: #FE0000;
		}

		.clear {
			clear: both;
			display: block;
		}
		.clearR {
			clear: right;
		}
		
				.clearL {
			clear: left;
		}
		/*img.icon {*/
		/*	float: left;*/
		/*	width:40px;*/
		/*	margin:5px 0px 5px 5px;*/
		/*	border: 1px solid black;*/
		/*}*/
		
		img.arrow {
			float: right;
			padding: 13px 10px 0px 0px;
		}
		
		div.weather {
			padding: 15px 0px 0px 10px;
			float:left;
			/*font: 12px "Arial" sans-serif;*/
			text-align: left;
		}
		div.slogan{
			padding: 6px 0px 0px 0px;
			font: 28px "Arial" sans-serif;
			color:white;
		}
		
		img.days {
			width:45px;
			border: 1px solid black;
			margin: 5px;
		}
		
		div.toohot {
			padding: 8px 0px 0px 0px;
			width:45px;
			/*font-size: 12px;*/
			background: #0000CC;
			border: 1px solid black;
			margin: 5px;
			color: white;
			height: 56px;
			margin-left: auto;
			margin-right: auto;
		}
		
		img.caldays {
			width:16px;
			border: 1px solid black;
			float: right;
			margin: 2px;
		}
		div.dial {
			float: left;
			clear:none;
			padding: 10px;
			border: 1px solid white;
			margin: 5px;
		}
		
		div.extrainfo {
			float: left;
			clear:none;
			padding: 20px 8px;
			border: 1px solid white;
			margin: 5px;
			width: 68px;
			height: 92px;
		}
		
		div.help {
			float:right;
			padding: 2px;
			margin: 0px;
			height: 17px;
			color: white;
			padding-left: 5px;
		}
		.left {
			float: left;
			clear:none;
		}
		img.float {
			float:left;
			clear:none;
		}
		
		div.gap {
			height:6rem
		}
		
		div.setlocation {
			float: left;
			width: 520px;
			margin:0px;
			padding: 0px;
			color: white;
			text-align: left;
		}
		
		div.units {
			float: right;
			margin:0px;
			padding: 2px;
			color: white;
			height: 17px;
			text-align: right;
			vertical-align: top;
			border: 1px solid #222;
		}
		
		div.calendar {
			background: black;
			width: 550px;
			height: 500px;
			margin: 0px;
			padding: 5px;
			padding-bottom: none;
			color:white;
			
		}
		
		/*div.month {*/
		/*	border: 1px solid white;*/
		/*	padding: 2px;*/
		/*	margin: 12px 5px 12px 5px;*/
		/*	background-color: #00337F;*/
		/*	color:white;*/
		/*	text-decoration: none;*/
		/*}*/
		
		div.calendarTitle {
			border: 1px solid white;
			width: 500px;
			color: white;
			padding: 5px;
			margin: 10px 10px 10px 10px;
			margin-left: auto;
			margin-right: auto;
		}

		div.monthCalendarTitle {
			border: 1px solid white;
			width: 500px;
			color: white;
			/*font-size: 14px;*/
			padding: 2px 5px;
			margin: 5px;
			margin-left: auto;
			margin-right: auto;
		}

		div.monthCalendarTitle .locationTitle {
			/*font-size: 14px;*/
			margin: 2px;
		}
		
		div.monthTitle {
			/*font-size: 28px;*/
		}
		div.monthCalendarTitle .totalDays {
			/*font-size: 34px;*/
			margin: 2px;
			padding: 0px;
		}
		
		div.totalDays {
			float: right;
			clear: right;
			color: red;
			/*font-size: 50px;*/
			font-weight: bold;
		}
		
		.hidden { display:none; }
		
		div.monthDays {
			color: red;
			border: 1px solid black;
			width: 90px;
			margin-right: auto;
			margin-left: auto;
			/*font-size: 50px;*/
			font-weight: bold;
			margin-top: 10px;
			margin-bottom: 10px;
			background: white;
			height: 60px;
		}
		
		div.monthDaysNoData {
			color: red;
			border: 1px solid black;
			width: 90px;
			margin-right: auto;
			margin-left: auto;
			font-weight: bold;
			margin-top: 10px;
			margin-bottom: 10px;
			padding-top: 10px;
			background: white;
			height: 50px;
			vertical-align: center;
		}

		div.spacer {
			width: 500px;
			margin: 5px 0px 5px 0px;
			padding: 1px;
			float: left;
			margin-left: auto;
			margin-right: auto;
		}

		input {
			padding: 0px 5px;
			margin: 0px;
		}
		form {
			padding: 0px 0px 15px 0px;
			margin: 0px;
		}

		a.month {
			text-decoration: none;
			color: white;
			border: 1px solid white;
			padding: 2px;
			margin: 2px 20px 2px 20px;
			font-size: 12px;
		}

		a.white {
			text-decoration: none;
			color: white;
		}
		
		a.red {
			text-decoration: none;
			color: red;
		}
.white_bold_font {
	font-weight: bold;
	color: #FFF;
}

div.c2 {width: 268px; height: 340px; overflow: auto; overflow-x: hidden; overflow-y: auto;}
  div.c1 {font-weight: bold}

.small-font{
  font-size: 0.7em !important;
  font-weight: bold;
  text-transform: uppercase;
  color: #181a18;
}

.title{
  font-size: 1.2em;
  text-decoration: dotted underline 1px;
  margin-bottom: 1em;
}
.toowarm{
  padding: 0.25em 1em;
  background: red;
  margin-top: 1em;
}

.hourlyRows .hourlyrow{
  background: rgba(255,255,255,0.666);
}

.hourlyRows .hourlyrow:nth-child(odd){
  background: rgba(255,255,255,0.333);
}

.hourlyRows .hourlyrow:hover{
  background: rgba(255,255,255,.8);
}

.location{
  font-weight: bold;
}

.fiveday .info{
  /*display: none;*/
  text-align: left;
  font-size: .8em;
  font-style: italic;
}

.snowmakingmonths{
  border-spacing: 0;
  border-collapse: collapse;
}

.snowmakingmonths td{
  background: whitesmoke;
}

.snowmaking .monthname{
  padding: 4px 0;
  background: black;
  color: whitesmoke;
}

.snowmaking .monthtotal{
  padding: 4px 0;
  background: whitesmoke;
  font-weight:bold;
  font-size: 1.25em;
}

.snowmaking .month{
  margin-bottom: 1em;
}

.temp:empty::after,.wetbulb:empty::after,.humidity:empty::after,.hi:empty::after,.lo:empty::after{
  content: ' --- ';
}

.temp:not(:empty)::after, .wetbulb:not(:empty)::after, .hi:not(:empty)::after, .lo:not(:empty)::after{
  content: '\00B0';
}

.humidity:not(:empty)::after{
  content: '%';
}

.current-fc .icon, .hourlyrow .icon, .fiveday .icon{
  max-height: 30px;
}

.hourlyrow .icon{
  padding: 2px 0;
}

.current .icon-title{
  font-size: .8em;
}

.center{
  text-align: center;
}
.right{
  text-align: right;
}

.datael{
  opacity: .2;
}

.fiveday .day p, .fiveday .night p{
  margin: 0;
}

.fiveday .day, .fiveday .night{
  padding: 1em;
}

.fiveday .icon{
  margin: 1em 0;
}

.fiveday .small-font{
  font-size: 0.8em;
}

.current .form-check label{
  text-decoration: none;
  font-size: 0.8em;
}

.hourlyRows .hourlyrow{
}

.hourlyRows .hourlyrow.none{
  background: #fe0034;
  color: whitesmoke;
}

.hourlyRows .hourlyrow.poor{
  background: #829eef;
}

.hourlyRows .hourlyrow.good{
  background: #1b2acb;
  color: whitesmoke;
}

.legend{
  font-weight: bold;
}

.legend .conditions{
  font-weight: bold;
}

.legend .conditions.none{
  background: #fe0034;
  color: whitesmoke;
}

.legend .conditions.poor{
  background: #829eef;
}

.legend .conditions.good{
  background: #1b2acb;
  color: whitesmoke;
}

.fiveday .day.none,.fiveday .night.none{
  background: #fe0034;
  color: whitesmoke;
}

.fiveday .day.poor,.fiveday .night.poor{
  background: #829eef;
}

.fiveday .day.good,.fiveday .night.good{
  background: #1b2acb;
  color: whitesmoke;
}

.fiveday .nomargin .night{
	margin-top:0px !important;
}

.none .small-font {
	color: #fff;
}

.current-fc.none{
  background: #fe0034;
  color: whitesmoke;
}

.current-fc.poor{
  background: #829eef;
}

.current-fc.good{
  background: #1b2acb;
  color: whitesmoke;
}

.fas.fa-snowflake {
  z-index: 100;
  display: inline-block;
  position: absolute;
  top: 0.25em;
  left: 0.25em;
  font-size: 0.75em;
}