body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: #454545;
    margin: 0;
    padding: 0;
}

header {
    background-image: url('assets/hub.png');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

form {
    margin-top: 32px;
}

input {
    padding: 4px;
    border-radius: 4px;
    border-style: none;
}

.nav-point {
    color: white;
    font-size: larger;
    font-weight: bolder;
    padding-left: 4px;
    margin: 16px;
    text-decoration: none;
}

.h-point {
    background-color: rgb(232, 221, 0);
    padding: 8px;
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px;
}

#none a {
    background-color: rgb(232, 221, 0);
    padding: 8px;
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px;
}

nav {
    background-color: rgba(0, 0, 0, 0.251);
    padding-top: 32px;
    padding-bottom: 32px;
}

.big-logo {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#alternative-navigation {
    display: none;
    background-color: rgba(0, 0, 0, 0.251);
    padding-top: 32px;
    padding-bottom: 32px;
    color: white;
}

.trailer {
    margin-top: 64px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.video {
    margin-right: 16px;
}

.description {
    margin-left: 16px;
    width: 448px;
    color: white;
}

.logo {
    display: none;
    height: 200px;
    width: 200px;
}

.description h2 {
    font-size: 35px;
    font-weight: bolder;
}

.small-trailer {
    display: none;
}

.discord-logo {
    color: white;
    padding: 12px;
    border-radius: 12px;
    font-size: 28px;
    background-color: rgba(94, 94, 94, 0.533);
    margin-right: 256px;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.discord-logo:hover {
    transition: 0.5s;
    scale: 1.2;
}

.header-logo-section {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.discord-logo img {
    margin-top: 3px;
    margin-right: 30px;
}

.herogroup-logo {
    color: white;
    padding: 12px;
    border-radius: 12px;
    font-size: 28px;
    background-color: rgba(94, 94, 94, 0.533);
    margin-left: 256px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: 0.5s;
    justify-content: center;
}

.herogroup-logo img {
    margin-top: 3px;
    margin-right: 8px; 
}

.herogroup-logo:hover {
    border-color: red;
    border-width: 32px;
    scale: 1.2;
    transition: 0.5s;
}

.herogroup-section p {
    margin-bottom: 16px;
}

.discord-section {
    color: white;
    margin-top: 64px;
    text-align: center;
    padding-bottom: 32px;
}

.discord-section h2 {
    font-size: 24px;
    font-weight: bolder;
}

.discord-section p {
    margin-bottom: 16px;
}



.herogroup-section {
    color: white;
    margin-top: 64px;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #3a3a3a;
}

#menu-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

#menu-content br {
    margin-top: 32px;
}

#menu-content.menu-visible {
    max-height: 500px;
}

.menu-hidden {
    max-height: 0;
}

.herogroup-section p {
    margin-bottom: 16px;
}

.herogroup-section a {
    background-color: rgb(255, 230, 0);
    padding: 8px;
    border-radius: 4px;
}

.herogroup-section h2 {
    font-size: 24px;
    font-weight: bolder;
}

.news-section {
    color: white;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #3a3a3a;
    margin-top: 64px;
    text-align: center;
}



.social-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.discord-logo-item {
    color: white;
    padding: 12px;
    border-radius: 12px;
    margin: 8px;
    font-size: 28px;
    background-color: rgba(94, 94, 94, 0.533);
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s;
}

footer {
    color: white;
    background-color: #303030;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: 32px;
    display: flex;
    justify-content: center;
    padding-left: 32px;
}

footer a {
    color: white;
    text-decoration: none;
    text-align: right;
}

.discord-logo-item:hover {
    scale: 1.2;
}

.jura {
    margin-left: 32px;
}

.copyright {
    margin-right: 32px;
    margin-top: 80px;
}

.news-section h2 {
    font-size: 24px;
    font-weight: bolder;
}

.description a {
    color: rgb(181, 181, 181);
}

.description a:hover {
    color: rgb(131, 131, 131);
}

.spielmodi {
    color: white;
    text-align: center;
    margin-top: 64px;
}

.games {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.button-section {
    text-align: center;
    margin-left: 64px;
    margin-right: 64px;
    border-radius: 16px;
    color: white;
    padding: 32px;
    background-color: rgb(105, 105, 105);
    margin-top: 64px;   
}

button {
    background-color: rgb(255, 230, 0);
    color: white;
    font-weight: bold;
    border-style: none;
    font-size: large;
    padding: 16px;
    border-radius: 8px;
}

button:hover {
    cursor: pointer;
}

.game {
    color: white;
    padding: 12px;
    border-radius: 12px;
    margin: 8px;
    background-color: rgba(94, 94, 94, 0.533);
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s;
}


@media (max-width: 1225px) {

    .menu-button {
        background-color: rgb(232, 221, 0);
        padding: 12px;
        color: white;
        border-radius: 4px;
        border-style: none;
        padding-left: 32px;
        padding-right: 32px;
    }

    .big-logo {
        scale: 0.7;
    }

    .herogroup-logo {
        margin-left: 16px;
    }

    .discord-logo {
        margin-right: 16px;
    }


}

@media (max-width: 1149px) {
    nav {
        display: none;
    }

    #alternative-navigation {
        display: block;
        background-color: rgba(0, 0, 0, 0.251);
        padding-top: 16px;
        padding-bottom: 16px;
        color: white;
        font-weight: bolder;
    }

    .mm-point {
        font-size: larger;
        font-weight: bolder;
        color: white;
        text-decoration: none;
        margin-top: 16px;
    }
}

@media (max-width: 970px) {
    .trailer {
        display: none;
    }

    .small-trailer {
        display: flex;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }

    .small-description {
        width: 300px;
        color: white;
        margin-top: 12px;
    }

    .small-description a {
        color: rgb(181, 181, 181);
    }

    .small-description a:hover {
        color: rgb(131, 131, 131);
    }
    
    .small-description h2 {
        font-size: 26px;
        font-weight: bolder;
    }
}

@media (max-width: 900px) {
    .herogroup-logo {
        display: none;
    }
    .discord-logo {
        display: none;
    }
    iframe {
        height: 10;
        width: 10;
    }
}

@media (max-width: 500px) {
    footer {
        display: block;
    }
    .jura {
        margin-left: 8px;
    }
    .copyright {
        margin-right: 8px;
    }
}