/*@charset "utf-8";*/

body{
	height:100%;
	padding:0px;
	margin:0px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:normal;
	font-size:15px;
	color:#333;
	background-image:url(../img/bg.png);
}


.textShadow{
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.shadow{
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
}

b{
	font-weight:700;
}

.centerText{
	text-align:center;	
}

.button:hover, .neighPin:hover, .hitPin:hover, .pageChangerPin:hover{
	cursor:pointer;
}

.noBullet{
	list-style:none;
	margin-left:-40px;
}

.noBullet li{
	font-size:16px;
}

h1{
	margin:15px auto 5px auto;
	font-size:19px;
	text-align:left;
	color:#333;
	font-weight: 700;
}

h2{
	margin:10px auto 0px auto;
	font-size:24px;
	text-align:left;
	color:#fff;
	font-weight: 700;
}


h3{
	margin:10px auto 0px -32px;
	font-size:24px;
	text-align:left;
	color:#fff;
	font-weight: 700;
}

h4{
	margin:10px auto 0px auto;
	font-size:24px;
	text-align:left;
	color:#000;
	font-weight: 700;
}

h5{
	margin:10px auto 0px auto;
	font-size:24px;
	text-align:center;
	color:#fff;
	font-weight: 400;
}

p{
	text-align:left;
	padding: 0 0 0px 0;
	margin:10px auto;
}

ul{
	margin-top:-15px;
	margin-left:-20px;
	text-align: left;
}

.indent{
	margin: -5px 0 -8px 0;
	text-indent: 30px;
}

.hangingIndent{
	text-indent: -2em;
	margin-top:20px;
	color:#fff;
}

.important{
	font-weight:700;
	color:#20b1f2;
	font-size:14px;
}

#container{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
}

#header{
	margin:auto;
	padding:0;
	min-height:18vh;
	width:90%;
	background:url(../img/header.png) no-repeat;
	background-size: auto;
	background-position: center;
}

#content{
	position:relative;
	display: inline-block;
	margin:0;
	padding:0;
	width:100%;
	background-color:rgba(0,0,0,0.6);
}

.pageBody{
	position:relative;
	margin: 0 auto;
	padding:0;
	width:calc(100vw - 60px);
	max-width:767px;
	min-height: calc((100vw - 60px) * 0.692);
	/*position:relative;
	margin: 0 auto;
	padding:0;
	width:767px;
	min-height: 60vh;
	background-color:rgba(0,0,0,0.4);
	position:relative;
	margin: 0 auto;
	margin-left:calc((100% - 767px) / 2);
	padding:0;
	width:767px;
	min-height:471px;*/
}

#pageBody0{
	background:url(../img/Map.jpg) no-repeat;
	background-size: contain;
	background-position: top center;
}

.icon{
	position:absolute;
}

.icon:hover, .textBlurb:hover{
	cursor:pointer;
}


#icon_0{
	top:320px;
	left:235px;
}

#icon_1{
	top:135px;
	left:190px;
}

#icon_2{
	top:83px;
	left:360px;
}

#icon_3{
	top:278px;
	left:370px;
}

.iconClicked {
	-webkit-filter: grayscale(1); /* Webkit */
    filter: gray; /* IE6-9 */
    filter: grayscale(1); /* W3C */
	filter: grayscale(100%);
}

.textBlurb{
	position:absolute;
	width:290px;
	padding:0px 10px;
	top:90px;
	left: calc(50% - 160px);
	background:rgba(255, 255, 255, 0.92);
}

#textBlurb_0{
	top:320px;
	left:370px;
}

#textBlurb_1{
	top:20px;
	left:53px;
}

#textBlurb_2{
	top:0px;
	left:460px;
}

#textBlurb_3{
	top:320px;
	left:355px;
	width:390px;
}

.textBlurb p{
	margin:0px auto 10px auto;
}

.listHead{
	font-weight: 700;
	font-size:15.5px;
}

.important{
	font-weight:700;
	color:#e3353a;
	font-size:17px;
}

#myReferences{
	padding:40px 0;
	margin-left:calc(5% + 3em);
	width:calc(80% - 3em);
	word-wrap:break-word;
	word-break:normal;
}

/*____________PopUp Bubble_______________*/

