.article-list {
  color: #313437;
  background-color: #fff;
}

.article-list p {
  color: #7d8285;
}

.article-list h1 {
  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: 350px;
  text-align: center;
  background-color: rgb(230,230,230);
  margin-right: 12px;
  border-radius: 8px;
}

.article-list .item .name {
  font-weight: bold;
  font-size: 25px;
  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;
}

a:hover {
  color: rgb(210,229,241);
}

.txtover {
  position: relative;
}

.txtover figcaption {
  position: absolute;
  bottom: 66%;
  left: 0;
  text-align: center;
}

figure figcaption {
  text-align: center;
}

img {
  /*display: block;*/
  /*width: 100%;*/
  /*height: 100%;*/
}

.thumbnail {
  position: relative;
  display: inline-block;
}

.caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50% );
  text-align: center;
  color: white;
  font-weight: bold;
}

.bg {
  background-image: url("bluebackground.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-link a:hover {
  color: #33363a !important;
}

.button:hover {
  color: rgb(210,229,241);
}

