/*
 * Content
 */

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

@font-face {
  font-family: "Modem";
  src:
    local("Modem"),
    url("https://files.cargocollective.com/c1471039/SBModem-Rounded.otf") format("opentype") tech(color-COLRv1),
    url("https://files.cargocollective.com/c1471039/SBModem-Rounded.otf") format("opentype"),
}

a:active {
	opacity: 0.7;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

iframe{
    border-radius: 1.8rem;
    width: 100%;
    border: rgba(153, 153, 153, 0.73) .5px solid;
    /*-moz-box-shadow:    0px 7px 17px 7px rgba(0, 50, 106, .4);
    -webkit-box-shadow: 0px 7px 17px 7px rgba(0, 50, 106, .4);
    box-shadow:         0px 7px 17px 7px rgba(0, 50, 106, .4);
    */

}

img {
    border-radius: 1.8rem;
	padding: 0;
    border: rgba(195, 195, 195, 0.73) 0.00px solid;
    -moz-box-shadow:    0px 7px 17px 7px rgba(0, 50, 106, 0.0);
    -webkit-box-shadow: 0px 7px 17px 7px rgba(0, 50, 106, 0.0);
    box-shadow:         0px 7px 17px 7px rgba(0, 50, 106, 0.0);
}

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

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

hr {
	background: rgba(255, 255, 255, 0.2);
	border: 0;
	height: 1px;
	display: block;
}

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

.gallery_image_caption {
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.3;
    text-shadow: 1px 1px 3px #000;
	margin-left: -3rem;
    margin-right: -3rem;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.7rem;
	font-weight: 400;
    font-style: normal;
	line-height: 1.2;
	color: rgb(255, 255, 255);
	font-family: "Monument Grotesk Variable", Icons;

    transition-duration: .3s;
    
    text-shadow: 0px 3px 40px  rgba(8, 62, 109, 0.7);
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(255, 255, 255, 1.0);
	border-bottom: 0.0em solid rgba(255, 255, 255, 1);
	text-decoration: none;
    transition-duration: .3s;
    z-index:4;
}

[data-predefined-style="true"] bodycopy a:hover {
	color: inherit;
}

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

[data-predefined-style="true"] h1 {
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 300;
	
	color: rgb(255, 255, 255);
	line-height: 0.9em;
    font-size: 20.0vmin;
    
    text-shadow: 0px 3px 30px  rgba(8, 62, 109, 0.3);
	
    text-decoration: none;
    transition-duration: .3s;

	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] h1 a {
	text-decoration: none;
    text-decoration-color: rgba(255, 0, 0, 0);
    color: rgba(255, 255, 255, 1);
    transition-duration: .3s;
}

[data-predefined-style="true"] h1 a:hover {
	color: rgba(22, 77, 119, 0.74);
    text-decoration: none;
    
    transition-duration: .1s;
}

[data-predefined-style="true"] h2 {
	font-family:  "Monument Grotesk Variable", Icons;
	font-weight: 200;
	color: inherit;
	font-size: 6rem;
	line-height: 1;
    padding: 0;
    margin: 0;
    margin-bottom: 0.6rem;
    
    text-shadow: 0px 3px 20px  rgba(8, 62, 109, 0.3);
	font-style: normal;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}


[data-predefined-style="true"] h2 a:hover {
	color: inherit;
    
    font-weight: 300;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.3;
	font-family: "Space Mono", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.85);
}

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

/**
 * Breakpoints
 */

[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgba(200, 231, 255, 1)/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100% /*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 1.4rem/*!main_margin*/;
	padding-bottom: 1.4rem/*!main_margin*/;
	padding-left: 1.4rem/*!main_margin*/;
	padding-right: 1.4rem/*!main_margin*/;
}

[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 1rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.8rem;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.1;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Show Image On Hover
 */

.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
    transition-duration: 1.5s;
}

.hover-image {
    visibility: hidden;
    opacity: 0;
    transition-duration: 0s;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    opacity: 1;
    pointer-events: none;
    transition-duration: 2s;
    
    translate: 30px;
}

