@media screen and (min-width: 768px) {
  .bg-header {
    width: 100%;
    height: 86px;
    font-size: 35px;
    background-color: transparent;
  }
  .active {
    background-color: white;
  }
  .space {
    width: 100%;
    height: 86px;
  }
}
/*===================================================*/
/*===================================================*/
/*===================================================*/
/*===================================================*/
/*===================================================*/
/*===================================================*/
/*===================================================*/
/*===================================================*/
/*===================================================*/
/*===================================================*/
@media screen and (max-width: 767px) {
  .bg-header {
    width: 100%;
    height: 55px;
    font-size: 14px;
    background-color: transparent;
  }
  .active {
    background-color: white;
  }
  .space {
    width: 100%;
    height: 55px;
  }
}/*# sourceMappingURL=header.css.map */