/* MOBILE RESPONSIVE DESIGN */
/* By Markus Urban, for Catalina Project (January 2025) */


.only-mobile {
    display: none;
}


@media screen and (max-width: 768px) {

    .only-computer {
        display: none !important;
    }

    .navigation_bar_gray {
        display: none !important;
    }


    .start_section {
        margin-top: 38%;
        margin-bottom: 20%;
        text-align: center !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .subtitle_text_1 {
        width: 100% !important;
    }

    .button_start {
        margin-right: 0px !important;
        margin-bottom: 15px;
        width: 100%;
    }

    .buttons_section_blue {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .button_contact {
        width: 100%;
    }

    .title_12 {
        line-height: 1.2 !important;
    }

    .button_funcions {
        display: none !important;
    }

    .title_team {
        margin-top: 2rem !important;
    }

    .team_avatar {
        width: 90px !important;
        padding: 0px !important;
        margin: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px !important;
    }

    .title_container {
        text-align: center !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .title_text {
        line-height: 1.4 !important;
    }

    .title_text_1 {
        line-height: 1.1 !important;
    }

    .only-mobile {
        display: inline !important;
    }

    #catalan_flag {
        margin-left: 10px !important;
        height: 45px !important;
    }

    .section_team {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .awards_container {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    #newsletter_section {
        text-align: center !important;
    }

    #submit_newsletter {
        margin-left: 0px !important;
        width: 100% !important;
    }

    #big_banner {
        margin-top: 2.6rem !important;
    }

}