/**
 * Resets
 */


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

/* Normal weight; Italic style */
@font-face {
    font-family: 'Karla';
    font-weight: 500;
    font-style: normal;
    src: url(https://files.persona.co/108510/Karla-Medium.ttf);
}

@font-face {
    font-family: 'Karla';
    font-weight: 400;
    font-style: medium;
src: url(https://files.persona.co/108510/Karla-Regular.ttf);
}

/**
 * Global
 */

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

html {
	position: relative;
}

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

a:active {
	opacity: 0.7;
}


/**
 * Grid / Columns
 */
[grid-row] {
    box-sizing: border-box;
    display: -webkit-box;
    display:
    -webkit-flex;
    display:
    -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
    /*IMAGE ALIGNMENT-->BOTTOM-------------
    */
    align-items:flex-start;
    justify-content: space-around;
}

[grid-col] {
    box-sizing: border-box;
}

[grid-row].editing [grid-col] {
    outline: 1px dashed rgba(0, 153, 255, 0.5);
}

[grid-row] [grid-col].empty:after {
    content: "\0000A0";
    cursor: text;
}

[grid-col="auto"] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

[grid-col="x12"] {
    width: 100%;
}

[grid-col="x11"] {
    width: 50%;
}

[grid-col="x10"] {
    width: 33.33%;
}

[grid-col="x9"] {
    width: 25%;
}

[grid-col="x8"] {
    width: 20%;
}

[grid-col="x7"] {
    width: 16.666666667%;
}

[grid-col="x6"] {
    width: 14.285714286%;
}

[grid-col="x5"] {
    width: 12.5%;
}

[grid-col="x4"] {
    width: 11.111111111%;
}

[grid-col="x3"] {
    width: 10%;
}

[grid-col="x2"] {
    width: 9.090909091%;
}

[grid-col="x1"] {
    width: 8.333333333%;
}

[grid-col="1"] {
    width: 8.33333%;
}

[grid-col="2"] {
    width: 16.66667%;
}

[grid-col="3"] {
    width: 25%;
}

[grid-col="4"] {
    width: 33.33333%;
}

[grid-col="5"] {
    width: 41.66667%;
}

[grid-col="6"] {
    width: 50%;
}

[grid-col="7"] {
    width: 58.33333%;
}

[grid-col="8"] {
    width: 66.66667%;
}

[grid-col="9"] {
    width: 75%;
}

[grid-col="10"] {
    width: 83.33333%;
    
}

[grid-col="11"] {
    width: 91.66667%;
}

[grid-col="12"] {
    width: 100%;
}

@media (max-width: 40em) {
    [grid-responsive] [grid-col] {
        width: 100%;
        -webkit-box-flex: none;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }
}

[grid-pad="0"] {
    padding: 0;
}

[grid-pad="1"] {
    padding: 0.5rem;
}

[grid-pad="2"] {
    padding: 1rem;
}

[grid-pad="3"] {
    padding: 2rem;
}

[grid-pad="4"] {
    padding: 4rem;
}

[grid-gutter="2"] {
    margin-left: -1rem;
    margin-right: -1rem;
}

[grid-row] + [grid-gutter="2"] {
    margin-top: -1rem;
}

[grid-gutter="4"] {
    margin-left: -2rem;
    margin-right: -2rem;
}

[grid-row] + [grid-gutter="4"] {
    margin-top: -2rem;
}

[grid-gutter="6"] {
    margin-left: -4rem;
    margin-right: -4rem;
}

[grid-row] + [grid-gutter="6"] {
    margin-top: -4rem;
}

[grid-gutter="8"] {
    margin-left: -8rem;
    margin-right: -8rem;
}

[grid-row] + [grid-gutter="8"] {
    margin-top: -8rem;
}




/**
 * Backdrop
 */

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

/**
 * Container
 */

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

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
 */



/* Style the header */
.header {
    
  padding: 0px 0px;
  background: rgba(255, 255, 255, 0);
  color: #fff;
    position:relative;
}

/* Page content */
.content {
  padding: 0px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  
    position: fixed;
   top: 10;
	left: 0;
	right: 0;
	
  
    
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 0px;
}




i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

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

sup {
	top: -0.4 em;
	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(69, 69, 69, 1);
	border: 0;
	height: 0.08em;
	display: block;
}

.bodycopy {
	display: none;
}

.container {
	min-height: 100%;
    
}

.content img {
	float: none;
	margin-top: 1em;
	margin-bottom: 1em;
    /*max-height:70vh ;*/
    object-fit:scale-down;    
}

.slideshow img {
	
    object-fit: scale-down;
    max-height: 70vh;
}
 
    


.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: rgb(255, 255, 255)/*!content_center*/;
	text-align: left /*!text_left*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: flex-start /*!vertical_top*/;
	align-items: flex-start /*!vertical_top*/;
	left: 0 /*!content_center*/;
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	right: 0 /*!content_center*/;
}

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

[data-css-presets="true"] .content_width {
	width: 93rem/*!content_center*/;
}

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

[data-predefined-style="true"] main {
	font-size: 2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.7);
	font-family: "Antenna", Social/*!Persona*/;
	font-style: normal;
	line-height: 1.4;
}

