.header {
  background-color: black;
  height: 120px;
  min-width: 1245px;
  display: flex;
  align-items: center;
}

.header-title {
  float: left;
  padding-left: 20px;
  font-family: "RO Serif", Calibri, sans-serifbody, serif;
  font-size: 30px;
  color: white;
  line-height: 1.1;
}

.header-subtitle {
  font-style: italic;
  font-size: 24px;
  line-height: 1.1;
}

.header-menu-items {
  font-family: "RO Sans", Calibri, sans-serifbody, serif;
  color: white;
  padding-top: 30px;
  text-align: right;
  margin-left: auto;
}

.header-title:hover {
  color: white;
}

.header-menu-item {
  font-size: 18px;
  padding-right: 20px;
}

.header-menu-item.active {
  font-weight: bold;
}

.header-menu-item a {
  color: white;
}

.nlog-logo {
  height: 85px;
}

