html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



img,
video,
iframe,
canvas {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
}
iframe {
    overflow: hidden;
}
html,
body {
    font-size: 27px;
    line-height: 1.34em;
    letter-spacing: 0.02em;
    
    color: #f8f8f8;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: 'SequelSans-LightDisp', Helvetica, Arial, Sans-Serif;
    font-weight: lighter;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-feature-settings: "kern";
}
.type-large {
    font-size: 40px;
    line-height: 1.2931578947em;
    letter-spacing: 0.01em;
}
.type-default {
    font-size: 27px;
    line-height: 1.34em;
    letter-spacing: 0.02em;
}
.type-small {
    font-size: 16px;
    line-height: 1.375em;
}

.type-highlight {
	color: #ec4642;
}

.content-column {
  font-size: 16px;
  line-height: 1.375em;
  margin-left: 5vw;
  width: 70%;
}


p:not(:last-child) {
    padding-bottom: 1.3em;
}
.main-nav-module {
    z-index: 9999;
}
html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}
body,
html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #060606;
}
a,
.fake-link {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95), border 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(#000, #000);
    background-size: .05em 1px, .05em 1px, 1px 0.07em;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: 0 87%, 100% 87%, 0 92%;
}
a:hover,
.fake-link:hover {
    opacity: 0.5;
    transition: opacity 0s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
a.no-link,
.project-detail-grid-module[data-type="video"] .video-controls a.item,
.fake-link.no-link,
.project-detail-grid-module[data-type="video"] .video-controls .fake-link.item {
    text-decoration: none;
    cursor: default;
    background: none;
}
a:active,
.fake-link:active {
    opacity: 0.2 !important;
    transition: opacity 0s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
a.external-link,
.fake-link.external-link {
    cursor: ne-resize;
}
::-moz-selection {
    background: rgba(255, 99, 90, 0.8);
    filter: invert(100%);
}
::selection {
    background: rgba(255, 99, 90, 0.8);
    filter: invert(100%);
}
.cf:after {
    content: "";
    display: table;
    clear: both;
}

.lazy-load {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: white;
}
.lazy-load .lazy-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
}
.lazy-load .lazy-item.load-complete {
    opacity: 1;
}

.grid-layout {
    text-align: center;
}
.grid-layout .grid-item {
    max-height: 25vw;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 1.8vw;
    text-align: left;
}
.grid-layout img {
    max-height: 25vw;
    width: auto;
    height: auto;
}
.about-text {
    width: 100%;
    max-width: 1000px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
    box-sizing: border-box;
}
.table-layout {
    width: 100%;
    max-width: 1000px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
    box-sizing: border-box;
}
.table-layout tr {
    height: 2rem;
}
#page-container {
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
	background-color: #fff;
    /* background-color: #f8f8f8; */
}

#header-module {
    width: 100%;
    height: 50vh;
    position: relative;
    background-color: #060606;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 0;
}
#header-module .featured-piece {
    position: absolute;
}
#header-module .featured-overlay {
    width: 100%;
    height: 100%;
    background-color: #060606;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}
#header-module .featured-video {
    min-width: 100%;
    min-height: 101%;
    width: auto;
    height: auto;
    left: 0%;
    top: 0%;
    /*
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    */
    z-index: -1;
}
.main-nav-module {
    pointer-events: none;
    position: fixed;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.4rem;
    line-height: 1;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.blend-mode .main-nav-module {
    color: white;
    mix-blend-mode: difference;
}
.main-nav-module .main-nav-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 11em;
    pointer-events: all;
    margin-left: -50px;
}
.main-nav-module .main-nav-link,
.main-nav-module.inverted {
    margin-top: 1rem;
    color: white;
}
.main-nav-module.inverted .audio-path {
    fill: #FFFFFF;
}
#no-script {
    background: #060606;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    display: table;
}
#no-script .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	color: #fff;
    /* color: #f8f8f8; */
}
#project-grid-module {
    min-height: 100vh;
    margin-top: 15vw;

}

