﻿body {
    padding-bottom: 30px;
    background-color: #212020;
}

@media (max-width: 767px) {
    .top-menu {
        top: 6px;
        right: 52px;
        width: 100%;
    }
    .top-menu>.navbar-nav>li {
        float: none!important;
    }
}

@media (min-width: 768px) {
    .top-menu {
        margin-right: -15px;
    }
    .top-auth-menu {
        margin-left: auto;
    }
}

@media (min-width: 576px) {
    .dx-bs5.bg-light {
        padding: 4rem 2rem;
    }
}

.glow {
    animation: glow 2s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 7px #9e9e9e, 0 0 5px #9e9e9e, 0 0 7px #9e9e9e, 0 0 10px #9e9e9e, 0 0 12px #9e9e9e;
    }

    to {
        text-shadow: 0 0 5px #fff, 0 0 7px #ffc107, 0 0 10px #ffc107, 0 0 7px #ffc107, 0 0 10px #ffc107, 0 0 12px #ffc107, 0 0 15px #ffc107;
    }
}

.hero-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}