
/* UPDATED 19 APRIL 2024 : 8:50AM */


/* I DON'T KNOW WHAT THESE DO

body,
div,
article,
ul,
li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header .container {
	display: flex;
	justify-content: right;
	align-items: top;
	width: 100%;
	}

*/







/* BASE STYLES */

body {
	color: #172713;   /* Deep Slate Olive #263122 */
	font: normal 100% FernMicro, Georgia, serif;  /* base text style - roman 16pt (100% of standard 16pt) */
	font-family: FernMicro;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

img,
embed,
object,
video {
	max-width: 100%;
	height: auto;
}


p {
	font-size: 1.1em;
	line-height: 1.625em;  /* standard paragrap */
	font-family: "FernMicro";
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0.625em;
	float: none;
}  /* standard paragraph text */

i {font-style: italic}

b {font-weight: bold}

em {
	font-style: italic;
}

.sc {
	font-variant: small-caps;
	}

a:link {
	color:#f15b30;   /* Peach-Orange */
	text-decoration:none;
}      /* unvisited link */

a:visited {
	color:#f15b30;   /* Peach-Orange */
	text-decoration:none;
}  /* visited link */

a:hover {
	color:#b6bfc0;   /* Neutral Gray */
	text-decoration:underline;
}  /* mouse over link */

a:active {
	color:#faed8f;   /* Naples Yellow */
	text-decoration:none;	
}  /* selected link */

article {
	margin: auto;
	max-width: 49.522292993630573%;
	padding-top: 2em;
	}

h1 {
}	/* Site Title */

h2 {
}	/* Section Title */

h3 {
	font-size: 3rem;
	line-height: 3rem;
	font-family: "RoslindaleDisplay";
	font-weight: normal;
	font-style: italic;
	font-weight: 900;
	color:#f15b30;   /* Peach-Orange */
	letter-spacing: 0.025em;
	margin-bottom: 1rem;
}	/* Article Title */

h4 {
	font-size: 1.5rem;
	line-height: 2rem;
	font-family: "FernTitlingCaps";
	font-weight: bold;
	font-style: normal;
	font-weight: 800;
	text-transform: lowercase;
	color: #172713;   /* Deep Slate Olive */
	letter-spacing: 0.025em;
	margin-bottom: 1rem;
	padding-top: 1rem;
}	/* Section Header */

h5 {
}	/* TBD */

h6 {
}	/* TBD */



/* INLINE TEXT CLASSES */

em.name {
	font-size: 1.5rem;
	font-family: "FernTitlingCaps";
	font-weight: normal;
	font-style: normal;
}	/* Bio Name */



/* IMAGES */

img.headshot {
	position: relative;
	right: -16.988210075026795%;
	max-width: 49.088960342979636%;
	height: auto;
	object-fit: cover;
	float: right;
	margin-bottom: 1em;
	margin-left: -15.058949624866024%;
}


/* PAGE */

body {
	height: 100vh;
	background: #fffef5;   /* Off-White	, filling browser window */
	padding: 1em;
}


/* HEADER */

header {
	width: 100%
	display: flex;
	}
	



/* SITE TITLE */

h1.title {
	font-family: "RoslindaleDisplay", serif;
	color: #172713;   /* Deep Slate Olive #263122 */
	text-align: left;
	float: left;
	font-size: 2.5em;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	vertical-align: baseline;
	line-height: 95%;
}

span.role {
	font-size: 100%;
	vertical-align: baseline;
	line-height: 40%;
}

.title a {
	color:#172713;   /* Deep Slate Olive #263122 */
}      /* link */

.title a:hover {
	color:#faed8f;   /* Naples Yellow */
	text-decoration:none;
}      /* mouse over link */



/* HEADER NAVIGATION */

.headernav {
	display: flex;
	flex-direction: row;
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
	justify-items: right;
	justify-content: right;
	font-family: "RoslindaleDisplay", serif;
	color: #f15b30;  /* Peach Orange */
	font-size: 2.5rem;
	text-transform: uppercase;
	letter-spacing: 0.0375rem;
	line-height: 95%;
	list-style-type: none;
	text-align: right;
	}

li.headerlink {
	float: left;
	padding-left: 1em;
	clear: right;	
	display: flex;
	position: relative;
	}

li.headerlink a {
	color: #f15b30;  /* Peach Orange */
	}      /* header nav link */
	
li.headerlink a:hover {
	color: #fae59f;  /* Naples Yellow */
	text-decoration:none;
	}      	/* mouse over link */

li.headerlink a:active {
	color: #b5d1cc;  /* Neutral Gray */
	text-decoration:none;
	}      	/* mouse over link */

.headerlink li:first-child a {
	padding-left: 0;
	}

.headerlink li:last-child a {
	padding-right: 0;
	}
	
li.headerlink.active a {
	text-decoration: underline;
	text-decoration-line: overline;
	text-decoration-thickness: 5rem;
	text-decoration-color: #f15b30;  /* Peach Orange */
	text-underline-offset:  2rem;
	}      	/* current page */

/* SUBHEADER */

div.subnav {
    width: 100%;
    padding: 1em;
    margin-bottom: 0.1em;
	}
	
nav.subnav {
	font-family: "RoslindaleDisplay", serif;
	font-style: italic;
	font-weight: 200;
	color:#172713;   /* Deep Slate Olive */	
	font-size: 1.75rem;
	letter-spacing: 0.05em;
	text-transform: none;
	list-style-type: none;
    float: right;
    text-align: right;
	width: auto;
	}
	
li.sublink {
	margin-left: 1em;
	float: left;
	}

li.sublink a {
	color:#172713;   /* Deep Slate Olive */	
	}      /* subheader nav link */
	
li.sublink a:hover {
	color: #f15b30;  /* Peach Orange */
	text-decoration:none;
	}      	/* mouse over link */

li.sublink a:active {
	color: #b5d1cc;  /* Neutral Gray */
	text-decoration:none;
	}      	/* mouse over link */

li.sublink.active {
	font-size: 0rem;
	max-width: 0;
	margin-left: 0;
	}      	/* current page */






/* CV */

p.cv-employer {
	font-size: 1.5rem;
	line-height: 2rem;
	font-style: italic;
	color: #f15b30;  /* Peach Orange */
	padding-top: 1rem;
}

p.cv-school {
	font-size: 1.5rem;
	line-height: 2rem;
	font-style: italic;
	color: #f15b30;  /* Peach Orange */
	padding-top: 1rem;
}

p.cv-location {
	line-height: .5rem;
	font-family: "FernTitlingCaps";
	font-weight: bold;
	font-style: normal;
	font-weight: 800;
	text-transform: lowercase;
	letter-spacing: 0.025em;
	padding-left: 1rem;
	padding-bottom: .5rem;
}

p.cv-title {
	margin-bottom: none;
	margin-left: 7rem;
}

span.cv-timeframe-company {
	font-size: 1.25rem;
	font-style: italic;
	color:#172713;   /* Deep Slate Olive */
	padding-left: 2rem;	
	padding-right: 2rem;	
}

span.cv-timeframe-position {
	font-style: italic;
	color:#172713;   /* Deep Slate Olive */
	padding-right: 2rem;
	margin-left: -5rem;	
}





/* home page */

body.home {
	background: #f15b30;   /* Peach-Orange */
	}

h1.title.home {
	font-family: "RoslindaleDisplay", serif;
	color: #172713;   /* Deep Slate Olive #263122 */	
	text-align: left;
	float: left;
	font-size: 8em;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	vertical-align: baseline;
	line-height: 95%;
	}

span.role.home {
	font-size: 50%;
	letter-spacing: 0.0125em;
	vertical-align: baseline;
	line-height: 40%;
	}

.title.home a {
	color: #172713;   /* Deep Slate Olive #263122 */	
	}      /* link */

.title.home a:hover {
	color: #fae59f;  /* Naples Yellow */
	}      /* mouse over link */
	
	
/* WORK */

div.book {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	width: 100%;
	float: left;
	clear: right;
	}
	
img.bookthumb {
	padding-left: 1.5em;
	max-width: 45%;
	float: right
}

hr.bookrule {
	width: 100%;
	color: #fae59f;
	background-color: #fae59f;
	height: 1px;
}

p.booktitle {
	margin-bottom: 0;
}

p.bookinfo {
	line-height: 2rem; 	
	margin-bottom: 0;
}

span.title {
	font-size: 1.75rem;
	line-height: 2rem;  /* standard paragrap */
	font-family: 'FernText';
	font-style: italic;
	font-weight: normal;
}

span.author {
	font-size: 1.25rem;
	font-family: "FernMicro";
	font-weight: normal;
}

span.illustrator {
	font-size: 1.25rem;
	font-family: "FernMicro";
	font-weight: normal;
}

span.designrole {
	font-size: 1rem;
	font-family: "greycliff-cf", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.025em;
}

span.genre {
	font-size: 1rem;
	font-family: "greycliff-cf", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.025em;
}

span.year {
	font-size: 1rem;
	font-family: "greycliff-cf", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.025em;
}


/* FOOTER */

footer {
	font-family: "greycliff-cf", sans-serif;
	font-weight: 600;
	font-style: normal;
	color:#172713;   /* Deep Slate Olive #263122 */	
	font-size: 0.9em;
	letter-spacing: 0.025em;
	text-align: left;
    width: 98vw;
	margin-top: auto;
	float: left;
	clear: right;	
	display: flex;
	flex-direction: row;
    padding-left: 0;
    padding-right: 1em;
    padding-top: 2em;
    justify-content: space-between;
}

ul.footernav {
	display: flex;
	flex-direction: row;
    justify-content: start;
	}
	
li.footerlink {
	text-align: left;
	float: left;
	clear: right;	
	display: flex;
	position: relative;
	padding-right: 1em;
}

li.footerlink a {
	color:#172713;   /* Deep Slate Olive */	
	}      /* footer nav link */
	
li.footerlink a:hover {
	color: #fae59f;  /* Naples Yellow */
	text-decoration:none;
	}      	/* mouse over link */
	
li.footerlink a:active {
	color: #b5d1cc;  /* Neutral Gray */
	text-decoration:underline;
	} 

	
li.footerlink.active a {
	color: #f15b30;  /* Peach Orange */
	}      	/* current page */


img.footerlogo {
	height:1em;
	fill: #f15b30;   /* Deep Slate Olive */
	transform: translateY(-25%);
	}
	

div.page-copyright {
	color:#172713;   /* Deep Slate Olive #263122 */	
	text-transform: none;
	text-align: right;
}

/*.footerlink {
	font-family: "greycliff-cf", sans-serif;
	*/
	font-weight: 600;
	font-style: normal;
}

