@charset "utf-8";
/* CSS Document */

#sp-menu ul.social-icons a {
    color: #cb549c;
}

#sp-header {
    height: 100px;
    width: 100%;
    position: absolute;
    z-index: 98;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    animation: spFadeIn 0.5s;

    background: #000000;
}


.sp-megamenu-parent>li:hover>a {
    color: #62837B; 
}
