body {font-size: 16px;font-family:"Roboto","Noto Sans SC";font-weight:400;min-height: 100vh;max-height: 100vh;margin: 0;background-color: #333;scroll-behavior:smooth;}
*,*:after,*:before{-webkit-box-sizing:border-box;box-sizing:border-box;}
.clearfix:before,.clearfix:after{content:'';display:table;}
.clearfix:after{clear:both;}
.hidden{position:absolute;overflow:hidden;width:0;height:0;pointer-events:none;}
a{transition:0.5s;text-decoration:none;outline:none;-ms-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;-webkit-transition:0.3s;transition:0.3s;}
a:hover,a:active,a:focus{outline:none;text-decoration:none;}
em{font-style:normal;}
video{width:100%;max-width:100%;height:auto;}
legend{border:none;font-size:0.9em;color:#7f7f7f;}
.bar{background-color:#bee9ff !important;}
header{width:80%;margin:auto;position:absolute;z-index:100000000000000000;}
/* landing page */
#landing{
  width: 100vw;
  height: 100vh;
  line-height: 1.6;
  position: relative;
  z-index:1000001;
}
.landing-logo{
  position: absolute;
  z-index: 99;
  height: 100%;
  margin: auto;
  width: 100%;
  top: 25%;
}
.landing-title{
  margin: auto;
  padding-bottom: 5em;
}
#landing-text{
  color: #bae3fc;
  left: 30px;
  position: relative;
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
@keyframes scale {
  100% {
    transform: scale(1);
  }
}
#landing-text img{
  display: inline-block;
  opacity: 0;
  width:11em;
  filter: blur(4px);
}
#landing-text img:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
#landing-text img:nth-child(2) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation-delay: 2s;
}
@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.link {
  padding: 3px;
  margin-left: 2px;
  color: #bae3fc;
  font-weight: 600;
  border-bottom: 1px solid #bae3fc;
}
.link:hover{
  padding: 3px;
  margin-left: 2px;
  color:#754e25;
  font-weight: 500;
  background-color: #dad0c6;
  border-bottom: 0px solid #bae3fc;
}
.slider-block{
	height:350px;
	display:inline-block;
}
#landing-carousel{ 
  position:fixed;
  z-index:90;
  top: 0;
  background:#000;
  width: 100%;
  height: 100vh;
  filter: brightness(0.6);
  background-image: url(../imgs/the-long-goodbye-landing-bg.jpg);
  background-size: 100% auto;
 } 
