body {
  box-sizing: border-box;
  overflow-x: hidden;
  transition: 0.5s;
  -ms-overflow-style: none;
}
body #content {
  overflow-x: hidden;
  transition: 0.5s;
}

body.home #header #logo .navy,
body.about #header #logo .navy,
body.case-study #header #logo .navy {
  display: none;
}
body.home #header #icon div,
body.about #header #icon div,
body.case-study #header #icon div {
  background-color: #fff;
}

body.work #header #logo .white,
body.people #header #logo .white,
body.careers #header #logo .white,
body.contact #header #logo .white,
body.news #header #logo .white,
body.stream #header #logo .white {
  display: none;
}

body.home #header #menu ul li:nth-of-type(1) {
  text-decoration: underline;
}

body.about #header #menu ul li:nth-of-type(2) {
  text-decoration: underline;
}

body.work #header #menu ul li:nth-of-type(3) {
  text-decoration: underline;
}

body.people #header #menu ul li:nth-of-type(4) {
  text-decoration: underline;
}

body.careers #header #menu ul li:nth-of-type(5) {
  text-decoration: underline;
}

body.contact #header #menu ul li:nth-of-type(6) {
  text-decoration: underline;
}

body.news #header #menu ul li:nth-of-type(7) {
  text-decoration: underline;
}

#header {
  position: relative;
}
#header ul, #header li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header ul {
  margin-top: 100px;
}
#header #logo {
  left: 20px;
  position: absolute;
  top: 20px;
  z-index: 20;
}
#header #icon {
  cursor: pointer;
  right: 15px;
  top: 15px;
  position: absolute;
  transition: 0.5s;
  z-index: 20;
}
#header #icon div {
  background-color: #001d61;
  height: 5px;
  margin-top: 10px;
  transition: 0.5s;
  width: 50px;
}
#header #icon div:nth-of-type(1) {
  margin-top: 0;
}
#header #icon.active div:nth-of-type(1) {
  background-color: #fff;
  -webkit-transform: rotate(-45deg) translate(-17px, -6px) scale(0.5, 1);
  transform: rotate(-45deg) translate(-17px, -6px) scale(0.5, 1);
}
#header #icon.active div:nth-of-type(2) {
  background-color: #fff;
}
#header #icon.active div:nth-of-type(3) {
  background-color: #fff;
  -webkit-transform: rotate(45deg) translate(-17px, 6px) scale(0.5, 1);
  transform: rotate(45deg) translate(-17px, 6px) scale(0.5, 1);
}
#header #icon.active:hover {
  right: 30px;
}
#header #menu {
  background-color: #e24486;
  height: 100%;
  font-size: 30px;
  right: 0;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  transition: 0.5s;
  width: 0;
  z-index: 10;
}
#header #menu li {
  color: #fff;
  font-family: "DinRegular", sans-serif;
  font-size: 30px;
  font-weight: 200;
  margin: 30px 0 0 0;
  text-align: center;
  text-transform: uppercase;
}
#header #menu li a {
  color: #fff;
  text-decoration: none;
}
#header #menu li a:hover {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  body #header #menu li {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 768px) {
  body #header #menu ul {
    margin-left: 0;
    text-align: center;
  }
  body #header #menu li {
    font-size: 1.1em;
    margin-left: 0;
    margin-top: 20px;
  }
}

/*# sourceMappingURL=01.header.css.map */
