body {
  font-family: 'Lora', sans-serif;
  font-size: 80%;
  color: #a6afb3;
  overflow-x: hidden;
  background: #ffffff no-repeat left top;
  background-size: cover;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #a6afb3;
  text-decoration: none;
  font-family: inherit;
  padding: 0.5em 0em;
  padding-left: 1em;
  padding-right: 1em;
  border-bottom: 2px solid #ffffff;
  margin: 0em 0em 0em 0em;
  transition: all 0.5s ease 0s;
}

a:hover {
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
  border-bottom: 2px solid #F2B536;
  transition: all 0.5s ease 0s;
}

/* Dropdown Button */
.dropbtn {
  cursor: default;
}

a.dropbtn:hover {
  border-bottom: 2px solid #fff;
  color: #a6afb3;
  transition: all 0.5s ease 0s;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    float: right;
}

/* Dropdown Content (Hidden by Default) */

.dropdown-content {
  display:none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
  z-index: 1;
  padding: 0px 0px;
  right: 0;
  margin: 5px;
  width: 150px;
  text-align: left;
}

.dropdown-content a {
  padding: 10px 0px;
  margin: 1em 1.5em;
  text-decoration: none;
  display: block;
  border: none;
  color: #a6afb3;
}

.dropdown-content a:hover {
  color: #F0A508;
  transition: all 0.5s ease 0s;
}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}


a.active {
  color: #F2B536;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
  border-bottom: 2px solid #F2B536;
  transition: all 0.5s ease 0s;
}

a.text {
  padding: 0;
  border: 0;
  font-size: 1em;
  color: inherit;
  border-bottom: 2px solid #eee;
}

a.text:hover {
  padding: 0;
  border: 0;
  font-size: 1em;
  color: #111;
  border-bottom: 2px solid #F2B536;
  transition: all 0.5s ease 0s;
}

img {
  max-width: 100%;
  opacity: 1;
  margin-top: 0em;
  margin-bottom: 0em;
  text-align: center;
  position: relative;
}

h1 {
  font-family: 'Lora', sans-serif;
  font-size: 1.25em;
  letter-spacing: 0px;
  font-smooth: always;
  width: 100%;
  color: #111;
  margin-bottom: 1em;
  line-height: 1.5;
  font-weight: 500;
}

h2 {
  position: relative;
  font-family: 'Archivo', sans-serif;
  font-size: 2em;
  font-weight: 600;
  color: #455A64;
  line-height: 1.2;
  text-align: center;
  color: #455A64;
  text-decoration: uppercase;
}

h3 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.5em;
  letter-spacing: 0;
  width: 100%;
  color: #455A64;
  margin-bottom: 1em;
  line-height: 1.5;
}

h4 {
  font-family: 'Archivo', sans-serif;
  font-size: 2.2em;
  font-weight: 600;
  color: #455A64;
  line-height: 1.25;
  text-align: left;
}

h5 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #455A64;
  font-family: Archivo;
}

h6 {
  font-size: 1em;
  font-weight: 600;
  color: #455A64;
  line-height: 1.6em;
  margin: 0;
}

p {
  color: #111;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 0 0;
  z-index: -100;
  font-family: Archivo;
  letter-spacing: 0.2;
}

ul {
  display: block;
}

footer {
  font-family: 'Archivo', sans-serif;
  position: relative;
  bottom: 0px;
  text-align: center;
  vertical-align: text-bottom;
  color: #a6afb3;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 1em;
  width: 100%;
  display: inline-block;
}

.stick-bottom {
  position: absolute;
}

