body {
  background-color: #FFF;
}

.home {
  position: fixed;
  top: 20px;
  left: 30px;
  padding: 5px 10px;
  border-radius: 50px;
  text-align: center;
  z-index: 1000;
}
.home a {

}
.home a img {
  width: 20px;
}

.head-wrapper {
  background-color: #000;
  color: #FFF;
  height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.head-wrapper .logos {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.head-wrapper .logos a {
  display: inline-block;
}
.head-wrapper .logos a:not(:last-child) {
  margin-right: 15px;
}
.head-wrapper .logos a img {
  height: 56px;
}
.head-wrapper .counter {
  font-family: 'Glosa Headline';
  font-weight: 900;
  font-size: 19px;
  line-height: 1.2em;
  color: #FFF;
  opacity: 0;
  text-align: center;
}
.head-wrapper .counter li {
  display: inline-flex;
}
.head-wrapper .counter li a {
  color: #FFF;
  display: inline-flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  margin: 0 3px;
  cursor: pointer;
}
.head-wrapper .counter li a.active {
  background-color: #D81515;
  border-radius: 50%;
}
.head-wrapper .head {
  font-family: 'Glosa Headline';
  font-weight: 900;
  font-size: 66px;
  line-height: 1.3em;
  text-align: center;
  opacity: 0;
}
.head-wrapper .arrow {
  text-align: center;
  position: absolute;
  bottom: 1rem;
}
.head-wrapper .arrow a {
  color: #FFF;
}
.head-wrapper .arrow a i {

}


.top-photo-text {
  position: relative;
  overflow: hidden;
  background-color: #000;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  pointer-events: none;
}
.top-photo-text .top-photo {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-filter: blur(60px);
  filter: blur(60px);
  transform: scale(2);
  opacity: 0;
}
.top-photo-text .top-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-photo-text .top-text {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 0;
}
.top-photo-text .top-text p {
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.6em;
  text-align: center;
  color: #80b9b1;
}


.container.content {
  margin-top: 4rem;
  margin-bottom: 4rem;
}



/****************** DB Tool in stories *********************/
.top-info .summary {
  color: #000;
}
.top-info .chart-title {
  color: #000;
}
.top-info .border-right {
  border-right: 1px dashed #CCC;
}
.top-info .indications {
  color: #000;
}
.top-info .indications ol li::before {
  color: #FFF;
  background-color: #000;
}
.search-count {
  color: #000;
}
.for-filters .show-hide-filters {
  color: #000;
}




/****************** Videogallery in stories *********************/
.videogallery .vidgal-title {
  color: #000000;
  font-size: 42px;
  line-height: 1.25em;
}
.videogallery .vidgal-subtitle {
  text-align: center;
  color: #00a991;
  font-size: 1.25rem;
  line-height: 1.2em;
  display: block;
}


/****************** Static comic *********************/
.static-comic {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000;
}
.static-comic .column {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.static-comic p {
  color: #FFF;
}
.static-comic p.btitle {
  margin-top: 1.6em;
}




#comic-wrapper {
  background-color: #000;
  color: #FFF;
  height: 500vh;
  margin-top: 0;
  margin-bottom: 4rem;
  overflow: hidden;
}
#comic-wrapper .frame {
  font-family: 'Glosa Headline Roman';
  font-size: 22px;
  line-height: 1.5em;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
#comic-wrapper .frame .column {
  display: flex;
  align-items: center;
}
#comic-wrapper .frame .frame-text, #comic-wrapper .frame .frame-image {
  opacity: 0;
}
#comic-wrapper .frame .frame-text, #comic-wrapper .frame .frame-image img {
  max-height: 80vh;
}
#frame1_image, #frame3_image {
  transform: translateX(500px)
}
#frame2_image, #frame4_image {
  transform: translateX(-500px)
}

