body {
	background-image: url("background.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	background-color: black;
	background-size: cover;
	-o-background-size:100% auto;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}



a:link {
	font-family: Calibri, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
}
a:visited {
	font-family: Calibri, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
}
a:hover {
	font-family: Calibri, bold, Helvetica, sans-serif;
	color: white;
	text-decoration: underline;
}
a:active {
	font-family: Calibri, Helvetica, sans-serif;
	color: white;
	text-decoration: none;

}




/* BEGIN Top Bar Code NEW */
/* 
#topbar {
	min-width: 100%;
	background-color: #3282ff;
	padding: 0px;
	top: 0px;
	left: 0px;
	float: top;
}
.topbarlinks {
	height: 60;
	margin: 0;
	padding: 0px;
	float: left;
	line-height: 60px;
	border-bottom: 1px solid black;
}
*/


ul {
	text-align: left;
	display: inline;
	padding: 0px 0px 0px 0;
	margin: 0px 0px 0px 0;
	list-style: none;
	text-decoration: none;
}
ul li {
	font: bold 20px calibri;
	display: inline-block;
/*	margin-left: 2px; */
	margin-right: -3px;
	position: relative;
	padding: 8px 4px;
	background-color: #3282ff;
	cursor: pointer;
}
ul li:hover {
	font: bold 20px calibri;
	color: black;
	display: inline-block;
/*	margin-left: 2px; */
	margin-right: -3px;
	position: relative;
	padding: 8px 4px;
	background-color: #ffd600;
	cursor: pointer;
}
ul li:hover a {
	background-color: #ffd600;
	color: black;
	text-decoration: none;
}
ul li a:link {
	padding: 8px 4px;
	font-family: Bahnschrift Condensed, calibri, Helvetica, sans-serif;
	color: white;
}
/*
ul li a:hover {
	font-family: Bahnschrift Condensed, calibri, Helvetica, sans-serif;
	color:black;
	text-decoration: none;
}
*/
ul #mainlinks:hover a {
	background-color: #ffd600;
	color: black;
	text-decoration: none;
}

.survey {
	background-color: #ffd600;
	color: blue;
	text-decoration: none;
}


/*
#dropdown {
	display: none;
}



ul li:hover ul {
	display: block;
	visibility: visible;
	position: absolute;
	padding: 8px 4px;
	z-index: +1; 
}
ul li ul {
	padding: 0;
	position: absolute;
	top: 51px;
	left: -5px;
	right: -5px;
	width: absolute;
	display: block;
	visibility: hidden;
}
ul li ul li { 
	background-color: #3282ff; 
	display: block; 
	font: bold 16px calibri;
	padding: 0px 0px;
}
ul li ul li:hover {
	display: block; 
}
ul li ul li a:link {
	display: block;
	padding: 8px 4px;
}
*/







/* END Top Bar Code NEW */
















/* Header */
#header {
	min-width: 70%;
	max-width: 90%;	
	margin-left: 10%;
	margin-right: 10%;
	padding: 0px;
	background-color:rgba(1, 1, 1, 0.8);
z-index: 1;
}
@media only screen and (max-device-width: 1366px) {
	#header {
		min-width: 100%;
		max-width: 100%;
		margin-left: 0%;
		margin-right: -20%;
		padding: 0px;
		background-color:rgba(1, 1, 1, 0.8);
	}
}


#logo {
   	background: url('stormsellweather.png') 0 0;
	padding: 0px;
	margin: 0px;
	width: 550px;
	height: 59px;
}
#logo:hover {
	background-position: 0px 59px;
	width: 550px;
	height:59px;
	cursor: pointer;
}


#bryantsell {
	font-family: Bahnschrift Condensed, calibri, Helvetica, sans-serif;
	color: white;
}



/* Old: */
#twitter {
   	background: url('social/social.png') 0 0;
  	height: 50px;
  	width: 50px;
/*	float: left;	*/
}
#twitter:hover {
	background-position: -50px 0px;
 	height: 50px;
  	width: 50px;
	cursor: pointer;
}
#instagram {
   	background: url('social/social.png') 0 0;
	background-position: -100px 0px;
  	height: 50px;
  	width: 50px;
/*	float: left;	*/
}
#instagram:hover {
	background-position: -150px 0px;
  	height: 50px;
  	width: 50px;
	cursor: pointer;
}
#youtube {
   	background: url('social/social.png') 0 0;
	background-position: -200px 0px;
  	height: 50px;
  	width: 50px;
