body {
    height: 100%;
    margin: 0;
    font-family: 'Morion', sans-serif;
    font-size: 1.5rem;
    line-height: 1.3;
    color: rgba(0, 0, 0, .7);
  }

.na__container-wrapper {
    /* max-width: 100%; */
    background-color: #fff; 
    margin-left: calc(-20px);
    width: 100vw;
}

.na__single-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.na__lrg {
box-sizing: border-box;
max-width: 100%;
}

.na__main-content {
    padding-top: 0px;
}

/* na__content */
.na__content {
    /* width: 60% !important; */
    margin: auto;
    max-width: 39.375rem;
}

.na__content h4 {
    font-family: 'Morion', sans-serif;
    font-size: 1.75rem !important;
    line-height: 1.25 !important;
    color: #000;
    margin-top: 40px;
    margin-bottom: 10px;
}

.na__content h3 {
    font-family: 'Morion', sans-serif;
    font-size: 1.45rem !important;
    line-height: 1.5 !important;
    color: #000;
    margin-top: 40px;
    margin-bottom: 10px;
}
  
.na__content p {
    font-family: 'Morion', sans-serif;
    font-size: 1.25rem !important;
    line-height: 1.75;
    color: #000;
    margin-top: 11px;
}

.na__content .credits {
    font-family: 'Morion', sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    color: #000;
    margin-top: 20px;
}

.na__content p span {
    font-family: 'Morion', sans-serif;
    font-size: 1.25rem;
    line-height: 1.75;
    color: #000000cd;
    margin-top: 20px;
    font-style: italic;
    font-weight: 200;
}
  
.na__content img {
    max-width: 100%;
    margin: auto;
}

.na__full-size-video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Or 'contain', depending on desired behavior */
}

video {
  width: 100vw;
}

.na__data-embed {
    /* width: 60% !important; */
    margin: 30px auto;
    max-width: 50rem;
}

.na__image {
    position: relative;
    display: flex;
    justify-content: center;
}

.na__image img { 
    max-width:100%; 
    max-height:100%; 
}

