/*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:18px;
	line-height:1.3;
	color:#444;
	background:#fff;
}

.textShadow{
	text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}

.shadow{
	box-shadow: 0px 1px 4px 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{
	padding:0;
	margin:0;
	font-weight:normal;
	font-size: 28px;
	text-align:left;
	color:#ffffff;
}

h2{
	margin:0;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	color:#ffffff;
}

h3{
	margin: 60px 0 -5px 0;
	font-weight:normal;
	font-size:48px;
	color:#94cb28; 
}


h4{
	font-size:21px;
	text-align:left;
	font-weight:normal;
	color:#fff;
}

h5{
	margin-left:10px;
	font-weight:700;
	color:#575757;
	font-size:18px;
}

h6{
	margin:35px auto 8px auto;
	font-weight:normal;
	font-size:24px;
	color:#676767;
}

p{
	text-align:left;
	padding: 0;
	margin:10px auto;
}

a {
	text-decoration:none;
}

#myTitle{
	position:relative;
	display:inline-block;
	float:left;
}

.tagLine{
	font-size: 18px; 
	font-weight:200; 
	color:#C6E48B; 
}

.sectionNav_locked, .sectionNav{
	position:relative;
	margin:0;
	padding:0;
	display:inline-block;
	vertical-align:baseline;
	float:right;
}

.sectionNav_locked li, .sectionNav li{
	height:100%;
	display:inline-block;
	margin:0;
	padding:0;
}

.sectionNav_locked li a, .sectionNav li a{
	margin:0;
	padding: 0 15px;
	text-decoration:none;
	color:#fff;
	font-size:18px;
	font-weight:normal;	
	line-height:2.25;
}

.sectionNav_locked li a{
	color:#aaa;
}

.sectionNav li a:hover {
	width:20px;
	color:#C6E48B;
}

.sectionNav li a.selectedNav, .selectedNav{
	/*width:20px;
	color:#C6E48B;*/
}

.sectionNav_locked li a:hover, .sectionNav_locked li a.selectedNav_locked{
	cursor:default;
	width:20px;
	color:#aaa;
}

#container{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
}

#header{
	position:fixed;
	top:0;
	padding:0px 20px;
	width: calc(100% - 40px);
	background:#000;
	background:rgba(0,0,0,0.7);
}

#content{
	position:relative;
	display: inline-block;
	margin:auto;
	width:100%;
	background-color:#fff;
}

.page{
	margin-top: 3.9vw;
	padding-bottom:3.9vw;
}

#page0, #page2, #page4{
	background:#fff;
}


#page1, #page3, #thankYouPage{
	background:#eee;
}

.loginBody{
	min-height:150px;
	max-width:300px;
	margin-left:calc(50% - 150px);
}

.pageBody{
	position:relative;
	margin:auto;
	height:100%;
	overflow:hidden;
	padding:0;
	width:calc(100% - 100px);
	max-width:800px;
}

.pageText{
	display:block;
	position:relative;
	margin:auto ;
	padding:20px 0;
	height:100%;
	text-align:left;
}

.aboutTxt{
	display:inline-block;
	float:left;
	max-width:calc(33% - 50px);
	margin-right: 50px;
}

#aboutCareer{
	margin-right: 20px;
	max-width:calc(33% - 20px);
}

.galleryTab{
	position:absolute;
	top:-20px;
	right:0;
	height:20px;
	width:30px;
	color:#fff;
	border-radius:4px 4px 0 0;
	background:rgba(0,0,0,0.9);
	background-image:url(../img/tabArrowDown.png);
}

.galleryTab:hover{
	 transform: scale(1.1,1.1);
	cursor:pointer;
}

.arrowUp{
	background-image:url(../img/tabArrowUp.png);
}

.galleryInfo{
	position:absolute;
	z-index: 20;
	margin-bottom:-10px;
	bottom:0px;
	right:0;
	padding:0 20px 0 0;
	font-size:16px;
	border-radius:8px 0 0 0;
	background:rgba(0,0,0,0.9);
}

.hideInfo{
	bottom:-115px;
}

.galleryList{
	list-style: none;
	color:#fff;
	margin-left:-20px;
}

.gallerySpecs{
	color:#C6E48B; 
}

.launchBtn{
	margin-top:15px;
	font-size:14px;
	text-align: right;
}

.launchBtn a{
	text-decoration: none;
	color:#C6E48B;
}

.launchBtn a:hover{
	cursor:pointer;
	color:#fff;
}

.resumeHeads{
	margin-top:50px;
	padding:0 10px;
	background:#C5C7CF;
	color:#fff;
}

#pdfBtn{
	text-align:right;
}

#pdfBtn a{
	color:#575757;
	font-size:16px;
}

#pdfBtn a:hover{
	color:#94cb28;
	cursor:pointer;
}

.skillList{
	position:relative;
	margin:-20px 0 40px -100px;
	display:inline-block;
	float:left;
	margin-left:0px;
	min-width:200px;
}

.skillList li{
	margin-left:-10px;
}

#experience{
	clear:both;	
}

.skillList h5, .experienceList h5, .educationList h5{
	margin-left:-30px;
	margin-bottom:5px;
}

.experienceList li{
	margin-left:-10px;
}

.educationList li{
	margin-left:-10px;
}

#pb1{
	width:100%;
}

#sentTxt{
	margin-top:30%;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
}

.footer{
	
}

.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;
}


.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;
	 }
}




@media (min-width: 0px) and (max-width: 769px) {
	
	h1{
		font-size:24px;
	}
	
	
	#header{
		margin:auto;
	}
	
	.page{
		margin-top: 7vw;
		padding-bottom:6vw;
	}
	
	.pageText{
		display:block;
		float:none;
		margin:auto;
		padding:20px 0;
		width:calc(100% - 40px);
	}
	
	
	#myTitle{
		float:none;	
	}
	
	.tagLine{
		font-size: 14px; 
		font-weight:200; 
		color:#C6E48B; 
	}
	
	.sectionNav{
		float:none;	
	}
	
	.sectionNav li a:hover {
		width:20px;
		color:#fff;
	}
	
	.aboutTxt, #aboutCareer{
		display:block;
		float:none;
		max-width:100%;
		margin-right: auto;
	}
	
}


/*_____________↓Pulse Animation _________*/





