/* CSS Document */
/* reset */
html, body, div, img, table, tr, td, span, h1, h2, h3, h4, p, a, figure, aside, header, footer, nav {
  margin: 0;
  padding: 0;
}
.whiteout {
  color: white !important;
}
.white-nav {
  background-color: #fff !important;
}
html {}
body {
  height: calc(100% - 200px);
  padding-top: 200px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 200;
  background: #000;
  color: #fff;
}
* {
  outline: none;
}
a {
  border: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  cursor: pointer;
  color: #666;
}
a.styled-link {
  color: #E4008C;
}
a.styled-link:hover {
  text-decoration: underline;
}
img {
  display: block;
  border: none;
  max-width: 100%;
}
video {
  width: 100% !important;
  height: auto !important;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
hr.custom-rule {
  border: 1px solid pink;
  width: 100%;
}
h1 {
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 400;
  margin-bottom: 2em;
  line-height: 1.2em;
}
h1 span {
  font-weight: 200;
  color: #E4008C;
}
h2 {
  font-weight: 400;
  font-size: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
h2.h1 {
  font-weight: 200;
  font-size: 2.500em;
  line-height: 1.4em;
  width: 70VW;
  margin-bottom: 4em;
  letter-spacing: 0;
  text-transform: none;
}
h3 {
  font-size: 1.1em;
  font-weight: 400;
  margin-bottom: 1.1em;
}
p {
  font-weight: 200;
  font-style: normal;
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 1em;
  color: #E9E9E9;
}
.pink {
  color: #E4008C;
}
span.bold-text {
  font-weight: 600;
}
section.cv ul, section.bio ul {
  margin: 0;
  padding: 0;
}
section.cv ul li, section.bio ul li {
  margin-bottom: 1em;
  font-size: 0.98em;
  line-height: 1.7em;
  font-family: 'proxima_novaregular';
  position: relative;
  padding-left: 1em;
  list-style: none;
}
section.cv ul li::before, section.bio ul li::before {
  content: '/';
  position: absolute;
  left: 0;
  color: #59806E;
}
/* sections */
section.masthead {
  height: calc(90VH - 200px);
  position: relative;
  display: flex;
  flex-direction: column;
}
section.masthead h1 {
  max-width: 70%;
  margin-bottom: 0;
}
span.page-title {
  font-weight: 200;
  font-size: 0.9em;
  text-transform: uppercase;
  color: #888888;
  letter-spacing: 0.2em;
}
section.ux, section.web-ui, section.pos, section.brand, section.brand-id, section.contact {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 4em 0;
}
section.web-ui {}
section.pos {}
section.brand {}
section.opinion-home {
  padding: 8em 0;
}
section.cv {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 5em;
}
.contact-cta {
  padding: 20em 0;
}
.contact-cta h2 {
  margin-bottom: 0;
}
.contact-cta a:hover::after {
  right: -40px;
}
.spacer {
  width: 100%;
  height: 5em;
}
/* structure */
header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.trans-header {
  background-color: transparent !important;
}
.nav-up {
  transform: translateY(-70px);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.nav-down {
  transform: translateY(0);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
div.content-wrapper {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
div.page-wrap {
  margin-top: 200px;
}
div.content-wrapper-small {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  overflow: hidden;
}
div.page-topper {
  margin-top: 200px;
}
.left-col {
  width: 49%;
  float: left;
}
.right-col {
  width: 49%;
  float: right;
}
.left-col p {
  width: 90%;
}
.right-col p {
  width: 90%;
}
.middle-col {
  width: 50%;
  margin: 0;
}
.one-third-block-wrapper {
  width: 100%;
  max-width: 1440px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.one-third-block {
  width: 30%;
  height: auto;
  float: left;
  margin-right: 5%;
}
.one-third-block:last-of-type {
  margin-right: 0;
}
.two-col-grid, .three-col-grid, .four-col-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.two-col-grid a.swipebox {
  width: 49%;
  margin: 10px 0;
}
.three-col-grid a.swipebox {
  width: 32%;
  margin: 10px 0;
}
.four-col-grid a.swipebox {
  width: 24%;
  margin: 10px 0;
}
.two-col-grid img, .three-col-grid img, .four-col-grid img {
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
}
/*a.logo {
  font-weight: 300;
  font-size: 1.5em;
  color: #000;
  float: left;
  display: block;
  margin-top: 25px;
}*/
a.logo {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/img/logo.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
div.biglogo {
  width: 400px;
  height: 400px;
  background-image: url("/img/biglogo.svg");
  background-size: cover;
}
nav#mobile {
  float: right;
}
nav#mobile li {
  display: inline-block;
}
/* mobile nav */
div.overlay_nav {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 200;
  display: none;
  overflow: scroll;
}
h3.copyright {
  float: left;
  font-size: 0.85em;
  margin-bottom: 0;
}
div.nav_contain {
  position: absolute;
  top: 10px;
  right: 4%;
  width: 35px;
  height: 35px;
  z-index: 200;
  cursor: pointer;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  /* display: none; */
}
nav#mobile div.content-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
nav#mobile {
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background-color: #E4008C;
  right: 0;
  top: 0;
  overflow-y: scroll !important;
  position: absolute;
}
nav#mobile ul {
  padding: 0;
  margin: 0;
}
nav#mobile ul li {
  display: block;
  margin: 0;
  position: relative;
  list-style: none;
  padding-bottom: 1em;
}
nav#mobile ul > li > a {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 2em;
  display: block;
  color: #000;
}
nav#mobile ul > li > a:hover {
  text-decoration: underline;
}
.navbar-toggle, .navbar_toggle, nav#mobile {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.nav-hide {
  display: none
}
.navbar-toggle, .navbar_toggle {
  display: block !important
}
.bar1, .bar2, .bar3 {
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.bar1, .bar2 {
  margin-bottom: 8px
}
.navbar-contain {
  margin-top: 14px;
}
.nav_contain .bar1, .nav_contain .bar2, .nav_contain .bar3, .navbar-toggle .navbar-contain {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.navbar-on .bar1 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 22px;
  background-color: #fff;
}
.nav_contain:hover .navbar-on .bar1 {
  margin-top: 22px;
  background-color: #fff;
}
.navbar-on .bar2 {
  display: none;
  background-color: #fff;
}
.navbar-on .bar3 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -10px;
  background-color: #fff;
}
.nav_contain:hover .navbar-on .bar3 {
  margin-top: -10px;
}
.color {
  width: calc(25% - 60px);
  height: 200px;
  padding: 20px;
  float: left;
  margin-bottom: calc(2% - 20px);
  margin: 10px;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.color p {
  font-size: 0.85em;
}
.color h3 {
  color: #FFF;
}
/* contact form */
.contact-form {
  max-width: 500px;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
  width: calc(100% - 1.5em);
  padding: 0.75em 0;
  border: 1px solid #666;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-bottom: 1.5em;
  background-color: transparent;
  font-size: 1em;
}
.contact-form textarea {
  width: calc(100% - 2.2em);
  height: auto;
  background-color: transparent;
  border: 0;
  font-size: 1em;
  margin-bottom: 1.5em;
}
.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus {
  border-bottom: 2px solid #262626;
}
.custom-submit, a.default-btn {
  padding: 1em 2em;
  outline: none;
  border: none;
  background-color: #59806E;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  cursor: pointer;
  display: inline-block;
}
.custom-submit:hover, a.default-btn:hover {
  background-color: #272657;
}
/* back to top button */
.back-to-top {
  width: 44px;
  line-height: 44px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 0;
  background-color: #222;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
}
section.bio-images {
  margin: 2% 0;
}
section.bio-images div.left-col, section.bio-images div.right-col {
  background-size: cover;
  background-position: center;
  height: 400px;
}
section.bio-images div.left-col {
  background-image: url("/img/james-holmes.png");
}
section.bio-images div.right-col {
  background-image: url("/img/temp.jpg");
}
section.capabilities {
  width: 100%;
  padding: 6em 0;
}
section.capabilities span {
  color: #333;
}
/* grid system */
.portfolio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.portfolio-text {
  width: 70%;
  margin: 0 auto;
  padding: 7.5% 0;
}
.work-card-full {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.work-card-half {
  width: calc(50% - 10px);
  height: auto;
  overflow: hidden;
  position: relative;
}
.work-card-third {
  width: calc(33% - 10px);
  height: auto;
  overflow: hidden;
  position: relative;
}
.work-card-70 {
  width: calc(70% - 10px);
  height: auto;
  overflow: hidden;
  position: relative;
}
.work-card-30 {
  width: calc(30% - 10px);
  height: auto;
  overflow: hidden;
  position: relative;
}
.portfolio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
}
.work-text-block {
  padding: 6em 0;
  color: #fff;
}
/* zoom system */
a.zoom {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}
.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
div.project-details {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 2em;
  color: #fff;
  background: rgb(2, 0, 36);
  background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(0, 212, 255, 0) 100%);
}
div.project-details h2 {
  margin-bottom: 0.25em;
  font-weight: bold;
}
div.project-details p {
  margin-bottom: 0;
}
.work-hero {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: top center;
  margin-bottom: 4em;
  display: flex;
}
.work-hero .content-wrapper {
  display: flex;
}
.work-hero h1 {
  align-self: flex-end;
  margin-bottom: 2em;
}
/***** blocks images *****/
.full-width-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.twin-col-images figure.left-col-img {
  width: 49%;
  height: 500px;
  float: left;
}
.twin-col-images figure.right-col-img {
  width: 49%;
  height: 500px;
  float: right;
}
.twin-col-images figure.left-col-img img, .twin-col-images figure.right-col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a {
  border: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@font-face {
  font-family: 'proxima_novaregular';
  src: url('/css/fonts/proxima/proximanova-regular.woff2') format('woff2'), url('/css/fonts/proxima/proximanova-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.row-one {
  width: 100%;
  height: 50vh;
  background-color: #e5e5e5;
  margin-bottom: 2%;
}
.row-two {
  display: flex;
  flex-direction: row;
  margin-bottom: 2%;
  justify-content: space-between;
}
.row-two .item-one {
  width: 68%;
  height: 30vh;
  background-color: #e5e5e5;
}
.row-two .item-two {
  width: 30%;
  height: 30vh;
  background-color: #e5e5e5;
}
.row-three {
  margin-bottom: 2%;
}
.row-four {
  width: 100%;
  height: 100vh;
  background-color: #e5e5e5;
  margin-bottom: 2%;
}
div.grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 2%;
}
div.grid * {
  margin-bottom: 2%;
}
div.grid-one {
  flex: 100% 1 1;
  height: 60vh;
  background-color: #e5e5e5;
}
div.grid-two {
  flex: 68% 1 1;
  height: 40vh;
  background-color: #e5e5e5;
}
div.grid-three {
  flex: 30% 1 1;
  height: 40vh;
  background-color: #e5e5e5;
}
div.grid-four {
  flex: 100% 1 1;
  height: 100vh;
  background-color: #e5e5e5;
}
div.grid-five {
  flex: 32% 1 1;
  height: 60vh;
  background-color: #e5e5e5;
}
div.grid-six {
  flex: 32% 1 1;
  height: 60vh;
  background-color: #e5e5e5;
}
div.grid-seven {
  flex: 32% 1 1;
  height: 60vh;
  background-color: #e5e5e5;
}
div.grid-eight {
  flex: 100% 1 1;
  height: 60vh;
  background-color: #e5e5e5;
}
footer {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer p {
  margin-bottom: 0;
}
nav.work-nav ul {
  margin: 0;
  padding: 0;
}
nav.work-nav ul li {
  display: inline;
}
nav.work-nav ul li a {
  text-decoration: underline;
  font-size: 2em;
  font-weight: 300;
  color: #fff;
  line-height: 1.5em;
}
nav.work-nav ul li a:hover {
  color: #E4008C !important;
}
nav.work-nav li::after {
  content: ' / ';
  color: #888;
  font-size: 2em;
  font-weight: normal;
}
nav.work-nav li:last-of-type::after {
  content: ' ';
}
div.home-intro {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  height: calc(100vh - 300px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.home-intro h1 {
  margin-bottom: 1em;
}
div.contact {
  text-align: right;
  z-index: 100;
}
div.bio p, div.contact p {
  margin-bottom: 0;
}
div.page-header div {
  width: 100%;
  display: flex;
  flex-direction: row;
  column-gap: 40px;
 
  padding: 10px 0;
  margin: 30px 0 50px 0;
  font-size: 0.8em;
  font-weight: 500;
}
div.page-header span {
  color: #888;
}
div.page-header span::after {
  content: ' // '
}
div.page-header p, div.page-header h1 {
  margin-bottom: 0;
}
div.work-boilerplate {
  background: #111;
  padding: 100px 0;
  margin-top: 100px;
}