  .home_tagline {
  background: rgba(208, 155, 44, 0.85);
  font-size: 1.8rem !important;
  line-height: 2rem !important;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}
.home_tagline:hover {
  background: rgba(208, 155, 44, 1);
}
.home_tagline a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  display: block;
  padding: 0.5rem 2rem 2rem 2rem;
  text-align: center;
}
.home_tagline:after {
    content: '';
    background: url('https://www.coloradocollege.edu/_assets/images/migrated/2017/stripe-black.png');
    background-size: 6px;
    opacity: 0.7;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 22px;
}
.tagline_tdlded {}
.tagline_ccc {}
.tagline_tlof {}