
/*
* Mate - Bluma Fungry Template Responsive css




/*
    small-mobile: from to 360px
    mobile: up to 768px
    tablet: from 769px
    desktop: from 1024px
    widescreen: from 1216px
    fullhd: from 1408px
*/



/* On screens that are 1408px wide or less */
@media screen and (max-width: 1408px) {
    body {
      
    }
}

/* On screens that are 1216px wide or less */
@media screen and (max-width: 1216px) {
    a.burger-menu-nav{
   color:#fff;
}
    body {
      
    }
}


/* On screens that are 1024px wide or less */
@media screen and (max-width: 1024px) {
a.burger-menu-nav{
    color:#fff;
} 
    
.navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {

    background-color: #fbfbfb !important;

}
    
      a.navbar-burger {
    cursor: pointer;
    display: block;
    height: 2.25rem;
    position: relative;
    width: 3.25rem;
    margin-left: auto;
    top: 15px;
    background-color: #fff;
    color:#fff !important;
}

}

/* On screens that are 769px wide or less */
@media screen and (max-width: 769px) {
   .headersection a{
  color:#000 !important;    
} 
  a.navbar-burger {
    cursor: pointer;
    display: block;
    height: 2.25rem;
    position: relative;
    width: 3.25rem;
    margin-left: auto;
    top: 20px;
    background-color: #fff;
    color:#000 !important;
}
a.burger-menu-nav{
   color:#000 !important;
}

        

}



/* On screens that are 992px wide or less */
@media screen and (max-width: 768px) {
a.burger-menu-nav{
   color:#000 !important; 
}
    section{
        padding :0px 30px; 
    }
}

/* On screens that are px wide or less */
@media screen and (max-width: 360px) {
 a.burger-menu-nav{
   color:#000;
}

    
}