.na__box {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.na__tweet {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.na__caption-inline {
    margin-left: auto;
    margin-right: auto;
    margin-inline: 20px;
}

.na__caption-max-width {
    margin: auto;
    max-width: 39.375rem;
}

.na__caption-wrapper {
    margin: 8px auto auto;
}

.na__source, .na__credit {
    font-family: 'Roboto', Helvetica, sans-serif;
    font-size: 0.813rem;
    line-height: 1.35rem;
    /* display: inline; */
    margin-top: auto;
    color: #777777;
}

.na__source, .na__credit:not(:last-child):after,
.na__source, .na__credit:not(:last-child):after {
    content:"—";
    margin:0 5px 0 8px;
    font-size:13px;
    line-height:1;
    white-space:nowrap;
    font-family:'Morion', serif;
    color:rgba(0, 0, 0, .6);
}

/*------ Slider Scrolly --------*/

.na__scrolly-container {
    background-color: #111;
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    top: 0;
    margin: 0 0 25px;
  }
  @media (min-width: 740px) {
    .na__scrolly-container {
      margin: 0 0 40px;
    }
  }

  .na__scrolly-container .na__scrolly-scroll-text {
    overflow-x: hidden;
    position: relative;
    display: block;
    z-index: 1;
    margin-top: -50vh;
  }

  .na__scrolly-container .na__scrolly-scroll-text .na__scrolly-caption {
    height: var(--slide-height);
    width: 100%;
    text-align: center;
  }

  .na__scrolly-container .na__scrolly-scroll-text .na__scrolly-caption:last-of-type {
    height: 150vh;
  }

  .na__scrolly-container .na__scrolly-scroll-text .na__scrolly-caption p.na__scrolly-text {
    color: #fff;
    text-shadow: #111 0px 0px 6px;
    font: 300 1.5rem/1.2 "Morion", georgia, "times new roman", times, serif;
    text-align: center;
    padding: 0px 5px;
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(100% - 40px);
    margin: auto;
  }

  @media (min-width: 740px) {
    .na__scrolly-container .na__scrolly-scroll-text .na__scrolly-caption p.na__scrolly-text {
      font: 300 1.75rem/1.2 "Morion", georgia, "times new roman", times, serif;
    }
  }

  .na__scrolly-container .na__scrolly-scroll-text .na__scrolly-caption #top-slide-6 {
    width: 100%;
    max-width: calc(100% - 40px);
    margin: auto;
    padding: 5px;
  }

  @media (min-width: 740px) {
    .na__scrolly-container .na__scrolly-scroll-text .na__scrolly-caption #top-slide-6 {
      width: 700px;
    }
  }

  .na__scrolly-container .na__scrolly-scroll-text .na__scrolly-caption #top-slide-6 h1.na__top-slide-text {
    color: #fff;
    text-shadow: #111 0px 0px 6px;
    font: 300 1.8rem/1.1 "Morion", georgia, "times new roman", times, serif;
    padding: 0;
    /* text-transform: uppercase; */
    letter-spacing: 0.125rem;
    margin-top: 32px;
  }

  @media (min-width: 740px) {
    .na__scrolly-container .na__scrolly-scroll-text .na__scrolly-caption #top-slide-6 h1.na__top-slide-text {
      font: 300 3rem/1.1 "Morion", georgia, "times new roman", times, serif;
    }
  }

  .na__scrolly-container .na__scrolly-scroll-text .na__scrolly-caption #top-slide-6 .na__top-kicker {
    /* color: #fff;
    text-shadow: #111 0px 0px 6px;
    font: 600 16px/24px "roboto", arial, helvetica, sans-serif; */

    font-family: 'Roboto', Helvetica, sans-serif;
    text-shadow: #111 0px 0px 6px;
    font-weight: 400;
    font-size: 15px;
    color: #FFF;
    line-height: 1.75;
  }

  .na__scrolly-container .na__scrolly-scroll-text .na__scrolly-caption #top-slide-6 .na__top-byline {
    display: block;
    position: relative;
    margin-top: 20px;
    color: #fff;
    text-shadow: #111 0px 0px 6px;
    font: 400 16px/32px "Roboto", arial, helvetica, sans-serif;
  }

  .na__scrolly-container .na__scrolly-scroll-text .na__scrolly-caption #top-slide-6 .na__top-byline b {
    color: #fff;
    text-shadow: #111 0px 0px 6px;
    font: 600;
    line-height: 1.75;
  }

  .na__scrolly-container .na__scrolly-scroll-text .na__scrolly-caption #na__chapter-break-1 {
    text-align: center;
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    max-width: calc(100% - 40px);
    width: 100%;
    margin: auto;
  }

  .na__scrolly-container .na__scrolly-scroll-text .na__scrolly-caption #na__chapter-break-1 h2 {
    color: #fff;
    text-shadow: #111 0px 0px 6px;
    font: 300 1.75rem/1.2 "morion", georgia, "times new roman", times, serif;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.125rem;
  }

  @media (min-width: 740px) {
    .na__scrolly-container .na__scrolly-scroll-text .na__scrolly-caption #na__chapter-break-1 h2 {
      margin-bottom: 7px;
    }
  }

  .na__scrolly-container .na__scrolly-scroll-text .na__scrolly-caption #na__chapter-break-1 .na__chapter-kicker {
    color: #fff;
    text-shadow: #111 0px 0px 6px;
    font: 700 0.9rem/1.2 "morion", georgia, "times new roman", times, serif;
    padding-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
  }

  .na__scrolly-container .na__scrolly-scroll-text .na__scrolly-caption #na__chapter-break-1 .na__chapter-kicker:after {
    content: "";
    display: none;
    width: 25px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 10px auto;
  }

  .na__scrolly-container .na__scrolly-sticky {
    height: var(--slide-height);
    width: 100%;
    top: 0;
    position: sticky;
  }

  .na__scrolly-container .na__scrolly-sticky #top-slide-1 img {
    -o-object-position: top;
       object-position: top;
  }

  .na__scrolly-container .na__scrolly-sticky .na__scrolly-image {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transition: 0.5s all ease;
  }

  .na__scrolly-container .na__scrolly-sticky .na__scrolly-image.active {
    opacity: 1;
    transition: 0.5s all ease;
  }

  .na__scrolly-container .na__scrolly-sticky .na__scrolly-image video,
  .na__scrolly-container .na__scrolly-sticky .na__scrolly-image img {
    width: 100%;
    max-width: 100%;
    height: var(--slide-height);
    -o-object-fit: cover;
       object-fit: cover;
    pointer-events: none;
    -o-object-position: bottom;
       object-position: bottom;
  }

  .na__scrolly-container .na__scroll-to-begin {
    position: fixed;
    bottom: 25px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    opacity: 0;
    transition: 0.2s opacity ease-in;
  }

  .na__scrolly-container .na__scroll-to-begin.active {
    opacity: 1;
    transition: 0.5s opacity ease-in;
    transition-delay: 1.5s;
  }

  .na__scrolly-container .na__scroll-to-begin p {
    font: 600 14px "Roboto", arial, helvetica, sans-serif;
    color: white;
    margin-bottom: 5px;
  }

  .na__scrolly-container .na__scroll-to-begin svg.chevron-down {
    fill: white;
    width: 18px;
    height: 10px;
  }
  
  .na__scroll-to-begin {
    bottom: 115px;
  }

  * {
    --slide-height: 100vh;
    --background-color: #efeceb;
    --link-background-color: #e5e1df;
    --link-hover-color: #decec6;
    --link-color: #5d4636;
    --text-color: #3a2e1e;
    --dark-background: #111;
  }