﻿/** File Maintained by Cern.Web NuGet Package, DO NOT EDIT ! **/

@media only screen and (max-device-width: 600px) {

    body {
        font-size: 1.2rem;
    }

    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    .bgHeaderImage {
        background-image: none;
    }

    #main-navigation {
        font-size: 1.0rem;
    }

    #header h2 a {
        font-size: 2rem;
    }

    #header h3 {
        font-size: 1rem;
    }

    #footer h2 {
        font-size: 1.2rem;
    }
    #footer ul {
        font-size: 0.8rem;
    }
    .footer_logo_img {
        width: 60px;
    }


    /* Cern.Web standard Menu */
    tr.cern_web_menu_section_header td {
        font-size: 1.5rem;
    }

    .cern_web_menu_link {
        font-size: 1.2rem;
    }

    .cern_web_menu_section_footer {
        font-size: 1rem;
    }

    .cern_web_menu_section_icon {
        visibility: hidden;
        width: 0px;
    }

    .cern_web_menu_section_icon_img {
        width: 0px;
        height: 0px;
        visibility: hidden;
    }

}
