/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */




/****************************************/



.MenuBannerr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 1000;
    padding: 1em 0;
}



.header-desktop{
   
   position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 1em 0;
}


.header-desktop{

    background: linear-gradient(to bottom, rgba(43, 44, 44, 1), rgba(43, 44, 44, 0));
  
}

.header-desktop:hover{
  
  height: 60px;
  background: #2B2C2C;
  
}


.ButtonBanr a {
  
    font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size:8px;

}

///***.header-desktop p:hover{
  background: #F29175;
  
}

/**********************************/////