/*C3 MUSE Dimensions are 894px x 662px
@import 'https://fonts.googleapis.com/css?family=Kreon';
@import 'https://fonts.googleapis.com/css?family=Rambla';*/

body{
	height:100%;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	/*font-family: 'Rambla', sans-serif;*/
	line-height: 1.3;
	font-size:17px;
	font-weight: 400;
	color:#333;
	background:#000;
	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;
}

h1{
	font-size:36px;
	text-align:center;
	color: #6ed2fb;
	margin-top:20px 0;
}

h2{
	/*font-family: 'Kreon', serif;*/
	font-weight:normal;
	margin:25px auto 20px auto;
	font-size:30px;
	text-align:left;
	color:#2e3b65;
	line-height: 0;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
}

h3{
	/*font-family: 'Kreon', serif;*/
	padding-bottom:10px;
	margin:0 auto;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}

h4{
	font-weight:700;
	color:#555;
	font-size:18px;
}

h5{
	margin: 20px 0 20px 0.35em;
	font-weight:normal;
	font-size:30px;
	text-align:left;
	color:#2e3b65;
	line-height: 0;
}

p{
	text-align:left;
	padding:0 15px;
	margin:auto;
	word-break:normal;
}

.indent{
	margin: -5px 0 -8px 0;
	text-indent: 30px;
}

.hangingIndent{
	text-indent: -2em;
	margin-bottom:10px;
	margin-left:2em;
}

.highlight{
	margin-top:-3px;
	background-color:#1f2355;
}

#container{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
}

#header{
	margin:auto;
	padding:0;
	min-height:12vh;
	width:90%;
	background:url(../img/header.png) no-repeat;
	background-size: auto;
	background-position: center;
	/*position:relative;
	margin:auto;
	padding:0;
	width:calc(100% - 150px);
	max-width:526px;
	min-height:67px;*/
}

#content{
	position:relative;
	display:inline-block;
	width:100%;
	
}

.page{
	position:relative;
	padding:0px;
	min-height: 100%;
	overflow:hidden;
	background:#fff;
}

.pageText{
	position:relative;
	display:block;
	margin: 5px auto;
	padding:0;
	width:calc(100% - 60px);
	text-align:left;
	font-size:16px;
}

.infoBox{
	position:relative;
	margin:-30px auto 0px auto;
	padding:30px 20px;
	width:calc(100% - 40px);
	height:100% ;
	text-align:left;
}

#infoBox0{
	background:url(../img/0bg.jpg) no-repeat center; 
	background-size:cover;
	background-position: center center;
}

#infoBox1{
	background:url(../img/1bg.jpg) no-repeat center; 
	background-size:cover;
	background-position: center center;
}

#infoBox2{
	background:url(../img/2bg.jpg) no-repeat center; 
	background-size:cover;
	background-position: center center;
}

#infoBox3{
	background:url(../img/3bg.jpg) no-repeat center; 
	background-size:cover;
	background-position: center center;
}

#infoBox4{
	background:url(../img/4bg.jpg) no-repeat center; 
	background-size:cover;
	background-position: center center;
}

#page5{
	background:url(../img/5bg.jpg) no-repeat center; 
	background-size:cover;
	background-position: center center;
}

#page6{
	background:url(../img/6bg.jpg) no-repeat center; 
	background-size:cover;
	background-position: center center;
}

.ib_content{
	display: block;
	position:relative;
	margin-top:30px;
	margin-left:15px;
	padding:20px 20px 40px 20px;
	width:calc(100% - 70px);
	overflow:auto;
	background-color: rgba(255,255,255,0.85);
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
}

.headShot{
	float:left;
	width:230px;
}

.caption{
	margin:0;
	padding:0;
	text-align:left;
	font-size:12px;
	color:#555;
}

.ib_text{
	float:right;
	width:calc(100% - 240px);
}

.ib_info{
	margin-top:10px;
	padding:0;
}

