/* standard comment format */
/*  Color List
	
	tigerlily orange E2593E 
	light brown 9B4B12
	bright marigold FD8D25
	bright green 3AA729
	rose red C92250
	flat gold CFB727
	hollyhock 833271
	sharp purple A13A94
	Prince purple 4C3E61
*/
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  text-align: center;
}

li {
  display: inline-block;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

#contentRotate1 {
  width: 100%;
  height: 600px;
  /* border: 1px dotted #cecfd2; */
}

#contentRotate2 {
  width: 100%;
  height: 1300px;
  /* border: 1px dotted #cecfd2; */
}

#contentHomi {
  width: 100%;
  height: 900px;
  /* border: 1px dotted #cecfd2; */
}

#contentAstro {
  width: 100%;
  height: 900px;
  /* border: 1px dotted #cecfd2; */
}

#contentMannahatta {
  width: 100%;
  height: 900px;
  /* border: 1px dotted #cecfd2; */
}

/* last file compiled */
.siteFont {
  font-size: calc(0.5em + 2.5vmin);
}

/*  */
body {
  font-size: 16px;
  font-family: Helvetica, sans-serif;
  display: flex;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 800;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1.15em;
}

h5 {
  font-size: 1em;
}

p {
  font-size: 1em;
}

.centeredHome {
  text-align: center;
}

.ascribedRight {
  text-align: right;
  transform: translateX(-20px);
}

.quoteLeft {
  text-align: left;
}

/* span class for italics in text */
span.italic {
  font-style: italic;
}

.old {
  color: #E77654;
}

/* timelime home page */
.timelineOne {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.timelineItem {
  margin: 0px;
  padding: 40px;
  position: relative;
  display: flex;
  border-top-width: 3px;
  border-top-style: solid;
  font-size: 1em;
  line-height: 1.75em;
  align-items: center;
  justify-content: flex-start;
  /* border-image: linear-gradient(to right, #743ad5 0%, #d53a9d 100%); */
  border-image-slice: 1;
  counter-increment: section;
  color: #34435e;
}

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

.timelineItem:before {
  height: 1.25em;
  width: 1.25em;
  padding: 10px;
  position: absolute;
  border-radius: 50%;
  font-size: 1em;
  line-height: 1.25em;
  color: #ffffff;
  text-align: center;
  background-color: #34435E;
  content: counter(section);
}

.timelineItem:nth-child(odd) {
  padding-left: 0;
  border-right: 3px solid;
  text-align: right;
  justify-content: flex-end;
}

.timelineItem:nth-child(odd):before {
  margin-left: -20px;
  left: 100%;
}

.timelineItem:nth-child(even) {
  padding-right: 0;
  border-left: 3px solid;
}

.timelineItem:nth-child(even):before {
  margin-right: -20px;
  right: 100%;
}

.timelineItem:nth-child(odd) img {
  order: 2;
}

.timelineItem:nth-child(odd) p {
  padding-right: 20px;
}

.timelineItem:nth-child(even) p {
  padding-left: 20px;
}

.legend {
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map {
  width: 100%;
  max-width: 1200px;
  height: auto;
}

/*# sourceMappingURL=../css/main.map */