@import url(../vendor/normalize.css);
@import url(../vendor/better-defaults.css);
@import url(../vendor/animate.css);
.type-book {
  font-family: "Gotham 4r", "Gotham A", "Gotham B", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400; }

.type-italic,
em {
  font-family: "Gotham 4i", "Gotham A", "Gotham B", "Helvetica Neue", Arial, sans-serif;
  font-style: italic;
  font-weight: 400; }

.type-bold,
strong {
  font-family: "Gotham7r", "Gotham A", "Gotham B", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 700; }

.type-black {
  font-family: "Gotham 8r", "Gotham A", "Gotham B", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 800; }

h1 {
  font-family: "Gotham 8r", "Gotham A", "Gotham B", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-size: calc(0.63em + 1.98vw);
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.5em;
  text-transform: uppercase; }
  
  .frame {
	  overflow-x: hidden; /* Allows for cropping, especially needed for the work page */
  }
  
  body.work .banner.for-project h5 {
	  width: 100%;
  }
  
  body.contact .page.work-together {
	  margin-bottom: 100px;
  }
  
  @media only screen and (min-width: 540px) {
    h1 {
      font-size: 30px;
      font-size: calc(1em + 1.89vw); } }
  @media only screen and (min-width: 900px) {
    h1 {
      font-size: 54px; } }

h2 {
  font-family: "Gotham 8r", "Gotham A", "Gotham B", "Helvetica Neue", Arial, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 800; }