.is-wide.media-wrapper {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.full-photo {
  height: 100vh;
  width: 100vw;
  position: relative;
}
.full-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.full-photo .info, .fs-gallery .frame .info {
  position: absolute;
  color: #FFF;
  background-color: #00a991;
  font-size: 14px;
  line-height: 1.3em;
  bottom: 0;
  right: 0;
  width: 95%;
  padding: 10px 14px;
}
.full-photo .info i, .fs-gallery .frame .info i {
  margin-right: 0.5em;
}
/* .is-wide.media-wrapper .info {
  font-size: 16px;
  line-height: 1.4em;
  padding: 12px 16px;
} */
/* .info.black {
  color: #FFF;
  background-color: #000;
} */
.lazy {
  opacity: 0;
}




.fs-gallery {
  margin-top: 6rem;
  margin-bottom: 6rem;
  height: 100vh;
  position: relative;
}
.fs-gallery .frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
}
.fs-gallery .frame:not(:first-child) {
  opacity: 0;
}
.fs-gallery .frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}





p {
  font-size: 20px;
  line-height: 1.6em;
  color: #000;
}
p a {
  color: #00a991;
}
p:not(:last-child) {
  margin-bottom: 1.6em !important;
}
p .capital {
  font-family: 'Glosa Headline';
  font-weight: 900;
  font-size: 6em;
  line-height: 1em;
  float: left;
  margin-right: 1rem;
  margin-bottom: -0.25em;
}
p.subtitle {
  font-family: 'Glosa Headline';
  font-weight: 900;
  font-size: 42px;
  line-height: 1.25em;
  margin-top: 5rem;
  margin-bottom: 2rem !important;
  color: #000;
}
p.subtitle.sub {
  font-size: 24px;
}
p.btitle {
  font-family: 'Glosa Headline';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.375;
}
p.bp {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.65em;
}
p.highlight {
  color: #99fff0;
  font-family: 'Roboto Mono', monospace;
  font-size: 19px;
  font-weight: 500;
  line-height: 2.1em;
}
p.highlight span {
  background-color: #000;
  padding: 0.25rem 0px 0.25rem 0;
  -webkit-box-shadow: 1rem 0px 0px #000000, -1rem 0px 0px #000000;
  box-shadow: 1rem 0px 0px #000000, -1rem 0px 0px #000000;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}
p.highlight span a {
  color: #FFF;
}

.for-infographics {
  background-color: #000;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.for-infographics .columns:not(:last-child) {
  margin-bottom: 10vh;
}
.quote {
  font-family: 'Glosa Headline';
  font-weight: 900;
  font-size: 30px;
  line-height: 1.43em;
  color: #000;
  margin-top: 6rem;
  margin-bottom: 4rem;
  text-align: center;
}
.quote .credit {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.375em;
  color: #000;
  display: block;
}





.for-links .counter {
  color: #000;
}




/****************** Credits *********************/
.credits ul {
  color: #000;
}
.credits ul li.concept {
  color: #028875;
}


.page-footer p {
  color: #777;
}
.page-footer p a {
  color: #777;
}



/* Tablet and up */
@media screen and (min-width: 768px), print {

}

/* Mobile */
@media screen and (max-width: 767px) {
  .home {
    left: 1rem;
  }
  .head-wrapper .logos a img {
    height: 34px;
  }
  .head-wrapper .logos {
    white-space: nowrap;
    transform: unset;
    left: 4.5rem;
    top: 1.2rem;
  }
  .head-wrapper .head {
    font-size: 32px;
  }

  .top-photo-text .top-text p {
    font-size: 1.125rem;
    line-height: 1.5em;
  }

  #comic-wrapper .frame {
    width: calc(100% - 2rem);
    font-size: 16px;
    line-height: 1.4em;
  }

  p {
    font-size: 18px;
  }
  p.subtitle {
    font-size: 32px;
  }
  p.subtitle.sub {

  }
  p.btitle {
    font-size: 22px;
  }
  p.bp {
    font-size: 18px;
  }

  .full-photo {
    height: 70vh;
  }

  .quote {
    font-size: 24px;
  }
  .quote .credit {
    font-size: 18px;
  }

  .videogallery .vidgal-title {
    font-size: 30px;
  }
  .videogallery .vidgal-subtitle {
    font-size: 1.2rem;
  }

}
