@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	font-family: verdana, arial, sans-serif;
	width: 100%;
	color: #333;
}

article {
	overflow: auto;
}

h1, h2, h3, h4 {
	font-family: 'Libre Baskerville', 'Times New Roman', Times, serif;
	font-weight: 500;
}

h1 {	
	font-size: 1.6rem;
	line-height: 2rem;
	color: #DAA520;
	text-align: center;
}

h2 {	
	font-size: 1.6rem;
	line-height: 2rem;
	padding-bottom: 1rem;
}

h3 {
	font-size: 1.4rem;
	line-height: 2rem;
}

p, ul, ol { 
	color: #333333;
	font-size: 1.2rem;
	line-height: 1.8rem;
	padding-bottom: 1.8rem;
}

ul, ol {
	list-style-type: none;
}

td {
	vertical-align: top;
	color: #333333;
	font-size: 1.2rem;
	line-height: 1.8rem;
	padding: 0 1rem 1.8rem 0;
}

/* HEADER */
/* HEADER */
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1500;
}

header > section {
	height: 100vh;
	width: 50%;
	position: relative;
	float: left;
	cursor: pointer;
	border: none;
	-webkit-transition: all 1s ease-out; /* Safari */
    transition: all 1s ease-out;
}

header > section > a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

header > section:hover {
	box-shadow: 0 0 55px 5px rgba(0,0,0, 1);
}

header:hover > section {
	width: 40%;
}

header:hover > section:hover {
	z-index: 1000;
	width: 60%;
}

header > section:nth-child(1) {
	background: url('../img/blue-leather.jpg') top center repeat;
	background-color: #002147;
	border-right: solid 1px #DAA520;
}

header > section:nth-child(2) {
	background: url('../img/red-leather.jpg') top center repeat;
	background-color: #740001;
	border-left: solid 1px #DAA520;
}

header > section > img {
	position: relative;
	top: calc(50% - 2.5rem);
	display: none;
	height: 4rem;
	margin: .5rem;
	filter: drop-shadow(0px 0px 4px rgba(51,51,51,0.9));
	-webkit-filter: drop-shadow(0px 0px 4px rgba(51,51,51,0.9));
	moz-filter: drop-shadow(0px 0px 4px rgba(51,51,51,0.9));
}

#arrow-left {
	margin-right: 1.5vw;
}

#arrow-right {
	margin-left: 1.5vw;
}

#link-to-person img {
	float: right;
}

header > section > div {
	display: block;
	margin: auto;
	width: 20rem;
	position: absolute;
	left: calc(50% - 9rem);
	top: calc(50% - 3rem);
}

header > section > div > img {
	width: 4rem;
	float: left;
	margin-right: .5rem;
}

#link-to-foundation > div > h1 {
	text-align: left;
	margin-top: .2rem;
}

header > section:nth-child(2) > div {
	width: 14rem;
	left: calc(50% - 7rem);
}

header > section > div > h1 {
	font-family: 'Libre Baskerville', 'Times New Roman', Times, serif;
	font-size: 1.4rem;
	line-height: 1.7rem;
	font-weight: 500;
	text-align: center;
	color: #DAA520;
}

#home:target > #the-foundation {
	display: none;
}
/* END HEADER */
/* END HEADER */

/* PAGE NAVIGATION */
/* PAGE NAVIGATION */
nav {
	position: fixed;
	top: 0;
	width: calc(95% + 4px);
	height: 5rem;
	margin-bottom: 1.5rem;
	display: table;
	background-color: #ffffff;
	border-bottom: 1px solid #DAA520;
	z-index: 1000;
}

nav a.col, .home-link {
	font-family: 'Libre Baskerville', 'Times New Roman', Times, serif;
	line-height: 1.4rem;
	font-size: 1.2rem;
	color: #333333;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	padding: 0 0 3px;
	float: none;
}

nav a.col:hover, a.home-link:hover {
	text-decoration: underline;
}

.burger-nav, a.home-link {
	display: none;
}
/* END PAGE NAVIGATION */
/* END PAGE NAVIGATION */

/* CHAPTERS */
/* CHAPTERS */
article article {
	padding-bottom: 2rem;
	padding-top: 5rem;
	min-height: 100vh;
}

article article:first-of-type {
	padding-top: 1.5rem;
}

article p:last-of-type {
	padding: 0;
}


article .img {
	font-size: .8rem;
	font-style: italic;
}

article .right {
	float: right;
}

article section img {
	padding-bottom: .2rem;
	margin: auto;
	display: block;
}

article a {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #DAA520;
}

article ul {
   list-style: none;
   margin-left: 0;
   padding-left: 1em;
   text-indent: -1em;
}

article li:before {
	content: " ";
	display: inline-block;
	background-color: #333333;
	vertical-align: middle;
	height: 2px;
	width: .5rem;
	margin-right: .7rem;
}

article li {
	padding-top: .6rem;
}

#the-foundation article {
	border-bottom: 2px solid #002147;
}

#the-person article {
	border-bottom: 2px solid #740001;
}

#the-foundation article:last-of-type, 
#the-person article:last-of-type {
	border-bottom: none;
}

h2.col {
	padding-bottom: 1rem;
}

iframe {
	padding-top: .5rem;
	height: 0;
	display: none;
}
/* CHAPTERS */
/* CHAPTERS */

/* THE FOUNDATION */
/* THE FOUNDATION */
#the-foundation {
	padding-top: 5rem;
	display: none;
}

