/* CSS for About Andrew plugin */
#about-andrew-content {
    margin-top: 10px;
    margin-left: -30px;
}
.aa-title {
    text-align: left;
}
.about-andrew h2 {
    font-size: 2.2em;
  text-align: center;
  margin-bottom: 1em;
}
#about-andrew-nav {
    width: 100%;
  margin-left: -40px;
}

#about-andrew-nav li {
  margin: 0 0 8px 0;
}

@media screen and (max-width: 480px) {
  #about-andrew-nav,
  #about-andrew-content {
    font-size: .75em;
    line-height: 1.5;
  }
  #about-andrew-nav li {
    width: inherit;
    display: inline-block;
    margin-right: 4px;
  }
  #about-andrew-content {
    margin-top: 1em;
  }
  #about-andrew-content p {
    padding-bottom: 0;
  }
}

.about-andrew {
    padding-top: 40px;
    /* padding-bottom: 40px; */
}

.about-andrew li {
  padding: 10px;
  /* background-color: #fff; */
  list-style-type: none;
  margin-bottom: 1em;
  transition: all .5s ease;
  font-family: "AdelleBold", sans-serif;
  text-align: center;
  color: #afaeb6;
}

.about-andrew li.active {
  /* padding: 5px 10px; */
  background-color: ##3E8AE5;
  color: #fff;
}

.story-items article {
  display:none;
  animation-name: fadeInRight;
  animation-duration: 1s;
}

.story-items article.active {
  display:block;
}
