/*@charset "utf-8";*/

body{
	height:100%;
	padding:0px;
	margin:0px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:normal;
	font-size:16px;
	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{
	cursor:pointer;
}

.noBullet{
	list-style:none;
	margin-left:-40px;
}

.noBullet li{
	font-size:16px;
}

h1{
	margin:0;
	font-size:24px;
	text-align:center;
}

h2{
	margin: 0 0 0 20px;
	font-size:18px;
	font-weight:normal;
	color:#666;
}


h3{
	margin:15px auto 5px -1.15em;
	font-size:21px;
	text-align:left;
	color:#333;
	font-weight: 700;
}

h4{
	margin:18px 10px -10px 10px;
	font-size:21px;
	text-align:left;
	color:#000;
	font-weight: 700;
}

h5{
	margin:15px auto 5px -1.15em;
	font-size:21px;
	text-align:left;
	margin-left:20px;
	color:#333;
	font-weight: 700;
	/*margin:0px auto 0px 5px;
	font-size:21px;
	text-align:left;
	color:#fff;
	font-weight: 400;*/
}

p{
	text-align:left;
	padding: 10px;
}

ul{
	margin-top:-15px;
	margin-left:-20px;
	text-align: left;
}


img{
    width:100%;
   	margin:0;
	padding:0;
}

.indent{
	margin: -5px 0 -8px 0;
	text-indent: 30px;
}

.hangingIndent{
	text-indent: -2em;
	margin-top:20px;
}

.important{
	font-weight:700;
	color:#20b1f2;
	font-size:14px;
}

#container{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
}

#header{
	margin:auto;
	padding:0;
	height:15vh;
	min-height:86px;
	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%;
	min-height:70vh;
	background-color:#e3e3e1;
}

.rightSide{
	position:absolute;
	top:0;
	right:0;
	width: calc(45% - 5px);
	height:100%;
	padding: 0;
}

#p0RightSide{
	width: calc(55% - 30px);
	background:url(../img/intro_BG.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size:contain;
}

#p0LeftSide{
	position:relative;
	margin:20px;
	padding:10px;
	font-size: 17px;
	width: calc(45% - 20px);
	background-color:#fff;
}

#leftSectionNav{
	position:relative;
	padding: 0;
	margin-left:25px;
	width: calc(55% - 30px);
	min-width:625px;
}

.tableRow{
	position:relative;
	margin: 10px 0;
	padding: 5px 0;
	min-height: 50px;
	background:#fff;
	text-overflow: clip;
	border-radius:13px 13px 0 13px;
}

.tipBtn{
	display:block;
	height:40px;
	width:40px;
	font-size:25px;
	line-height: 1.6;
	border: solid 5px #80bb19;
	border-radius: 50%;
	background-color:#fff;
	background: -webkit-linear-gradient(#fff, #aaa);
 	background: -o-linear-gradient(#fff, #aaa); 
	background: -moz-linear-gradient(#fff, #aaa); 
	background: linear-gradient(#fff, #aaa);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.tipBtn:hover{
	cursor:pointer;
	color:#111;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-ms-transform: scale(0.9, 0.9); 
    -webkit-transform: scale(0.9, 0.9); 
    transform: scale(0.9, 0.9);
}

.tipBtnVisited{
	color:#888;
	border: solid 5px #ace568;
}

.descriptionText{
	position:relative;
	margin-top:-50px;
	margin-left:60px;
	padding:5px 0 0 0 ;
	width:calc(100% - 90px);
	text-align:left;
	font-size:16px;
}

.visualKey{
	position:absolute;
	top:0px;
}

#silhouette{
	opacity:1;
}

.pageText{
	display:block;
	margin-top:15px;
	padding: 0;
	text-align:left;
}

#feedback{
	width:calc(100% - 40px);
	padding: 20px;
	margin-bottom:30px;
	background:#000;
	border-radius: 10px;
}

a {
    color: #03dfc9;
}

.footerText{
	display:block;
	clear:both;
	float:none;
	margin:15px auto 0 auto;
}

#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:0px;
	left:0px;
	min-width: 350px;
	width:calc((100vw - 854px) / 2);
	height:15vh;
	min-height: 86px;
	color:#000;
	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);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
	z-index:10;
}

.instructionsText{
	color:#000;
}


.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:15px; 
	height:30px; 
	background:url(../img/nextBtn.png) no-repeat;
}

.prevBtn{
	position:fixed;
	left:10px;
	top:50vh;
	width:15px; 
	height:30px; 
	background:url(../img/prevBtn.png) no-repeat;
}

#replayIcon{
	position:relative;
	margin-top:19.5vh;
	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:5px;
}

.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: 950px) {

	#p0LeftSide{
		position:relative;
		margin-left:30px;
		padding:40px;
		font-size: 17px;
		width: calc(100% - 140px);
		background-color:rgba(255,255,255,0.85);
	}
	
	#p0RightSide{
		width: 100%;
		background:url(../img/intro_BG.png);
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size:cover;
	}
	
	.nextBtn{
		right:0px;
	}

	.prevBtn{
		left:0px;
	}
}

@media (min-width: 0px) and (max-width: 595px) {
	body{
		font-size:15px;
	}
	
	#header{
		width:calc(100% - 98px);
		height:86px;
		background-size: contain;
		background-position: center;
	}
	
	.myInstructions{
		width:100%;
		min-height: 86px;
	}
	
	#leftSectionNav{
		position:relative;
		margin-top:170px;
		margin-left:30px;
		padding: 0;
		width: calc(100% - 60px);
		min-width:250px;
	}
}