.text-red {color: #b64545}


/* -------------------------------------------------- basic formatting -------------------------------------------------- */


.pull-left {
  float:left;
}

.pull-right {
  float: right;
}

.center {
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
}

.uppercase {
   text-transform: uppercase;
}

.space {
  height: 5em;
}

.rotate-90 {
  transform: rotate(-90deg);
}

.rotate90 {
  transform: rotate(90deg);
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.displayNone {
  display: none;
}

.displayBlock {
  display: block;
}

.yellow {
  color: #F2B536;
}

.bold {
  font-weight: 600;
}

/* -------------------------------------------------- page config -------------------------------------------------- */

.container {
  width: 95%;
  margin: 0px 2.5% 0px 2.5%;
}

.container::after {
  content: '';
  display: table;
  clear: both;
}

.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------------- header -------------------------------------------------- */

nav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: 3em auto 2em auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100px;
}

.title {
  position: relative;
  float: left;
  width: 40%;
  display: block;
  text-align: left;
  margin-top: 10px;
}

.title a {
  border: none;
  padding: 0;
  font-weight: 600;
  color: #111;
  margin: 0em 0em;
  font-size: 1.2em;
  letter-spacing: 0.2px;
}

.title a:hover {
  border: none;
  transition: all 0.5s ease 0s;
}

.nav {
  position: relative;
  float: right;
  width: 60%;
  display: inline-block;
  text-align: right;
  margin-top: 1em;
  height: 100%;
}

.nav li {
  font-family: Archivo;
  font-weight: 600;
  display: inline-block;
  padding-left: 1em;
}

.close {
  display: none;
}

.close p {
  color: white;
  font-family: Archivo;
  font-size: 13px;
  padding: 1em 0.3em;
  text-align: right;
}

.mobile-menu {
  color: #455A64;
  display: none;
  cursor: pointer;
}

.mobile-menu p {
  font-family: Archivo;
  font-size: 1em;
  padding: 1em 0.5em;
  text-align: center;
}

.portfolioNav {
  position: absolute;
  margin-top: 130px;
  left: 25px;
  z-index: 500;
}

.portfolioNav a {
  opacity: 0.1;
  padding: 0.5em 0.56em;
}

.portfolioNav a:hover {
  opacity: 1;
}

.fixedPortfolioNav {
  position: fixed;
  margin-top: 0px;
  top: 25px;
  left: 25px;
  z-index: 500;  
}

.bottom {
  position: fixed;
  vertical-align: bottom;
  bottom: 0px;
  z-index: 900;
}

h1.brand {
  font-size: 22px;
  font-family: 'Archivo', sans-serif;
  letter-spacing: 0.2px;
}

/* -------------------------------------------------- columns -------------------------------------------------- */

.col-10 {
  position: relative;
  float: left;
  width: 10%;
  display: block;
  text-align: left;  
  margin-top: 5px;
}

.col-20 {
  position: relative;
  float: left;
  width: 25%;
  display: block;
  text-align: left;
}

.col-25 {
  position: relative;
  float: left;
  width: 25%;
  text-align: left;
}

.col-30 {
  position: relative;
  float: left;
  width: 20%;
  display: block;
  text-align: left;
  padding-left: 5%;
}

.col-40 {
  position: relative;
  float: left;
  width: 45%;
  display: block;
  text-align: left;  
  padding-left: 0%;
  margin-left: 5%;
}

.col-50 {
  position: relative;
  float: center;
  width: 50%;
  text-align: left;  
  margin: 0 auto;
}

.col-60 {
  position: relative;
  float: right;
  width: 60%;
  display: block;
  text-align: left;  
  padding-left: 0%;
  margin-left: 0%;
}


.col-65 {
  position: relative;
  width: 65%;
  display: block;
  text-align: left;  
  margin: 0 auto;
}

.col-70 {
  position: relative;
  float: right;
  width: 70%;
  display: block;
  text-align: left;  
  padding-left: 10%;
}

.col-70 img {
  margin-top: 1em;
  margin-bottom: 1em;
}


.col-80 {
  position: relative;
  float: right;
  width: 75%;
  display: block;
  text-align: left;  
  padding-left: 5%;
  font-size: 1em;
}

.col-90 {
  position: relative;
  float: right;
  width: 80%;
  display: block;
  text-align: left;  
  padding-left: 5%;
  font-size: 1em;  
}

.col-75 {
  position: relative;
  float: right;
  width: 70%;
  display: block;
  text-align: left;  
  padding-left: 5%;
  font-size: 1em;
}

.col-33 {
  position: relative;
  float: left;
  width: 29%;
  margin-right: 4%;
  display: block;
  text-align: left;
  font-size: 1em;  
}


/* -------------------------------------------------- portfolio formatting -------------------------------------------------- */

#main {
  filter: blur (0px);
}

