div#header {
	padding: 24px 69px 0 69px;
}
.winter {
	font-family: 'Wisdom Script AI', sans-serif;
	text-transform: none;
	font-size: 70px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #c1f2f4; /* ice blue */
	text-shadow: -2px 4px 4px rgba(57, 137, 196, 1);
	/*text-shadow: 
	1px 1px 1px #70b9bc, 
	2px 2px 1px #70b9bc;
	*/
}
.wintertext {
	font-family: 'Wisdom Script AI', sans-serif;
	text-transform: none;
	font-size: 18px;
	letter-spacing: 0px;
	color: #4897D2; /* medium blue */
}
.longisland {
	display: initial; /* style.css explicitly states display:block, so negate that here since 'display' hadn't been used */
	padding-left: 5px;
	font-size: 47px;
}
/* original winter style commented out this declaration, so negate it here */
.longisland::after {
	content: '';
        display: none;
}
.restaurantweek {
	font-size: 58px;
}
img#headerplate {
	padding-right: 6px;
}
img#headeryear {
	margin-left: 16px;
}
.rwdate {
	font-size: 42px;
}
div#unavblock {
	background-color: #2e7ab2;  /* medium blue */
}
div#unav a:hover {
	background-color: #2e7ab2; /* darker blue */
	border-top-color: #2e7ab2;
	border-bottom-color: #2e7ab2;
}
div#unav a.unavon, div#unav a.unavon:hover {
	color: #2e7ab2; /* darker blue */
}
div#unav a.signup,
div#unav a.signup:hover {
	background-image: url('../img/icon_signup_check_winter.png');
	background-color: #2e7ab2;  /* medium blue */
	border-top-color: #2e7ab2;
	border-bottom-color: #2e7ab2;
}
div.menu a:link,
div.menu a:active,
div.menu a:visited,
div#lnav a:link,
div#lnav a:active,
div#lnav a:visited {
	background-color: #2e7ab2; /* darker blue */
}
div#lnav a:hover,
div#lnav a.lnavon {
	color: #2e7ab2; /* darker blue */
}
@media only screen and (max-width: 850px) {
	div#header {
		padding: 40px 0 0 40px;
	}
	div#headerleft {
		padding-left: 10px;
	}
	.winter {
		font-size: 80px;
		line-height: 40px;
	}
	.longisland {
		display: block;
		font-size: 32.5px;
		line-height: 1em;
		font-weight: 500;
		letter-spacing: 0px;
	}
	.longisland::after {
		display: none;
	}

	.restaurantweek {
		font-size: 25px;
		line-height: 30px;
		font-weight: 600;
		letter-spacing: 0px;
		border-bottom: 0;
		text-indent: 5px;
	}

	#lirnplate {
		float: none;
		position: absolute;
		left: 0;
		bottom: 15px;
	}
	img#headerplate {
		display: none;
	}
	/*
	img#headeryear {
		display: none;
	}
	*/
	.headeryear {
		font-size: 60px;
		line-height: 0;
		padding: 0px 12px 30px 0px;
		letter-spacing: 8px;
	}

	.rwdate {
		font-size: 25.5px;
		line-height: 1.4em;
		letter-spacing: 0px;
		margin-top: 10px;
		padding-left: 5px;
		display: inline;
	}
}