/*	float: left;	*/
	margin-right:20px;
}
#youtube:hover {
	background-position: -250px 0px;
  	height: 50px;
  	width: 50px;
	cursor: pointer;
}



/* Main Area Content Code */
#maincontent {
	height: auto;	
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 2%;
	padding: 30px;
	padding-top: 5px;
	background: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-device-width: 1366px) {
	#maincontent {
		height: auto;	
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 2%;
		padding: 10%;
		padding-top: 5px;
		background: rgba(0, 0, 0, 0.7);
	}
}
#subbox {
	float:left;
	width: 25%;
	height: auto;	
	margin-left: 0%;
	margin-right: 10%;
	margin-top: 2%;
	padding: 0px;
}
#homepagecontent {
	width: 90%;
	height: auto;	
	margin-top: 5%;
	margin-left: 5%;
	margin-right: 5%;
	vertical-align: center;
}
#pagetitle {
	font-size: 48px;
	font-family: calibri;
	color: white;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}
h1 {
	font-family: calibri;
	font-size: xx-large;
	color: white;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}
h2 {
	font-family: calibri;
	font-size: x-large;
	color: white;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 2px;
}
h3 {
	font-family: calibri;
	color: white;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}
h4 {
	font-family: calibri;
	color: white;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight:normal;
}
p {
	font-family: calibri;
	color: white;
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;

}
#mapwalllink {
	text-shadow: -2px 2px 2px black;
	padding-top: 30px;
}
/*
li {
	font-family: calibri;
	color: white;
	list-style-type: none;
	padding: 0px;
	margin: 0px;

}
ul {
	padding: 0px;
	margin: 0px;
	margin-top: -10px;
}
*/


#homepagedivider {
	background-color:black;
	font-size:36px;
	text-align:center;
	valign:middle;
	padding:0px;
	margin:0px;
}







	/* Year Selector */
.YearMenu {
	font-size: 24px;
	float:left;
	color: white;
	cursor: pointer;
	border-style: none solid none none;
	border-color: white;
	border-width: 2px;
	font-family: calibri, bold,Helvetica, sans-serif;
	padding: 6px;
	display: block;
}
.YearMenu:hover {
	font-size: 24px;
	background-color: #3282ff;
	border-style: none solid none none;
	border-color: white;
	border-width: 2px;
	text-decoration: none;
}
.YearMenuActive {
	font-size: 24px;
	float:left;
	color: white;
	cursor: default;
	background-color: #3282ff;
	border-style: none solid none none;
	border-color: white;
	border-width: 2px;
	font-family: calibri, bold,Helvetica, sans-serif;
	padding: 6px;
	display: block;
	font-weight: bold;
}
.YearMenuActive:hover {
	background-color: #3282ff;
	border-style: none solid none none;
	border-color: white;
	border-width: 2px;
	font-weight: bold;
	text-decoration: none;
}

.TitleYearMenu {
	float:left;
	color: white;
	font-family: calibri, bold,Helvetica, sans-serif;
	padding: 8px;
	display: block;
}



/* PA Temp/Precip Page */
#PAstatstable {
	border: 1px solid white;
	padding: 10px;
	margin: 10px;
	text-align: center;
	height: 360px;
	background-color: hsla(100, 100%, 100%, 0.3);
}

#PAstatstable tr {
	border: 1px solid white;
	padding: 0px;
	margin: 0px;
}
#PAstatstable td {
	padding: 0px;
	margin: 0px;
}
.PAstatsimg {
	width: 800px;
	height: 566px;
}
@media only screen and (max-device-width: 1366px) {
	.PAstatsimg {
		width: 100%;
		height: 100%;
	}
}

.Year {
	background-color: #51575d;
	padding: 2px 0px;
	display: block;
	width: 100%;
	font-size: xx-large;
	font-family: Calibri, bold, Helvetica, sans-serif;
	color: white;
}
.Year:hover {
	background-color: #3282ff;
	text-decoration: none;
}
.Month a {
	background-color: #51575d;
	padding: 2px 0px;
	display: block;
	width: 100px;
	height: 20px;
	margin: 0px;
	font-family: Calibri, bold, Helvetica, sans-serif;
	color: white;
}
.Month:hover a {
	background-color: #3282ff;
	text-decoration: none;
}

