/* Menu navigation */
@media (max-width: 580px) {
    header .title-section .title {
        padding-top: 0;
    }

    header .navigation-section {
        display: none;
    }

    #playerIcon {
        display: none;
    }

    header {
        height: 200px;
    }

    main {
        top: 200px;
    }
}

@media (max-width: 550px) {
    main .countdown-section h2 {
        text-align: center;
        font-size: 30px;
        margin-bottom: 20px;
    }

    main .cube{
        width: 75px;
        height: 75px;
        font-size: 30px;
    }

    main .container-beta {
        max-width: 90%;
        margin-left: -15px;
    }

    main .countdown-section {
        height: 300px;
    }

    .contact-section .form-box {
        width: 80%;
        padding: 20px;
    }

    .contact-section h1 {
        font-size: 30px;
    }
}


@media (max-width: 450px) {
    main .countdown-section h2 {
        text-align: center;
        font-size: 20px;
        margin-bottom: 0px;
    }

    main .cube{
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    main .countdown-section {
        height: 200px;
    }
}