/* lg, desktops to large desktops: 992px and up*/

@media only screen and (min-width: 992px) {
    body {
        font-size: 18px;
        line-height: 180%;
    }
    /* #des_nav ul {
    font-size: inherit;
  } */
    #des_nav a:hover {
        /* font-size: 1.25em !important; */
    }
}


/* lg, tablets and phones: 992px and down*/

@media only screen and (max-width: 992px) {
    #des_header {
        display: none;
    }
    #mob_header {
        display: flex;
    }
    .header_company {
        margin-left: 0.75em;
        font-size: 0.9em;
    }
    footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 4em;
    }
    footer::before {
        bottom: 4em;
    }
    #footer {
        flex-direction: column;
    }
    div.footer_section {
        flex-grow: 1;
    }
    .footer_section {
        padding-left: calc(25vw - 120px);
    }
    #footer_left {
        margin-right: 1em;
    }
    #footer_mid {
        margin-top: 50px;
    }
    #footer_right {
        margin-top: 35px;
    }
    /* #footer_right div {
        margin-top: 10px;
    } */
    /* #banner_mobile {
                display: block;
        }
        #banner_laptop {
                display: non    e; 
        } */
}


/* xl, desktops: 1200px and up*/

@media only screen and (min-width: 1200px) {
    /* #des_nav ul {
    font-size: inherit;
  } */
    /* #des_nav ul li a {
    padding: 2px 0 0 0;
  }
  #des_nav ul li ul li a {
    padding: 2px 0 0 0;
  } */
}


/* md, tablets to desktops: 768px and up */

@media only screen and (min-width: 768px) {
    .hide_desktop {
        display: none;
    }
}


/* md, tablets and phones: 768px and down */

@media only screen and (max-width: 768px) {
    h3 {
        font-size: 1.6em;
    }
    hr {
        margin: 40px 4%;
    }
    #idea_title {
        font-size: 1.6em;
    }
    #idea_span {
        display: none;
    }
    #idea_span_mob {
        display: block;
    }
}


/* sm, phones to tablets: 576px and up*/

@media only screen and (min-width: 576px) {}


/* xs, phones: from 0 to 576px */

@media only screen and (max-width: 576px) {
    body {
        font-size: 16px;
    }
    .display_mob {
        display: block;
    }
    .hide_mob {
        display: none;
    }
    .header_company {
        margin-left: 0.75em;
        font-size: 1em;
    }
    #footer {
        padding: 0 1.5em;
    }
    #footer_left {
        margin: 0;
    }
    div#context {
        padding: 0 1.5em;
    }
    div.description {
        padding: 0 1.5em;
    }
    #btn_headerclose {
        background-size: 50%, 50%;
    }
    #btn_hamburger {
        background-size: 50%, 50%;
    }
    #context {
        padding: 0 5px;
    }
    h2 {
        font-size: 1.7em;
    }
    hr {
        margin: 30px 3%;
    }
}