/*---------------------------------

WE NEED THESE TO REFERENCE VARIABLES, MIXINS AND SUCH. DO NOT REMOVE!
Thanks, Friend :)

---------------------------------*/
/*---------------------------------

YOUR CUSTOM STYLES GO UNDER HERE.
You're doing great.

---------------------------------*/
.section-navigation a.card .card-body {
  padding: 0 0.75rem 0.75rem;
}
.section-navigation a.card .fill {
  fill: #444648;
}
.section-navigation a.card h5 {
  font-size: 1rem;
  color: #444648 !important;
}
.section-navigation a.card:hover {
  background-color: #0077C8;
}
.section-navigation a.card:hover .fill {
  fill: white;
}
.section-navigation a.card:hover h5 {
  color: #fff !important;
}