#sticky{
  position:relative;
  width:40vw;
  transition: .5s  ;
bottom:50px;
}

.shrink{
  position:fixed!important;
  width:40vw!important;
   transform: scale(2);
left:30vw;
}

.back{
    background: #03805c;
    z-index:0!important;
    width:100%;
    height:2500px;
    display:block;
    position:absolute;
    top:100vh;
    
}


.ad{
	margin-top:-120px;
}


.icon{
	display: inline-block;
    width:25px;
    text-align:center;
    margin-left:-5px;
}
.dotted {display: inline-block;
    margin-top:7px;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
    width:345px;
    z-index:99;
  }

.stripped {
  padding: 2.25em 1.6875em;
  background-image: -webkit-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
  background-image: -moz-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
  background-image: -o-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
  background-image: repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
        z-index:99;

  }


#svg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
    z-index:1;
}
#polyline {
  stroke-dasharray: 3;
}

.left{
    margin-left:0vw;
    height:140px;
}


.left1{
	margin-left:10vw;
    height:140px;
}

.left2{
	margin-left:25vw;
        height:140px;

}
.left3{
	margin-left:50vw;
        height:140px;

}

.left4{
	margin-left:60vw;
        height:140px;

}

.left5{
	margin-left:70vw;
    height:140px;
}





.hoverable {
      color:#3b3c3e;
      text-decoration:none;

    

    }
    .hoverable .hover {
      display:none;
    }
    .hoverable:hover .normal {
      display:none;
      
    }
    .hoverable:hover .hover {
      display:inline;
     
            	
 

        /* CHANGE IF FOR BLOCK ELEMENTS */
    }
   .hoverable .about{
	display:none;
}

img.intro{
    display: none
        
}

span:hover + img.intro{
    display: flex;
    position:fixed;
    top:0;
    left:0;
    z-index: -99;
}






.logo{
    position: fixed;
    width:calc(100% - 20px);
	padding:20px;
    top:0;
}




/**
 * Resets
 */


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



        
::-moz-selection {
    background-color: transparent;
	color: #fff;
    z-index: 999;
}



:focus {
	outline: 0;
}

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

/**
 * Global
 */

body,
html {
	margin: 0px;
	padding-left: 0;
}

html {
	position: relative;
}

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

c:active {
	opacity: 0;
}





c:hover img { 
    	display: block;
    	position: fixed;
		padding-left: 0%;
      	max-width: 13%;
    	bottom: 55%;
   		z-index: -9;

    	
		
 }
c:hover:before {
	position: absolute;
    display: block;
	z-index: -4;
   

		}
li {
    list-style: none;
    
}

c img { display: none; }
a img { display: block; }


/**
 * Backdrop
 */


#backdrop {
	position: fixed;
    align-items: left;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: -99!important;
	
}

/**
 * Container
 */


main {
	background: rgba(127, 127, 127, 0.2);
	clear: both;
	overflow: visible;
	position: absolute;
	width: 100%;
    height: 100%;
    z-index: 1;
	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;
}

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


.subpage_overlay {
	position: fixed;
	pointer-events: none;
	top: 0;
	left: 25%;
	right: 0;
	bottom: 0;
	z-index: 0;
}


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;
}

body, html {

}

a {
}
c {
}

.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.07em;
	display: block;

}

hr2 {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
       -webkit-transform:rotate(90deg);
	height: 0.07em;
	display: block;
    left: 50px;
    top: 0px;
    max-width: 350%;


}



.bodycopy {
	display: none;
}

.container {
	min-height: 100%

}

.content img {
	float: none;
	margin-bottom: 1em;
}

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

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

/**
 * Editor styles
 */



@font-face {
    font-family: apercu;
    src: url(https://files.persona.co/33575/apercu-webfont.woff);
    }

@font-face {
    font-family: apercu-med;
    src: url(https://files.persona.co/46085/apercu_medium-webfont.woff);
    }
[data-css-presets="true"] main {
	background-color: transparent /*!content_left*/;
	text-align: left /*!text_left*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: flex-end /*!vertical_bottom*/;
	align-items: flex-end /*!vertical_bottom*/;
	left: 0 /*!content_left*/;
}

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

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

[data-css-presets="true"] #backdrop {
	width: 100% /*!background_cover*/;
}

[data-predefined-style="true"] main {
	font-size: 1.1rem;
	font-weight: 700;
	color: rgba(29, 29, 29, 0.9);
	font-family: "Space Mono", Social /*!Google*/;
	font-style: normal;
	line-height: 1.3;
}

[data-predefined-style="true"] main a {
	color: rgba(29, 29, 29, 0.9);
    padding-bottom: 0.05em;
    border-bottom: 0em solid rgba(127, 127, 127, 0.2);
    text-decoration: none;
}

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

}



.project_thumb:hover .thumb_image img {
  
    opacity: .5;
    filter: alpha(opacity=70);
}

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: "Space Mono", Social /*!Google*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 1.1rem;
	line-height: 1.4;
	color: rgba(0, 0, 0, 0.85);
	text-rendering: optimizeLegibility;
    letter-spacing: -.5px;

}

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

[data-predefined-style="true"] h2 {
	font-family: "Space Mono", Social /*!Google*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 1.4rem;
	line-height: 1.3;
	text-rendering: optimizeLegibility;
}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: .8rem;
	line-height: 1.3;
	font-family: "Space Mono", Social /*!Google*/;
	font-style: normal;
	font-weight: 400;
	color: rgba(23, 99, 83, 0.84);
    letter-spacing: 1.6px;
}

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


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

#backstage_icon {
	display: block;
}

/**
 * Breakpoints
 */
@media (min-width:700px) {
    .desktop-only {
        display:block !important;
    }
}
 
@media (max-width: 699px) {
    .mobile-only {
        display:block !important;
    }
 
    .desktop-only {
        display:none !important;
    }
}

[data-css-presets="true"].mobile #plugin,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
	position: fixed;
	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%;
}


