html, body, div {
	padding:0;	
	margin:0; 
	color:#333;
	border-collapse: collapse;

	font-size: 13px;
	line-height: 1.4em;
}

html, body {
	height: 100%;
	background-color: #efefef;
}


.comicsans {
	font-family: 'Comic Sans MS';
}


#topbar {
	position: fixed;
	background-color: #444;
	color: #ccc;
	font: 13px/1em 'Open Sans';
	text-align: center;
	padding: 5px 0 10px 0;
	margin: 0;
	width:  100%;
	z-index:  100;
}
#topbar .pipegray {
	color: #6c6c6c;
	display: inline-block;
	margin: 0 4px;
}
#topbar a {
	color: #e5e2ba;
	text-decoration: none;
	opacity:  0.7;
	transition: all .3s;
}
#topbar a:hover {
	opacity: 1;
}
#topbar .glyphicon {
	font-size: 18px;
	line-height: 13px;
	position: relative;
	top: 4px;
	margin: 0 4px ;
}
#topbar .fab {
	font-size: 20px;
	line-height: 13px;
	position: relative;
	top: 2px;
	margin: 0 4px;
}


.container {
	max-width: 720px;
	margin:  0 auto;
	padding: 20px 0 0 0;
	position: relative;
/*	border-left: 1px dashed red;
	border-right: 1px dashed red;
*/}



p {
	font: 18px/1.6em 'Vollkorn';
}

.pipegray {
	color: #bbb;
	font-weight: normal;
}


.pageid {
	/*border*/-bottom: 1px solid red;
	height: 1px;
	overflow: visible;
	position: relative;
	opacity: 0;
}


.fL {
	float: left;
}
.fR {
	float: right;
}

.pL {
	position: absolute !important;
	left: 0;
}
.pR {
	position: absolute !important;
	right: 0;
}


.clear {
	display: block;
	height: 1px;
	clear: both;
}


.mobilebreak {
	display: none;
}


.w30 {
	width: auto;
	max-width: 30%;
}
.w40 {
	width: auto;
	max-width: 40%;
}
.w50 {
	width: auto;
	max-width: 50%;
}


hr.divider {
	display: block;
	background-color: none;
	padding: 0;
	height: 0;
	margin: 50px 0 20px 0;
	border: none;
	border-top: 1px dashed #dedede;
	/*border-top: 1px dotted #b2d1fa;*/

}


.resume {
	background:#1c1c1c url('bg.jpg');
	color: #eee;
	padding: 15px 20px 25px 20px;
	margin: 0;
	position: relative;
	font:10px/1.4em 'Open Sans';
	display: inline-block;
	width: calc(50% - 40px);
}

.resume h4 {
	font:18px/1.4em 'Bree Serif';
	color: white;
	margin: 20px 0 5px 0;
	margin: 0 0 12px 0;	

	padding: 0 0 10px 0;
	border-bottom: 1px dashed #555;
}


.resume h5,
.resume h6 {
	font-size: 15px;
	margin: 0;
	padding: 0;
	color: #d1ceae;
}

.resume h6 {
	font-size: 14px;
	padding: 0;
	margin: 10px 0 0 0;
	color: #fff;
}

.resume h5 span,
.resume h6 span {
	color: #bbb;
	font-weight: normal;
}

.resume h5 span:nth-of-type(1),
.resume h6 span:nth-of-type(1) {
	color: #555;
}

.resume p {
	padding: 10px 0 0 0;
	margin: 0;
	font: 13px/1.6em 'Open Sans';
}
.resume ul {
	padding:10px 0 0 20px;
	font: 13px/1.6em 'Open Sans';
}

.resume hr {
	display: block;
	background-color: none;
	padding: 0;
	height: 0;
	margin: 15px 0;
	border: none;
	border-top: 1px dashed #555;
}






.imgBorder {
	width: 400px;
	height: 400px;
/*	border: 20px solid #efefef;
	box-shadow: 0 0 5px 0 #888;
	border-radius: 3px;
	background: rgba(230,230,230,0.3);
	border: 1px dotted #ddd;
*/	
	background-color: transparent;
	position: relative;
	overflow: visible;
}