h3 {
  font-family: "Gotham7r", "Gotham A", "Gotham B", "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700; }

h4 {
  font-family: "Gotham7r", "Gotham A", "Gotham B", "Helvetica Neue", Arial, sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 700; }

h5,
p {
  font-family: "Gotham 4r", "Gotham A", "Gotham B", "Helvetica Neue", Arial, sans-serif;
  font-size: 13.5px;
  font-size: calc(0.5em + 1.53vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; }
  @media only screen and (min-width: 540px) {
    h5,
    p {
      font-size: 22.5px; } }

h6 {
  font-family: "Gotham 4r", "Gotham A", "Gotham B", "Helvetica Neue", Arial, sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 400; }
  @media only screen and (min-width: 540px) {
    h6 {
      font-size: 18px; } }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

button, input[type="button"], input[type="reset"], input[type="submit"],
.button {
  background-color: rgba(167, 109, 214, 0.46);
  background-image: -webkit-linear-gradient(-315deg, rgba(167, 109, 214, 0.46), rgba(111, 35, 173, 0.46));
  background-image: linear-gradient(45deg,rgba(167, 109, 214, 0.46), rgba(111, 35, 173, 0.46));
  appearance: none;
  border: 0;
  border-radius: 2px;
  color: #fdfcff;
  cursor: pointer;
  display: inline-block;
  font-family: "Gotham7r", "Gotham A", "Gotham B", "Helvetica Neue", Arial, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  padding: 18px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 150ms ease-in-out;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  .button:hover,
  .button:focus {
    background-color: rgba(167, 109, 214, 0.55);
    background-image: -webkit-linear-gradient(-315deg, rgba(167, 109, 214, 0.55), rgba(111, 35, 173, 0.55));
    background-image: linear-gradient(45deg,rgba(167, 109, 214, 0.55), rgba(111, 35, 173, 0.55));
    color: #fdfcff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  .button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover,
    .button:disabled:hover {
      background-color: rgba(167, 109, 214, 0.55);
      background-image: -webkit-linear-gradient(-315deg, rgba(167, 109, 214, 0.55), rgba(111, 35, 173, 0.55));
      background-image: linear-gradient(45deg,rgba(167, 109, 214, 0.55), rgba(111, 35, 173, 0.55)); }
  @media only screen and (min-width: 540px) {
    button, input[type="button"], input[type="reset"], input[type="submit"],
    .button {
      font-size: 22.5px;
      padding: 27px; } }

fieldset {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0; }

input,
label,
select {
  display: block;
  font-family: "Gotham 4r", "Gotham A", "Gotham B", "Helvetica Neue", Arial, sans-serif;
  font-size: 1em; }

label {
  font-family: "Gotham7r", "Gotham A", "Gotham B", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
  background-color: #202024;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #fdfcff;
  font-family: "Gotham7r", "Gotham A", "Gotham B", "Helvetica Neue", Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  margin-bottom: 0.83333em;
  padding: 1.5em;
  width: 100%; }
  input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
  select[multiple=multiple]::-webkit-input-placeholder {
    color: #f7f3ff; }
  input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder,
  select[multiple=multiple]::-moz-placeholder {
    color: #f7f3ff; }
  input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder,
  select[multiple=multiple]:-moz-placeholder {
    color: #f7f3ff; }
  input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder,
  select[multiple=multiple]:-ms-input-placeholder {
    color: #f7f3ff; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple=multiple]:hover {
    background-color: black; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus {
    background-color: #a76dd6;
    background-image: -webkit-linear-gradient(-315deg, #a76dd6, cornflowerblue);
    background-image: linear-gradient(45deg,#a76dd6, cornflowerblue);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple=multiple]:disabled {
    background-color: #1e1e22;
    cursor: not-allowed; }
  @media only screen and (min-width: 540px) {
    input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
    select[multiple=multiple] {
      font-size: calc(0.9em + 0.54vw);
      padding: 0.75em; } }

textarea {
  resize: vertical; }

input[type="search"] {
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    display: inline-block; }

input[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #202024;
  font-family: "Gotham 4r", "Gotham A", "Gotham B", "Helvetica Neue", Arial, sans-serif;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 1em;
  line-height: 1.5; }

a {
  color: #202024;
  text-decoration: none;
  transition: color 150ms ease-in-out; }
  a:active, a:focus, a:hover {
    color: #18181b; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

@font-face {
  font-family: 'vulkons';
  src: url("fonts/vulkons.eot"); }

@font-face {
  font-family: 'vulkons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBN8AAAC8AAAAYGNtYXAXVtKIAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zgx4AK8AAAF4AAAA5GhlYWQG1m5jAAACXAAAADZoaGVhBskDxwAAApQAAAAkaG10eAwbAEoAAAK4AAAAGGxvY2EAmgBcAAAC0AAAAA5tYXhwAAgAHgAAAuAAAAAgbmFtZdWGRjcAAAMAAAABhnBvc3QAAwAAAAAEiAAAACAAAwK0AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6QH//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAC//1QMHA58AGwAAEz4BMzIeAhUUDgIjIiYnPgM1NC4CJzEvNnpDZLGETEyEsWRDejY3WUAjI0BZNwNeHyJNg7FkZbGDTCIeIFlsfERDfWxYIAABABv/1QLzA58AGwAAJQ4BIyIuAjU0PgIzMhYXDgMVFB4CFzEC8zZ7QmSxhExMhLFkQns2N1lAIyNAWTcVHiJMg7FlZLGDTSIfIFhsfUNEfGxZIAABAAAAAQAA+Kj5j18PPPUACwQAAAAAANJYFPkAAAAA0lgU+QAA/9UDBwOfAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAMHAAEAAAAAAAAAAAAAAAAAAAAGBAAAAAAAAAAAAAAAAgAAAAMoAC8C8wAbAAAAAAAKABQAHgBIAHIAAAABAAAABgAcAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABwAAAAEAAAAAAAIABwBgAAEAAAAAAAMABwA2AAEAAAAAAAQABwB1AAEAAAAAAAUACwAVAAEAAAAAAAYABwBLAAEAAAAAAAoAGgCKAAMAAQQJAAEADgAHAAMAAQQJAAIADgBnAAMAAQQJAAMADgA9AAMAAQQJAAQADgB8AAMAAQQJAAUAFgAgAAMAAQQJAAYADgBSAAMAAQQJAAoANACkdnVsa29ucwB2AHUAbABrAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwdnVsa29ucwB2AHUAbABrAG8AbgBzdnVsa29ucwB2AHUAbABrAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQBydnVsa29ucwB2AHUAbABrAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("truetype");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'vulkons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-moon-left:before {
  content: "\e900"; }

.icon-moon-right:before {
  content: "\e901"; }

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0; }

html,
body,
.frame {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%; }

body {
  background: #fdfcff;
  color: #202024;
  font-family: "Gotham 4r", "Gotham A", "Gotham B", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; }
  body.navigating {
    max-height: 100%;
    overflow: hidden; }
  body.den {
    background: #202024;
    color: #fdfcff; }

a {
  transition: all 0.3s linear; }

.navigating .logo img {
	-webkit-filter: brightness(1000%);
	filter: brightness(1000%);
}

@media only screen and (max-width: 900px) {
  body {
    font-size: calc(0.9em + 1vw); } }

#splash {
  background: #202024;
  color: #fdfcff;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  #splash .content-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 18px;
  transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out; }
  #header::after {
    clear: both;
    content: "";
    display: table; }
  #header .logo.marque {
    float: left;
    margin: 0;
    padding: 0; }
  #header .menu {
    float: right;
    margin: 0;
    padding: 0;
    text-align: right; }
    #header .menu.to-close {
      display: none; }
  #header img {
    transition: width 0.3s ease-in-out; }

@media only screen and (max-width: 539px) {
  #header img {
    width: 80%; } }

@media only screen and (min-width: 540px) {
  #header {
    padding: 36px; } }

@media only screen and (min-width: 630px) {
  #header .menu.to-open {
    margin-top: 23.9px; }
  #header .menu.to-close {
    margin-top: 4.5px; } }

@media only screen and (min-width: 1200px) {
  #header {
    padding: 54px; } }

#footer,
footer.for-navigation {
  font-family: "Gotham7r", "Gotham A", "Gotham B", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding: 18px;
  text-transform: uppercase; }
  #footer::after,
  footer.for-navigation::after {
    clear: both;
    content: "";
    display: table; }
  #footer a,
  footer.for-navigation a {
    color: #fdfcff;
    font-size: 9px;
    line-height: 1.5; }
    #footer a:hover,
    footer.for-navigation a:hover {
      color: #fff; }
  #footer i,
  footer.for-navigation i {
    color: #fdfcff; }
  #footer nav.contact,
  footer.for-navigation nav.contact {
    display: none;
    float: left; }
    #footer nav.contact a,
    footer.for-navigation nav.contact a {
      margin-right: 18px; }
      #footer nav.contact a:last-of-type,
      footer.for-navigation nav.contact a:last-of-type {
        margin-right: 0; }
      #footer nav.contact a i,
      footer.for-navigation nav.contact a i {
        margin: 0;
        padding: 0; }
        #footer nav.contact a i:before,
        footer.for-navigation nav.contact a i:before {
          vertical-align: -9%; }
  #footer nav.social,
  footer.for-navigation nav.social {
    text-align: center; }
    #footer nav.social a,
    footer.for-navigation nav.social a {
      margin-left: 36px; }
      #footer nav.social a:first-of-type,
      footer.for-navigation nav.social a:first-of-type {
        margin-left: 0; }

#footer {
  background: #faf7ff;
  color: #202024; }
  #footer a,
  #footer i {
    color: #202024; }

footer.for-navigation a,
footer.for-navigation i {
  color: #fdfcff; }

@media only screen and (min-width: 540px) {
  #footer,
  footer.for-navigation {
    line-height: 1.5;
    padding: 36px; }
    #footer a,
    footer.for-navigation a {
      font-size: 13.5px;
      line-height: 1.5; } }

@media only screen and (min-width: 990px) {
  #footer nav.contact,
  footer.for-navigation nav.contact {
    display: inherit; }
  #footer nav.social,
  footer.for-navigation nav.social {
    float: right;
    text-align: right; } }

#navigation {
  background: #202024;
  color: #fdfcff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.3s ease-in-out;
  transform: translateX(100%); }
  #navigation.is-open {
    transform: translateX(0); }
  #navigation .content-container {
    margin: 0 auto;
    /*padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -72%);*/
	margin-top: 150px; }
  #navigation nav.primary {
    margin: 0;
    padding: 0;
    text-align: center; }
    #navigation nav.primary a {
      color: #fdfcff;
      display: block;
      font-family: "Gotham 8r", "Gotham A", "Gotham B", "Helvetica Neue", Arial, sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 800;
      line-height: 1;
      margin-bottom: 36px;
      padding: 0; }
      #navigation nav.primary a:last-of-type {
        margin-bottom: 0; }
  #navigation footer.for-navigation {
    background-color: rgba(32, 32, 36, 0.19);
    background-image: -webkit-linear-gradient(-315deg, rgba(32, 32, 36, 0.19), rgba(0, 0, 0, 0.19));
    background-image: linear-gradient(45deg,rgba(32, 32, 36, 0.19), rgba(0, 0, 0, 0.19));
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; }

