/**
 * Resets
 */

.emoji{
	max-width: 30px;
    position: relative;
    top:23px;
    height: auto !important;
}

hr{
    height: 50px !important;
    width:2px;
	max-width:280px;
    border: 1px solid white;
    background: white !important;
}

#background_splash div{
	opacity: 0.3;
	width:50vw;
	margin-left: auto;
	margin-right: 0px;
	right:0px;
	text-align: right;
}
#background_splash div img{
	margin:0px !important;
	width: 100% !important;
	object-fit: cover;
	object-position: center;
	height: 100vh !important;
}
.one{
	background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(https://cortex.persona.co/t/original/i/70241f6531ff911c2b500f1e1b44b5bca1900276fa324ffda12db94df9ccffa6/Screenshot-2023-03-03-at-15.18.14.png);;
}

.two{
	background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(https://cortex.persona.co/t/original/i/70241f6531ff911c2b500f1e1b44b5bca1900276fa324ffda12db94df9ccffa6/Screenshot-2023-03-03-at-15.18.14.png);;
}

.three{
	background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(https://cortex.persona.co/t/original/i/70241f6531ff911c2b500f1e1b44b5bca1900276fa324ffda12db94df9ccffa6/Screenshot-2023-03-03-at-15.18.14.png);;
}

.slider {
    z-index: 1;
    position: relative;
  height: calc(100vh - 0px) !important;
  width: 100% !important;
}
.carousel-cell {
  height: calc(100vh - 0px) !important;
}

a:hover{
	
    opacity: 0.5;
}

.phone{
    height: 40px;
	width:40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    left:50px;
    top:50px;
    background-image: url(https://files.persona.co/113623/PHONE.svg);
  }

.email{
    height: 31px;
	width:40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    right:50px;
    top:50px;
    background-image: url(https://files.persona.co/113623/EMAIL.svg);
  }

.map{
    height: 40px;
	width:40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    right:50px;
    bottom:50px;
    background-image: url(https://files.persona.co/113623/MAP.svg);
  }

.insta{
    height: 36px;
	width:36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    bottom:50px;
    left: 50px;
    background-image: url(https://files.persona.co/113623/INSTA.svg);
  }

.logo{
    margin:30vh auto 40px auto;
    max-width:600px;
	width:800px;
    background-size: contain;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 13%;
    background-image: url(https://files.persona.co/113623/PITHERS-LOGO.svg);
}

@media only screen and (max-width : 800px) {
  #background_splash div{
      display: none;
    }
    
    [data-predefined-style="true"] h1 {
   line-height: 25px !Important;
	font-size: 20px !Important;
	
}
    hr{
    height: 60px !important;
    }
    .content img{
	height: auto !important;
        width:80% !important
}
   

.phone{
    height: 30px;
	width:30px;
 
    left:30px;
    top:30px;
  }

.email{
    height: 31px;
	width:30px;
  
    right:30px;
    top:30px;
  }

.map{
    height: 30px;
	width:30px;
  
    right:30px;
    bottom:30px;
  }

.insta{
    height: 26px;
	width:26px;
   
    bottom:30px;
    left: 30px;
  }

.logo{
    margin:19vh auto 0px auto;

    max-width:250px;
	width:100%;
    height: 100px;

    padding-bottom: 0px;
}
   main {
	font-size: 18px !important;

	line-height: 1.6 !important;
}
 
    
}

* {
	-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 {
    background: white;
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
}

html {
	position: relative;
}

body {
    display: none;
	background: #fff;
	color: #fff;
}

a:active {
	opacity: 0.7;
}

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

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

/*
 * Projects
 */

.bodycopy {
	display: none;
}

.container {
	min-height: 100%;
}

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

/*
 * Other
 */

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

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

#backstage_icon {
	position: fixed;
}

/**
 * Editor styles
 */

[data-css-presets="true"] main {
    padding: 0px 100px;
	background-color: rgba(255, 255, 255, 0) /*!content_left*/;
	text-align: center /*!text_center*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: center /*!vertical_middle*/;
	align-items: center /*!vertical_middle*/;
	left: 0 /*!content_left*/;
}

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

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

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

[data-predefined-style="true"] main {
	font-size: 22px;
	font-weight: 200;
	color: rgba(255, 255, 255, 0.9);
    font-family: 'Barnet Regular Sans';
	font-style: normal;
	line-height: 1.4;
}

[data-predefined-style="true"] main a {
	color: rgba(255, 253, 255, 0.9);
padding: 4px 0px;  
    font-weight: 800;

    letter-spacing: 0px;
    text-decoration: none;
}

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

}

.menu{
        font-size: 18px;;
	    text-transform: uppercase;
letter-spacing: 1px !important;
        border-bottom: 2px solid rgba(255, 255, 255, 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: 'Barnet Regular Sans';
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 30px;
	line-height: 1;
	color: rgb(255, 255, 255);
	text-rendering: optimizeLegibility;
}

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

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

[data-predefined-style="true"] h2 a {
    border-bottom: 0.07rem solid rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.9);
    padding-bottom: 0.2rem;
}

[data-predefined-style="true"] small {
    display: inline-block;
	color: rgba(255, 255, 255, 0.85);
	font-family: Nitti, Social /*!Persona*/;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
}

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

/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #backdrop,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #backdrop {
	position: relative;
	height: 50vh;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
}

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

[data-css-presets="true"] .subpage_overlay {
	background-color: rgba(0, 0, 0, 0.4)/*!subpage_overlay*/;
}