.imgComment {
	display: inline-block;
	padding: 15px 30px;
	margin: 15px 0;
	background-color: #555;
	background: rgba(85, 85, 85, 0.95);
	color: #eee;
	color: #e5e2ba;
	/*color: #c0d9ee;*/
	position: relative;
	font: 18px/1.4em 'Vollkorn';
	font-style: italic;
	/*max-width: calc(50% - 25px);*/
}
.imgComment.king {
	background-color: #320361;
	color: #fce986;
}
.imgQuote {
	font: 16px/1.4em 'Open Sans';
	/*font-weight: bold;*/
	font-style: italic;
	color: #817151;
	position: absolute;
	background-color: transparent;
}




#navigate {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 100px 0 0 0;
	background: linear-gradient(transparent, #efefef);

	/*border-top: 1px solid red*/;
	z-index: 101;
}
#navigate div {
	display: inline-block;
	display: table;
	padding: 0;
	margin: 0 auto;
}
#navigate div > span {
	cursor: pointer;
	display: inline-block;
	margin: 0;
	font: 13px/1em 'Open Sans';
	text-transform: uppercase;
	font-weight: bold;
	color: #eee;
	padding: 8px 15px 7px 15px;
	transition: all .3s;
	background-color: #444;
}
#navigate div > span:nth-of-type(1) {
	border-top-left-radius: 5px;
}
#navigate div > span:nth-of-type(4) {
	border-top-right-radius: 5px;
}
#navigate div > span:hover {
	background-color: #333;
	color: white;
}
#navigate .glyphicon {
	color: #fff;
	font-size: 16px;
	position: relative;
}


#topSection span {
	transform: rotate(-90deg);
	opacity: 0.7;
	top: -1px;
}
#prevSection span {
	transform: rotate(-90deg);
}
#nextSection span {
	transform: rotate(90deg);
}
#lastSection span {
	transform: rotate(90deg);
	opacity: 0.7;
	top:  3px;
}






div#masthead {
	margin: 0;
	padding: 0 0 0 60px;
}

div#masthead h1 {
	/*font: 70px/1em 'Cormorant Garamond';*/
	font: 80px/1em 'Cormorant Garamond';
	margin: 40px 0 30px 10px;
	font-style: italic;
	font-weight: 700;
}


div#masthead h1 span.mobile {
	position: relative;
	left: -20px;
}

div#masthead h1 span.restyle {
	/*font: 22px/1em 'Quando';*/
	font: 22px/1em 'Vollkorn';
	letter-spacing: 1px;

	position: relative;
	top: -11px;
	color: #777;
}

div#masthead h1 span span:nth-of-type(1) {
	font-size: 22px;
	color: #777;
	margin: 0 12px 0 8px;
	padding: 5px 0 2px 4px;

	top: -13px;

	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

div#masthead h1 span span:nth-of-type(2) {
	font: 44px/1em 'Cormorant Garamond';
	font-style: italic;
	font-weight: 700;
	color: #555;

	top: -9px;
	word-spacing: -3px;
	
}






#start {
	margin-bottom: 300px;
	padding-left: 400px;

	height: 600px;

	background: transparent url('../images/start.jpg') no-repeat -5px 45px;
	background-size: 95%;

	position: relative;
}

#start h2 {
	font: 44px/1em 'Cormorant Garamond';
	font: 50px/1em 'Cormorant Garamond';

	font-style: italic;
	font-weight: 700;

	padding: 20px 0 10px 0;
	margin: 0;
	text-align: left;
}

#start h3 {
	font: 40px/1em 'Oswald';
	font: 43px/1em 'Oswald';

	padding: 0;
	margin: 0 0 30px 0;
	text-transform: uppercase;
	text-align: left;
}
#start .imgComment {
	left: -20px; margin:30px 0
}
#start .imgQuote {
	top: 40px;
	left: 40px;
	width: 190px;
}








