#lore main {
  max-width: 95%;
  margin-inline: auto;
  width: 100%;
}
#lore .parallax-window {
  z-index: -100;
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: hidden;
  transform: translate3d(36px, 116px, 0px);
  visibility: visible;
  height: 590px;
  width: 100%;
}

#lore {
  margin-top: 0 !important;
}
#lore main {
  max-width: 1370px;
  margin-inline: auto;
  width: 100%;
  position: static;
}
#lore #loreBanner {
  position: relative;
  width: 100%;
}
#lore #loreBanner .lore--banner {
  height: 550px;
  object-fit: cover;
  transition: all 0.3s ease-in-out1;
}
#lore #loreBanner button {
  position: absolute;
  top: 30%;
  cursor: pointer;
  padding: 0.5em;
  background-color: rgba(6, 6, 6, 0.8);
  z-index: 9;
  outline: none;
  border: none;
  border-radius: 0.2em;
}
#lore #loreBanner button i {
  color: rgba(255, 255, 255, 0.8);
  font-size: 3em;
}
#lore #loreBanner button.left-button {
  left: 1%;
}
#lore #loreBanner button.right-button {
  right: 1%;
}
#lore #loreArticles article {
  padding-inline: 3em;
  margin-top: 4em;  
}
#lore #loreSelector {
  width: 100%;
  height: 100%;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
#lore #loreSelector #scroller {
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
}
#lore #loreSelector #scroller ul {
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 0.5em;
  padding: 0;
}
#lore .lore__card {
  list-style: none;
  margin: 0;
  position: relative;
  min-width: 143px;
  height: auto;
  scroll-snap-align: middle;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
#lore .lore__card img {
  filter: brightness(0.6);
  transition: 0.2s ease-in-out;
}
#lore .lore__card.is-active img,
#lore .lore__card img:hover {
  filter: brightness(1);
}
#lore .lore__card .lore__tag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.005em 0.2em;
  margin: 0;
  font-size: 1em;
}
#lore .lore__card .lore__tag.red,
#lore  #loreCat h2.red {
  background-color: #F03926;
  border-bottom: solid 5px #9F2619; 
}
#lore .lore__card .lore__tag.orange,
#lore  #loreCat h2.orange {
  background-color: #fa8c23;
  border-bottom: solid 5px #bc6818;
}
#lore .lore__card .lore__tag.blue,
#lore  #loreCat h2.blue {
  background-color: #01cad3;
  border-bottom: solid 5px #00868c;
}
#lore .lore__card .lore__tag.green,
#lore  #loreCat h2.green {
  background-color: #0c8e13;
  border-bottom: solid 5px #066a0b;
}
#loreArticles article.loreMainArt {
  display: block;
}
#loreArticles article {
  display: none;
}
#lore #loreCat h2{
 color: #fff;
 width: fit-content;
 padding: 0.1em 0.2em;
 margin-bottom: 0.3em !important;
}
#lore #loreCat .img-grid {
  column-gap: 0.8em;
  width: 100%;
  height: max-content;
}
#lore #loreCat .img-grid img {
  width: 9em;
  height: 9em;
  object-fit: cover;
  float: le;
  /* pointer-events: all; */
  cursor: pointer;
}
.is-hidden {
  display: none;
}#lore h2{
  font-size: 2.75em;
}