/*
@media only screen and (max-width: 975px) {
    .mini-pannel-4 {
        width: 47%;
        float: left;
        height: 175px;
        margin-bottom: 25px;
    }

}
*/


@media only screen and (max-width: 800px) {
/* suspending the hamburget icon

    #main-menu-wrapper ul.parents{
        display: none;
        position: static;
    }

    #main-menu-wrapper div{
        display: block;
        cursor: pointer;
    }

    #main-menu-wrapper li{
        display: block;
        border-bottom: 1px solid #4b4848;
        border-top: 1px solid #4b4848;
    }

    #main-menu-wrapper ul.child li.last {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    #main-menu-wrapper ul.child{
        position: static;
    }
*/

    #contents{
        width: 100%;
        float: none;
    }
    #sidebar {
        width: 100%;
        float: none;
    }
    .maxi-pannel-4 {
        width: 47%;
        float: left;
        height: 150px;
        margin-bottom: 25px;
    }
    #footer-menu-wrapper {
        display: none;
    }
    #img-web-header {
        /* height: 100%; */
        width: 100%;
    }
}



@media only screen and (max-width: 680px) {
    .maxi-pannel-4 {
        width: 95%;
        float: left;
        height: 250px;
        margin-bottom: 25px;
    }

}


@media only screen and (max-width: 480px) {
/*
    #main-menu-wrapper li{
        display: block;
        border-bottom: 1px solid #4b4848;
        border-top: 1px solid #4b4848;
    }
    #main-menu-wrapper div{
        display: block;
        cursor: pointer;
    }
*/ 
    #contents{
        width: 100%;
        float: none;
    }
    
    #sidebar {
        width: 100%;
        float: none;
    }

    .maxi-pannel-4 {
        width: 95%;
        float: left;
        height: 200px;
        margin-bottom: 25px;
    }
    #footer-menu-wrapper {
        display: none;
    }
    #footer{
        margin-top: 35px;
    }
    #img-web-header {
        /* height: 100%; */
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
/*
    #main-menu-wrapper li{
        display: block;
        border-bottom: 1px solid #4b4848;
        border-top: 1px solid #4b4848;
    }
    #main-menu-wrapper div{
        display: block;
        cursor: pointer;
    }
*/ 
    #contents{
        width: 100%;
        float: none;
    }
    
    #sidebar {
        width: 100%;
        float: none;
    }

    .maxi-pannel-4 {
        width: 95%;
        float: left;
        height: 200px;
        margin-bottom: 25px;
    }
    #footer-menu-wrapper {
        display: none;
    }
    #footer{
        margin-top: 35px;
    }
    #img-web-header {
        /* height: 100%; */
        width: 100%;
    }
}


@media only screen and (max-width: 2920px) {
        #container{
                width: 75%;
                height: 100%;
                margin: 0 auto;
                background-color: #ffffff
        }
}

@media only screen and (max-width: 1200px) {
        #container{
                width: 100%;
                height: 100%;
                margin: 0 auto; 
                background-color: #ffffff
        }
}

@media only screen and (max-width: 1024px) {
        #container{
                width: 100%;
                height: 100%;
                margin: 0 auto; 
                background-color: #ffffff
        }
}

/*
https://blog.logrocket.com/css-breakpoints-responsive-design/
Mobile Portrait			320px to 480px		Default small smartphones
Mobile Landscape		481px to 767px		Oversized phones and landscape mobile views
Tablets					768px to 1024px		iPads and portrait tablets
Laptops / Desktops		1025px to 1200px	Standard computer monitors and small laptops
Large Screens			1201px and above	High-resolution widescreen monitors and TVs
*/