#prologue {
	height: 680px;
	border-top: 1px dashed #ccc;
	margin: 160px 0 300px 0;
	padding: 0;
	position: relative;

	background: transparent url('../images/education.jpg') no-repeat 40px 50px;
	background-size: 105%;

}

#prologue h2 {
	font: 60px/1em 'Cormorant Garamond';
	font-style: italic;
	font-weight: 700;

	text-align: center;
	padding: 0;
	margin: 0 0 -20px 0;
	position: relative;
	top: -35px;
}
#prologue h2 span {
	background-color: #efefef;
	padding: 0 15px;
}
#prologue .imgQuote {
	top:  180px;
	/*width: 250px;*/
}
#prologue > p {
	padding: 30px 0 0 0;
	margin: 0;
}
#prologue .resume {
	bottom: 130px;
}




#kssu {
	height: 680px;
	margin: 160px 0 350px 0;
	padding: 0;
	position: relative;

	background: transparent url('../images/kssu.jpg') no-repeat -40px 145px;
	background-size: 105%;
}
#kssu h2 {
	font: 65px/1em 'Cormorant Garamond';
	font-style: italic;
	font-weight: 700;

	text-align: center; 
	padding: 0;
	margin: 0 0 30px 0;
}
#kssu h2 span {
	/*font: 15px/1em 'Quando';*/
	font: 17px/1em 'Vollkorn';
	color: #707070;
	margin: 0 10px 0 7px;
	padding: 3px 8px 0px 8px;
	letter-spacing: 2px;

	position: relative;

	top: -5px;

	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

#kssu .imgQuote {
	font-weight: bold;
	font-size: 24px;
	left: 410px;
	text-align: right;
}

#kssu > p {
	padding: 20px 0 0 0;
	margin: 0;
}
#kssu .resume.pR {
	width: 50%;	
	bottom: 50px;
}





#ICGLink {
	height: 650px;
	margin: 240px 0 0 0;
	padding: 0;
	position: relative;
	border-top: 1px dashed #ccc;

	background: transparent url('../images/icglink.jpg') no-repeat 0 140px;
	background-size: 95%;

	position: relative;
}
#ICGLink h2 {
	font: 60px/1em 'Cormorant Garamond';
	font-weight: 700;

	text-align: center; 
	padding: 0;

	margin: 0 0 -50px 0;
	position: relative;
	top: -74px;
}
#ICGLink h2 span:nth-of-type(1) {
	background-color: #efefef;
}
#ICGLink h2 span:nth-of-type(2) {
	font-size: 200px;
	/*font-style: italic;*/
	position: relative;

	font-size: 140px;
	font-family: 'Oswald';

	top: 30px;
}

#ICGLink .imgQuote {
	left: 360px;
	top: 180px;
}

#ICGLink > p {
	padding: 40px 0 0 0;
	margin: 0;
}
#ICGLink .resume {

}




#RNDG {
	height: 620px;
	margin: 240px 0 0 0;
	padding: 0;
	position: relative;

	background: transparent url('../images/rndg.jpg') no-repeat -65px 160px;
	background-size: 85%;

}
#RNDG h2 {
	text-align: center;
	margin: 10px 0 50px 0;
}

#RNDG h2 > span {
	display: inline-block;
	padding: 0 25px 3px 25px;
	border-left: 20px solid #333;
	border-right: 20px solid #333;
}
#RNDG h2 span span {
	padding: 0;
	font: 90px/80px 'Oswald';
}

#RNDG .imgQuote {
	top: 178px;
	left: 40px;
}

#RNDG > p {
	width: 50%;
	position: relative;
	left:  50%;
}
#RNDG .resume {
	width:50%;
	bottom: 90px;
}





