/*C3 MUSE Dimensions are 894px x 662px*/
body{
	height:100%;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:300;
	font-size:19px;
	line-height:1.3;
	color:#333;
	background:#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);
}

.bold{
	font-weight:bold;
}

.centerText{
	text-align:center;	
}

.button:hover{
	cursor:pointer;
}

.noBullet{
	list-style:none;
	margin-left:-40px;
}

.noBullet li{
	font-size:16px;
}

h1{
	font-family: 'Rambla', sans-serif;
	font-size:50px;
	text-align:center;
	color:#03e8cc;
	margin:20px auto;
}

h2{
	margin-top:15px;
	font-size:24px;
	font-weight:700;
	text-align:center;
	color:#555;
}

h3{
	margin: 10px 0;
	font-size:24px;
	font-weight:normal;
	color:#e4471f;
}

h4{
	font-weight:700;
	color:#fff;
	font-size:18px;
}

h5{
	margin: 0 0 -10px -1.7em ;
	font-size:24px;
	text-align:left;
	font-weight:normal;
	color:#ef4050;
}

p{
	text-align:left;
	padding: 0;
	margin:0 auto;
}

.indent{
	margin: -5px 0 -8px 0;
	text-indent: 30px;
}

.hangingIndent{
	text-indent: -2em;
	margin-bottom:20px;
}

.highlight{
	background-color:#faf3c9;
}

#container{
	position:absolute;
	width:100%;
	text-align:center;
}

#header{
	margin:0  auto;
	padding:0;
	width:100%;
	max-width:397px;
	min-height:110px;
	background:url(../img/header.png) no-repeat;
	background-size:contain;
	background-position:center;
	/*outline:dashed red 1px;*/
}

#content{
	position:relative;
	display: inline-block;
	width:100%;
	min-height:400px;
	background-color:#ddd;
	background-color:rgba(218,218,218,0.4);
}

.pageBody{
	position:relative;
	margin:5px auto ;
	height:calc(100% - 10px);
	overflow:hidden;
	padding:0 20px;
	width:calc(100% - 140px);
	max-width:800px;
	/*outline:dashed red 1px;*/
}

.pbBackground{
	min-height:490px;
	background-color:#fff;
}

.pageText{
	display:inline-block;
	float:left;
	position:relative;
	margin:auto;
	padding:40px 0;
	width:calc(25% - 70px);
	height:100%;
	text-align:left;
	/*outline:dashed blue 1px;*/
}

#p0Text{
	width:100%;
}

.imageBox{
	margin:5px auto 0 auto;
	display:inline-block;
	color:#000;
	width:100%;
	max-width:800px;
	max-height:480px;
	overflow:hidden;
	background-color:#ffffff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

.imageBoxHeader{
	color:#fff;
	padding:0px 20px;
	width: calc(100% - 40px);
	text-align:left;
	background-color:#1f2a41;
}

.imageBoxBody{
	padding:0;
	margin:0;
	width:100%;
	background-color:#ffffff;
}

.img{
	width:100%;
	height:100%;
}

#myInstructions{
	position:absolute;
	top:50px;
	left:10px;
	height:auto;
	width:18%;
	padding:0 20px 30px 20px;
	min-height:50px;
	min-width:200px;
	color:#666;
	border-radius: 2px;
	background:#faf3c9;
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#faf3c9), to(#ffd972));
    background:-moz-linear-gradient(#faf3c9, #ffd972);
    background:-o-linear-gradient(#faf3c9, #ffd972);
    background:linear-gradient(#faf3c9, #ffd972);
	z-index:1;
}

#instructionsText{
	margin:0;
	padding:0;
	color:#364054;
}

#myReferences{
	margin-top:100px;
	margin-left:calc(10% + 3em);
	width:calc(80% - 3em);
	max-width:900px;
	word-wrap:break-word;
	word-break:normal;
}




/*____________PopUp Bubble_______________*/


.popUp {
	position:absolute;
	color:#000;
	text-align:left;
	padding:20px 30px;
	top:21%;
	left:calc(50% - 175px);
	width:350px;
	background:#ffeb72;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#bbb));
	background:-moz-linear-gradient(#fff, #bbb);
	background:-o-linear-gradient(#fff, #bbb);
	background:linear-gradient(#fff, #bbb);
	border-radius:10px;
	box-shadow: 0px 1px 8px rgba(0, 0, 80, 0.9);
	z-index:5;
}


/*______________↓ Buttons ↓_______________*/

#instructionsBtn{
	position:absolute;
	top:5px;
	left:5px;
	z-index:3;
}

#instructionsBtn:hover{
	cursor:pointer;
}

.closeBtn{
	position:absolute;
	top:5px;
	right:5px;
	height:26px; 
	width:26px; 
	background:url(../img/closeBtn.png) no-repeat;
	z-index:10;
}

.closeBtn:hover{
	cursor:pointer;
	background:url(../img/closeBtnHover.png) no-repeat;
}

.nextBtn{
	position:absolute;
	right:10px;
	top:calc(50% - 40px);
	width:40px; 
	height:40px; 
	background:url(../img/nextBtn.png) no-repeat;
	position:fixed;
	top:calc(50% - 20px);
}

.prevBtn{
	position:absolute;
	left:10px;
	top:calc(50% - 20px);
	width:40px; 
	height:40px; 
	background:url(../img/prevBtn.png) no-repeat;
	position:fixed;
	top:calc(50% - 20px);
}

#replayIcon{
	margin: 150px auto;
	height:88px;
	width:88px;
	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{
	-webkit-animation: pulse 1.7s ease-in-out infinite;
	-moz-animation: pulse 1.7s ease-in-out infinite;
	-ms-animation: pulse 1.7s ease-in-out infinite;
	animation: pulse 1.7s ease-in-out infinite;
}


@-moz-keyframes "pulse" {
	 0% {
		opacity: 1;
	 }
	 50% {
		opacity: 0.5;
	 }
	 100% {
		opacity: 1;
	 }
}

@-webkit-keyframes "pulse" {
	 0% {
		opacity: 1;
	 }
	 50% {
		opacity: 0.5;
	 }
	 100% {
		opacity: 1;
	 }
}

@-ms-keyframes "pulse" {
	 0% {
		opacity: 1;
	 }
	 50% {
		opacity: 0.5;
	 }
	 100% {
		opacity: 1;
	 }
}

@keyframes pulse {
	 0% {
		opacity: 1;
	 }
	 50% {
		opacity: 0.5;
	 }
	 100% {
		opacity: 1;
	 }
}


/*Dot Navigation*/
.dotNav{
	margin-top:0px;
}

.dotUL{
	position:relative;
	text-align:center;
	width:70%;
}

.dotstyle ul {
    position: relative;
    display: inline-block;
    margin-top:0px;
	padding: 0;
    list-style: none;
}
 
.dotstyle li {
    position: relative;
	display:inline-block;
    margin: 0 10px;
    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: #4d9faa;
	background-color: rgba(0,0,0,0.4);
	box-shadow: inset 0 0 0 2px #444;
}

/*End Dot Navigation*/


@media (min-width: 0px) and (max-width: 769px) {
	
	#header{
		margin:10px auto;
		height:50px;
	}
	
	.nextBtn{
		position:fixed;
		top:50%;
		right:2px;
	}
	
	.prevBtn{
		position:fixed;
		top:50%;
		left:2px;
	}
}


/*_____________↓Pulse Animation _________*/