#project-grid-module:first-child {
    margin-top: 10vw;
}
#project-grid-module .project-tile {
    margin-bottom: 15vw;
    cursor: pointer;
}
#project-grid-module .project-tile.left-edge .meta-wrapper {
    padding-left: 1.4rem;
}
#project-grid-module .project-tile .meta-wrapper {
    margin-top: 15px;
}
.no-touch #project-grid-module .project-tile .thumb-wrapper,
.no-touch #project-grid-module .project-tile .meta-wrapper {
    transition: opacity 0.3s cubic-bezier(0.05, 0.46, 0.45, 0.94);
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 400;
}
.no-touch #project-grid-module .project-tile:hover .thumb-wrapper {
    opacity: 0.5;
}
.no-touch #project-grid-module .project-tile:active .thumb-wrapper {
    filter: invert(100%);
}
.no-touch #project-grid-module .project-tile:active .thumb-wrapper,
.no-touch #project-grid-module .project-tile:active .meta-wrapper {
    transition: opacity 0s cubic-bezier(0.05, 0.46, 0.45, 0.94);
    opacity: 0.3 !important;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 400;
}


#about-module {
    position: relative;
    z-index: 5;
    padding-top: 30vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f8f8f8;
    color: #060606;
}

#about-module .about-image {
	opacity: 1;
	z-index:20;
}

#service-module {
    position: relative;
    z-index: 5;
    padding-top: 30vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #060606;
    color: white;
}

.footer-module {
    padding: 1.4rem;
    max-width: 80vw;
    font-size: 16px;
    line-height: 1.375em;
    box-sizing: border-box;
}
.footer-module .column {
    float: left;
    width: 80vw;
}
.logo-module {
    font-family: 'SequelSans-HeavyHead', Helvetica, Arial, Sans-Serif;
    font-size: 90px;
    position: absolute;
    z-index: 1;
    color: #060606;
    width: 100%;
    height: 70vh;
    pointer-events: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    line-height: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.logo-module.inverted {
    color: white;
}
.blend-mode .logo-module.inverted {
    mix-blend-mode: difference;
    color: white;
}
.logo-module .logo {
    letter-spacing: -0.01em;
    max-width: 1220px;
    padding: 0 1.4rem;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}
.logo-module .first,
.logo-module .second {
    display: block;
}
.studio-cta-module {
    margin: 0 auto;
    padding: 0 1.4rem;
    box-sizing: border-box;
    margin-bottom: 15vw;
    max-width: 21em;
}
.studio-cta-module .about-link {
    display: inline-block;
    cursor: pointer;
}
.project-detail-grid-module video,
.project-detail-grid-module picture {
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
}
.project-detail-grid-module video.load-complete,
.project-detail-grid-module picture.load-complete {
    opacity: 1;
}
.project-detail-grid-module .video-controls {
    display: none;
}
.is-touch .project-detail-grid-module .video-controls {
    display: none !important;
}
.project-detail-grid-module[data-type="video"]:hover .video-controls {
    opacity: 1;
}
.project-detail-grid-module[data-type="video"] .video-controls {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    line-height: 1em;
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.project-detail-grid-module[data-type="video"] .video-controls .item {
    float: left;
    cursor: pointer;
    border-bottom: 0;
}
.project-detail-grid-module[data-type="video"] .video-controls .wrapper-right,
.project-detail-grid-module[data-type="video"] .video-controls .wrapper-left {
    position: absolute;
    bottom: 20px;
    z-index: 500;
}
.project-detail-grid-module[data-type="video"] .video-controls .wrapper-right {
    right: 20px;
}
.project-detail-grid-module[data-type="video"] .video-controls .wrapper-left {
    left: 20px;
}
.project-detail-grid-module[data-type="video"] .video-controls .play {
    width: 3.5em;
}
.project-detail-grid-module[data-type="video"] .video-controls .grad {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
}
.project-detail-grid-module[data-type="text"] {
    padding: 8vw 0;
    clear: both;
}
#home-page {

	background-color: #fff;
    /* background-color: #f8f8f8; */
    overflow-x: hidden;
}
#home-page .homepage-overlay {
    background-color: #060606;
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    opacity: 0.7;
    display: none;
    z-index: 10;
    cursor: pointer;
}
#home-page .scroll-wrapper {
	/* background-color: #bfbfbf; */
    background-color: #060606;
}
#home-page #close-project-titles {
    display: none;
}
#project-detail-page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 200;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
}
#project-detail-page .content-wrapper {
     z-index: 300;
}
#project-detail-page .grid-underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: red;
}
#project-detail-page .project-background {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #060606;
    pointer-events: none;
	z-index: 50;
}


