﻿#fade-wrapper {
    animation: fadein 1.9s;
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.underline{
    text-decoration:underline!important;
}

.content-defaults a {
    text-decoration-line: underline !important;
    text-decoration-color: #ffc107 !important;
    text-decoration-thickness: 2px;
}

.content-defaults a:hover {
    background-color: #ffc107;
    color:#000;
}


.footer-links a {
    text-decoration-line: underline !important;
    text-decoration-color: #000 !important;
    text-decoration-thickness: 1px;
}

a.no-decoration{
    text-decoration:none!important;
}