

.navbar {
  background-color: #314C35;
}





html a {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    color: #0095B6;
    transition: background-size .3s;
}
html a:hover, html a:focus {
  background-size: 100% 2px;
  color: #0095B6;
}

div {
  &.callout-note {
    border-left-color: #314C35 !important;
  }
}