menu {
  position: relative;
  float: left;
  left: 0px;
  width: 200px;
  display: block;
  text-align: left;
  padding-top: 1.4em;
}

.filter-container li {
  display: block;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.9em;
  line-height: 2;
  color: #546d78;
}

.filter-container li:hover {
  color: #F2B536;
  font-weight: 600;
  padding-left: 0.5em;
  transition: all 0.5s ease;
}

.active-filter {
  color: #F2B536;
  font-weight: 400;
  padding-left: 0.5em;
  transition: all 0.5s ease;
  border-bottom: 5px solid #F2B536;
}

.filter-container h2 {
  font-size: 2em;
}

.intro {
  font-size: 3em;
  text-align: center;
  font-weight: 500; 
  width: 100%;
  line-height: 1.5;
}

.intro > h1 {
  width: 60%;
  margin: 0 auto 100px auto;
}


.portfolio-content {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  color: #F2B536;
  margin: 0 auto;
}

.grid-sizer {
  width: 49.5%;  
}

.portfolio {
  width: 49.5%;
}

.portfolio--width2 {
  width: 49.5%;
}

.portfolio {
 margin-bottom: 18px; 
 opacity: 1;
 border-top: 0px solid #ffffff;
 background-color: #ffffff;
}

.portfolio:hover {
 opacity: 1;
 transition: all 0.5s ease 0s;
 border-top: 0px solid #F2B536;
}

.portfolio > img {
 -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
 filter: grayscale(0%);
 transition: all 0.2s ease 0s;
 width: 120%;
}

.portfolio:hover > img {
 -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
 filter: grayscale(0%);
 transition: all 0.2s ease 0s;
 width: 150%;
}

.portfolio-content a {
  border: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.portfolio-content a:hover {
  border: none;
}

.portfolio .name {
  padding-top: 0.5em;
  font-weight: 600;
  color: #F2B536;
  font-size: 1.2em;
}

.portfolio .type {
  font-size: 1em;
  color: #c3cfd5;
  font-family: Archivo;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.image {
  position: relative;
}

.image img {
  display: block;
  width: 100%;
  height: auto;  
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease 0s;
  background-color: #ffffff;
  z-index:1000;
}

.image:hover .overlay {
  opacity: 1;
}

.image .text {
  font-size: .9em;
  font-weight: 600;
  color: #111;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-7.5%, -50%);
  -ms-transform: translate(-7.5%, -50%);
  text-align: center;
  letter-spacing: 0.2px;
}

.confidential{
  font-family: Archivo;
  font-size: .7em;
  font-weight: 100;
  color: #444;
}

.pill {
  font-family: Archivo;
  border-radius: 100px;
  width: fit-content;
  color: white;
  font-size: 0.6em;
  font-weight: 600;
  padding: 8px 16px;
  margin: 60px;
  background-color: #a6afb3;
}


img.dim {
  opacity: 0.5;
}

#contact {
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 100px auto;
  width: 100%;
}

#contact p {
  margin-bottom: 1.5em;
  font-size: 1.4em;
}

#contact a {
  background-color: #f2b636;
  padding-top:  20px;
  padding-bottom:  0px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0px 5px;
  width: 36px;
  height: 36px;
  border: 2px solid #f2b636;
  border-radius: 100px;
  color: white;
  display: inline-block;
  font-size: 15px;
  transition: all 0.5s ease 0s;
}


#contact a:hover {
  background-color: white;
  background-color: none;
  color: #111;
  border: 2px solid #f2b636;
  transition: all 0.5s ease 0s;
}

