@charset "UTF-8";
/* IE10+ VIEWPORT FIX */
@-ms-viewport {width:device-width;}
@viewport {width:device-width;}


/*============================ desktop view =================================================*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {}

/*============================ small tablet view =================================================*/
@media only screen and (min-width: 641px) and (max-width: 768px) {}

/*============================ mobile wide screen view =================================================*/
@media only screen and (min-width: 569px) and (max-width: 640px) {

}

/*============================ mobile view =================================================*/
@media only screen and (min-width: 280px) and (max-width: 768px) {
	.slicknav_menu{display: block;}
	.slicknav_menu img{
        width: 14px;
        display: inline-block;
    }
    .mobihide{display: block;}

    .topright{
        float: left;
        margin-top: 10px;
        margin-left: 0;
    }
    .menubar{display:none;}
    .sticky-wrapper{display: none;}

    .slider{
        margin: 0;
        padding: 0;
        height: auto;
    }

    .slider img{
        height: auto;
        width: 100%;
    }
    .slideritem a{margin-bottom: 25px;}

    .section{margin: 50px 0;}
    .sectionheader{
        margin: 0;
        margin-bottom: 50px;
    }

    .card{
        height: auto;
        margin-bottom: 20px;
    }

    .hau img{height:auto;}
    .faq{margin-top: 50px;}

    .page iframe{height: auto;}

    .qbtn{
        float: left;
        margin-top: 35px;
    }
    .donation{width: 100%;}
    .access{width: 80%;}

    .page table{
        width: 80%;
        margin: 15px auto;
        overflow-x: auto;
    }
    
   
    
    
    
    




    
}


















