.aligner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

header.material-header {
  background-color: #f3f3f3;
  height: 80px;
}

.material-header-row {
  margin: auto;
  height: 80px;
  max-width: 1080px;
}

.distropath-nav-logo {
  height: 50px;
  margin-top: 20px;
  margin-left: 8px;
}

header.shadow {
  z-index: 1;
}

@media screen and (max-width: 767px) {
  header.material-header {
    height: 65px;
  }

  .material-header-row {
    margin: auto;
    height: 65px;
  }

  .distropath-nav-logo{
  	margin-top: 10px;
    margin-left: 15px;
  }
}
