.btn-section {
  text-align: center;
  background-color: white !important;
  color: #1C355E !important;
  border: none !important;
}

.btn-section.active {
  border-bottom: 2px solid #1C355E !important;
}

.btn-story-read-more {
  background-color: #1C355E;
  border-color: #1C355E;
  color: white !important;
  border-radius: 0;
  width: 120px;
  height: 30px;
  line-height: 1.9;
  font-size: 1rem;
}

.btn-story-read-more:hover {
  color: #1C355E !important;
  border-color: #1C355E;
  background-color: white;
}

.btn-story-read-more:focus {
  background-color: #1C355E;
  border-color: #1C355E;
  color: white !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 53, 94, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(28, 53, 94, 0.5);
}

.hidden-card {
  display: none;
}

.story-section-selection {
  font-size: 16px;
}

.story-text {
  color: #1C355E;
  text-align: center;
  font-size: 4.2rem;
}

@media screen and (max-width: 768px) {
  .story-text {
    font-size: 2.2rem;
  }
}
.story-long-description-text {
  font-size: 1.4rem;
  color: #1C355E;
  text-align: center;
  width: 60%;
}

.magazine-nav-bar {
  background-color: #75839b;
  height: 80px;
  margin-top: 6rem;
}

.magazine-nav-option-enabled {
  color: white;
  -webkit-text-decoration-color: white;
          text-decoration-color: white;
}

.no-text-decoration {
  text-decoration: none !important;
}

.left-arrow-white {
  -webkit-filter: saturate(0) brightness(10);
          filter: saturate(0) brightness(10);
  width: 35%;
}

.right-arrow-white {
  -webkit-filter: saturate(0) brightness(10);
          filter: saturate(0) brightness(10);
  width: 35%;
  margin: auto;
  margin-right: 0;
}

.arrow-rotate-white {
  -webkit-filter: invert(1);
          filter: invert(1);
  width: 30%;
  margin: auto;
}

.story-image {
  width: 100%;
}

.magazine-list-c {
  margin: auto;
  font-size: 2.2rem;
  padding-left: 0;
  padding-right: 0;
  background-color: white;
  white-space: nowrap;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.magazine-list-c div {
  padding: 0 18px;
}
.magazine-list-c div a {
  text-decoration: none !important;
}
.magazine-list-c div a:hover {
  text-decoration: none !important;
}

.magazine-list-c::-webkit-scrollbar {
  height: 6px;
}

.magazine-list-c::-webkit-scrollbar-thumb {
  background-color: #e7e7e7;
}

.magazine-container {
  min-height: 0 !important;
}

.imageStory {
  max-width: 500px;
}