/* Universal Start */
.link-incognito a:hover, .link-incognito a:visited, .link-incognito a:focus  {
    text-decoration: none !important;
}
/* Universal End */

/* Header Start */
.navbar-nav-items {
    margin-left: 2em;
}

.nav-link {
    font-size: 1.2rem;
    color: #000000;
}

.nav-link:hover {
    color: cornflowerblue;
}

.navbar-account-icon {
    font-size: 2rem;
    color: #726f6f;
}

.navbar-account-icon:hover {
    color: cornflowerblue;
}

.dropdown-toggle::after {
    vertical-align: .5em !important;
}

#dropdownUser1:hover {
    color: cornflowerblue;
}
/* Header End

/* Footer Start */
.footer-social-media-icon {
    font-size: 2rem !important;
}

.footer-social-media-icon:hover {
    font-size: 2rem !important;
    color: cornflowerblue !important;
}

/* Footer End */