@media only screen and (min-width: 540px) {
  /*#navigation .content-container {
    transform: translate(-50%, -60%); }*/
  #navigation nav.primary a {
    font-size: 36px;
    /*margin-bottom: 90px;*/
	margin-bottom: 1.25em; } }

body.den .page.welcome {
  background: transparent url("../images/bkg-two_wolves.jpg") 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  body.den .page.welcome .content-container {
    padding: 0 18px;
    padding: 0 calc(0.9em + 1vw);
    text-align: center;
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%); }
    body.den .page.welcome .content-container h5,
    body.den .page.welcome .content-container p {
      margin-bottom: 54px; }
    body.den .page.welcome .content-container .button {
      background-color: rgba(167, 109, 214, 0.19);
      background-image: -webkit-linear-gradient(-315deg, rgba(167, 109, 214, 0.19), rgba(111, 35, 173, 0.19));
      background-image: linear-gradient(45deg,rgba(167, 109, 214, 0.19), rgba(111, 35, 173, 0.19)); }
      body.den .page.welcome .content-container .button:hover, body.den .page.welcome .content-container .button:focus {
        background-color: rgba(167, 109, 214, 0.28);
        background-image: -webkit-linear-gradient(-315deg, rgba(167, 109, 214, 0.28), rgba(111, 35, 173, 0.28));
        background-image: linear-gradient(45deg,rgba(167, 109, 214, 0.28), rgba(111, 35, 173, 0.28)); }

