/* FONTS
font-family: 'Share Tech Mono', monospace;
font-family: 'Markazi Text', serif;
	 */

/* BASE */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, iframe {
  vertical-align: bottom;
  max-width: 100%;
}

input, textarea, select {
  font: inherit;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}




/* STYLES */
body {
	font-family: Georgia;
	font-size: 20px;
	line-height: 1.5;
	background-color: #ffffff;
	color: #333333;
}

em {
  font-style: italic;
}

h1 {
font-family: 'Share Tech Mono', monospace;

	font-size: 50px;
	font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
}

h2 {
font-family: 'Share Tech Mono', monospace;

	font-size: 40px;
	font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
  color: #fff;
}

a {
  text-decoration: none;
  color: #000;
  
}

p {
  margin: .5em .75em .5em .75em;
/*   text-indent: 5%; */
}

p .number {
	margin-left: -1.5em; 
  margin-right: 15px;
}

p .numberdouble {
  	margin-left: -2em; 
  margin-right: 15px;
}

.header {
  background-image: url(headerbg.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  
}

.row {
	width: auto;
	margin: auto;
}

.header img {
	width: 30vw;
}

.header h2 {
	text-align: center;
	width: 30vw;
	padding-top: 20px;
}


/*.intro {*/
/* background-color:pink;*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*  height: 100vh;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/


nav img {
  width: 80%;
  height: 80%;
  transform: translateX(10%);
/*   background-color: rgba(0, 0, 0, .3); */
  border-radius: 100%;
}

nav h2 {
  width: 100%;
  margin-top: 25px;
  padding: 50px;
  transform: translateX(-5%);
  border-radius: 100%;
}


