header {
  background-color: #003264;
  margin: 0;
  padding: 0;
  z-index: 2;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

header a {
  line-height: 0;
}

header .logo {
  width: 100%;
  max-width: 200px;
}

header .block {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .tagline {
  color: white;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 12px;
}

.dnd-section.row-number-1 {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  header .logo {
    height: 40px;
  }
  
  .tagline {
    display: none;
}