.carousel-bg{
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  animation: FadeInOut 16s 1;
  -webkit-animation: FadeInOut 16s 1;
  -moz-animation: FadeInOut 16s 1;
  -o-animation: FadeInOut 16s 1;
  -ms-animation: FadeInOut 16s 1;
}
@keyframes FadeInOut {
  0% { opacity: 0; } 
  06.25% { opacity: 1; }
  08.00% { opacity: 1; }
  12.00% {opacity: 1;}
  100% { opacity: 0; }
}
@-webkit-keyframes FadeInOut {
  0% { opacity: 0; } 
  06.25% { opacity: 1; }
  08.00% { opacity: 1; }
  12.00% {opacity: 1;}
  100% { opacity: 0; }
}
.carousel-bg:nth-of-type(1) {
  animation-delay: 0;
  -webkit-animation-delay: 0;
}
.carousel-bg:nth-of-type(2) {
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
}
.carousel-bg:nth-of-type(3) {
  animation-delay: 8s;
  -webkit-animation-delay: 8s;
}
.carousel-bg:nth-of-type(4) {
  animation-delay:12s;
  -webkit-animation-delay:12s;
}
.landing-intro{
  color: #fff;
  width: 40%;
  padding: 0 0 15em 0;
  margin: auto;
  font-size: 1.2em;
}
.intro{
  background:rgba(0,0,0,0.5);
  padding:3em;
  font-size: 1.1em;
  margin:auto;
  width: 40%;
  border-radius: 10px;
  color: white; 
}
/* end landing page */
/* nav */
.button:focus {
  outline: 0!important;
}
.nav-handler:hover, .nav-handler:focus {
  transform: scale(1.1);
  transition: all 0.6s ease-in-out;
  outline: 0!important;
}
.nav-control {
  position: fixed;
  top: 45%;
  z-index: 999;
  right:0;
  display: inline-block;
}
.nav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
.nav-handler {
  background-image: url(../imgs/nav-handler.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  border:0px;
  background-color: transparent;
  left: 0;
  height: 100px;
  width: 100px;
  z-index: 10000000;
  cursor: pointer;
  position: sticky;
}
.brand-menu{
  position: absolute;
  font-size: 1.6em;
  display: none;
  white-space: nowrap;
  color: #fff;
  transition: all 0.6s ease-in-out;
  z-index: 1000000011;
}
#style-menu{
  display: none;
}
.brand-menu a{
  color: #c7e8ff;
  padding: 0.5em 1em;
  text-decoration: none;
  text-align: right;
  font-size: 0.8em;
  margin: 0.5em;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border-bottom: 0.5px solid;
  display: block;
}
.brand-menu a:hover{
  color:#754e25;
  background-color: #dad0c6;
  text-decoration: none;
  display: block;
}
.brand-menu::after{
  content: '的';
  font-size: 0.8em;
  top: 40%;
  padding: 0.3em 0.5em;
  color: #c7e8ff;
  z-index: 20;
  right: -15%;
  position: absolute;
}
.show {
  display: block;
  left: auto;
  border-radius: 10px;
  top: -65%;
  right: 5em;
  width: 8em;
}
/* end nav */
/* chapter nav */
.subnav-menu{position:absolute;height:90%;left:0;top:10%;z-index:10;transition: all 0.3s ease-in-out;}
.subnav-menu .nav{display:block;position:-webkit-sticky;position:sticky;top:50%;transform:translate(0,-50%);transition: all 0.3s ease-in-out;}
.subnav-menu li{padding:0;margin:0 0 -1px 0;text-align:center;position:relative;transition:width 2s;display:block;}
.subnav-menu li a{padding:2em 1em;border:1px solid rgba(255,255,255,0.5);display:block;color:#fff;background:rgba(0,0,0,0.2);writing-mode:vertical-rl;text-orientation:upright;}
.subnav-menu li a:hover{padding-left:2em;background:#fff;}
.subnav-menu li a:hover,.subnav-menu li a:active{border-color:transparent;}
.subnav-menu li a:hover,.subnav-menu li.active a{color:#000;}
.subnav-menu li.active a{font-weight:500;background-color:#bae2fc;}
.chapternav{display: none;}
/* end chapter nav */
/* end credit */
#footer-social h3 {
  font-size: 1.2em;
}
#footer-interactive {
  margin-bottom: 3em;
}
#footer-social {
  margin-top: 1em;
}
#footer-social .social-links a {
  width: 38px;
  height: 38px;
  font-size: 18px;
  border: none;
  color:#fff;;
}
#credits{
  display: flex;
  width: 100%;
}
#credits .dl-list dd a {
  padding: 0 0.4em 0 0;
  color: #3ea6ea;;
}
#credits dt {
  font-weight: 400;
  color: #999;
}
/* the long goodbye */
#the-long-goodbye{
  width: 100vw;
  background-image:url(../imgs/the-last-goodbye-cover-bg.jpg);
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;

}
.story-landing{
  width: 100vw;
  height: 100vh;
  position: relative;
}
.story-landing-wrap{
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.story-logo-text{
    width: 15%;
    margin-left: 4em;
}
.the-long-goodbye-chapter-cover{
  width: 100%;
}
/* profile page */
.media-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.bottom-space{
  height: 3em;
}
.media-video .video-js {
width: 100%;
height: 100%;
position: absolute;
}
.profile-group{
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.3);
  margin-bottom: 5em;
  padding: 1em;
  border: #fff3e7 solid 0.5px;
}
.profile-name{
  margin-bottom: 1em;
  color: #b0e4ff;
}
.terminal-stage-detail{
  padding: 0 1em;
  margin-top: 1em;
}
.john-terminal-stage-detail{
  margin-top: 1em;
}
.ch h3{
  margin-bottom: 0!important;
  font-weight: 600;
}
.en{
  color: #aaa;
}
.profile-detail{
  border-bottom: #fff solid 0.5px;
  border-top: #fff solid 0.5px;
  font-size: 1.2em;
  font-weight: 600;
  padding: 1em;
}
.volunteer-detail{
  border-bottom: 0;
}
.date{
  border-right: #fff solid 0.5px;
  padding: 0.8em;
}
.date b{
  font-size: 1.5em;
}
.volunteer-age{
  font-size: 1.2em;
  color: #fff;
  padding: 1em 0 0 0;
}
.volunteer-occupation b{
  font-size: 1.2em;
  color: #fff;
}
.volunteer-avatar{
  border-radius: 50%;
  width:100px;
  height:100px;
  margin: 0 0 0.5em;
}
.v-profile-grp{
    background-color: rgba(0, 0, 0, 0.6);
    margin: auto;
}
.disease-detail {
  padding-top: 0.8em;
}
.disease-detail b{
  font-size: 1.5em;
}
/* end profile page */
.scrolly {
  position: relative;
}
.background-content img{
  width: 100%;
}
.landing-slide-3{
  filter: grayscale(100%);
}
.scrolly .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.scrolly .background .background-content {
  position: absolute;
  top: 0px;
  bottom: auto;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.scrolly .background .background-content > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.scrolly.active .background .background-content {
  position: sticky;
}
.scrolly .slide {
  position: relative;
  padding-bottom: 100vh;
  height: 100vh;
}
.scrolly .slide:first-child,
.scrolly .slide:last-child {
  padding-top: 100vh;
}
.scrolly .slide .slide-content {
  position: absolute;
  color: white;
  width: 40%;
  top: 80%;
  background-color: rgba(0,0,0,0.5);
  left: 5.5%;
  /* backdrop-filter:blur(4px); */
  box-shadow: 0 0 20em 0 rgb(0 0 0 / 40%);
  border-radius: 10px;
  transform: translate(0, -50%);
  padding: 3em!important;
  box-sizing: border-box;
}
.scrolly .slide .slide-content.left {
  left: 10px;
  max-width: calc(100% - 10px);
}
.scrolly .slide .slide-content.right {
  left: auto;
  right: 10px;
  max-width: calc(100% - 10px);
}
.scrolly .slide .slide-content.center {
  left: 50%;
  transform: translate(-50%, -50%);
}
.scrolly .background-content [class*=slide-] {
  opacity: 0;
}
.scrolly.active[data-index="0"] .background-content [class*=slide-0] {
  opacity: 1;
}
.scrolly.active[data-index="1"] .background-content [class*=slide-1] {
  opacity: 1;
}
.scrolly.active[data-index="2"] .background-content [class*=slide-2] {
  opacity: 1;
}
.scrolly.active[data-index="3"] .background-content [class*=slide-3] {
  opacity: 1;
}
.scrolly.active[data-index="4"] .background-content [class*=slide-4] {
  opacity: 1;
}
.scrolly.active[data-index="5"] .background-content [class*=slide-5] {
  opacity: 1;
}
.scrolly.active[data-index="6"] .background-content [class*=slide-6] {
  opacity: 1;
}
.scrolly.active[data-index="7"] .background-content [class*=slide-7] {
  opacity: 1;
}
.scrolly.active[data-index="8"] .background-content [class*=slide-8] {
  opacity: 1;
}
.scrolly.active[data-index="9"] .background-content [class*=slide-9] {
  opacity: 1;
}
.scrolly.active[data-index="10"] .background-content [class*=slide-10] {
  opacity: 1;
}
/* end scrolly */
.small{
  font-size: 0.6em;
  padding: 3px;
  display: inline-block;
  vertical-align:top;
}
.chapter-content a{
  color: #1983c5;
  padding: 0.2em;
}
.chapter-content a:hover{
  color: #754e25;
  text-decoration: none;
  background-color: #eadbcb;
}
.chapter-quote{
  font-size: 1.4em;
  padding: 1.5em 1em 1em 1em;
  font-weight: 600;
  color: #bae3fc;
  position: relative;
  border: #fff solid 0.5px;
  display: block;
  margin: 1.5em 0;
}
.inline-quote{
  font-size: 1.3em;
  padding: 1.5em 1em 1em 1em;
  font-weight: 600;
  text-align: center;
  position: relative;
  display: block;
  color: #333;
  border:#5ebcec solid 1px;
  border-radius: 0.3em; 
  margin: 2em 0 1em;
}
.chapter-quote:before{
  background: #fff;
}
.inline-quote:before{
  background-color:#fff;
  color: rgb(73 175 230);
}
.figure-caption{
  text-align: center;
}
.chapter-quote:before, .inline-quote:before{
  content: '';
  width: 40px;
  height: 40px;
  background-image: url(../imgs/quote-left.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 45%;
  top: -0.4em;
  font-family: sans-serif;
  font-size: 53px;
  font-weight: bold;
  margin: auto;
  display: block;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
}
.the-long-goodbye-chapter-logo {
  width: 15%;
  padding: 10em 0;
  margin: auto;
}
.chapter-content{
  background-color: rgba(255,255,255,0.9);box-shadow:0 0 300px 0 rgba(0,0,0,0.6);
  padding: 5em 4em;backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  width: 60%;
  margin-top: 2em;
}
.chapter-content p{
  color: #333;
}
.chapter-inline-image{
  width: 70%;
}
.img-responsive{width:100%;}
figure{margin:2em auto;}
figure.img-square{width:50%;}
figure.img-portrait{width:60%;}
figure.img-landscape{width:100%;}
.figure-caption {margin-top:0.6em;
  color: #666!important;
}
@media (min-width:320px) and (max-width:767px){
  figure.img-square,figure.img-portrait,figure.img-landscape{width:100%;}
  }
.timeline-content{
  background-color:rgba(0,0,0,0.5); 
  padding: 2em!important;
}
.time{
  color: #b0e4ff;
  font-weight: 400;
  display: flex;
  margin-bottom: 0.5em;
  font-size:36px;
  position: relative;
}
.time-icon{
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
  text-align: center;
  display: inline-block;

}
.time::after{
  padding: 0;
  content: '';
  display: block;
  background: #b0e4ff;
  width: 142px;
  position: absolute;
  height: 2px;
  left: 0.5em;
  top: -0.1em;
  margin: 1em 0 0;
}
.chapter-cover{
  background-size: 106% auto;
  background-repeat: no-repeat;
  background-position: inherit;
  position: sticky;
  top: 0;
  padding-bottom: 6em;
  width: 100vw;
  height: 100vh;
}
.volunteer-video{
  top: 20%;
  width: 40%;
  margin: 5em;
}
.being-your-son-cover{
  background-image: url(../imgs/the-long-goodbye-chapter1-cover-bg.jpg);

}
.last-song-cover{
  background-image: url(../imgs/the-long-goodbye-chapter2-cover-bg.jpg);
  
}
.goodbye-john-cover{
  background-image: url(../imgs/the-long-goodbye-chapter3-cover-bg.jpg);
  
}
/* end long goodbye */
/* accompanied goodbye */
#the-accompanied-goodbye{
  width: 100vw;
  background-image:url(../imgs/the-accompanied-goodbye-cover-bg.jpg);
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
}
.two-holes-cover{
  background-image:url(../imgs/two-holes-chapter-cover.jpg);
}
.last-48-hours-cover{
  background-image:url(../imgs/last-48-hours-chapter-cover.jpg);
}
.mrting-after-goodbye{
  background-image:url(../imgs/mrting-after-goodbye-chapter-cover.jpg);
}
/* end accompanied goodbye */
/* the regretless goodbye */
#the-regretless-goodbye{
  width: 100vw;
  background-image:url(../imgs/the-regretless-goodbye-cover-bg.jpg);
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;

}
.silent-minutes-cover{
  background-image: url(../imgs/amelia-silent-minutes-chapter-cover.jpg);
}
.the-little-painter-cover{
  background-image: url(../imgs/amelia-painting-chapter-cover.jpg);
}
.without-regrets-cover{
  background-image: url(../imgs/without-regrets-chapter-cover.jpg);
}
/* end regretless goodbye */
/* the unfamiliar goodbye */
#the-unfamiliar-goodbye{
  width: 100vw;
  background-image:url(../imgs/unfamiliar-goodbye-landing-bg.jpg);
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
}
.volunteer-1-cover{
  background-image:url(../imgs/hca-volunteer-chapter1-cover.jpg);
}
.volunteer-2-cover{
  background-image:url(../imgs/hca-volunteer-chapter2-cover.jpg);
}
.you-are-angel-cover{
  background-image:url(../imgs/hca-volunteer-chapter3-cover.jpg);
}
.volunteer-story-landing{
  width: 100vw;
  height: 100vh;
}
.volunteer-profile-page{
  background-image:url(../imgs/hca-volunteer-profile-bg.jpg);
  width: 100%;
  height: 100vh;
  padding: 5em 1em;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: inherit;
}
.volunteer-profile{
    margin:6em;
}
.goodbye-logo{
  margin: 0 0 0.5em 0;
  width: 30%;
}
.v-subtitle{
  top: 19%;
  left: 44%;
}
.subtitle{
  color: #072740;
  background-color: #fef6e9;
  font-size: 1.2em;
  margin: auto;
  padding: 0.2em 1em;
  position: relative;
  width: 20%;
  top: 1em;
  font-weight: 500;
  text-align: center;
}
.subtitle::before{
  content:'-';
  color: #072740;
  font-size: 1.2em;
  padding-right: 0.3em;
}
.subtitle::after{
  content:'-';
  color: #072740;
  font-size: 1.2em;
  padding-left: 0.3em;
}
/* end unfamiliar goodbye */
.wrapper {
  min-height: 100vh;
  position: relative;
  clear: both;
  margin: 35em 0 0 0;
  z-index:10000000000;
}
/* .wrapper section{padding-bottom:4em;} */
footer{width:100%;padding:5em 0;background:#fff;z-index:10000000000;}

@media (min-width:768px) and (max-width:1024px){
  .view-desktop{
    display: none;
  }
  .view-mobile{
    display: block;
  }
  .scrolly .slide .slide-content {
    width: 80%;
    top: 85%;
  }
  #landing{
    background-image: url(../imgs/the-long-goodbye-landing-bg-m.jpg);
  }
  .landing-logo{
    top: 35%;
  }
  #landing-carousel {
    background-image: url(../imgs/the-long-goodbye-landing-bg-m.jpg);
    background-size: 100% auto;
}
  .subtitle {
    width: 50%;
  }
  .story-logo-text {
    width: 25%;
  }
  .landing-title {
    width: 65%;
    padding-bottom: 4em;
  }
  #the-long-goodbye{
    background-image:url(../imgs/the-long-goodbye-landing-bg-m.jpg);
    background-size: contain;
   }
   .goodbye-logo {
    width: 80%;
  }
   #landing-text img {
    width: 9em;
}
   .landing-intro {
    padding-bottom: 25rem;
    width: 60%;
   }
   .intro{
    width: 70%;
    padding: 2em;
   }
  .timeline-content{
    padding: 40px!important;
  }
  .scrolly .slide .slide-content {
    left: 12%;
  }
  .chapter-quote {
    margin: 0.8em 0;
  }
  .volunteer-video {
    width: 80%;
  }
  .chapter-content {
    width: 80%;
    padding: 4rem!important;
  }
  .the-long-goodbye-chapter-logo {
    width: 35%;
  }
  .volunteer-profile{
    background-image: url(../imgs/the-long-goodbye-chapter1-cover-bg-m.jpg);
  }
  .being-your-son-cover{
    background-image: url(../imgs/the-long-goodbye-chapter1-cover-bg-m.jpg);
  }
  .last-song-cover{
    background-image: url(../imgs/the-long-goodbye-chapter2-cover-bg-m.jpg?v2);
  }
  .goodbye-john-cover{
    background-image: url(../imgs/the-long-goodbye-chapter3-cover-bg-m.jpg);
  }
  #the-accompanied-goodbye{
    background-image:url(../imgs/be-with-you-landing-bg-m.jpg);
  }
  .two-holes-cover{
    background-image:url(../imgs/two-holes-chapter-cover-m.jpg);
  }
  .last-48-hours-cover{
    background-image:url(../imgs/last-48-hours-chapter-cover-m.jpg);
  }
  .mrting-after-goodbye{
    background-image:url(../imgs/mrting-after-goodbye-chapter-cover-m.jpg);
  }
  #the-regretless-goodbye{
    background-image:url(../imgs/the-happy-goodbye-landing-bg-m.jpg);
  }
  .silent-minutes-cover{
    background-image: url(../imgs/amelia-silent-minutes-chapter-cover-m.jpg?v2);
  }
  .the-little-painter-cover{
    background-image: url(../imgs/amelia-painting-chapter-cover-m.jpg);
  }
  .without-regrets-cover{
    background-image: url(../imgs/without-regrets-chapter-cover-m.jpg);
  }
  #the-unfamiliar-goodbye{
    background-image:url(../imgs/unfamiliar-goodbye-landing-bg-m.jpg);
  }