/* -------------------------------------------------- about page -------------------------------------------------- */

.about img {
  margin-bottom: 1em;
  width: 250px;
}

.about .contact, .portfolioNav {
  text-align: center;
  padding-top: 0em;
}

.about .contact a {
  padding: 0.5em 0.56em;
}

.portfolioNav a {
  padding: 0.5em 0.56em;
}

.about p {
  margin-bottom: 1.5em;
  font-size: 1.5em;
}

.about {
  display: block;
}

.about a {
  padding: 0;
  margin: 0;
  color: #455A64;
  border: none;
  border-bottom: 2px solid #eee;
  letter-spacing: 0px;
  transition: all 0.5s ease 0s;
  font-weight: 600;
  transition: all 0.5s ease 0s;
}

.about a:hover {
  color: #111;
  border: none;
  border-bottom: 2px solid #F2B536;
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.stdf {
  opacity: 0.5;
}

.photo {
  margin-bottom: 4em;
  text-align: center;
}

.button {
  text-align: center;
  margin: 100px auto 100px auto;
}

.button a {
  padding: 1em 2em;
  border: 2px solid #F2B536;
  border-radius: 0px;
  color: #111;
  background-color: white;
  font-size: 0.9em;
  transition: all 0.5s ease 0s;
}

.button a:hover {
  padding: 1em 2em;
  border: 2px solid #F2B536;
  border-radius: 0px;
  color: #111;
  background-color: white;
  transition: all 0.5s ease 0s;
}

/* -------------------------------------------------- writing page -------------------------------------------------- */

.writing h4, h5 {
  width: 75%;
}

.writing h4 {
  margin-bottom: 0.5em;
}

.writing h5 {
  margin-bottom: 3em;
}

.writing a {
  width: 100%;
  transition: all 0.5s ease 0s;
}

.writing a > h4:hover {
  color: #F2B536;
  transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.writing .col-10 {
  font-weight: 800;
  color: #a6afb3;
}

footer.writing {
  width: 100%;
}


/* -------------------------------------------------- influences page -------------------------------------------------- */


.influences .col-10 {
  font-weight: 800;
  color: #a6afb3;
}

#influences .col-25 {
  width: 20%;
  padding-right: 5%;
}

#influences h3 {
  margin-top: 1em;
  color: #a6afb3;
}

#influences h3.large {
  font-size: 2em;
}

.influences a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  padding: 0;
  margin: 0;
  border: 0;
  border-bottom: 2px solid #eee;
  transition: all 0.5s ease 0s;
}

.influences a:hover {
  color: #111;
  font-family: inherit;
  font-weight: inherit;
  font-size: 1.05em;
  letter-spacing: 0px;
  padding: 0;
  margin: 0;
  border: 0;
  transition: all 0.3s ease 0s;
  border-bottom: 2px solid #F2B536;
  transition: all 0.5s ease 0s;
}

.meta {
  opacity: 0.5;
}

.box {
  position: relative;
  font-family: 'Archivo', sans-serif;
  font-size: 2em;
  letter-spacing: 0px;
  color: #455A64;
  line-height: 1.3;
  text-align: left;
  padding: 0.3em 0.5em 0.3em 0em;
  transition: all 0.5s ease 0s;
  margin: 1em 0em 0.5em 0em;
  font-weight: 600;
  text-transform: none;
}


.divider {
  padding-bottom: 1em;
  border-bottom: 2px solid #eee;
  margin-top: 0;
}

.credit {
  opacity: 0.3;
  margin-top: 100px;
}

/* -------------------------------------------------- side page -------------------------------------------------- */

.container.journal {
  height: 600px;
}

#journal p {
  font-size: 13px;
}

#journal {
  position: relative;
  font-family: 'Archivo',sans-serif;
  color: #455A64;
  height: 100%;
}

#journal > div {
  position: absolute;
  top: 0;
  height: 400px;
  overflow: auto;
  width: 100%;
  background: #f9f9f9;
  padding: 1em 1em;
}

