body{
	background:black;
	margin:0;
}

.clearfix{
	clear:both;
}

.appNotification{
	position:absolute;
	width:100%;
	height:100%;
}

#appNotificationMoreInfo{
	display:none;
}

#appNotificationNetworks{
	display:none;
}

#appNotificationComplete{
	display:none;
}

#appNotificationBG{
	position:absolute;
	width:100%;
	height:100%;
	background:#01041b;
	opacity:0.9;
	filter:alpha(opacity=90);
}

#appNotificationBGIntroInfo{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background:#01041b;
	opacity:0.9;
	filter:alpha(opacity=90);
}

#textMoreInfo{
	
}

.appNotificationText{
	position:relative;
	font-size:12pt;
	color:white;
	font-family:"Quicksand", sans-serif;
	padding-right:5%;
	padding-left:5%;
	max-width:90%;
	width:900px;
	margin:0 auto;
	margin-top:170px;
	overflow:auto;
}

#textMoreInfo{
	background:#01041b;
}

#textIntroInfo{
	background:#01041b;
}

.appNotificationText a{
	color:#70c8f6;
}

.appNotificationClose{
	position:absolute;
	top:100px;
	margin-left:50%;
	left:400px;
	color:#01041b;
	font-family:"Quicksand", sans-serif;
	text-align:center;
	font-size:18pt;
	width:30px;
	height:30px;
	line-height:30px;
	user-select: none;
	cursor:pointer;
	background: #70c8f6;
}

#appNotificationCloseIntroInfo{
	top:180px;
}

#appHeader{
	position:fixed;
	width:100%;
}

#appHeaderHolder{
	position:relative;
	width:100%;
}

#appHeaderBG{
	position:absolute;
	width:100%;
	height:100%;
	background:url("/nasainthe50states/img/space_background.png") no-repeat;
	background-position:center top;
	background-color:#01041b;
}

#appHeaderContent{
	position:relative;
	margin:0 auto;
	max-width:1000px;
	padding-top:10px;
}

#nasaLogo{
	float:left;
	max-height:80px;
	max-width:15%;
}

#spaceplaceTextLogo{
	float:left;
	margin-left:20px;
	max-width:50%;
}

#spaceplaceLogo{
	float:right;
	max-width:15%;
}

#stateslogoHolder{
	position:relative;
	width:100%;
	height:100%;
}

#stateslogoBG{
	position:absolute;
	width:100%;
	height:100%;
	background:#2E3192;
	opacity:0.8;
	filter:alpha(opacity=80);
}

#stateslogoText{
	position:relative;
	width:100%;
	color:white;
	text-align:center;
	font-size:20pt;
	font-family:"Quicksand", sans-serif;
	padding:10px;
}

.statesLogoNavButton{
	position:absolute;
	width:80px;
	height:20px;
	line-height:20px;
	color:white;
	text-align:center;
	font-size:10pt;
	font-family:"Quicksand", sans-serif;
	background:#01041b;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	cursor:pointer;
}

#stateslogoMoreInfo{
	top:0px;
	margin-left:50%;
	left:410px;
}

#stateslogoNetworks{
	top:0px;
	margin-left:50%;
	left:320px;
}

#stateslogoIntro{
	top:0px;
	margin-left:50%;
	left:230px;
}

#statesprogressbarHolder{
	position:relative;
	width:100%;
	height:10px;
}

#statesprogressbarBG{
	position:absolute;
	width:100%;
	height:10px;
	background:red;
	opacity:0.5;
	filter:alpha(opacity=50);
}

#statesprogressbarMeter{
	position:absolute;
	width:0%;
	height:10px;
	background:red;
}

#zoomControls{
	position:absolute;
	width:40px;
	height:90px;
	margin-top:180px;
	margin-left:100%;
	left:-60px;
}

.zoomControl{
	color:white;
	font-family:"Quicksand", sans-serif;
	text-align: center;
	line-height:40px;
	font-size:20pt;
	font-weight: bold;
	width:40px;
	height:40px;
	cursor:pointer;
	border-radius:10px;
	user-select: none;
	background:#2E3192;
}

#zoomControlUp{
	
}

#zoomControlDown{
	margin-top:10px;
}

#mainCanvas{
	position:absolute;
	background:black;
	width:100%;
	height:100%;
}

#stateTray{
	display:none;
	position:fixed;
	overflow:auto;
	width:1200px;
	max-width:100%;
	min-height:600px;
	max-height:80%;
	bottom:0px;
	left:0px;
}

#stateTrayBG{
	position:absolute;
	z-index:-1;
	width:100%;
	height:100%;
	background:#2E3192;
	opacity:0.8;
	filter:alpha(opacity=80);
	border-top-right-radius:20px;
}

#stateTrayControl{
	position:absolute;
	right:40px;
	top:5px;
	width:40px;
	height:40px;
	cursor:pointer;
}

.stateTrayControlDown{
	background-image:url("/nasainthe50states/img/arrowDown.png");
}

.stateTrayControlUp{
	background-image:url("/nasainthe50states/img/arrowUp.png");
}

