@import url("https://fonts.googleapis.com/css?family=Lato:400,900");
@import url("https://unpkg.com/purecss@1.0.0/build/pure-min.css");
body {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 61px;
  padding: 14px; }

div.lt-sm {
  display: none; }

div.gt-sm {
  display: block; }

div.brand {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  }

@media screen and (min-width: 600px) {
  img.logo {
    position: absolute;
    height: 32px;
    width: 153px;
    margin-top: 3px;
  }
}

  div.brand img.logo {
    height: 32px;
    width: 153px;
    margin-top: 4px;
  }
  div.brand span {
    font-family: Lato, sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 40px; }

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }

li {
  display: inline-block;
  margin: 0 25px; }

a {
  color: black;
  cursor: pointer;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 40px;
  text-decoration: none;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out; }
  a.selected {
    color: #f75932; }
  a:hover {
    color: #f75932; }

@media screen and (max-width: 960px) {
  ul {
    text-align: right;
  }
  div.brand {
    }
    div.brand span {
      font-size: 20px; }

  li {
    margin-left: 20px; }
    li:first-child {
      margin-left: 0; } }
@media screen and (max-width: 700px) {
  ul {
    text-align: center;
  }
  li {
    margin-left: 12px; }
    li:first-child {
      margin-left: 0; }
    li a {
      font-size: 16px; } }
@media screen and (max-width: 600px) {
  body {
    height: 109px; }
  div.lt-sm {
    display: block; }
    div.lt-sm div.brand {
      background-image: none;
      margin-bottom: 8px;
      margin-left: 3px;
      padding: 0;
      text-align: center; }
      div.lt-sm div.brand div.brand__inner {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
        width: 158px; }
    div.lt-sm li {
      margin: 0;
      width: 20%;
      }
      div.lt-sm li:first-child {
        margin-left: 0; }
      div.lt-sm li a {
        font-size: 11px; }

  div.gt-sm {
    display: none; } }