#ICGLinkSQL {
	height: 900px;
	margin: 240px 0 0 0;
	padding: 0;
	position: relative;	
}
#ICGLinkSQL h2 {
	font: 80px/1em 'Cormorant Garamond';
	font-weight: 700;
	text-align: center;	
	text-transform: uppercase;
}
#ICGLinkSQL h2 span {
	display: block;
	font: 20px/1em 'Oswald';
	font: 16px/1em 'Open Sans';
	letter-spacing: 8px;
	color: #999;
	padding: 10px 0 0 8px;
}
#ICGLinkSQL > div > p {
	width: 50%;
	position: relative;
	left:  50%;
	padding: 25px 0 0 0;
}
#ICGLinkSQL .imgComment.imgL {
	left: 45%;
	top: 15px;
}
#ICGLinkSQL .imgComment.imgR {
	width: 440px;
}

#ICGLinkSQL .imgQuote1 {
	/*width: 220px;*/
	top: 160px;
	left: 0;
}

#ICGLinkSQL .imgHolder1 {
	height: 360px;
	background: transparent url('../images/icglink_sql1.jpg') no-repeat -20px -5px;
	background-size: 65%;

}


#ICGLinkSQL .imgQuote2 {
	width: 300px;
	top: 650px;
	left: 50px;
	font-size: 24px;
}

#ICGLinkSQL .imgHolder2 {
	height: 530px;
	background: transparent url('../images/icglink_sql2.jpg') no-repeat 160px 40px;
	background-size: 85%;
}






#teaching {
	height: 680px;
	position: relative;
	margin: 240px 0 0 0;

	background: transparent url('../images/teaching.jpg') no-repeat -80px 260px;
	background-size: 80%;

}
#teaching h2 {
	font: 60px/1em 'Cormorant Garamond';
	text-align: center;	
}
#teaching h2 span {
	display: block;
	/*font: 20px/1em 'Oswald';*/
	font: 16px/1em 'Open Sans';
	letter-spacing: 8px;
	color: #999;
	padding: 10px 0 0 8px;
}
#teaching > p {
	padding: 25px 0 0 0;
	margin: 0;
}
#teaching .imgQuote {
	top: 210px;
	font-size: 20px;
}
#teaching .resume {
	bottom: 0;
}





#ICGLinkEnd {
	height: 650px;
	position: relative;
	margin: 240px 0 0 0;

	background: transparent url('../images/icglink_end.jpg') no-repeat 190px 210px;
	background-size: 90%;
}
#ICGLinkEnd h2 {
	font: 17px/1em 'Open Sans';
	text-align: center;
	color: #999;
	margin: 0;
	padding: 0;
}
#ICGLinkEnd h2 span:nth-of-type(1) {
	position: relative;
	left: -120px;
}

#ICGLinkEnd h2 span:nth-of-type(2) {
	position: relative;
	left: -85px;
}

#ICGLinkEnd h2 span:nth-of-type(3) {
	display: block;
	font: 120px/1em 'Cormorant Garamond';
	font-weight: bold;
	font-style: italic;
	color: #333;
	position: relative;
	top: -40px;
}
#ICGLinkEnd .resume {
	width: 330px;
}
#ICGLinkEnd > p {
	padding: 0;
	margin: 0;
}




#PW {
	height: 650px;
	position: relative;
	margin: 240px 0 0 0;
}
#PW h2 {
	font: 50px/1.4em 'Inconsolata';
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 0;
}

#PW h2 span {
	display: block;
	font-size: 24px;
	line-height: 1.4em;
}
#PW h2 span:nth-of-type(2) {
	padding-left: 50px;
}


#PW #pic1 {
	position: relative;
	/*border: 1px solid red;*/
	height: 295px;

	background: transparent url('../images/pw1.jpg') no-repeat 260px -40px;
	background-size: 70%;
}

#PW #pic1 p {
	padding: 60px 0 80px 0;
}

#PW #pic1 .imgBorder {
	position: absolute;
	right: 0;
	top: -20px;
}