.Seasons {
	display: table-cell;
	padding: 2px 2px;
	background-color: #51575d;
	margin: 0px;
	border-left: 3px solid white;
	width: 100px;
	vertical-align: middle;
	font-family: Calibri, bold, Helvetica, sans-serif;
	color: white;
}
.Seasons a {
	display: table-cell;
	padding: 0px;
	margin: 0px;
	width: 100px;
	vertical-align: middle;
}
.Seasons:hover {
	background-color: #3282ff;
}
.Seasons:hover a {
	text-decoration: none;
}

.NotActive a {
	color: gray;
	pointer-events:none;
}
.NotActive:hover {
	background-color: gray;
}
.NotActive:hover a {
	background-color: gray;
}


/* Photograhy Styles */
#PhotoBox {
	text-align: center;
	border: 1px solid gray;
	width: 32%; 
	max-height: 350px;
	float: left; margin: 3px;
}
#PhotoCaption {
	font-family: calibri;
	color: white;
	padding: 1px;
	vertical-align: middle;
}











.parallax {
	/* The image used */
	/*	background-image: url('background.jpg');	*/

	/* Full height */
	height: 100%;
	margin: 0px;
	padding: 0px;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;




}




.parallax1 {
	text-align: center;
	/* The image used */
	background-image: url('bwwbackground.png');
	background-color: white;

	/* Full height */
	height: 100%;
	margin: 0px;
	padding: 0px;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	z-index: 2;
}

.parallax2 {
	text-align: center;
	/* The image used */
	background-image: url('photos/Clouds/6132021.jpg');

	/* Full height */
	height: 100%;
	margin: 0px;
	padding: 0px;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax3 {
	text-align: center;
	/* The image used */
	background-image: url('photos/Storms/7162016.jpg');

	/* Full height */
	height: 100%;
	margin: 0px;
	padding: 0px;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-device-width: 1366px) {
	.parallax {
		background-attachment: scroll;
		height: auto;
		width: 100%;
		margin: 0px;
		margin-bottom:25px;
		padding: 0px;
		padding-bottom: 50px;
	}
	.parallax1 {
		background-image: url('bwwbackground.png');
		background-attachment: scroll;
		height: auto;
		width: 100%;
		margin: 0px;
		padding: 0px;
		padding-bottom: 50px;
		border-top: 5px solid white;
		z-index: 1;
	}
	.parallax2 {
		background-image: url('photos/Clouds1.jpg');
		background-attachment: scroll;
		height: auto;
		width: 100%;
		margin: 0px;
		padding: 0px;
		padding-bottom: 50px;
	}
	.parallax3 {
		background-image: url('photos/Storms5.jpg');
		background-attachment: scroll;
		height: auto;
		width: 100%;
		margin: 0px;
		padding: 0px;
		padding-bottom: 50px;
	}
	#bww {
		max-width:80%;
	}
}

parallaxlayer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#stormsell {
	z-index: 1;
	position: absolute;
	margin-top: 5%;
}












#layerbackALL {
	/* The image used */
		/* symbolsChristmas.svg */
	background-image: url('symbols.svg');
	/* Full height */
	width: 100%;
	height: 100%;
	margin: 0px;
	margin-bottom: 100px;
	padding: 0px;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: translateZ(-1000px) scale(3);
	transform: translateZ(-1000) scale(3);
	position: absolute;

/*	border: 3px solid green;	*/
}





  /* Parallax base styles
  --------------------------------------------- */

.parallax__box {
	height: 500px; /* fallback for older browsers */
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-perspective: 500px;
	perspective: 500px;
}

	.parallax__group {
	position: relative;
	height: 500px; /* fallback for older browsers */
	height: 100vh;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.parallax__group2 {
	position: relative;
	height: 500px; /* fallback for older browsers */
	height: 100vh;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}







#group1 {
	z-index: -2; /* slide under group 2 */
}
#group1 .parallax__layer--base {
	background:url("photos/symbolsmid.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#group1 .parallax__layer--back {
	background:url("photos/symbolsback.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#group1 .parallax__layer--fore {
	background:url("photos/symbolsfront.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#group2 {
	z-index: 1; /* slide over group 1 */
}




@media only screen and (max-device-width: 1366px) {
	#layerbackALL {
		display:none;
	}

	.parallax__group {
		position: abosolute;
		height: 500px;
  	}
  	.parallax__group2 {
		position: abosolute;
		height: 0px;
	}
}







/* for past pa tornado page iframe */
.wrapped-iframe {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 1500px;
	border: 0;
}
@media only screen and (max-device-width: 1366px) {
	.wrapped-iframe {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		min-height: 2600px;
		border: 0;
	}
}
