body.menu-top.journal #header {
  position: relative;
  top: 0;
}
body.menu-top.journal #content {
  top: 0;
  padding: 100px;
}
@media screen and (max-width: 800px) {
  body.menu-top.journal #content {
    padding: 0;
  }
}
body.menu-top.journal.lightbox-active {
  overflow-y: hidden;
  background-color: silver;
}
.component_gallery {
  display: flex;
  flex-direction: row;
}
.component_gallery .img_wrap {
  min-height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center center;
}
.component_grid {
  display: flex;
  flex-direction: row;
}
.ncols_2 {
  width: 49.5%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
}
.ncols_3 {
  width: 32.5%;
}
.component_image img {
  width: 100%;
}
div.component {
  margin: 5px;
}
body.journal h2 {
  font-size: 7em;
  font-family: 'EB Garmond';
}
body.journal h3 {
  font-family: 'EB Garmond';
  font-size: 3em;
}
body.journal p {
  font-size: 1.6em;
  font-family: 'Anaheim';
}
body.journal #page-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.journal #content-wrap {
  flex: 1;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  body.journal #content-wrap {
    width: 100%;
    max-width: 100%;
  }
}
body.journal .component_text {
  padding: 0 6em;
}
body.journal #lightbox {
  height: 0;
  z-index: 100;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 1s;
  margin-bottom: 0;
  position: fixed;
  width: 100%;
  top: 0;
}
body.journal #lightbox.expand {
  height: 100vh;
  margin-bottom: 30px;
}
