/**
 * Resets
 */

/* Normal weight; Normal style */
@font-face {
  font-family: 'sans_2';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.persona.co/94159/sans_2-webfont.woff') format('woff');
}

@font-face {
  font-family: 'sans_1';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.persona.co/94159/sans_1-webfont.woff') format('woff');
}

@font-face {
  font-family: 'serif_1';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.persona.co/94159/serif_1.woff') format('woff');
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background-color: #09f;
	color: #fff;
}

::selection {
	background-color: #09f;
	color: #fff;
}

:focus {
	outline: 0;
}

customhtml > * {
	position: relative;
    z-index: 10;
}

/**
 * Global
 */

body,
html {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
}

html {
	position: relative;
}

body {
	background: #000;
	color: #fff;
}

a:active {
	opacity: 0.7;
}

a {
	color:#ffffff;
}

h2 {
	text-align:center;
    border-bottom:1px solid;
    text-transform:uppercase;
    font-family:serif_1 !important;
   width:auto;
    display:inline-block;
    font-size:1.7em !important;

}

.center {
	text-align:center;
}

/**
 * Backdrop
 */

#backdrop {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: 1;
}

/**
 * Container
 */

.homevid {
	object-fit: cover; height: 100vh; min-width: 100%; border-radius: 1px;
}

