@font-face {
  font-family: 'Dalton White';
  src: url('dalton-white.otf') format('opentype');
}

/* Header-Layout */
.header {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Branding links */
.branding {
  display: flex;
  align-items: center;
  font-family: 'Dalton White', sans-serif;
  font-size: 3.5rem;
}

.branding img {
  height: 5rem;
  margin-right: 20px;
}

.brand-title {
  font: inherit;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: inherit;
  display: inline;
}

/* Navigation rechts */
.main-nav a {
  font-size: 3.5rem;
  font-family: 'Dalton White', sans-serif;
  text-decoration: none;
  color: black;
}

.main-nav a:hover {
  text-decoration: underline;
}