@media screen and (max-width: 600px) {
  body {
      font-size: 15px;
  }
  a {
    font-size: 14px;
  }
}

@media screen and (max-width: 530px) {
    .title-bar-left img {
      position: relative;
      top: 5px;
      width: 255px;
      height: 38px;
      left: 30px;
    }
    .title-bar-left .material-icons {
      position: relative;
      top: 1px;
      left: -5px;
    }
}

@media screen and (max-width: 450px) {
  #top-header {
    display: none;
  }
}

