/* CloudSprout Hyperlink */
a.cloudsprout {
    color: white !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

a.cloudsprout:hover {
    color: black !important;
}