.volunteer-profile-page{
  background-image:url(../imgs/hca-volunteer-profile-bg-m.jpg);
}
  .volunteer-1-cover{
    background-image:url(../imgs/hca-volunteer-chapter1-cover-m.jpg?v1);
  }
  .volunteer-2-cover{
    background-image:url(../imgs/hca-volunteer-chapter2-cover-m.jpg);
  }
  .you-are-angel-cover{
    background-image:url(../imgs/hca-volunteer-chapter3-cover-m.jpg);
  }
}
@media (min-width:1200px) and (max-height:760px){
  #landing-text img {
    width: 4em;
  }
  .wrapper {
    margin: 45em 0 0 0;
  }
  .landing-title {
    padding-left: 2em;
    padding-bottom: 4em;
  }
}
@media (min-width:320px) and (max-width:767px){
   /* nav */
  .last-goodbye-nav {
    height: 100%;
    left: 0;
    top: 5%;
    width: 100%;
   }
  .brand-menu::after{
    display: none;
  }
 .story-goodbye-logo{
    width: 80%;
   }
   .landing-logo{
    height: 100%;
   }
   #landing-text img {
    width: 7em;
   }
   .nav-control a.nav-handler {
    top: -1.5em;
    right: 38%;
   }
   .nav-handler{
    top: 0%;
    height: 80px;
    width: 80px;
   }
   .brand-menu {
    width: 100%;
    left: 0;
    height: 100vh;
    background-color: rgba(0,0,0,0.9);
    font-size: 1.8em;
    text-align: center;
    top: 0;
    transform: translateY(-5%);
   }
   .main-nav-menu{
    top: 50%;
    transform: translateY(100%);
   }
   .brand-menu.open {
    visibility: visible;
    opacity: 1;
}
   .brand-menu a{
    padding: 0.5em;
    border-bottom: 1px solid;
    margin: 0 0.5em;
    text-align: center;
    font-size: 0.9em;
   }
   /* end nav */
  /* subnav */
  .subnav-menu{position:absolute;padding:0; width:100%;height:auto;bottom:0; z-index:10;} 
  .subnav-menu .nav{display:flex;position:-webkit-sticky;position:sticky;top:92%;transform: translate(0);bottom:0;}
  .subnav-menu li{padding:0;margin:0 0 -1px 0;text-align:center;position:relative;width: 33.3%;display:block;}
  .subnav-menu li a{padding:1em 0.4em;white-space:nowrap;border:1px solid rgba(255,255,255,0.8);display:block;color:#fff;font-size:0.9em;background-color:rgba(0,0,0,0.2);writing-mode: horizontal-tb!important;}
  .subnav-menu li a:hover{background:#fff;}
  .subnav-menu li a:hover,.subnav-menu li a:active{padding:1em 0.4em;border-color:transparent;}
  .subnav-menu li a:hover,.subnav-menu li.active a{color:#000;}
  .subnav-menu li.active a{font-weight:500;background-color:#bae2fc;}
  a.nav-text.active {
    padding: 1em 0.4em;
  }
    /* end subnav */
   .landing-intro {
    width: 80%;
    font-size: 1.1em;
   }
   #landing {
    background-image: url(../imgs/the-long-goodbye-landing-bg-m.jpg);
   }
   .intro {
    width: 95%;
    padding: 3em 1.5em;
   }
   .carousel-bg {
    height: 100vh;
   }
   .wrapper {
    margin: 45em 0 0 0;
   }
   .nav-control {
    top: 5%;
    left: 0;
   }
   #footer #credits {
    display: block;
    padding-bottom: 1em;
   }
   .story-logo-text {
    width: 35%;
    margin-right: 1em;
   }
   .scrolly .slide .slide-content {
    width: 95%;
    top: 67%;
    z-index:15;
    left: 2.5%;
    padding: 3em 1.5em!important;
   }
   .scrolly .background .background-content {
    width: 100%;
   }
   .scrolly .background .background-content img{
    height: 100vh;
    width: auto;
   }
   .timeline-content {
    background-color: rgba(0,0,0,0.5);
   }
   .chapter-content {
    width: 90%;
    padding: 3em 1.5em!important;
    width: 95%;
    margin-top: 40%;
   }
   .the-long-goodbye-chapter-cover {
    height: 100%;
    width: 100%;
    display: block;
  }
  .date b{
    font-size: 1.3em;
  }
  .chapter-quote {
    font-size: 1.2em;
    margin: 2em 0;
    padding: 1.5em 1em 1em 1em;
  }
  .disease-detail b {
    font-size: 1.3em;
 }
 .terminal-stage-detail {
  padding: 1em 0 0;
  margin-top: 0;
 }
 .john-terminal-stage-detail{
  padding: 0 1em;
  margin-top: 0;
 }
.john-date {
  border-bottom: #fff solid 0.5px;
  border-right: 0;
}
.volunteer-age {
  font-size: 1.3em;
}
.unfamiliar-chapter-logo{
  padding: 20em 0 2em 0;
}
.chapter-quote:before {
  left: 43%;
}
.inline-quote {
  font-size: 1.2em;
}
.quote {
   padding: 0;
}
.volunteer-profile {
  margin: 0;
}
.the-long-goodbye-chapter-logo {
  width: 55%;
  padding: 10em 0;
}
.social-links span {
  color: #333;
}
.volunteer-detail{
  padding: 0;
  font-size: 1em;
}
.volunteer-age{
  padding: 0.5em 0;
}
.volunteer-occupation{
  border-left: 0;
  border-top: #fff solid 0.5px;
  padding: 1em 0;
}
.volunteer-occupation b {
  font-size: 1.3em;
}
.subtitle{
  padding: 0.1em 1em;
  font-size: 1em;
  width: 55%;
  left: 0;
}
.v-subtitle{
  top: 15%;
}
.volunteer-video{
  margin: 0;
  width: 100%;
  top: 5%;
}
.goodbye-logo {
  width: 80%;
}
.bottom-space {
  height: 5em;
}
.story-landing-wrap {
  top: 30%;
}
#the-long-goodbye{
    background-image:url(../imgs/the-long-goodbye-landing-bg-m.jpg);
    background-size: contain;
}
#landing-carousel{ 
  background-image: url(../imgs/the-long-goodbye-landing-bg-m.jpg);
  background-size: 100% auto;
 } 
