nav {
  background-color: #FFF;
  position: absolute;
  top: 0;
  width: 100%;
  height: 85px;
  text-align: left;
  box-sizing: border-box;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: left;
  border-bottom: 2px solid rgba(0,0,0,0.15);
}

nav > * {
  margin: 0 0.5rem;
}

nav .right {
  margin-left: auto;
  opacity: 0.5;
}

nav .right:hover {
  opacity: 1;
}

a {
  color: #ea0a2a;
  transition: all 0.2s ease-in-out;
}

.button {
  padding: 0.25rem 0.75rem;
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  background: #ea0a2a;
  color: #fff;
  text-decoration: none;
  margin: 0.25rem 0;
}

.more {
  background: transparent;
  border: 3px solid #ea0a2a;
  padding: 1.2rem;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  color: #ea0a2a;
  margin: 2rem;
}

.more:hover {
  background: #FFF;
}

.more span.logo img {
  height: 32px;
  margin-bottom: 1.25rem;
}


.brand_logo {
  margin: 2rem 1rem;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  width: 100%;
  max-width: 360px;
  border: 3px solid #fff;
  padding: 1rem;
  border-radius: 2rem;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.brand_logo:hover {
  border: 3px solid #ea0a2a;
  background: #f1f1f1;
}

nav .icon img {
  height: 48px;
  margin: 0.5rem 0.25rem;
}

nav .logo img {
  height: 40px;
  width: auto;
}
