@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;600;700&display=swap");

body {
  margin: 0;
  padding: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
#map {
  top: 0;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: -5;
}
#header {
  margin: auto;
  min-height: 100vh;
  padding: 2vh 2vh 5vh 2vh;
  background-color: rgba(219, 219, 219, 0.95);
  color:#000000
}
#features {
  padding-top: 80vh;
  padding-bottom: 10vh;
  z-index: 100;
}
@media (max-width: 750px) {
  #features {
    width: 90vw;
    margin: 0 auto;
  }
}
#footer {
  min-height: 2vh;
  text-align: left;
  line-height: 25px;
}
#header h1 {
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin: auto;
    max-width: 600px;
}
#header h4 {
    font-weight: 300;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 600px;
}
#header p.byline {
    font-weight: 300;
    font-size: 0.9em;
    margin: 0.5em auto 0.8em auto;
}
#header p {
    font-weight: 400;
    text-align: left;
    font-size: 1.2em;
    max-width: 600px;
    margin: 1em auto 1em auto;
}
#features h3 {
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    max-width: 50vw;
}
#features p {
    text-align: left;
    font-size: 1.2em;
    max-width: 50vw;
}
#features .imageCredit {
  font-size: 0.8em;
  margin-top: -5px;
}
#footer p {
  font-size: 0.9em;
  max-width: 600px;
  padding: 1em;
  margin: 0px auto;
}
a, a:hover, a:visited {
  color: #006400;
}
.centered {
  width: 50vw;
  margin: 0 auto;
}
.lefty {
  width: 33vw;
  margin-left: 5vw;
}
.righty {
  width: 33vw;
  margin-left: 62vw;
}
.light {
  color: #444;
  background-color: #fafafa;
}
.dark {
  background-color: rgba(219, 219, 219, 0.95);
  color:#000000
}
.chapter {
  background-color: rgba(219, 219, 219, 0.95);
  color:#000000
}
.step {
  padding-bottom: 50vh;
  opacity: 0.25;
}
.step.active {
  opacity: 0.9;
}
.step div {
  padding: 25px 40px;
  line-height: 25px;
  font-size: 16px;
}
.step img {
  width: 100%;
}

.legend-overlay {
  color: #ffffff;
  position: fixed;
  background-color: rgba(11, 37, 83, 0.95);
  padding: 0px 20px 20px 10px;
  border-radius: 12px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);

  width: 280px;
  bottom: 20px;
  right: 20px;
}
.legend-overlay h4 {
  margin: 10px 0px 5px 0px;
}

.legend-item {
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
.cu-button {
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  appearance: none;
  text-decoration: none;
  text-align: center;
  background-color: #164e87;
  color: #ffffff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  align-self: flex-start;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.cu-button:hover {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.cu-button:disabled {
  pointer-events: none;
  opacity: 0.3;
}

.cu-button {
  background-color: #f7d694;
  color: #1e2329;
}
.cu-button:hover {
  background-color: #fac756;
}