html{
  font-size: 14px;
}

@media (max-width: 768px) {
    html{
      font-size: 16px;
    }
}

.blog-header{
  margin-top: 7rem;
  max-width: 700px;
}
@media (min-width: 768px) {
  .blog-header{
    margin-top: 8rem;
  }
}

.container{
  max-width: 960px;
}

.team{
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  margin-bottom: 2rem;
}

.car-deck .card{
  min-width: 220px;
}
.card-text{
  padding-top: 1rem;
}
.card-block{
  min-height: 220px;
}

.active{
  border-bottom: 1px solid #000;
}
nav a{
  text-decoration: none;
}




