.hover-image {
    display: flex;
    position: fixed;
    top: 50%;
    left: 25%;
    transform: translate(-0.5vw, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition-duration: 0.5s;
    padding-right: 2.5vmin;
    
    translate: 0px;


/* Change width and height to scale images */
    height: 79vh;
    width: 100%;
}


.hover-image img {
    max-width: 90% !important;
    max-height: 90% !important;
    width: auto !important;
    height: auto !important;
    margin: 0;
    padding: 0;
    transform: translate(-1.0vw, 0%);
    transition-duration: 1.5s;

}

/*.projects-index{
	display: block;
    position: fixed;
    /*top: 30%;
    left: 1rem;
    transform: translate(.5vw, -10%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    transition-duration: 1.5s;

}*/


.dropbtn {
    background-color: rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 1);
    font-family: helvetica;
    /*font-size: inherit;
    padding-left: initial; 
    padding-right: initial; */
    
    cursor: pointer;
    
	display: contents;
}

.dropdown {
    position: relative;
    display: block;
}

.dropdown-content {
    display: none;
    opacity: 0;
    position: absolute;
    overflow: show;
    text-align: left;
    
  
    z-index: -1;
}

.dropdown-item{
    margin-top: 0.6em;
    padding-top: 0.7rem;
}

.dropdown-content a {
	text-decoration: none;
}

.dropdown a:hover {}

.show{
	display:block;
    opacity: 1 !important;
    transition-duration: 0.2s;
}

div.button{
    margin-bottom:0.6rem;
    margin-right:0.7em;
}

.service{
    backdrop-filter: blur(19px);
    -moz-backdrop-filter: blur(19px);
    -webkit-backdrop-filter: blur(19px);
   
    font-size: 1.3rem;
    line-height: 1.3em;
    font-weight: 400;
    letter-spacing: 0.05rem;
    
    border: rgba(87, 154, 255, 0.73) .5px solid;    
    border-radius: 1000px;
    padding: 0.8rem 1.5rem;
   
    margin: 0.1rem 0.5rem 0.9rem -0.1rem;
    
    display:inline-block; 
    
    float:inherit;
    
    color: rgba(94, 144, 220, 1);
    background-color: rgba(255, 255, 255, 0.40);
    text-shadow: none;
    
    -moz-box-shadow:none; 
    -webkit-box-shadow:none;
    box-shadow: none;
    
    transition-duration: 0.6s;
    
}

a .service:hover{
	color: #fff;
    background-color: rgba(69, 158, 227, 1);
    border: rgba(94, 144, 220, 1) .5px solid;
    
    
    
    transition-duration: 0.2s;
    
}


/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1;
    font-size: 20px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(0, 0, 0, 0);
    position: fixed;
    top: .25rem /*!site_menu_button*/;
	right: .25rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(255, 255, 255, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: .5rem /*!shop_button*/;
	right: .5rem /*!shop_button*/;
}

#shop_button.text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.5rem;
    padding: 0;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.85);
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: inline-block;
}

.shop_product .price {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.5rem;
	line-height: 1;
	color: rgba(255, 255, 255, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.5rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0, 0);
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.5rem .8rem 1rem;
}


/*
.shop_product .button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.5rem;
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}*/

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 5rem /*!quick_view_padding*/;
    padding-bottom: 5rem /*!quick_view_padding*/;
    padding-left: 5rem /*!quick_view_padding*/;
    padding-right: 5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: transparent /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif Bold", Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    color: white;
}

/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
    display: none;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
    display: none;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

.image-gallery{
	border-radius: 2.5rem;
    max-width: 100%;
    min-width: 100%;
    overflow: hidden;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}

/*
 * Shop Button
 */

.data-panel{
	left:0.3rem;
    bottom:0.6rem;
}

.clock{
	float: none;
    position:fixed;
    margin-left:-0.3rem;
    bottom: -0.4rem;
}

/*
 * Audio Player
 */

/*
.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.4);
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
    
}
*/

