.about {
  background: #f1f3f5;
  color: #001100;
  padding: 50px 0;
  text-align: center;
  margin-bottom: 75px;
  margin-top: 50px;
}

.about .boxes {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.about .boxes button {
  margin: 0 10px;
  min-width: 120px;
  height: 12vw;
  width: 12vw;
  font-size: 12px;
  font-weight: bold;
  background: rgba(0,0,0,.05);
  border-color: transparent;
  color: #001100;
}

.about .boxes button.active {
  background: #001100;
  border-color: #001100;
  font-weight: 500;
  color: #00ff00;
}

.about .boxes button i {
  font-size: 2.5vw;
  margin-bottom: 8px;
}

.about .message {
  max-width: calc(48vw + 60px);
  background: #001100;
  color: #00ff00;
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
  padding-top: 30px;
  margin: 0 auto;
  border-radius: 5px;
  padding: 40px;
  margin-top: 20px;
}

.about .message .text {
  display: none;
}

.about .message .text.active {
  display: block;
}

.about .message p {
  max-width: 40vw;
  max-width: calc(36vw + 40px);
  margin: 0 auto 15px auto;
}

.about .message ul {
  max-width: 40vw;
  max-width: calc(36vw + 40px);
  margin: 0 auto 15px auto;
}

.about .message ul li {
  list-style: disc;
}

.about .message a {
  text-decoration: none;
}

.about .message .cta {
  text-align: center;
  padding-top: 20px;
}

.about .message .cta a.button {
  background: transparent;
  border-color: #00ff00;
  border-width: 1px;
  font-size: 18px;
}

.search-input {
  background: rgba(0,0,0,.1);
  border: none;
  padding: 10px 20px;
  height: 34px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  width: 0;
  opacity: 0;
  transition: all 120ms ease-in-out;
}

.search-container.active .search-input {
  width: 200px;
  opacity: 1;
}

.search-container {
  position: relative;
}

.search-container i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0,-50%);
  cursor: pointer;
}

.fa-twitter {
  margin-left: 10px;
}

header img.profile {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-size: cover;
  margin-left: 20px;
}


.more.featured {
  max-width: 100%;
  padding: 0;
}

.more.featured .more-content {
  padding: 0;
}

.more.featured .divider-title {
  width: 75%;
  margin: 50px auto 20px auto;
  display: none;
}

.more.featured .story-card {
  width: calc(100% / 3 - 3px);
  background: #212428;
  box-shadow: none;
  margin-bottom: 3px;
}

.more.featured .story-card:nth-child(1),
.more.featured .story-card:nth-child(2) {
  width: calc(100% / 2 - 2px);
  height: 520px;
}

.more.featured .story-card:nth-child(1) .img,
.more.featured .story-card:nth-child(2) .img {
  height: 340px;
}

.more.featured .story-card a {
  color: #fff;
}

.more.featured .story-card .title a {
  font-size: 22px;
}

.more.featured .story-card a.tag {
  bottom: 26px;
  right: 20px;
  transform: translateY(0);
  background: transparent;
  border: 2px solid #00ff00;
  color: #fff;
  max-width: 40%;
  line-height: 1.3;
}

@media all and (max-width: 800px) {
  .more.featured .story-card,
  .more.featured .story-card:nth-child(2) {
    width: calc(100% / 2 - 2px);
    height: 265px;
  }

  .more.featured .story-card .img,
  .more.featured .story-card:nth-child(2) .img {
    height: 100px;
  }

  .more.featured .story-card:nth-child(1) {
    width: 100%;
    height: 335px;
  }

  .more.featured .story-card.long-title .img {
    display: none;
  }

  .more.featured .story-card.long-title .title {
    height: 180px;
    padding-top: 50px;
  }

  .more.featured .story-card.long-title:nth-child(1) .title,
  .more.featured .story-card:nth-child(1) .title {
    padding-top: 10px;
    height: 52px;
  }

  .more.featured .story-card.long-title:nth-child(1) .img,
  .more.featured .story-card:nth-child(1) .img {
    height: 200px;
    display: block;
  }

  .more.featured .story-card.long-title .title a {
    font-size: 16px;
  }

  .more.featured .story-card .title a {
    font-size: 13px;
  }

  .more.featured .story-card a.tag {
    display: none;
  }

  .more.featured .story-card .name {
    font-size: 12px;
  }

  .story-card .avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .about {
    display: none;
  }
}