.myInstructions{
	position:absolute;
	top:40px;
	left:0px;
	height:auto;
	width:calc(100% - 40px);
	padding:20px;
	min-height:50px;
	min-width:200px;
	color:#fff;
	background:#000;
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#000));
    background:-moz-linear-gradient(#222), to(#000);
    background:-o-linear-gradient(#222), to(#000);
    background:linear-gradient(#222), to(#000);
	z-index:5;
}

.instructionsText{
	color:#fff;
}


.infoBox{
	position:absolute;
	width:300px;
	padding:8px 20px;
	color:#111;
	background:#fcc576;
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#faf3c9), to(#fcc576));
    background:-moz-linear-gradient(#faf3c9, #fcc576);
    background:-o-linear-gradient(#faf3c9, #fcc576);
    background:linear-gradient(#faf3c9, #fcc576);
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
	z-index:3;
}


/*______________↓ Buttons ↓_______________*/

#instructionsBtn{
	position:absolute;
	top:1px;
	left:1px;
	z-index:6;
}

#instructionsBtn:hover{
	cursor:pointer;
}

.closeBtn{
	position:absolute;
	top:5px;
	right:5px;
	height:26px; 
	width:26px; 
	background:url(../img/closeBtn.png) no-repeat;
	z-index:4;
}

.closeBtn:hover{
	cursor:pointer;
	background:url(../img/closeBtnHover.png) no-repeat;
}

.nextBtn{
	position:fixed;
	right:10px;
	top:50vh;
	width:30px; 
	height:38px; 
	background:url(../img/nextBtn_shadow.png) no-repeat;
}

.prevBtn{
	position:fixed;
	left:10px;
	top:50vh;
	width:30px; 
	height:38px; 
	background:url(../img/prevBtn_shadow.png) no-repeat;
}

#replayIcon{
	position:relative;
	height:80px;
	width:80px;
	padding:0;
	list-style: none;
	display:inline-block;
	background:url(../img/replayBtn.png) no-repeat;
}


#replayIcon:hover, .prevBtn:hover, .nextBtn:hover{
	opacity: 0.7;
}


.pulse{
	opacity: 1;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
	0%,100% { opacity: 1 }
  	50% { opacity: 0.25 }
}

/*Dot Navigation*/
.dotNav{
	margin-top:0px;
}

.dotUL{
	margin:0px;
	position:relative;
	text-align:center;
	width:70%;
}

.dotstyle ul {
    position: relative;
    display: inline-block;
    padding: 0;
    list-style: none;
}
 
.dotstyle li {
    position: relative;
	display:inline-block;
    margin: 0 6px;
    width: 12px;
    height: 12px;
	clear:both;
}

.dotstyle a:hover{
	cursor:pointer;	
}
 
.dotstyle li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: #666;
    background-color: rgba(255,255,255,0.4);
    text-indent: -999em;
    position: absolute;
	cursor: default;
}

/* Dot Nav fill up */
.dotstyle-fillup li a {
    overflow: hidden;
    background-color: rgba(0,0,0,0);
	box-shadow: inset 0 0 0 2px #666;
    transition: background 0.3s;
}
 
.dotstyle-fillup li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
  	background-color: #666;
	box-shadow: inset 0 0 0 2px #666;
    transition: height 0.3s;
}
 
.dotstyle-fillup li.currentDot a::after {
    height: 100%;
}

.visited{
	border-radius:50%;
	background-color: #111;
	background-color: rgba(10,10,10,0.8);
	box-shadow: inset 0 0 0 2px #111;
}
/*End Dot Navigation*/


@media (min-width: 0px) and (max-width: 900px) {
	body{
		font-size:15px;
	}
	
	#header{
		width:calc(100% - 98px);
		min-height:86px;
		background-size: contain;
		background-position: center;
	}
	
	/*.pageBody{
		position:relative;
		margin: 0 auto;
		padding:0;
		max-width:calc(100% - 60px);
		min-height: calc(100vh - 115px);
	}
	
	#pageBody0{
		background-size: contain;
	}*/
	
	.myInstructions{
		position:absolute;
		top:0px;
	}
	
	.icon img{
		position:sticky;
		height:60%;
		width:60%;
	}
	
	#icon_0{
		top:60%;
		left:31%;
	}

	#icon_1{
		top:30%;
		left:18%;
	}

	#icon_2{
		top:17%;
		left:46%;
	}

	#icon_3{
		top:50%;
		left:45%;
	}
	
	.textBlurb{
		position:absolute;
		width:calc(100% - 40px);
		padding:0px 20px;
		top:0px;
		left:0px;
		background:rgba(255, 255, 255, 0.92);
	}
	
	#textBlurb_0, #textBlurb_1, #textBlurb_2, #textBlurb_3{
		top:0px;
		left:0px;
	}
	
	.nextBtn{
		right:0px;
	}

	.prevBtn{
		left:0px;
	}

}