main {
	background: #fff;
	clear: both;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 2;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

/**
 * hover images
 */

.hover-title {
    display: block;
    pointer-events: auto;
    cursor: pointer;
    font-family: sans_1;
    font-size: .9em;
    padding-bottom:5%;
}

.hover-image {
    display: none;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    display: flex;
    pointer-events: none;
}

.hover-title a:hover {
	    border-radius: 50%;
    border: 3px solid #ffffff;
    padding:.5em;
    width:auto;
}

.hover-image {
    position: fixed;
top:10%;
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/* Change width and height to scale images */
    width: 45%;
    height: 90vh;
    padding-left:5%;
}

.hover-image img {
    max-width: 100% !important;
    max-height: 60vh !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;

}


/**
 * hover images
 */

.homemenu {
	position:fixed;
    color:#ffffff;
    text-align:center;
    width:50%;
}

.workmenu{
	position:fixed;
    color:#ffffff;
    z-index:1000;
    width:50%;
    text-align:center;
    text-transform:uppercase;
    padding-top:1em;
    font-size:1.7em;
   	font-family: "sans_1", Helvetica, sans-serif;

}

.leftmenu {
	position:fixed;
    color:#000000;
    z-index:1000;
    width:50%;
    text-align:center;
    text-transform:uppercase;
    padding-top:1em;
    font-size:1.7em;
	font-family: "sans_1", Helvetica, sans-serif;

}

.leftmenu a {
	color: #000000;
}

.homemenu {
	
   	font-family: "sans_1", Helvetica, sans-serif;

}

.homemenu a:hover, .workmenu a:hover, .circled {
    border-radius: 50%;
    border: 3px solid #ffffff;
    padding:.5em;
    
}

.circled:hover {
	border:none;
}

.about a:hover {
	border: 3px solid #000000;
}

.leftmenu a:hover {
    border-radius: 50%;
    border: 3px solid #000000;
    padding:.5em;
   	font-family: "sans_1", Helvetica, sans-serif;
}




.homemenu section { 
   display: flex; 
    margin: auto; 
    height:100vh;
      }
 
.homemenu p { 
    display: inline-block;
        margin: auto; /* Important */ 
        text-align: center; 
    text-transform: uppercase;
    font-size: 1.7em;
    font-weight:600;
    line-height:200%;
      }

.half {
	
   width:50%;
    height:100vh;
    display:inline-block;
    padding:none;
    float:left;
    overflow-y: auto;
    overflow-x:hidden;

}

.threefour {
	width:70%;
    display:inline-block;
    float:left;
    
}

.onefour {
	width:28%;
    padding-left:3%;
    display:inline-block;

}

.smalltext {
	font-size:.8em;
    margin-top:none;
}

.pad {
	padding:2em;
}

.padbottom {
	padding-bottom:2em;
}

.half img {
	max-width:100% !important;
    height: auto !important;
    max-height:80vh !important;
    object-fit: contain;
}

.home {

	margin:auto;
    height:100vh;
    text-align:center;
    width:100%;

}

.homepage {

	margin:auto;
    height:100vh;
    text-align:center;
    width:100%;

}

.homeheader {
text-align: center; 
color:#000000;
}

.headwhite {
	overflow:hidden;
    padding: 0 .3em
}

.homeheader a {
    color:#000000;
    font-family: "serif_1", "Freight Big" !important;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    text-align:left;
    line-height: 0.8;
    text-rendering: optimizeLegibility;
}
   


.home img {
	float: none;
    min-width:100%;
    height:auto;
    min-height:100vh;
    object-fit:cover;
}

.home section { 
   display: flex; 
    margin: auto; 
    height:100vh;
      }

.homepage section { 
   display: flex; 
    margin: auto; 
    height:100vh;
      }
 
.home p { 
        margin: auto; /* Important */ 
        text-align: left; 
      }

.homepage p { 
        margin: auto; /* Important */ 
        text-align: center; 
      }

.projectbody {
	padding:0;
    font-size:.9em;
}

.projectbody p {
	margin-top:none !important;
    -webkit-margin-before: 0;
}

.projectbody a {
	color:inherit;
    font-family:inherit !important;
    font-weight: inherit;
}

.projectbody a:hover {
	border-bottom: 1px solid #000000;
}


p.hangingindent { 
text-indent: -2em;
padding-left: 2em;
    margin-top:0;
    margin-bottom:0;
}

.slider {
    padding-top:25vh;
    padding-left:5%;
    width:100%;
}

.slider img, slideshow img {
	width:100% !important;
    height:auto !important;
}


.vertpad {
	padding-top: 5em;
}

.vertpadbottom {
    width:100%;
    float:left;
    padding: 0 0 1.5em 0;
}

.vertpadbottom p {
	margin-top:none;
}

.left {
    float:left;
    background-color:#ffffff;
}

.right {
    float:right;

color:#ffffff;
}

.centered {
	text-align: center;
    min-height:100vh;
}

.centered img {
    margin-top:2em;
    margin-bottom:2em;
    height:calc(100% - 4em)!important;
    position:relative;
    object-fit:contain;
}

.blackcentered{
	background-color:#000000;
    color:#ffffff;
    font-family: "serif_1", "Freight Big";
    font-style: normal;
    font-weight: 400;
    padding: 0;
    font-size: 14rem;
    text-align:left;
    line-height: 0.8;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
	color:#ffffff;
    height:100vh;
}

.whitecentered{
	background-color:#ffffff;
    color:#000000;
    font-family: "serif_1", "Freight Big";
    font-style: normal;
    font-weight: 400;
    padding: 0;
    font-size: 14rem;
    text-align:left;
    line-height: 0.8;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
	color:#ffffff;
    height:100vh;
}

.aboutheader {
    font-family: "serif_1", "Freight Big";
    font-style: normal;
    font-weight: 100;
    padding: 0;
    font-size: 17rem;
    line-height: 0.8;
    text-transform: uppercase;
    text-align:left !important;
    text-rendering: optimizeLegibility;
    width:100%;
}

.blackcentered h1{

}

.thumbnails .thumbnail > a {
    position: relative;
}

.thumbnails .thumbnail .title {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0.5rem 1.2rem 0.7rem 1.2rem;
    margin: 0rem;
    color: rgba(255, 255, 255, 1);
    align-content: center;
    display: flex;
    position: absolute;
    left: 0rem;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    z-index: 9;
    opacity: 0;
}

.thumbnails .title span {
    margin: auto;
    display: inline-block;
}

.thumbnails .thumbnail:hover .title {
    opacity: 1;
}

body.mobile .thumbnails .thumbnail:hover .title {
    opacity: 0;
}

.outer {
    position:fixed;
    height:60%;
    display: inline-block;
    margin: 0 15px;
    z-index:1;
    pointer-events: visible;
}

.inner {
position: fixed;
    top: 70%;
    right: 3%;
    float: right;
    display: inline-block;
    width: 100vh;
}

.ppt {
    font-family: sans_1;
	display:inline-block;
    text-transform:uppercase;
    margin-right:15%;
    
}

.ppt a:hover {
	border-radius: 50%;
    border: 3px solid #ffffff;
    padding:.5em;
    margin-right: calc(15%-.5em);
}

.rotate {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform:  translateX(50%) translateY(50%) rotate(90deg);
}


#uckers:hover {
	background-image: url('https://cortex.persona.co/t/original/i/79e142af6afae543c73912322eb0afe8908ef1ab7369c46b4ec536f0c672a4d2/ShyGirl_hi_res_still_01-2.png');
   height: auto;
   width: 80%;
}

.workcontainer {
	position:relative;
    width:100%;
}

.workoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000;
}

.workcontainer:hover .workoverlay {
  opacity: 1;
}

.containeroverlay {
  position: relative;
  width: 100%;
}


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

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000;
}

.containeroverlay:hover .overlay {
  opacity: .8;
}

