body {
    background: rgb(0,0,0);
}
.nav__langs {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 25px;
    cursor: pointer;
}
.nav__langs .nav__langs-stroke {
    display: none;
    position: absolute;
    right: 0px;
    bottom: -100px;
    cursor: pointer;
}
.nav__langs .nav__langs-stroke li {
    list-style-type: none;
    margin-bottom: 5px;
}
.nav__account {
    display: flex;
    justify-content: center;
    align-self: center;
}
.nav__account a {
    color: white;
    font-family: Philosopher, sans-serif;
    font-size: 18px;
    margin-right: 20px;
    margin-left: 20px;
}
.nav__account a:hover {
    text-shadow: 0px 0px 20px #ffd464;
}

.footer-link.active {
    color: #936e38;
    text-decoration: none;
}
.voting-block a {
    margin-right: 25px;
}
.voting-block a:hover {
    box-shadow: 0px 0px 30px #000000;
}
.voting-block a img {
    height: 40px;
}
.mobile-menu-langs {
    display: none;
    justify-content: space-around;
    width: 70%;
    margin: 0 auto;
    margin-top: 25px;
}

.navbar .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.navbar .navbar-nav .nav-menu {
    display: flex;
}
.home-logo img {
    width: 600px;
}

@media screen and (max-device-width:798px){
    .mobile-menu-langs {
        display: flex;
    }
    .nav__langs {
        display: none;
    }
    .nav-menu .nav__account {
        margin-top: 35px;
    }
    .nav-menu .nav__account .nav__account-btn {
        color: #7c662d !important;
        font-weight: bold;
    }
    .voting-block {
        flex-direction: column !important;
        align-items: center;
    }
    .voting-block a {
        margin-bottom: 25px;
        margin-right: 0 !important;
    }
    #community {
        height: 575px !important;
    }
    #community-heading {
        padding-top: 50px !important;
    }
    .streams-block {
        flex-direction: column;
    }
    .home-logo img {
        width: 98%;
    }
}

.streams-block {
    display: flex;
    justify-content: flex-start;
}
.streams-block .streams__player {
    margin-right: 20px;
    width: 320px;
}
.streams-block .streams__player iframe {
    border-radius: 10px;
}
#videos {
    height: 100%;
    background: url(../images/bg7.png) top / auto no-repeat, rgba(255,255,255,0);
    margin-top: -28px;
    padding-bottom: 55px;
}
