.following.bar {
    position: fixed;
    top: 0px;
    z-index: 900;
    left: 0%;
    padding: 1em 0em;
    background: black;
    width: 100%;
    box-shadow: 0px 0px 0px 0px transparent;
    border-bottom: 1px solid transparent;
    transition: padding 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, border 0.5s ease;
}

.light.following.bar {
    padding: 0em 0em;
    color: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 4%);
}

.main.menu {
    top: 0px;
}

@media only screen and (min-width: 1024px) {
    .main.menu {
        display: none !important;
    }
}

@media only screen and (max-width: 1023px) {
    .following.bar {
        display: none;
    }
}

.fixed.menu>.container {
    margin-left: 0em !important;
    margin-right: 0em !important;
    width: 100% !important;
    max-width: none !important;
}

.ui.inverted.menu a:not(.ui) {
    color: rgba(255, 255, 255, .9);
}

.ui.inverted.menu .dropdown>a {
    color: rgba(255, 255, 255, .7) !important;
}