p.intro.scroll-to-start {
  position: relative;
  text-align: center;
  font-family: "Noto Sans Serif", arial, sans-serif;
  margin-top: 0px;
  color: #777;
  font-size: 16px;
  letter-spacing: 0.8px;
}
p.intro.scroll-to-start:after {
  content: "↓";
  display: inline-block;
  padding-right: 16px;
  font-size: 12px;
  transform: translateY(-2px);
}

.story-intro.header-box {
  position: relative;
  z-index: 10;
}


.fixedstate-fixed .fixed-graphic {
  position: fixed;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-box {
  position: relative;
  margin-left: 0;
  max-width: 720px;
  min-height: 90vh;
  z-index: 2;
}

.text-box .text-box-content-wrapper {
  width: 100%;
  /* spacing between text boxes!! */
  padding-top: calc(30% + 600px);
  margin-top: 400px;
}

.viewport-medium .text-box-bkgd {
  font-size: 20px;
  max-width: 460px;
}

.text-box-bkgd {
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 28px;
  border: 1px solid #d2d2d2;
  box-shadow: -1px -1px 5px -1px rgba(0, 0, 0, 0.19),
    1px 3px 5px 0px rgba(0, 0, 0, 0.19);
  border-radius: 3px;
  width: 32vw;
  width: 100%;
  max-width: 240px;
}

.viewport-medium .story-intro.header-box {
  max-width: 460px;
}

.viewport-medium
  .story-intro.header-box
  .headline {
  font-size: 1.75em;
}

.story-intro.header-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 320px;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 18px;
  border: 1px solid #d2d2d2;
  box-shadow: -1px -1px 5px -1px rgba(0, 0, 0, 0.19),
    1px 3px 5px 0px rgba(0, 0, 0, 0.19);
  border-radius: 3px;
}

@media screen and (max-width: 575px) {
  .story-intro.header-box {
    top: 65%;
  }
}

.byline-dateline {
  font-family: "Noto Sans Serif", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 auto;
  color: #222222;
}


/* DROPDOWN BUTTON STYLE */
.dropbtn {
  background-color: white;
  box-shadow: -1px -1px 5px -1px rgba(0, 0, 0, 0.19),
    1px 3px 5px 0px rgba(0, 0, 0, 0.19);
  color: black;
  padding: 16px;
  font-size: 16px;
  font-family: 'Noto Sans', sans-serif;
  border: none;
  cursor: pointer;
}

.dropbtn:hover {
  background-color: lightgrey;
}

.dropdown {
  position: relative;
  display:block;
  margin-right: 5%;
  margin-top: 5%;
}

@media screen and (max-width: 575px) {
  .dropdown {
    display:flexbox;
  }
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: #f1f1f1;
  min-width: 360px;
  overflow: auto;
  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;
}

.show {
  display: block;
}


/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  right: 0;
  top: 0;
  padding-left: 10px;
  background-color:white;
  opacity: 0.9;
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 5%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.key {
  position: fixed;
  z-index: 9999;
  text-align: center;
}

#key-note {
  font-family: 'Noto Sans', sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 5px;
  display: block;
}

.share-button {
  display: inline-block;
  background-color: #0073e6;
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.social-media-list {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  top: 30px;
  left: 0;
}

.social-media-list a {
  display: block;
  text-decoration: none;
  margin-bottom: 5px;
}