#PW #pic2 {
	position: relative;
	padding: 120px 0 200px 0;
	/*border: 1px solid green;*/
	margin: -20px 0 0 0;

	background: transparent url('../images/pw2.png') no-repeat -10px -100px;
	background-size: 80%;
}
#PW #pic2 .imgQuote {
	width: 220px;
	left: 310px;
	top: 55px;
}
#PW #pic2 .imgBorder {
	position: absolute;
	left: 0;
	top: 60px;
}



#PW #pic3 {
	position: relative;
	padding: 5px 0 130px 0;
	overflow: visible;
	/*border: 1px solid blue;*/

	background: transparent url('../images/pw3.jpg') no-repeat 155px 0px;
	background-size: 65%;
}

#PW #pic3 >.imgQuote {
	width: 280px;
	left: 435px;
	top: 70px;	
}

#PW #pic3 .imgBorder {
	position: absolute;
	right:  0;
	top:  -90px;
}

#PW #pic3 .pic4 {
	display: block;
	height: 500px;
	padding-top: 90px;
	width: 500px;

	background: transparent url('../images/pw4.jpg') no-repeat -20px 200px;
	background-size: 85%;
}
#PW #pic3 .pic4 .imgQuote {
	width: 320px;
	/*width: 100%;*/
	left: 0;
	top: 380px;	
}


#PW .resume {
	position: relative;
	top: -555px;
	width: 380px;
}




#thenow {
	min-height: 650px;
	position: relative;
	top: -250px;
	margin: 0 0 0 0;
}
#thenow h2 {
	font: 100px/1em 'Cormorant Garamond';
	font-weight: bold;	
	font-style: italic;
	font-size: 100px;
	font-size: 80px;
	position: relative;
	text-align: center;
	max-height: 100px;
	margin-bottom: 20px;
}

#thenow h2 span:nth-of-type(1) {
	font: 24px/1em 'Vollkorn';
	font: 20px/1em 'Vollkorn';

	letter-spacing: 2px;
	color: #aaa;
	position: absolute;
	text-transform: uppercase;
	/*font-weight: bold;*/
	left: 155px;
	top: 7px;
}
#thenow h2 span:nth-of-type(2) {
	font: 40px/1em 'Vollkorn';
	
	font: 22px/1em 'Vollkorn';
	
	letter-spacing: 15px;
	text-transform: uppercase;
	color: #bbb;
	position: relative;
	top: -55px;
	left: 15px;

	top: -52px;
	left: 20px;
}
#thenow p:nth-of-type(1) {
	text-align: center;
	padding: 15px 0 0 0;
	margin: 0;
}

#thenow #picN1 {
	background: transparent url('../images/end.jpg') no-repeat center -10px;
	background-size: 70%;

	height: 380px;
	position: relative;
	/*border: 1px solid blue;*/
}

#thenow #picN1 .imgQuote {
	width: 220px;
	top: 30px;
	left: 50px;
}

#thenow #picN1 .imgComment {
	/*top: 250px;*/
	bottom: 0;
}

#thenow #picN2 {
	height: 440px;
	position: relative;
	margin-top: 40px;
	/*border: 1px solid red;*/
}


#thenow .imgCommentQuote {
	background-color: #817151;
	/*color: #555;*/
}


#thenow #picN2 .img {
	background: transparent url('../images/tree.jpg') no-repeat center top;
	background-size: cover;
	margin: 0 auto;
	height: 400px;
	width: 500px;
	border: 10px solid #fff;
	box-shadow: 0 0 10px #999;
	position: relative;
	top: 30px;
}

#thenow #picN2 .imgComment {
	top: 300px;
}

#thenow #picN2 .king {
	top: 60px;
}

#thenow #spaceship {
	height:450px; 

	background: transparent url('../images/spaceship.jpg') no-repeat center bottom;
	background-size: 40%;

	/*border: 1px dotted orange*/
}


/*
@media print {
	.container {
		opacity:  0.3;
	}

	.resume {
		background-color: white;
		background-image:  none;
		border 1px solid #999;
	}

	.pageBreak {
		page-break-after: always;
	}

	.pageid {
		border: none;
	}
}
*/



