li > a[href="."] {
    pointer-events: none; /* This prevents click events */
    cursor: default; /* Changes the cursor to the default arrow */
    text-decoration: none; /* Removes the underline */

    background: #f5f5f5;
    padding: .5rem 1rem;
    border-bottom: .125rem solid #eed343;

    margin-top: 1rem;

}

a[href="."] {
    font-weight: 400;
    color: #182f7a;
    font-family: 'Taz-SemiLight';
}