#journal strong {
  background: #ffeecb;
}

#journal .date {
  color: #F2B536;
  margin-top: 1em;
}

#journal .journal-title {
  font-weight: 400;
}

#side {
  padding: 20px;
}

#side h4 {
  display: inline;
  position: relative;
  line-height: 1.25;
  font-size: 2.8em;
}

.grey {
  color: #96acb6;
}

#side .active {
  color: #F2B536;
}


/* -------------------------------------------------- clients page -------------------------------------------------- */

.clients {
  margin-bottom: 3em;
}

.clients > span.box {
  text-align: center;
}

/* -------------------------------------------------- project page -------------------------------------------------- */

#project .container.text {
  width: 750px;
}

#project h1.brand a {
  border: none;
  padding: 2em 2em;
}

#project h1 {
  font-family: Archivo;
}

#project nav {
  height: 1100px;
  position: relative;
  top: 0;
  margin: 0;
}

#project nav .title {
  z-index: 0;
  position: absolute;
  margin-top: 200px;
  text-align: left;
  font-size: 1.5em;
  width: 600px;
  color: #ffffff !important;

}

.title h2 {
  text-align: left !important;
  color: #ffffff;
}


#header h2 {
  font-size: 2em;
  color: #fff;
  font-weight: 400;
}

#project p {
  margin-bottom: 2em;
  font-size: 1.5em;
}

#project section {
  margin-bottom: 5em;
  position: relative;
}

#project section h1 {
  margin-bottom: 1em;
}

#project .buffer {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

#project .buffer-bottom {
  margin-bottom: 1.5em;
}


#overview .desc {
  margin-top: 2em;
  margin-bottom: 2em;
}

#overview .desc p {
  text-align: center;
  font-weight: 400;
  width: 75%;
  margin: 0 auto;
  font-size: 1.4em;
}

#overview .col-20 {
  padding-top: 2em;
}

#overview h6 {
  margin-top: 1em;
}

#overview li {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.4;
}


#question p {
  font-weight: 400;
  font-size: 1.4em;
}

#concept li, #exploration li, #insights li {
  margin-bottom: 0.8em;
  line-height: 1.4;
  font-weight: 400;
  font-size: 0.8em;
}

#synthesis li {
  margin-bottom: 0.8em;
  line-height: 1.4;
  font-weight: 400;
  font-size: 1em;  
}

#synthesis i {
  padding-left: 1em;
  padding-right: 0.5em;
}

#concept i {
  padding-right: 0.5em;
}

#concept ul {
  margin-bottom: 4em;
}

#concept h5 {
  font-size: 1.5em;
  margin-bottom: 1em;
}

#findings li {
  font-weight: 400;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

#moments .col-80 {
  text-align: center;
}

#moments h6 {
  font-size: 1.2em;
}


/* -------------------------------------------------- page transitions -------------------------------------------------- */

.image-fade {
  visibility: hidden;
}

.fadeIn {
  -webkit-animation: animat_show 0.8s;
  animation: animat_show 0.8s;
  visibility: visible !important;
}

@-webkit-keyframes animat_show {
  0%{opacity:0}
  100%{opacity:1}
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 10%, 0);
  }
}


@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

}

/*
 * CSS Page Transitions
 * Don't forget to add vendor prefixes!
 */
.m-scene {
  /** Reverse "exit" animations */
}
.m-scene .scene_element {
  animation-duration: 0.25s;
  transition-timing-function: ease-in;
  animation-fill-mode: both;
}
.m-scene .scene_element--fadein {
  animation-name: fadeIn;
}
.m-scene .scene_element--fadeinup {
  animation-name: fadeInUp;
}
.m-scene .scene_element--fadeinright {
  animation-name: fadeInRight;
}
.m-scene .scene_element--fadeinleft {
  animation-name: fadeInLeft;
}
.m-scene.is-exiting .scene_element {
  animation-direction: alternate-reverse;
}