.audio-player {
    font-family:-apple-, system, BlinkMacSystemFont, sans-serif;
	text-align: center;
    font-size: 1.3rem;
  	line-height: 2.2rem;
    top: -0.1rem;

    float: right;
    color: rgba(255, 255, 255, 1.0);
	display:block;
	position:relative;
	padding: 1px 16px;
	border-radius:100px;
	z-index:0;
	background-image: linear-gradient(-180deg, #799FD4 0%, #748695 100%);
	box-shadow:0 5px 2px -3px rgba(14,97,192,0.1), 0 1px 1px 0 rgba(14,97,192,0.1), 0 3px 9px 0 rgba(0,128,161,0.3);
    height: 2.4em;
	transition-duration: .3s;
    max-width: 100%;
    margin-right: 0.3rem;
    
    min-height: 2.5em;
    
 
}

.audio-player::after{
	content:" ";
	display: inline-block;
	background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.85) , rgba(168, 214, 255, 0.17) 80%);
	position:absolute;
	top:1px;
	left:0.9rem;
	right:0.9rem;
	bottom:50%;
	z-index:2;
	border-radius:100px;  
}

.audio-player > span{
	color: rgba(255, 255, 255, 0.4);
	text-shadow: 0 1px 0 rgba(0, 97, 170, 1);
	position:relative;
	z-index:3;
	display:block;
	top:1px;
}

.audio-player::before{
	content:" ";
	display:block;
	position:absolute;
	z-index:-1;
	top:1px;
	left:1px;
	right:1px;
	bottom:1px;
	border-radius:100px;
	background-image: linear-gradient(-180deg, #47a3ff 50%, #BAE3F6 100%);
	box-shadow: inset 0 0 1px rgba(15, 96, 187, 1), inset 0 0 12px 2px rgba(255,255,255,0.21);
}

body.mobile .audio-player {
    margin-top: 0.3em;
}

.audio-player .separator {
    width: 0px;
    background-color: rgba(255, 255, 255, 0.2);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(255, 255, 255, 0.85);
}

.audio-player .icon {
    fill: rgba(255, 255, 255, 0.75);
    padding: 0.45rem 0.8rem 0.45rem 1px;
    width: 70%;
}

.audio-player .buffer {
    background: rgba(255, 255, 255, 0.05);
}

.audio-player .progress {
    background: rgba(255, 255, 255, 0.07);
    background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.14) 50%, rgba(255, 255, 255, 0) 100%);
}

.audio-player .progress-indicator {
    border: 0.2px solid rgba(255, 255, 255, 0.27);
    width: 0.1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 81%;
    width: 2.9rem;
    padding: 0.5rem;
    fill: rgba(255, 255, 255, 0.8);
    overflow: show;
}

.audio-player .current-time {
    padding-left: 1rem;
    font-size: 1.2rem;
    line-height: 0;
}

.audio-player .total-time {
    padding-right: 1rem;
}

.InlineButton{
	text-align:center;
	padding:3px 6px 3px 0px;
    line-height: 1.2em;
    float:none;
    margin-left: 2.4rem;
    
    font-size: 1.2rem;
	font-weight: 400;
    font-style: normal;
}

.audio-player:hover{
	box-shadow:0 5px 2px -3px rgba(0, 50, 106, 0.68), 0 1px 1px 0 rgba(14,97,192,0.1), 0 3px 9px 0 rgba(0,128,161,0.3);
	transition-duration: .3s;
}

