.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;
  width: auto;
  margin: 0 auto;
}

.article-list .item {
  padding-top: 30px;
  min-height: 300px;
  text-align: center;
}

.article-list .item .name {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  color: inherit;
}

#top-head {
  height: auto;
}

#top-row {
  height: auto;
}

#top-heading {
  height: auto;
}

#sub-heading {
  text-align: center;
  font-family: Raleway, sans-serif;
  color: rgb(66,13,135);
  font-size: 32px;
}

#bot-logo {
  width: 340px;
  margin-bottom: 10px;
}

#bot-email {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#gap {
  height: 4px;
  background-color: black;
}