[data-predefined-style="true"] main a {
	color: rgba(30, 30, 30, 1);
    border-bottom: 0.00em solid rgba(10, 0, 228, 0.88);
    text-decoration: none;
}



[data-predefined-style="true"] main a:hover {
color: rgba(255, 110, 84, 1);
}

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: 'Karla'; /*!Persona*/;
    font-weight: 400;
     font-style: medium;
    
	padding: 0;
	margin: 0;
    
  font-size: 6rem;

    

	
	line-height: 1.2;
	color: rgba(0, 0, 0, 1);
	text-rendering: optimizeLegibility;
}

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

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

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

[data-predefined-style="true"] h3 {
	font-family: Karla, Social /*!Google*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	
    font-size:calc(14px + 0.9rem);
    
	line-height: 1.3;
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h3 a {
	color: rgba(0, 0, 0, 1);
    text-decoration: underline;
}
 [data-predefined-style="true"] h3 a:hover {
color: rgba(255, 110, 84, 1);
}

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



[data-predefined-style="true"] small {
	display: inline-block;
	
   
    font-size:calc(12px + 0.2rem);
	line-height: 0.8;
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Social /*!System*/;
	font-style: normal;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

[data-predefined-style="true"] small a {
	color: rgba(51, 51, 51, 1);;
	border-bottom-width: 0.0em;
}



[data-css-presets="true"] .subpage_overlay {
	background-color: rgba(255, 255, 255, 1)/*!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%;
}




/* Header Buttons */

.btn__overlay h1{
    cursor: pointer;
  
    
}
.btn__overlay h3{
    cursor: pointer;
    
    
    
}
.btn__overlay h3:hover {
 
 color:  rgba(255, 110, 84, 1);
}
.btn__overlay .btn--overlay--txt[data-status="close"] {
    display: none;    
}

.btn__overlay.open .btn--overlay--txt[data-status="close"] {
    display: block; 
    
}




.btn__overlay.open .btn--overlay--txt[data-status="open"] {
    display: none;    
}

.close--btn {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 1 px;
    cursor: pointer;
    right: 0 /*!content_center*/;
    
}

.close--btn:before,
.close--btn::after{
	content: "";
    position: absolute;
    width: 3px;
    height: 125%;
    background: black;
    top: 3px;
    right: 0;
    transform: rotate(45deg);
    transform-origin: top center;
}

.close--btn::after {
	transform: rotate(-45deg);
    transform-origin: bottom center;
    bottom: 3px;
    top: auto;
}

@media all and (max-width: 600px) {
	.close--btn {
        width: 20px;
        height: 20px;
        right: 10px;
        top: -5px;
    }

    .close--btn::before {
		right: 2px;
        width: 2px;
        top: 0;
    }

    .close--btn::after {
        bottom: 3px;
        width: 2px;
        right: 2px;

    }
	
}

/**OVERLAY TEXT - PROJECTS
*/

/*WRITE PROJECT DESCRIPTION*/
#overlay1 {
  position: absolute; /* Sit on top of the page content */
  visibility: hidden;
  width: 100%; /* Full width (cover the whole page) */
  height: 100vh; /* Full height (cover the whole page) */
  top: 100vh; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(237, 255, 170, 0.97); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
    transition: visibility 0s .7s, top .7s 0s;
}

#overlay1.show {
	visibility: visible;
    display: block;
    top: 8vh; 
    transition: visibility 0s 0s, top .7s .2s;
}

.overlay--wrapper {
    padding: 3em;
}


#text{
  font-size: 2.9vw;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  font-family: 'Karla', Social /*!Persona*/;
  font-style: normal;
  line-height: 1.4;
}