@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*Appear controls animation for fadeIn*/
.appear {
	/*Starting point opacity before anmiation*/
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-delay: 2.5s;
	/*This tells the anmiation to stop at the end (100%) and not go to .appear opacity: 0*/
  animation-fill-mode: forwards; 
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*Appear controls animation for fadeIn*/
.appear-1 {
	/*Starting point opacity before anmiation*/
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-delay: 2.75s;
	/*This tells the anmiation to stop at the end (100%) and not go to .appear opacity: 0*/
  animation-fill-mode: forwards; 
}

.titlepage {
  background-image: url(titlepage1.png);
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.document {
  background-image: url(graph.png);
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

blockquote {
  font-family: helvetica;
  mix-blend-mode: difference;
  color: #fff;
  padding: 20px;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.origins img {
  transform: scale(1.2);
  padding-left: 20px;
}
.fall img {
  transform: scale(1.2);
    padding-left: 20px;
}
.diaspora img {
  transform: scale(1.2);
  padding-left: 20px;
}
.utopia img {
  transform: scale(1.2);
  padding-left: 20px;
}
.present img {
  transform: scale(1.2);
  padding-left: 20px;
}
section {
  display: flex;
  flex-direction: row;
}

.book:nth-child(odd) {
  flex-direction: row-reverse;
}

section div {
  width: 50vw;
}

section div.text {
  padding: 60px;
}

.era {
  font-weight: 600;
  font-style: italic;
	text-align: left;
  font-size: 20px;
  width: 80%;
  margin-left: 10%;
}

.divider {
	width:100px;
	height:100px;
	margin-top:75px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}

.divider img {
	height:100px;
	width:100px;
}

.group {
  padding-left: 1em;
  font-style: italic;
  font-size: 16px;
  width: 80%;
  margin-left: 15%;
}

.person {
  padding-left: 2em;
  font-size: 16px;
  width: 80%;
  margin-left: 20%;
}

.special {
  margin-left: 10%;
}

.book-1 h2 {
  font-size: 30px;
  color: #000;
  margin: 20px 0;
  text-align: center;
}

section div.full-image {
  height: 100vh;
  background-image: url(1ascension.jpg);
  background-size: cover;
  background-position: center;
  
/*this sticks it to page*/
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

.may-you {
  height: 100vh;
  background-image: url(may-you.jpg);
  background-size: cover;
  background-position: center;
  	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.may-you h1 {
  width: 80%;
  height: 80%;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  transform: translateY(50%);
}

.song {
  width: 50%;
margin-left: auto;
margin-right:auto;
}

.song p {
  text-indent: 0;
}

section div.image-two {
  background-image: url(2nasa.jpg);
}

section div.image-three {
  background-image: url(3gemini.jpg);
}

section div.image-four {
  background-image: url(4apollo.jpg);
}

section div.image-five {
  background-image: url(5diana.jpg);
}

section div.image-six {
  background-image: url(6shuttle.jpg);
}

section div.image-seven {
  background-image: url(7commonwomyn.jpg);
}

section div.image-eight {
  background-image: url(8station.jpg);
}

section div.image-nine {
  background-image: url(9hubbel.jpg);
}

section div.image-ten {
  background-image: url(10devourers.jpg);
}

section div.image-eleven {
  background-image: url(11realm.jpg);
}

section div.image-twelve {
  background-image: url(12nastro.jpg);
}

section div.image-thirteen {
  background-image: url(13visitation.jpg);
}

section div.image-fourteen {
  background-image: url(14tower.jpg);
  background-position: top center;
}

section div.image-fifteen {
  background-image: url(15sojourn.jpg);
}

section div.image-sixteen {
  background-image: url(16hurricane.jpg);
}

section div.image-seventeen {
  background-image: url(17decree.jpg);
}

section div.image-eighteen {
  background-image: url(18salvation.jpg);
}

section div.image-nineteen {
  background-image: url(19sugarcane.jpg);
}

section div.image-twenty {
  background-image: url(20nastroism.jpg);
}

section div.image-twentyone {
  background-image: url(21generations.jpg);
  background-position: top center;
}

section div.image-twentytwo {
  background-image: url(mercury.jpg);
}

section div.image-twentythree {
  background-image: url(apollo.jpg);
}

section div.image-twentyfour {
  background-image: url(shuttle.jpg);
}

.sidenav {
  height: 100vh;
  width: 25vw;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}

.sidenav a, .dropdown-btn {
	font-family: 'Share Tech Mono', monospace;

  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.list {
	font-family: 'Share Tech Mono', monospace;

  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  transform: translateX(-15px);
}

.sidenav a:hover, .dropdown-btn:hover {
  color: #f1f1f1;
}

.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

.active {
  background-color: #e23f12;
  color: white;
}

.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

.menu-toggle {
  position: fixed;
  bottom: 40px;
  left: 10px;
  z-index: 5;
  width: 50px;
  height: 50px;
  border-radius: 0px;
	;}

.show {
  transform: translateY(0);
}

#entities h1 {
	text-align: center;
}

.era p {
	font-family: 'Share Tech Mono', monospace;
	font-weight: 700;
	font-style: normal;
	font-size: 36px;
	padding: 2px 
}

.group p {
	font-family: 'Share Tech Mono', monospace;
	font-size: 32px;
	padding: 2px 0;
}
 
.person p {
	font-family: 'Markazi Text', serif;
	font-size: 24px;
	padding-top: 2px;
	padding-bottom: 2px;	
}

.special {
	font-style: normal;
}



@media (max-width:1080px){
  h1 {
    font-size: 24px;
  }
  .sidenav {
    width: 50vw;
  }
   a {
    font-size: 22px;
  }
  .sidenav {
    width: 50vw;
  }
  .menu-toggle {
    bottom: 60px;
  }
  p {
    padding-top: 20px;
  }

  body {
    font-size: 24px;
  }
  p {
    text-indent: 0;
  }
  h1 {
    font-size: 26px;
  }
    .menu-toggle {
    bottom: 20px;
  }
  p .number {
	margin: 0;
    font-weight: 700;
}

p .numberdouble {
	margin: 0;
 	font-weight: 700;
}
  .header {
    height: 100vw;
  }
  
  .header h2 {
		display: none;
  }
  
  .titlepage {
    height: 100vw;
  }
  .origins,
  .fall,
  .utopia,
  .diaspora,
  .present{
    height: 50vw;
  }
  .origins h1,
  .fall h1, 
  .utopia h1,
  .diaspora h1, 
  .present h1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section {
    display: block;  
  }
  section div {
    width: 100%;
  }
  section div.text {
    padding: 30px;
  }
  section div.full-image {
    height: 100vw;
  }
	.group {
  	text-indent: 0;
	}
	.person {
  text-indent: .5em;
	}
}

@media (max-width:850px){
  body {
    font-size: 20px;
  }
  h1 {
    font-size: 24px;
  }
  
  .song {
  width: 100%;
margin-left: auto;
margin-right:auto;
}
}