#about-page {
	background-color: #f8f8f8;
    overflow-x: hidden;
}
#about-page .adress-wrapper {
    float: left;
    padding-right: 30px;
    padding-top: 0.2em;
    padding-bottom: 20px;
}
#about-page .intro-overlay {
    z-index: 4;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#about-page .about-copy {
    padding-bottom: 3em;
    white-space: pre-line;
}


#notfound-page.page {
    padding-top: 50vh;
}
#notfound-page .about-text {
    margin-top: -0.5em;
}

@media screen and (min-width: 479px) and (max-width: 1140px) {
    html,
    body {
        font-size: 22px;
    }
    .type-large {
        font-size: 32px;
    }
    .type-default {
        font-size: 22px;
    }
    .about-text {
        padding: 1.4rem;
        max-width: 680px;
    }


    .logo-module .logo {
        max-width: 680px;
    }
    .logo-module {
        font-size: 80px;
    }
    .studio-cta-module {
        padding-top: 100px;
        padding-bottom: 200px;
    }
    .project-detail-grid-module[data-type="text"] {
        padding: 100px 0;
    }
    #project-detail-page .header-container {
        padding: 5em 0 5em;
    }
}

@media screen and (min-width: 1139px) and (max-width: 1580px) {
    .logo-module {
        font-size: 90px;
    }
}
@media screen and (min-width: 1580px) {
    .logo-module {
        font-size: 110px;
    }
}
@media screen and (max-width: 480px) {
    html,
    body {
        font-size: 18px;
    }
    .type-large {
        font-size: 25px;
    }
    .type-default {
        font-size: 18px;
    }
    .type-small {
        font-size: 16px;
    }

    .content-column {
      font-size: 16px;
      width: 70vw;
    }

    .grid-layout .grid-item {
        max-height: none;
        padding: 0;
        box-sizing: border-box;
    }
    .grid-layout img {
        max-height: none;
    }
    .about-text {
        padding: 1.4rem;
    }
    .main-nav-module {
        padding: 1.4rem;
    }

	#project-grid-module {
    	margin-top: 0vw;

	}

    #project-grid-module .project-tile {

		width: 100% !important;
        margin-left: 0 !important;
        margin-top: 0 !important;

    }
    #project-grid-module .project-tile .meta-wrapper {
        padding: 0 1.4rem;
        box-sizing: border-box;
    }

	#project-grid-module .project-tile .thumb-wrapper {
        padding-bottom: 100% !important;
    }

	.responsive-header {
		padding-bottom: 144.5946% !important;
	}

	.responsive-stripe {
		padding-bottom: 445.8494% !important;
	}

	.responsive-portrait {
		padding-bottom: 150% !important;
	}

    .footer-module {
        font-size: 16px;
    }
    .footer-module {
        padding: 20px;
        padding-top: 80px;
    }
    .logo-module {
        font-size: 50px;
        box-sizing: border-box;
        overflow: hidden;
    }
    .studio-cta-module {
        padding-top: 15vw;
        padding-bottom: 30vw;
    }
    .project-detail-grid-module {
        width: 100% !important;
        margin: 0 !important;
        padding: 20px 0px !important;
        box-sizing: border-box;
    }
    .project-detail-grid-module[data-type="text"] {
        margin: 0;
    }
    #project-detail-page .header-container {
        padding-bottom: 0;
        padding-top: 0;
    }
    #project-detail-page .caption {
        padding: 1.4rem;
        max-width: none;
    }


    #about-page .adress-wrapper {
        float: none;
        display: block;
        padding: 0;
        padding-bottom: 3em;
    }

}
@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes tick {
    0% {
        opacity: 1;
    }
    1% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Responsive Video */

.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.responsive-video {
position: relative;
padding-top: 0px;
height: 0;
overflow: hidden;
}
