body.subpage {
  padding-top: 3.125em;
}

header {
  background: rgba(255, 255, 255, 0.8);
  color: #aed6f1;
  cursor: default;
  height: 3.25em;
  left: 0;
  line-height: 3.25em;
  position: fixed;
  text-align: right;
  top: 0;
  width: 100%;
  z-index: 10001;
  transition: top 0.2s ease-in-out;
}

.nav-up {
  top: -3.25em;
}

header > .center {
  position: absolute;
  top: 50%;
  left: 50.5%;
  transform: translateX(-50%) translateY(-50%);
  margin-top: 0.05em;
  margin-bottom: 0.05em;
  max-width: 100%;
  max-height: 50%;
}

header > .logo {
  display: inline-block;
  height: inherit;
  left: 1.25em;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}

header > .logo a {
  font-size: 1em;
  color: #FBB03B;
}

header > .logo a:hover {
  color: #FBB03B;
}

header > .logo span {
  font-weight: 300;
  font-size: .8em;
  color: #FFF;
}

header > a {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  display: inline-block;
  padding: 0 0.75em;
  color: inherit;
  text-decoration: none;
  color: #000;
}

header > a:hover {
  color: #e3d5c6;
}

header > a[href="#menu"] {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

header > a[href="#menu"]:before {
  content: '\2630';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat", "sans-serif";
  font-style: normal;
  font-weight: normal;
  font-size: 2em;
  text-transform: none !important;
  margin: 0 0 0 0;
}

header > a + a[href="#menu"]:last-child {
  border-left: solid 1px rgba(255, 255, 255, 0.25);
  padding-left: 1.25em;
  margin-left: 0.5em;
}

header > a:last-child {
  padding-right: 1.25em;
}

@media screen and (max-width: 736px) {

  header > a {
    font-size: 1em;
    padding: 0 0.5em;
  }

  header > a + a[href="#menu"]:last-child {
    padding-left: 1em;
    margin-left: 0.25em;
  }

  header > a:last-child {
    padding-right: 1em;
  }

  header > .center {
    max-width: 80%;
  }

}

@media screen and (max-width: 980px) {

  body.subpage {
    padding-top: 44px;
  }

  header {
    height: 3.25em;
    line-height: 3.25em;
  }

  header > h1 {
    left: 1em;
  }

  header > h1 a {
    font-size: 1em;
  }

}

@media screen and (max-width: 480px) {

  header {
    min-width: 320px;
  }

}