.stateTrayLeft{
	float:left;
	width:350px;
	max-width:90%;
	margin:20px;
	margin-top:15px;
	margin-right:0px;
	margin-bottom:0px;
}

.stateTrayRight{
	float:left;
	width:770px;
	max-width:90%;
	margin:20px;
	margin-top:50px;
	min-height:500px;
	background:#3f459b;
}

.stateTrayContent{
	display:none;
}

.statePhoto img{
	max-width:100%;
	border-radius:20px;
	margin-bottom:10px;
}

.stateName{
	color:white;
	font-size:16pt;
	font-family:"Quicksand", sans-serif;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:bold;
}

.stateInfoText{
	color:white;
	font-size:12pt;
	font-family:"Quicksand", sans-serif;
	padding-top:5px;
}

.stateTrayLeft .stateInfoText{
	font-size:11pt;
}

.stateCapital{
	
}

.statePop{
	
}

.statehood{
	
}

.stateNASACenter{
	
}

.nasaImages a{
	color:#70c8f6 !important;
}

.stateAllInfo{
	padding:20px;
	color:white;
	font-size:12pt;
	font-family:"Quicksand", sans-serif;
}

.stateAllInfoText{
	margin-left:60px;
}

.stateAllInfo p{
	margin-top:0px;
}

.stateAllInfo a{
	color:#70c8f6;
}

.factTypeIcon{
	float:left;
	width:40px;
	height:40px;
	margin:5px;
	margin-top:0px;
	margin-bottom:0px;
}

.factTypeAstronauts{
	background-image:url("/nasainthe50states/img/icons/astronauts.png");
}

.factTypeFacts{
	background-image:url("/nasainthe50states/img/icons/facts.png");
}

.factTypeCompanies{
	background-image:url("/nasainthe50states/img/icons/companies.png");
}

.factTypeUniversities{
	background-image:url("/nasainthe50states/img/icons/universities.png");
}

.factTypePeople{
	background-image:url("/nasainthe50states/img/icons/people.png");
}

#stateTrayArrows{
	min-height:40px;
	bottom:0px;
	margin-bottom:10px;
}

.stateTrayArrowsBG{
	position:absolute;
	height:40px;
	z-index:-1;
	margin-left:40px;
	width: calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	width: -o-calc(100% - 80px);
	width: calc(100% - 80px);
	background:#0083ca;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.stateTrayArrow{
	width:40px;
	height:40px;
	cursor:pointer;
}

.stateTrayArrowLeft{
	float:left;
	background-image:url("/nasainthe50states/img/arrowLeft.png");
}

.stateTrayArrowRight{
	float:right;
	background-image:url("/nasainthe50states/img/arrowRight.png");
}

.stateTrayArrowText{
	height:40px;
	line-height:40px;
	font-size:12pt;
	font-family:"Quicksand", sans-serif;
	font-weight:bold;
	color:white;
}

.stateTrayArrowTextLeft{
	float:left;
	margin-left:10px;
}

.stateTrayArrowTextRight{
	float:right;
	margin-right:10px;
}

#nasa60{
	position:fixed;
	width: 75px;
	height:120px;
	bottom:20px;
	right:20px;
	border:1px solid white;
	background-image:url("/nasainthe50states/img/nasa60.png");
	background-size:contain;
}

@media screen and (max-width: 1200px) {
  .stateTrayRight{
		width:650px;
		max-width:90%;
	}
}

@media screen and (max-width: 1100px) {
  .stateTrayRight{
		width:550px;
		max-width:90%;
	}
}

@media screen and (max-width: 1000px) {
  	.stateTrayRight{
		width:450px;
		max-width:90%;
	}
	
	#stateslogoNetworks{
		margin-left:100%;
		left:-180px;
	}
	
	#stateslogoMoreInfo{
		margin-left:100%;
		left:-90px;
	}
	
	#stateslogoIntro{
		margin-left:0;
		left:10px;
	}
	
	.appNotificationClose{
		margin-left: 10px;
		left:0px;
	}
}

@media screen and (max-width: 900px) {
  .stateTrayRight{
		width:350px;
		max-width:90%;
	}
	
	.statesLogoNavButton{
		width:60px;
		font-size:8pt;
	}
	
	#stateslogoNetworks{
		margin-left:100%;
		left:-135px;
	}
	
	#stateslogoMoreInfo{
		margin-left:100%;
		left:-70px;
	}
	
	#stateslogoIntro{
		margin-left:0;
		left:10px;
	}
}

@media screen and (max-width: 500px) {
  	#stateslogoText{
		font-size:12pt;
		padding-bottom:2px;
	}
	
	#zoomControls{
		margin-top:130px;
	}
	
	.appNotificationText{
		margin-top:100px;
	}
	
	.appNotificationClose{
		top:50px;
	}
	
	#appNotificationCloseIntroInfo{
		top:110px;
	}
}


@media screen and (max-width: 400px) {
  	.stateTrayRight{
		width:90%;
		max-width:90%;
	}
}


