@charset "utf-8";

/* =========================================================
   LINKS & TYPOGRAPHY
	/css/base/typography-links.css
   ========================================================= */

a {
    color: #24BDDB !important;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}

a:visited {
    color: #24BDDB !important;
}

.nav-link {
    color: #24BDDB !important;
}

.nav-link:hover {
    text-decoration: underline !important;
}
