/*czarny pasek na górze za menu i logo*/
.Header__menuWrapper {
  width: 100%;
  background-color:#000;
  opacity: 95%;
} 

/*baner ze zdjęciem*/
.Header__headerBg {
  height:110%;
}

/*logo niżej*/ 
.Header__logoimg {
  height:20px;
}

/*wielkość czcionki menu*/
.Header__nav {
  font-size:95%;
}

/*Witamy na stronie pomocy technicznej*/
.Header__welcomeTitle {
  font-size:230%;
  position:relative;
  top:30px;
} 

/*Przycisk "Otwórz zgłoszenie"*/
.Header__container Ul li:first-child span:first-child {
    visibility:hidden;
    margin-left:-80px;
}
.Header__container Ul li:first-child span:first-child:after {
    visibility:visible;
    margin-right:auto;
    content:"Otwórz zgłoszenie";
}

