header {
  width: 100%;
  background-color: black;
  border-bottom: solid 5px #284b63;
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 999;
}
header .contain {
  max-width: 1380px;
  padding: 0 1em;
  margin: 0 auto;
}

header nav {
  width: calc(100% - 200px - 3em);
}
#logo {
  max-width: 50px;
  margin-right: 0.75em;
}
#logo,
#brand h1,
nav {
  float: left;
}
#brand {
  min-width: 200px;
  float: left;
  margin: 0.75em 0.5em 0.75em 1.5em;
}
#main-menu {
  margin: 1.8em 0 0 0;
}
#main-menu .inline {
  float: left;
}
#main-menu > ul li {
  position: relative;
  white-space: nowrap; /*forces sub menu item width*/
}
#main-menu li {
  margin: 0 0.75em;
  padding: 0.5em;
}
#main-menu ul ul {
  display: none;
  position: absolute;
  left: -0.5em;
  padding: 0 0.65em 0 0.5em;
}
#main-menu ul a:hover + ul,
#main-menu ul ul:hover,
#main-menu ul .active ul {
  display: block;
}
#main-menu ul ul li a {
  display: inline-block;
  padding: 0.65em 0;
}
#main-menu li li {
  margin: 0;
  padding: 0.5em 1em;
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}
#main-menu li li:last-child {
  border-right: 0;
}
#main-menu > ul > li > a {
  display: inline-block;
  padding-bottom: 0.75em;
}
#main-menu ul ul {
  background-image: url("/img/ui/menu-px.svg");
  background-position: top right;
  background-repeat: no-repeat;
}
#social.inline {
  margin: -0.8em 1.5em 0 0;
  float: right;
}
#social li {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
}
#social li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#social span {
  display: none;
}
#social #twitter,
#social #discord,
#social #opensea {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  transition: all 0.5s;
}
#social #twitter {
  background-image: url("/img/ui/twitter.svg");
}
#social #twitter:hover,
#social #discord:hover,
#social #opensea:hover {
  opacity: 0.75;
}
#social #discord {
  background-image: url("/img/ui/discord.svg");
}
#social #opensea {
  background-image: url("/img/ui/opensea.svg");
}
#main-menu #social li {
  margin: 0 0.25em;
}