#the-foundation nav {
	left: 0;
	color: #002147;
}

#the-foundation:target {
	display: block;
}

article#the-foundation h2 {
	color: #002147;
}
/* END FOUNDATION */
/* END FOUNDATION */

/* THE PERSON */
/* THE PERSON */
#the-person {
	padding-top: 2rem;
	display: none;
}

#the-person nav {
	left: 5%;
	color: #740001;
	display: none;
}

#the-person h2 {
	font-size: 1.4rem;
	text-align: center;
}

#the-person:target {
	display: block;	
}

#the-person:target ~ footer {
	left: 5%;
}

article#the-person h2 {
	color: #740001;
}
/* END PERSON */
/* END PERSON */

/* FOOTER */
/* FOOTER */
footer.row {
	position: relative;
	overflow: auto;
	margin: 0;
	padding: 2rem 1rem;
	max-width: 95%;
	background-color: #333333;
	color: #CCCCCC;
}

footer h2 {
	font-size: 1.1rem;
	line-height: 1.2rem;
	padding-bottom: .5rem;
}

footer p, footer ul, footer ol {
	font-size: .8rem;
	line-height: 1.2rem;
	color: #CCCCCC;
	padding-bottom: 1.2rem;
}

footer a {
	color: #CCCCCC;
	text-decoration: none;
}

footer > section > section {
	height: 4rem;
	margin-bottom: 1rem;
}

footer > section > section > h2 {
	padding-top: .4rem;
}

footer img {
	width: 3rem;
	margin-right: .4rem;
	float: left;
}
/* END FOOTER */
/* END FOOTER */

/* 12 COLUMN GRID */
/* 12 COLUMN GRID */
.row {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
}

article.row {
	max-width: 45rem;
}

.col {
	width: 100%;
	padding: 0 1rem 2rem;
	position: relative;
	float: left;
}

.no-padding {
	padding: 0;
}

.col-1 {
	width: calc((100%/12)*1);
}

.col-2 {
	width: calc((100%/12)*2);
}

.col-2-4 {
	width: 20%;
}

.col-3 {
	width: calc((100%/12)*3);
}

.col-4 {
	width: calc((100%/12)*4);
}

.col-5 {
	width: calc((100%/12)*5);
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: calc((100%/12)*7);
}

.col-8 {
	width: calc((100%/12)*8);
}

.col-9 {
	width: calc((100%/12)*9);
}

.col-10 {
	width: calc((100%/12)*10);
}

.col-11 {
	width: calc((100%/12)*11);
}

.col-12 {
	width: calc((100%/12)*12);
}

@media screen and (max-width: 414px) {
	.col-1, .col-2, .col-3,  .col-4,  .col-5,  .col-6,  .col-7,  .col-8,  .col-9,  .col-10,  .col-11,  .col-12 {
		width: 100% ;
	}
}
/* END 12 COLUMN GRID */
/* END 12 COLUMN GRID */


@media screen and (orientation:portrait) {
	header {
		height: 100vh;
	}
	
	header > section {
		width: 100%;
		height: 50vh;
	}
	
	header:hover > section {
		width: 100%;
		height: 40vh;
	}
	
	header:hover > section:hover {
		width: 100%;
		z-index: 1000;
		height: 60vh;
	}
	
	header > section:nth-child(1) {
		background: url('../img/blue-leather.jpg') center repeat;
		border-bottom: solid 1px #DAA520;
		border-right: 0;
	}
	
	header > section:nth-child(2) {
		background: url('../img/red-leather.jpg') center repeat;
		border-top: solid 1px #DAA520;
		border-left: 0;
	}
	
	/* NAV MOBILE */
	/* NAV MOBILE */
	nav {
		display: block;
		width: 100%;
		overflow: hidden;
		height: 4rem;
	}
	
	.burger-nav {
		display: block;
		width: 2rem;
		margin: 1rem;
		border: none;
	}
	
	.burger-nav:hover {
		border: none;
	}
	
	#foundation-nav:target ~ nav {
		box-shadow: 0 0 55px 5px rgba(0,0,0, 1);
	}
	
	nav a.col, a.home-link {
		display: block;
		width: 80%;
		padding: 1.8rem 0;
		margin: 0 auto;
	}
	
	nav a.col:hover {
		border: none;
	}
	
	#the-foundation nav {
		right: 0%;
	}	
	
	#the-person nav {
		left: 0%;
	}
	/* END OF NAV MOBILE */
	/* END OF NAV MOBILE */
	#the-person {
		padding-top: 5rem;
	}
	
	#the-person nav {
		display: block;
	}

	
	#the-person:target ~ header {
		top: -100%;
		left: 0;
	}
	
	#the-person:target ~ header #link-to-person {
		background-position: center center;
		border-left: 0;
		border-bottom: solid 2px #DAA520;
	}
	
	#the-foundation:target ~ header {
		top: 100%;
		left: 0;
	}
	
	#the-foundation:target ~ header #link-to-foundation {
		background-position: center center;
		border-left: 0;
		border-top: solid 2px #DAA520;
	}
	
	article article {
		padding-top: 2rem;
	}
	
	footer.row {
		max-width: 100%;
	}
	
	#the-person:target ~ footer {
		left: 0%;
	}
	
	footer .col {
		width: 100%;
		text-align: center;
	}
	
	footer > section > section {
		height: 8rem;
	}
	
	footer img {
		float: none;
	}
}