.block{
	position:absolute;
	left:0px;
	bottom:0;
	padding-left:0px;
	width:calc(100% - 2px);
	/*outline:dashed red 1px;*/
}

#myInstructions{
	position:absolute;
	top:5px;
	height:auto;
	width:calc(30% - 70px);
	margin-left:5px;
	padding:0 20px 20px 20px;
	min-height:50px;
	color:#666;
	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:4;
}

#instructionsText{
	margin:0;
	padding:0;
	color:#151b22;
}

#myReferences{
	display:block;
	margin-top:40px;
	margin-left:calc(5% + 3em);
	width:calc(90% - 20px - 6em);
	padding:10px;
	/*margin:5%;
	width:90%;*/
	word-wrap:break-word;
	word-break:normal;
	/*background-color: rgba(255,255,255,0.85);
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);*/
}


/*______________↓ Buttons ↓_______________*/

#instructionsBtn{
	position:absolute;
	top:5px;
	left:5px;
	z-index:3;
	opacity: 0.9;
}

#instructionsBtn:hover
{
	cursor:pointer;
	opacity: 1;
}

.closeBtn{
	position:absolute;
	top:5px;
	right:5px;
	height:26px; 
	width:26px; 
	background:url(../img/closeBtn.png) no-repeat;
	z-index:10;
}

.closeBtn:hover{
	opacity: 0.7;
	cursor:pointer;
	background:url(../img/closeBtnHover.png) no-repeat;
}

.nextBtn{
	opacity: 0.9;
	right:5px;
	width:15px; 
	height:30px; 
	background:url(../img/nextBtn.png) no-repeat;
	position:fixed;
	top:calc(50% - 20px);
}

.prevBtn{
	opacity: 0.7;
	left:5px;
	width:15px; 
	height:30px; 
	background:url(../img/prevBtn.png) no-repeat;
	position:fixed;
	top:calc(50% - 20px);
}

#replayIcon{
	position:absolute;
	opacity: 0.7;
	top:calc((100% - 80px) / 2);
	left: calc(50% - 40px);
	height:80px;
	width:80px;
	padding:0;
	background:url(../img/replayBtn.png) no-repeat;
}


#replayIcon:hover, .prevBtn:hover, .nextBtn:hover{
	opacity: 1;
}

.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.2;
	 }
	 100% {
		opacity: 1;
	 }
}

@-webkit-keyframes "pulse" {
	 0% {
		opacity: 1;
	 }
	 50% {
		opacity: 0.5;
	 }
	 100% {
		opacity: 1;
	 }
}


/*Dot Navigation*/
.dotNav{
	margin:0px;
	padding:5px 0;
}

.dotUL{
	position:relative;
	text-align:center;
	width:80%;
	padding:0;
}

.dotstyle ul {
    position: relative;
    display: inline-block;
    padding: 0;
	margin:0px;
    list-style: none;
}
 
.dotstyle li {
    position: relative;
	display:inline-block;
    margin: 0 7px;
    width: 10px;
    height: 10px;
	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: 950px) {
	.ib_content{
		max-width: 700px;
	}
}

@media (min-width: 0px) and (max-width: 660px) {
	
	#header{
		width:calc(100% - 120px);
		/*height:60px;*/
		background-size: contain;
		background-position: center;
	}
	
	/*#header{
		margin:-5px auto;
		width:calc(100% - 40px);
	}*/
	
	h2{
		padding-top:10px;
	}
	
	.headShot{
		float:none;
	}
	
	.ib_text{
		float:none;
		width:100%;
	}
	
	.nextBtn{
		position:fixed;
		top:50%;
		right:2px;
	}
	
	.prevBtn{
		position:fixed;
		top:50%;
		left:2px;
	}
	
}

@media (min-width: 0px) and (max-width: 380px) {
	

	
	h2{
		font-size: 24px;
	}
	
	h3{
		font-size: 15px;
	}
	
	.headShot{
		margin-left:calc((100% - 200px) / 2);
		float:none;
	}
}