@media only screen and (min-width: 540px) {
  body.den .page.welcome .content-container {
    /* position: absolute; */
	position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%); }
    body.den .page.welcome .content-container h5,
    body.den .page.welcome .content-container p {
      margin-bottom: 90px; }
    body.den .page.welcome .content-container .button {
      margin-top: 90px; } }

@media only screen and (min-width: 900px) {
  body.den .page.welcome .content-container {
    padding: 0 36px;
    max-width: 900px; } }

body.contact .page.work-together .content-container {
  padding: 90px 18px 0;
  padding: 90px calc(0.9em + 1vw) 0;
  position: relative;
  width: 100%; }
  body.contact .page.work-together .content-container h5,
  body.contact .page.work-together .content-container p {
    margin-bottom: 18px; }

body.contact #footer {
  margin-top: 18px; }

@media only screen and (min-width: 540px) {
  body.contact .page.work-together {
     /*position: absolute; */
	position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    body.contact .page.work-together .content-container {
      margin: 0 auto;
      padding: 180px calc(1.8em + 1.8vw) 0;
      width: 100%;
      max-width: 1260px; }
      body.contact .page.work-together .content-container h5,
      body.contact .page.work-together .content-container p {
        margin-bottom: 36px; }
  body.contact #footer {
    margin-top: 0;
    /*position: absolute; */
	position: relative;
    right: 0;
    bottom: 0;
    left: 0; } }

@media only screen and (min-width: 900px) {
  body.contact .page.work-together .content-container h5,
  body.contact .page.work-together .content-container p {
    margin-bottom: 54px; } }

body.about .page h1 {
  line-height: 1.08; }

body.about .page h5 {
  text-transform: uppercase; }

