﻿/** File Maintained by Cern.Web NuGet Package, DO NOT EDIT ! **/

@media only screen and (min-width: 601px) {

  .hide_on_small_screen {
  }

}

@media only screen and (max-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;
    }
    .hide_on_small_screen {
        display:none;
    }

}