div.serena2{
	background: url(https://files.cargocollective.com/c2004160/IMG_9024--1-.jpg) no-repeat center;
    border-radius: 2.5rem;
    max-width: 80vw;
    min-height: 76vh;
    max-height: 80vh;
    
    -moz-box-shadow:    0px 7px 17px 1px rgba(0, 50, 106, .4);
    -webkit-box-shadow: 0px 7px 17px 1px rgba(0, 50, 106, .4);
    box-shadow:         0px 7px 17px 1px rgba(0, 50, 106, .4);
    
    transition-duration: .3s;
    
    background-size: cover;
    margin-bottom: -55px;
}

div.serena2:hover{
	-moz-box-shadow:    0px 2px 7px 2px rgba(0, 50, 106, .4);
    -webkit-box-shadow: 0px 2px 7px 2px rgba(0, 50, 106, .4);
    box-shadow:         0px 2px 7px 2px rgba(0, 50, 106, .4);

    transition-duration: .3s;
}

div.serena {
	background: url(https://files.cargocollective.com/c1471039/IMG_0065.jpg) no-repeat center;
    border-radius: 2.5rem;
    max-width: 80vw;
    min-height: 70vh;
    max-height: 80vh;
    
    -moz-box-shadow:    0px 7px 17px 1px rgba(0, 50, 106, .4);
    -webkit-box-shadow: 0px 7px 17px 1px rgba(0, 50, 106, .4);
    box-shadow:         0px 7px 17px 1px rgba(0, 50, 106, .4);
    
    transition-duration: .3s;
    
    background-size: cover;
    margin-bottom: -55px;
}

div.serena:hover{
	-moz-box-shadow:    0px 2px 7px 2px rgba(0, 50, 106, .4);
    -webkit-box-shadow: 0px 2px 7px 2px rgba(0, 50, 106, .4);
    box-shadow:         0px 2px 7px 2px rgba(0, 50, 106, .4);

    transition-duration: .3s;
}

video {
	border-radius:1.5rem;
    width:100%;
    height:auto;
    border: rgba(153, 153, 153, 0.73) .5px solid;
    -moz-box-shadow:    0px 7px 17px 7px rgba(0, 50, 106, .4);
    -webkit-box-shadow: 0px 7px 17px 7px rgba(0, 50, 106, .4);
    box-shadow:         0px 7px 17px 7px rgba(0, 50, 106, .4);
}



/*img.serena:hover{
	border-radius: 1em;
    transition-duration: .7s;
}*/

/**
 * Make Eyes follow the Cursor
 * See more at: https://support.cargo.site/Make-Eyes-Follow-the-Cursor
 **/

img[data-caption="#eye"] {
	height: 2.25rem!important;
    width: 2.25rem!important;
}




img.logo{
    border-radius: 0;
    opacity: 100%;
    width: 80vw;
    border: none;
    
    margin: 29rem auto 2.6rem auto;
     
    display: block;
    /*pointer-events: none;*/
}

.slide {
    animation: none 25s linear infinite;
}

.AppIcon{
	border: none;
    border-radius: 0;
    -moz-box-shadow:    0px 0px 0px 0px transparent;
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow:         0px 0px 0px 0px transparent;

}

.menu{
    display: inline-block;
    float:left;
}

.aqua{
	font-family:helvetica, -apple-, system, BlinkMacSystemFont, sans-serif;
	font-weight:400;
	text-align: center;
	color: rgba(255, 255, 255, 1.0);
	display:inline-block;
	
    padding:0.8rem 1.1rem;
    margin-right: -0.5em;
	border-radius:200px;
	position:relative;
	z-index:0;
	background-image: linear-gradient(-180deg, #799FD4 0%, #748695 100%);
	box-shadow:0 5px 2px -3px rgba(14,97,192,0.1), 0 1px 1px 0 rgba(14,97,192,0.1), 0 3px 9px 0 rgba(0,128,161,0.3);
    -moz-box-shadow:0 5px 2px -3px rgba(14,97,192,0.1), 0 1px 1px 0 rgba(14,97,192,0.1), 0 3px 9px 0 rgba(0,128,161,0.3);
    -webkit-box-shadow:0 5px 2px -3px rgba(14,97,192,0.1), 0 1px 1px 0 rgba(14,97,192,0.1), 0 3px 9px 0 rgba(0,128,161,0.3);
    height: 2.5em;
    transition-duration: .3s;
    
    font-size: 1.3rem;
    line-height: 1.3em;
    
	font-weight: 400;
    font-style: normal;
}

.aqua::after{
	content:" ";
	display:block;
	background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.85) , rgba(168, 214, 255, 0.17) 80%);
	position:absolute;
	top:1px;
	left:1.1rem;
	right:1.1rem;
	bottom:50%;
	z-index:2;
	border-radius:100px;
}

.aqua > span{
	color: rgba(255, 255, 255, 1.0);
	text-shadow: 0 1px 0 rgba(0, 97, 170, 1);
	position:relative;
	z-index:3;
	display:block;
	top:-1px;
}

.aqua::before{
	content:" ";
	display:block;
	position:absolute;
	z-index:-1;
	top:1px;
	left:1px;
	right:1px;
	bottom:1px;
	border-radius:100px;
	background-image: linear-gradient(-180deg, #47a3ff 50%, #BAE3F6 100%);
	box-shadow: inset 0 0 1px rgba(15, 96, 187, 1), inset 0 0 12px 2px rgba(255,255,255,0.21);
    -moz-box-shadow: inset 0 0 1px rgba(15, 96, 187, 1), inset 0 0 12px 2px rgba(255,255,255,0.21);
    -webkit-box-shadow: inset 0 0 1px rgba(15, 96, 187, 1), inset 0 0 12px 2px rgba(255,255,255,0.21);
}

.aqua:hover{
    box-shadow:0 5px 2px -3px rgba(0, 50, 106, 0.68), 0 1px 1px 0 rgba(14,97,192,0.1), 0 3px 9px 0 rgba(0,128,161,0.3);
	-moz-box-shadow:0 5px 2px -3px rgba(0, 50, 106, 0.68), 0 1px 1px 0 rgba(14,97,192,0.1), 0 3px 9px 0 rgba(0,128,161,0.3);
	-webkit-box-shadow:0 5px 2px -3px rgba(0, 50, 106, 0.68), 0 1px 1px 0 rgba(14,97,192,0.1), 0 3px 9px 0 rgba(0,128,161,0.3);
	transition-duration: .3s;
}

.smallAqua{
	font-family:-apple-, system, BlinkMacSystemFont, sans-serif;
	text-align: center;
	color: rgba(255, 255, 255, 0.9);
	display:inline-block;
	min-width: 1.2rem;
    min-height: 1.2rem;
	border-radius:100px;
	position:relative;
	z-index:0;
	background-image: linear-gradient(-180deg, #799FD4 0%, #748695 100%);
	box-shadow:0 5px 2px -3px rgba(14,97,192,0.1), 0 1px 1px 0 rgba(14,97,192,0.1), 0 3px 9px 0 rgba(0,128,161,0.3);
    align-content: center;
}

.smallAqua::after{
	content:" ";
	display:block;
	background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.85) , rgba(168, 214, 255, 0.17) 80%);
	position:fixed;
	top:1px;
    max-width: 0.7rem;
    margin-left: 0.0rem;
    left:9px;
	right:9px;
	bottom:50%;
	z-index:2;
	border-radius:100px;
}

.smallAqua > span{
	color: rgba(255, 255, 255, 0.4);
	text-shadow: 0 1px 0 rgba(0, 97, 170, 1);
	position:relative;
	z-index:3;
	display:block;
	top:-1px;
}

.smallAqua::before{
	content:" ";
	display:block;
	position:absolute;
	z-index:-1;
	top:1px;
	left:1px;
	right:1px;
	bottom:1px;
	border-radius:100px;
	background-image: linear-gradient(-180deg, #47a3ff 50%, #BAE3F6 100%);
	box-shadow: inset 0 0 1px rgba(15, 96, 187, 1), inset 0 0 12px 2px rgba(255,255,255,0.21);
}

.glass{
	background-color: #528ab522;
    backdrop-filter: blur(9px);
    -moz-backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    
    width: auto;
    height: inherit;
    z-index: 3;
    border-radius: 2.8rem;
    
    border: .5px solid;
    
    
    border: rgba(135, 183, 255, 1) .5px solid;
    padding: 1em;
    
    margin:-15px;
    padding: 1.2rem;
    
	text-align: left;
    
    -moz-box-shadow:     inset  0px 0px 60px 10px rgba(255, 255, 255, 0.4), 0px 7px 20px 0px rgba(0, 50, 106, .4);
    -webkit-box-shadow:  inset  0px 0px 60px 10px rgba(255, 255, 255, 0.4), 0px 7px 20px 0px rgba(0, 50, 106, .4);
    box-shadow:          inset  0px 0px 60px 10px rgba(255, 255, 255, 0.4), 0px 7px 20px 0px rgba(0, 50, 106, .4);

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    
    transition-duration: 0.4s;
}

/*
.glass:hover{
	color: rgba(94, 144, 220, 1);
    background-color: rgba(255, 255, 255, 0.57);
	
    transition-duration: 0.4s;
   
    -moz-box-shadow:     none;
    -webkit-box-shadow:  none;
    box-shadow:          none;
}*/

.glass li a {
	text-decoration: underline;
    color: inherit;
}

div.textEdit{
    background-color: #ffffff;
    
    width: 100%;
    height: inherit;
    z-index: 3;
    border-radius: 1.4rem;
    text-align: left;
    border: rgba(153, 153, 153, 0.73) .5px solid;
    
    -moz-box-shadow:    0px 7px 17px 7px rgba(0, 50, 106, .4);
    -webkit-box-shadow: 0px 7px 17px 7px rgba(0, 50, 106, .4);
    box-shadow:         0px 7px 17px 7px rgba(0, 50, 106, .4);
    
    transition-duration: .3s;
    
}

div.textEdit:hover{
	-moz-box-shadow:    0px 2px 7px 2px rgba(0, 50, 106, .4);
    -webkit-box-shadow: 0px 2px 7px 2px rgba(0, 50, 106, .4);
    box-shadow:         0px 2px 7px 2px rgba(0, 50, 106, .4);
	
    transition-duration: .3s;
}

p.textEdit{
	padding: 0.8rem 1rem 0.8rem 1rem ;
    font-size: inherit;
    margin: 1rem;
    color: black;
    text-shadow: none;
}

p a.textEdit{
	text-decoration:underline;
    color:#006fff;
}

p a.textEdit:hover{
	text-decoration:underline;
    color:#00f;
}

.handle{
    width: 100%;
    border-radius: 1.4rem 1.4rem 0px 0px;
    background-image: linear-gradient(0deg, rgba(218, 218, 218, 0.99) 5%, #e4e4e4 100%);
    border-bottom: #a0a0a0 2px solid;
    border: none;
    padding: 9px;
    
    line-height: 0;
}

.mini{
    margin:4px 2px 3px 0px;
    padding: 8px;
    
	box-shadow:0 5px 2px -3px rgba(14,97,192,0.0), 0 1px 1px 0 rgba(14,97,192,0.0), 0 3px 9px 0 rgba(0,128,161,0.0);   
}

.mini:hover{
	box-shadow:0 5px 2px -3px rgba(14,97,192,0.0), 0 1px 1px 0 rgba(14,97,192,0.0), 0 3px 9px 0 rgba(0,128,161,0.0);   
}

.mini::after{
	content:" ";
	display:block;
	background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.85) , rgba(168, 214, 255, 0.17) 80%);
	position:absolute;
	top:2px;
	left:5px;
	right:5px;
	bottom:63%;
	z-index:2;
	border-radius:100px;  
}

.red{
    margin-left:5px;
    background-image: linear-gradient(-180deg, #cb9393 0%, #957474 100%);
}

.red::before{
	background-image: linear-gradient(-180deg, #ff4747 50%, #f6baba 100%);
	box-shadow: inset 0 0 1px rgba(15, 96, 187, 1), inset 0 0 12px 2px rgba(255,255,255,0.21);
}

.yellow{
    background-image: linear-gradient(-180deg, #cdcdcd 0%, #959574 100%);
}

.yellow::before{
	background-image: linear-gradient(-180deg, #f1a611 50%, #cfcfcf 100%);
	box-shadow: inset 0 0 1px rgba(15, 96, 187, 1), inset 0 0 12px 2px rgba(255,255,255,0.21);
}

.green{
    background-image: linear-gradient(-180deg, #cdcdcd 0%, #959574 100%);
}

.green::before{
	background-image: linear-gradient(-180deg, #1ec218 50%, #cfcfcf 100%);
	box-shadow: inset 0 0 1px rgba(15, 96, 187, 1), inset 0 0 12px 2px rgba(255,255,255,0.21);
}

.George{
    position:fixed; 
    margin: 0 auto;
    align-self: center;
    align-content: center;
    align-items: center;
    bottom:1rem;
    left: 42%;
}

/*
Mailchimp Embed Styling
*/


/*
#mc_embed_signup:hover {
	-moz-box-shadow:    0px 3px 10px 0px rgba(0, 50, 106, .4); 
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 50, 106, .4); 
    box-shadow:         0px 3px 10px 0px rgba(0, 50, 106, .4); 
}
*/



#mc_embed_signup{ 
    padding:0px 2px 0px 2px; 
    
    clear:left; 
    font: 1.7rem "Monument Grotesk Variable", Helvetica Neue, helvetica, sans-serif; 
    width:100%; 
    height:100%;
    
    /*
    background-image: linear-gradient(0deg, rgba(218, 218, 218, 0.99) 5%, #e4e4e4 100%);
    
    border-radius:2.5rem; 
    border: rgba(153, 153, 153, 0.73) .5px solid; 
    
    -moz-box-shadow:    0px 7px 17px 7px rgba(0, 50, 106, .4); 
    -webkit-box-shadow: 0px 7px 17px 7px rgba(0, 50, 106, .4); 
    box-shadow:         0px 7px 17px 7px rgba(0, 50, 106, .4); 
    */
    
    transition-duration: .3s; 
    }

.input{
    font-family:"Monument Grotesk Variable", helvetica; 
    color:#fff; 
    font-weight:400; 
    font-size:1.3rem; 
    padding:12px 14px;
    margin-bottom: 0.8rem;
    width:100%;
    
    background-color: rgba(200, 231, 255, 0.37);
    backdrop-filter: blur(8px);
    -moz-backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    
    border: 1px solid #fff; 
    -webkit-border-radius: 10000px; 
    -moz-border-radius: 10000px; 
    border-radius: 10000px;
    
    transition-duration: .3s; 
    
    /*
    -moz-box-shadow:    0px 7px 17px 7px rgba(0, 50, 106, .4); 
    -webkit-box-shadow: 0px 7px 17px 7px rgba(0, 50, 106, .4); 
    box-shadow:         0px 2px 12px 1px rgba(0, 50, 106, .4); 
    */
}

.input:focus{
	border: 1px solid #fff;
    
    color: #5e90dc;
        
    background-color: transparent;

    backdrop-filter: blur(0px);
    -moz-backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
        
    transition-duration: .3s; 

}

.submit{
    font-family: "Monument Grotesk Variable"; 
    color:white; 
    font-weight:400; 
    font-size:1.3rem; 
    line-height: 2.0rem;
    padding: 0px;
    margin-top:-45px;
    
    background-color: rgba(255, 0, 0, 0);
    border: none;	
}

div.subButton{
    margin-left:0.0rem;	
}

.projectHeader{
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: lighter;
	
	color: rgb(255, 255, 255);
	line-height: 0.9em;
    font-size: 20.0vmin;
    text-align: inherit;
    margin-top: 16vh;
    margin-bottom: 6vh;
}

.projectFooter{
    font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: lighter;
    
	margin-top: 2vh;
	margin-bottom: 5vh;
    font-size: 20.0vmin;
    color: white;
    transition-duration: .3s;
}

.projectFooter a:hover{
    color: rgba(22, 77, 119, 0.74);
	transition-duration: .1s;	
    
    font-weight: 300;
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px){
	
    .projectHeader{	
    margin: 9vh 2vmin 1vh 2vmin;
    font-family: "Helvetica Neue Light", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
    font-weight: 300;
    color: white;
        
    font-size: 6.4rem;
	line-height: 1.1;
    }
    
    .projectFooter{
	margin-top: 5vh;
	margin-bottom: 17vh;
    font-family: "Helvetica Neue Light", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
    font-weight: 300;
        
    font-size: 5.9rem;
	line-height: 1.1;
    text-decoration: none;
        
    color: white;
        
    transition-duration: .3s;
    }
    
    .projectFooter:hover{
	color: rgba(22, 77, 119, 0.74);
        transition-duration: .3s;
    }
    
    .clock{
	min-width:14vw;
    bottom: 0.0em;
    height: 2.4em;}
    
    .aqua{
    padding:0.9rem 1.4rem;
    margin-right: -3px;
    margin-bottom: 3px;
    margin-left:0rem;
    font-size: 1.1em;
    line-height: 2.8rem;
    height: 2.5em;}
    
    .image-gallery{
	border-radius: 1.9rem;
    max-width: 100%;
    min-width: 100%;
    overflow: hidden;
	}
	
    
    .projects-index{
	display: flex;
    position: fixed;
    top: -10vh;
    left: 1rem;
    transform: translate(0.0vw, 0%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    transition-duration: 1.5s;
    
    
    padding: 0;
	}
    
    .dropbtn{
    background-color: rgba(255, 0, 0, 0);
    color: rgba(255, 255, 255, 0.9);
    font-family: helvetica; }

	.dropdown{
    position: relative;
	display: block;
	}

	.dropdown-content{
    display: none;
    position: absolute;
    overflow: show;
    text-align: left;
    margin-top: 0.2rem;
  
    z-index: 1;}

	.dropdown-content a{
  	text-decoration: none;}

	.show{
	display:block;}
    
    div.serena2{
	border-radius: 2.5rem;
    margin-left: 2%;
    max-width: 96%;
    max-height: auto;
    -moz-box-shadow:    3px 3px 17px 7px rgba(0, 50, 106, .4);
    -webkit-box-shadow: 3px 3px 17px 7px rgba(0, 50, 106, .4);
    box-shadow:         3px 3px 17px 7px rgba(0, 50, 106, .4);}
    
    
	div.serena{
	border-radius: 2.5rem;
    margin-left: 2%;
    max-width: 96%;
    max-height: auto;
    -moz-box-shadow:    3px 3px 17px 7px rgba(0, 50, 106, .4);
    -webkit-box-shadow: 3px 3px 17px 7px rgba(0, 50, 106, .4);
    box-shadow:         3px 3px 17px 7px rgba(0, 50, 106, .4);}
    
    .glass{
    margin-left: 0%;
    margin-bottom: 1rem;
	max-width: 100%;
    height: inherit;
    font-size: 1.5em;}

    div.textEdit{
    margin-left: 2%;
    max-width: 96%;}
        
    .smallAqua{
    padding:0.9rem;
    margin: 0.3rem 0.2rem 0.3rem 0.3rem;}
    
    .dropdown-content{
	min-width: 97vw;
	}
    
    .dropdown-item{
    color: rgba(255, 255, 255, 0.84);
    margin-top: 0.4rem;
    margin-right: 0.2rem;}
    
    .audio-player{
    width: 100%;
    max-width: 65vw;
        
    font-size: 1.9rem;
    line-height: 2.2rem;
    margin-bottom: 0.8rem;
    padding: 1;
    height: 2.2rem;}
    
    .audio-player .icon {
    fill: rgba(255, 255, 255, 0.75);
    padding: 0.45rem 0.8rem 0.45rem 2px;
    width: 80%;
    }
    
    .audio-player .note-icon {
    height: 61%;
    width: 2.7rem;
    padding: 0.5rem;
    fill: rgba(255, 255, 255, 0.8);
    overflow: show;
    }

    div.textEdit{
	width: 100%;}
    
    img.logo{
	rotate: 0deg;
    height: 16rem;
    width: auto;
    margin: 22rem auto 4rem auto;}
    
    .HomeHeader{
	margin-bottom: 0vh;}

    
    .slide{
    animation: moveSlide 20s linear infinite;
    -moz-animation: moveSlide 20s linear infinite;
    -webkit-animation: moveSlide 20s linear infinite;    
    -o-animation: moveSlide 20s linear infinite;    
	}
    
    .desktopOnly{
	opacity: 0;
    }
    
    iframe{
	max-width: 100%;
    }
    
    .service{
    font-size: 1.7rem;
    margin: 0.5rem 0.5rem 0.9rem 0.3rem;
    padding: 1.2rem 1.6rem;
	}
    
    .projects-index{
	display:inline-block;
    position: initial;     
    top: 50%;
    left: 1rem;
    transform: translate(.5vw, 5vh);    
    height: 100vh;         
	}
      
    .page-content{
	padding-top: 30%;
	}
    
    .input{
	font-size: 2rem;
    font-family: "Monument Grotesk Variable";padding: 23px 14px;
    font-weight: 350;
    padding: 1.0rem 0rem 1.1rem 1.5rem;
        margin-bottom: 1.3rem;
	}
    
    input.submit{
	font-size: 1.8rem;
    line-height: 2.9rem;
        
    display:block; 
    overflow:show; 
    margin-top:-0.1rem;

	}
    
    .subButton{
	height:2.4em;
    }
    
    input.aqua{
	max-height: 2em; 
    padding:1.3rem 1.5rem;
    font-size: 1.4em;
    line-height: 1.6rem;}
	}


	
    
    



@keyframes moveSlide {
 	0% {transform: translateX(105vw)}
    100% {transform: translateX(-120%);}
	}

@-moz-keyframes moveSlide {
 	0% {transform: translateX(105vw)}
    100% {transform: translateX(-120%);}
	}

@-webkit-keyframes moveSlide {
 	0% {transform: translateX(105vw)}
    100% {transform: translateX(-120%);}
	}

@-o-keyframes moveSlide {
 	0% {transform: translateX(105vw)}
    100% {transform: translateX(-120%);}
	}