body.about .page.introduction {
  /* height: 90%; */
  max-height: 900px;
  position: relative; }
  body.about .page.introduction .content-container {
    padding: 0 18px;
    padding: 0 calc(0.9em + 1vw);
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

body.about .banner.three-wolves {
  background: transparent url("../images/hero-three_wolves.jpg") 50% 50% no-repeat;
  background-size: cover;
  height: 300px;
  width: 100%; }

body.about .page.process,
body.about .page.team {
  /*height: 80%;*/
  height: 40%;
  min-height: 300px;
  position: relative; }
  body.about .page.process .content-container,
  body.about .page.team .content-container {
    padding: 0 18px;
    padding: 0 calc(0.9em + 1vw);
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

body.about .banner.team {
  max-height: 360px;
  width: 100%; }
  body.about .banner.team img {
    width: 100%; }

body.about #footer a,
body.about #footer i {
  color: #202024; }

body.about.partner h1 img {
  border-radius: 50%;
  float: right;
  height: auto;
  margin: 20px 0 20px 20px;
  margin: calc(0.9em + 1vw) 0 calc(0.9em + 1vw) calc(0.9em + 1vw);
  max-width: 200px;
  max-width: calc(5em + 1vw); }
  @media only screen and (min-width: 540px) {
    body.about.partner h1 img {
      margin: 0 0 calc(0.9em + 1vw) calc(0.9em + 1vw); } }

@media only screen and (min-width: 540px) {
  body.about .page .content-container {
    margin: 0;
    padding: 0 calc(1.8em + 1.8vw);
    width: 100%;
    max-width: 1260px; } }

/* @media only screen and (min-width: 900px) {
  body.about .page.process,
  body.about .page.team {
    height: 540px; } } */

@media only screen and (min-width: 1200px) {
  body.about .page.introduction {
    height: 900px; }
  body.about .banner.three-wolves {
    height: 450px; } }

body.work h5 {
  font-family: "Gotham 8r", "Gotham A", "Gotham B", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase; }

body.work .page h1 {
  line-height: 1.08; }

/*body.work*/ .page.introduction {
  /*height: 90%;*/
  height: 50%;
  max-height: 900px;
  min-height: 500px;
  position: relative; }
  
  body.work .page.introduction .content-container {
    padding: 0 18px;
    padding: 0 calc(0.9em + 1vw);
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

body.work .banner.for-project {
  background-color: #a76dd6;
  background-image: -webkit-linear-gradient(-315deg, #a76dd6, cornflowerblue);
  background-image: linear-gradient(45deg,#a76dd6, cornflowerblue);
  height: 180px;
  /* padding-top: 72px; */
  position: relative;
  text-align: center; }
  body.work .banner.for-project h5 {
    color: #fdfcff;
    margin-bottom: 36px; }
  body.work .banner.for-project figure {
    margin: 0;
    padding: 0; }
    body.work .banner.for-project figure img {
      max-height: 100%;
	  max-width: 1100px; }

body.work .page.for-project {
  position: relative; }
  body.work .page.for-project .content-container {
    margin-right: auto;
    margin-left: auto;
    padding: 180px 18px;
    padding: calc(4em + 18vw) calc(0.9em + 1vw) calc(1em + 18vw);
    width: 100%;
    max-width: 1260px; }
    body.work .page.for-project .content-container h5 + p {
      margin-bottom: 54px; }

body.work #footer a,
body.work #footer i {
  color: #202024; }

@media only screen and (min-width: 540px) {
  body.work .page .content-container {
    margin: 0;
    padding: 0 calc(1.8em + 1.8vw);
    width: 100%;
    max-width: 1260px; }
  body.work .banner.for-project {
    height: 270px;
    margin: 0;
    padding: 0;
    width: 100%; }
    body.work .banner.for-project h5 {
      padding-right: 18px;
      padding-left: 18px;
     /* width: 100%;
      max-width: 1260px;*/
      z-index: 1;
      position: absolute;
      /*top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);*/ }
    body.work .banner.for-project figure {
      margin: 0;
      padding: 0;
      height: 324px;
      /*position: absolute;*/
	  position: relative;
      top: -18px;
	  /*top: 100px;*/ }
      body.work .banner.for-project figure img {
        max-height: 100%; }
    body.work .banner.for-project.ari h5 {
      text-align: left; }
   /* body.work .banner.for-project.ari figure {
      right: -27%; } */
    body.work .banner.for-project.discovery h5 {
      text-align: right; }
    body.work .banner.for-project.discovery figure {
      left: -27%; }
  body.work .page.for-project .content-container {
    /* padding: 325px 36px; */
    width: 100%; }
    body.work .page.for-project .content-container h5 + p {
      margin-bottom: 54px; }
      body.work .page.for-project .content-container h5 + p:last-of-type {
        margin-bottom: 0; } }

@media only screen and (min-width: 900px) {
  body.work .banner.for-project {
    width: 100%; }
    body.work .banner.for-project h5 {
      padding-right: 36px;
      padding-left: 36px;
      width: 100%;
     /* max-width: 1260px; */
      position: absolute;
     /* top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); */ }
    body.work .banner.for-project figure {
      margin: 0;
      padding: 0;
      height: 540px;
      /*position: absolute;*/
	  position: relative;
      top: -4em; }
      body.work .banner.for-project figure img {
        max-height: 100%; }
  body.work .page.for-project .content-container {
    padding: 270px 36px; } }

@media only screen and (min-width: 800px) {
  /*body.work .page.introduction {
    height: 900px; }*/
    body.work .page.introduction .content-container {
      max-width: 1260px; }
  body.work .banner.for-project.ari figure {
    right: -15%; }
  body.work .banner.for-project.discovery figure {
    left: -15%; } }

@media only screen and (min-width: 1440px) {
  body.work .banner.for-project.ari figure {
    right: 0; }
  body.work .banner.for-project.discovery figure {
    left: 0; } }

body.thanks .page.thank-you {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  body.thanks .page.thank-you .content-container {
    padding: 0 18px;
    padding: 0 calc(0.9em + 1vw);
    position: relative;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%); }
    body.thanks .page.thank-you .content-container h5,
    body.thanks .page.thank-you .content-container p {
      margin-bottom: 18px; }

body.thanks #footer {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }

@media only screen and (min-width: 540px) {
  body.thanks .page.thank-you .content-container {
    margin: 0;
    padding: 0 calc(1.8em + 1.8vw);
    max-width: 1260px;
    transform: translate(-50%, -50%); }
    body.thanks .page.thank-you .content-container h5,
    body.thanks .page.thank-you .content-container p {
      margin-bottom: 36px; } }

@media only screen and (min-width: 900px) {
  body.thanks .page.thank-you .content-container h5,
  body.thanks .page.thank-you .content-container p {
    margin-bottom: 54px; } }

body.sorry .page.fourohfour {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  body.sorry .page.fourohfour .content-container {
    padding: 0 18px;
    padding: 0 calc(0.9em + 1vw);
    position: relative;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%); }
    body.sorry .page.fourohfour .content-container h5,
    body.sorry .page.fourohfour .content-container p {
      margin-bottom: 18px; }
    body.sorry .page.fourohfour .content-container span {
      color: indianred; }

body.sorry #footer {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }

@media only screen and (min-width: 540px) {
  body.sorry .page.fourohfour .content-container {
    margin: 0;
    padding: 0 calc(1.8em + 1.8vw);
    max-width: 1260px;
    transform: translate(-50%, -50%); }
    body.sorry .page.fourohfour .content-container h5,
    body.sorry .page.fourohfour .content-container p {
      margin-bottom: 36px; } }

@media only screen and (min-width: 900px) {
  body.sorry .page.fourohfour .content-container h5,
  body.sorry .page.fourohfour .content-container p {
    margin-bottom: 54px; } }

@media only screen and (min-width: 800px) {
	body.work .banner.for-project h5 {
		top: 50px;
	}
}
@media only screen and (max-width: 800px) {
	body.work .banner.for-project h5 {
		position: relative;
		text-align: center !important;
		transform: translate(0%, 0%);
		padding-top: 30px;
		top: 0px;
	}
	body.work .banner.for-project.ari figure {
		right: 0; 
	}
	body.work .banner.for-project.discovery figure {
		left: 0; }
}
  
  @media only screen and (max-width: 1099px) {
	  body.work .banner.for-project figure img {
		  max-width: 100%;
	  }
  }

#splash {
  z-index: 27; }

#header {
  z-index: 18; }

#footer {
  z-index: 1; }

#navigation {
  z-index: 9; }