.being-your-son-cover{
    background-image: url(../imgs/the-long-goodbye-chapter1-cover-bg-m.jpg);
    background-size: 100%;
}
.last-song-cover{
    background-image: url(../imgs/the-long-goodbye-chapter2-cover-bg-m.jpg?v2);
}
.goodbye-john-cover{
    background-image: url(../imgs/the-long-goodbye-chapter3-cover-bg-m.jpg);
}
#the-accompanied-goodbye{
    background-image:url(../imgs/be-with-you-landing-bg-m.jpg);
}
.two-holes-cover{
    background-image:url(../imgs/two-holes-chapter-cover-m.jpg);
}
.last-48-hours-cover{
    background-image:url(../imgs/last-48-hours-chapter-cover-m.jpg);
}
.mrting-after-goodbye{
    background-image:url(../imgs/mrting-after-goodbye-chapter-cover-m.jpg);
}
#the-regretless-goodbye{
    background-image:url(../imgs/the-happy-goodbye-landing-bg-m.jpg);
}
  .silent-minutes-cover{
    background-image: url(../imgs/amelia-silent-minutes-chapter-cover-m.jpg?v2);
  }
  .the-little-painter-cover{
    background-image: url(../imgs/amelia-painting-chapter-cover-m.jpg);
  }
  .without-regrets-cover{
    background-image: url(../imgs/without-regrets-chapter-cover-m.jpg);
  }
  #the-unfamiliar-goodbye{
    background-image:url(../imgs/unfamiliar-goodbye-landing-bg-m.jpg);
  }
  .volunteer-profile-page{
    background-image:url(../imgs/hca-volunteer-profile-bg-m.jpg);
  }
  .volunteer-1-cover{
    background-image:url(../imgs/hca-volunteer-chapter1-cover-m.jpg?v1);
  }
  .volunteer-2-cover{
    background-image:url(../imgs/hca-volunteer-chapter2-cover-m.jpg);
  }
  .you-are-angel-cover{
    background-image:url(../imgs/hca-volunteer-chapter3-cover-m.jpg);
  }
  }