/* @font-face {
    font-family: AVC;
    src: url(../assets/AcuminVariableConcept.otf);
} */
body {
  font-family: 'Roboto Mono', sans-serif;
  /* font-weight: lighter; */
  font-size: 16px;
}

.logo {
  width: 100%;
  max-height: 30px;
}

.menu-item {
  font-size: 1em;
  font-weight: 100;
}

.card-columns {
  column-count: 1;
}
@media screen and (min-width: 576px) {
  .story-item-detail {
    padding-top: 100px;
  }
  div.card-columns {
    column-count: 2;
  }
  .left-bar {
    margin-left: 1em;
  }
}
@media screen and (min-width: 768px) {
  div.card-columns {
    column-count: 3;
  }
  .menu {
    padding-top: 50px;
  }
  .card:hover .overlay {
    opacity: .8;
  }
  .logo {
    width: 110px;
  }
  .left-bar {
    width: 130px;
  }
}
@media screen and (min-width: 992px) {

  div.card-columns {
    column-count: 4;
  }
  .menu {
    padding-top: 50px;
  }
  .card:hover .overlay {
    opacity: .8;
  }
  .logo {
    width: 110px;
  }
  .left-bar {
    min-width: 200px;
  }
}
.top {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
}
#sticky-sidebar {
  /* position: sticky; */
  /* background-color: blue; */
  /* max-width: 20 */
}


.content {
  /* background-color: grey; */
}

.link-item {
  color: black;
  text-decoration: none; /* no underline */
}
.menu {
  justify-content: space-around;
}
.menu-item {
  /* background-color: yellow; */
  padding: 10px;
  margin: 3px;
  /* text-align: center; */
  /* margin-left: 20px; */
  /* margin: 20px; */
}
.story-item-container {
  align-self: center;
}
/* .detail-image {
  position: relative;
  z-index: -1;
} */
.forward {
  /* height: 100%;
  width: 25%; */
  border: 0px;
  background-color: none;

}
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none;
}
.backward {
  height: 100%;
  width: 25%;
}
.story-item-detail {
  max-height: 600px;
  max-width: 100%;
}
.story-item-open{
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 1;
  display: block;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.left-bar {
  font-size: 1.0em;
}

.overlay {
  transition: .5s ease;
  background-color: black;
  opacity: 0;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.overlay-text{
  padding: 0;
  margin: 0;
  color: white;
  font-size: 1.2em;
  font-weight: 100;
  /* position: relative;
  top: calc(50% - 20px); */
  text-align: center;
}