.textoverlay {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.workmenuoverlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


/* RESPONSIVE (media queries) */

@media only screen and (max-width: 1600px) {
	.workmenu{

    font-size:1.6em;

}
}

@media only screen and (max-width: 1400px) {
	.workmenu{

    font-size:1.3em;

}
}

@media only screen and (max-width: 1230px) {
	.workmenu{

    font-size:1em;

}
}

@media only screen and (max-width: 700px) {
	.half {
	width: 100%;    
    height: auto;
    display:inline-block;
    float:left;
    overflow: visible;
}
    
    [grid-responsive] [grid-col] {
        padding:.6em 0;
    }
    
    .hover-image {
    position: fixed;
    top: 10%;
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 90vh;
    padding-left: 5%;
}
    .blackcentered{
    }
    
    .blackcentered section {
	
       height:50vh;
}
    
    .home {
	margin:0;
    overflow:scroll;
    text-align:center;
    width:100%;
        height:auto;
        padding:.2em;
}
    .whitecentered {
}
    .home section {
        display:inline-block;
	margin:0;
    height:auto;
}
    .home p {
	
}
    
   .homepage {

	margin:auto;
    height:50vh;
    overflow:scroll;
    text-align:center;
    width:100%;

}
    .homemenu {
	position: absolute;
        width:100%;
        height:50vh;
}
    
    .headwhite {
    position:relative;
    overflow:visible;
}
    .headwhite img {
	min-height:auto;
	margin-bottom:0 !important;
    }


   .headwhite section{
}
    .homemenu section {
	height:50vh;
}
    .homemenu p {
	font-size:3em;
        font-weight: 600;
}
    
    .workmenu {
	position:relative;
        width:100%;
        font-size:2em;
}
    main {
	height:auto;
    min-height:auto;
    overflow: scroll;
    position:relative;
    display: inline-block;
}
    .right {
	float:left;
        height:auto;
}
    .threefour {
	width:100%;
    display:inline-block;
    float:left;
}

.onefour {
	width:100%;
    display:inline-block;

}
}

main > div {
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}


.subpage_overlay {
	display: block;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

body.homepage .subpage_overlay {
	display: none;
}
/**
 * Content
 */

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

ul, ol {
	margin: 0;
	padding: 0 0 0 1em;
}

sup {
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}

sub {
	top: 0.3em;
	vertical-align: baseline;
	position: relative;
}

s {
	
}

.slideshow-nav { 
	margin-bottom: 0.5em; 
}

img {
	border: 0;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 0.08em;
	display: block;
}

.bodycopy {
	display: none;
}

.container {
	min-height: 100%;
}

.content img {
	float: none;
	margin-bottom: 1em;
    max-width:100%;
    height:auto;
    object-fit:contain;
}

.clear:after {
	content: "";
	display: table;
	clear: both;
}

.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px; left: 8px;
	z-index: 100;
}

/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background-color: transparent/*!content_left*/;
	text-align: left /*!text_left*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: initial /*!vertical_top*/;
	align-items: initial /*!vertical_top*/;
	left: 0 /*!content_left*/;
}

[data-css-presets="true"] .content_padded {
	padding: 0rem/*!main_margin*/;
}

[data-css-presets="true"] .content_width {
	width: 100%/*!content_left*/;
}

[data-css-presets="true"] #backdrop {
	width: calc(100% - 100%)/*!left_fit*/;
	right: 0 /*!left_fit*/;
}

[data-predefined-style="true"] main {
	font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: "sans_2", Helvetica, sans-serif, "Helvetica Roman", Social /*!System*/;
	font-style: normal;
	line-height: 1.2;
}


[data-predefined-style="true"] main a {
    padding-bottom: 0.05em;
    border-bottom: 0em solid rgba(127, 127, 127, 0.2);
    text-decoration: none;
   	font-family: "sans_1", Helvetica, sans-serif;
}

[data-predefined-style="true"] main a:hover {


}

main a.image-link,
main a.icon-link,
main a.image-link:hover,
main a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "Freight Big", Social /*!Persona*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 13.5rem;
	line-height: 0.9;
    text-transform: uppercase;
	color: rgba(0, 0, 0, 1);
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 153, 255, 1);
}

[data-predefined-style="true"] h2 {
	font-family: Sabon, Social /*!Persona*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 1);
	font-size: 4.1rem;
	line-height: 0.9;
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h2 a {
	color: rgb(255, 255, 255);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.9rem;
	line-height: 1.1;
	font-family: "Dolly Pro", Social /*!Persona*/;
	font-style: normal;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}

[data-predefined-style="true"] small a {
	color: rgb(255, 255, 255);
	border-bottom-width: 0em;
}


[data-css-presets="true"] .subpage_overlay {
	background-color: initital/*!subpage_overlay*/;
}
/**
 * Backstage Icon
 */

#backstage_icon {
	display: block;
}

/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #plugin,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
	position: relative;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 80rem) /*!right_fit*/;
	top: 0;
	bottom: auto;
	left: 0 /*!right_fit*/;
}

.mobile main,
[data-css-presets="true"].mobile main {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
}

.mobile main.content_width,
[data-css-presets="true"].mobile main.content_width {
	max-width: 100%;
	width: 100%;
}