.article-list {
  color: #313437;
  background-color: #fff;
}

.article-list p {
  color: #7d8285;
}

.article-list h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .article-list h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.article-list .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.article-list .intro p {
  margin-bottom: 0;
}

.article-list .articles {
  padding-bottom: 40px;
}

.article-list .item {
  padding-top: 50px;
  min-height: 425px;
  text-align: center;
}

.article-list .item .name {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  color: inherit;
}

.article-list .item .description {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
}

.article-list .item .action {
  font-size: 24px;
  width: 24px;
  margin: 22px auto 0;
  line-height: 1;
  display: block;
  color: #4f86c3;
  opacity: 0.85;
  transition: opacity 0.2s;
  text-decoration: none;
}

.article-list .item .action:hover {
  opacity: 1;
}

.d-xl-flex.align-items-xl-center:hover {
  text-decoration: none;
}

#likebutton:hover {
  background-color: transparent !important;
  /*color: purple !important;*/
}

#likebutton:hover #hearticon {
  color: rgb(47,128,254) !important;
}

#navbar a {
  /*background: none;*/
  color: white;
  /*box-shadow: none !important;*/
}

.navbar.navbar-light.navbar-expand-md.shadow-lg.navigation-clean-button.unscrolled {
  position: absolute !important;
  background: none;
  color: white !important;
  box-shadow: none !important;
}

.btn:not(:disabled):not(.disabled):hover .btn-primary {
  background-color: rgb(57,160,255);
}

.btn:not(:disabled):not(.disabled) {
  /*transition: background-color 0.1s !important;*/
}

.scrolled {
  position: fixed !important;
  color: white !important;
  background-color: white !important;
  color: black;
  margin-top: 0em !important;
}

#navbar.scrolled a {
  color: black;
}

#navbar.scrolled #name {
  font-size: 20px !important;
}

#navbar.scrolled img {
  height: 40px !important;
}

slide {
  background: none;
  border: 2px solid;
  font: inherit;
  line-height: 1;
  margin: 0.5em;
  padding: 1em 2em;
  color: var(--color);
  transition: 0.25s;
  /*color: #fff;*/
}

