.homepage-icon {
    font-size: 4rem;
    color: #2D3032;
}

.homepage-highlight {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.homepage-highlight:hover .hover-icon {
    color: #AABF55;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}

.carousel-indicators li {
    width: 16px;
    height: 16px;
    border: 1px #fff;
    border-radius: 8px;
}
