#toolset {
	display: none;
}

body {
	background-color: rgba(0, 0, 0, 0.43);
	color: #000;
}

/*html {
  cursor: url("https://freight.cargo.site/t/original/i/13980ef814828df773a28bc4042166efbdb6016b558bd727a0afa065f42d3b43/white-circle3.png"), auto !important;
} 

a {
    cursor: url("https://freight.cargo.site/t/original/i/13980ef814828df773a28bc4042166efbdb6016b558bd727a0afa065f42d3b43/white-circle3.png"), auto !important;
}

*/

a {
	cursor:crosshair;
}

a:active {
	opacity: 0.7;
}


.page a.active {
	
}

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

img {
	border: 0;
	padding: 0;
}

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

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

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

.content img {
	float: none;
	margin-bottom: 2rem;
    box-shadow: none;
    vertical-align: bottom;
}
.shadow img {
	filter: drop-shadow(-3px 3px 7px rgba(0,0,0,0.3))  !important;
}
.no-margin img {
	margin-bottom: 0 !important;
}
.thumbnails .tags a:hover {
	border-bottom: 0;
    color: rgba(214, 214, 214, 0.65);
    text-decoration: none;
}
.thumbnails .tags a {
	transition: .3s ease;
}

.inspoStar {
    filter: drop-shadow(0 0 3px rgba(227, 227, 227, 0.93))  !important;
	display: inline-block;
    -webkit-animation: rotater 4s linear infinite;
    animation: rotater 14s linear infinite;
    transition: scale .75s ease-in-out;
}
.inspoStar:hover {
	scale: 1.25;
}

@keyframes rotater {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*.above4 .image-link:nth-child(1) {
	margin-top: 200px !important;
}*/

/*.heroVidOpen {
	height: 100vh;
    position: absolute;
    margin: auto;
    background: black;
    opacity: 1;
}
.heroVidOpen div {
	height: 200%;
    position: absolute;
    margin: auto;
    mix-blend-mode: difference;
    opacity: 1;
}*/
.rotate {
    display: inline-block;
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#glossierColor {
	background-image: radial-gradient(at center bottom, rgba(255, 216, 156, 0.7) 0%, rgba(251, 144, 255, 0.68) 20%, rgba(149, 156, 255, 0.89) 62%, rgba(251, 185, 101, 0.67) 90%); 
    mix-blend-mode: overlay;
}
#MOVEinvert {
	-webkit-filter: invert(1) contrast(.75) brightness(1.5) hue-rotate(180deg);
    filter: invert(1) contrast(.75) brightness(1.5) hue-rotate(180deg);
    -webkit-transition: all 1.3s ease;
    transition: all 1.3s ease !important;    
}
.MOVEvid:hover #MOVEinvert {
	-webkit-filter: invert(0) contrast(0.8) brightness(1.25) hue-rotate(0deg);   
    filter: invert(0) contrast(0.8) brightness(1.25) hue-rotate(0deg);   
}
.herologo {
	filter: brightness(0);
    opacity: 0%;
    transition: 1.3s ease-in-out !important;
}
.heroScrollIndic span {
	color: black !important;
    transition: 0.9s ease-in-out 0.1s !important;
}
.heroScrollIndic {
	margin-top: -5vh !important;
    opacity: 0%;
    transition: 0.9s ease-in-out 0.3s !important;
}
#timeOut:hover .herologo {
	filter: brightness(1);
    opacity: 50% !important;
}
#timeOut:hover .heroScrollIndic span {
	color: white !important;
    opacity: 50%;
    transition: 0.9s ease-in-out 0.4s !important;
}
#timeOut:hover .heroScrollIndic {
	margin-top: 0vh !important;
    opacity: 50%;
    transition: 0.9s ease-in-out 0.2s !important;
}
#timeOut {
	mix-blend-mode: lighten !important;
}

/*
@keyframes timeOutMix {
	from {
	mix-blend-mode: lighten;
	}
    to {
	mix-blend-mode: soft-light;
	}
}

#timeOut {
	animation-name: timeOutFade, timeOutMix; 
    animation-duration: 10s; 
    animation-timing-function: ease; 
    animation-delay: 10s, 12s;
    animation-iteration-count: infinite, 1;
  	animation-direction: alternate, normal;
    animation-fill-mode: both, forwards;
}
@keyframes timeOutFade {
	0% {
	opacity: 1;
	}
    45% {
	opacity: 1;
	}
    65% {
	opacity: 0;
	}
    100% {
	opacity: 0;
	}
}*/
#pageBanner #hidearrow {
	opacity: 0%;
    transition: 0.7s ease-in-out;
}

#pageBanner:hover #hidearrow {
	opacity: 80%;
}

.heroOverlay {
	background: #000;
    min-height: 50vh;
    z-index: 100;
}
.heroOverlay #heroLogo {
	width: 50vw;
   /* mix-blend-mode: lighten; */
    opacity: 0.65;
}
#heroScroll {
	display: block; 
    position: absolute; 
    top: 93%; left: 50%; 
    transform: translate(-50%, -50%);
}

.pageBannerWrap {
	padding: 1vh;
    background-color: rgba(0, 0, 0, 0.1);
   	-webkit-backdrop-filter: blur(10px) contrast(120%) saturate(2) brightness(2) grayscale(0%) sepia(80%) hue-rotate(-100deg);
    backdrop-filter: blur(10px) contrast(120%) saturate(2) brightness(2) grayscale(0%) sepia(80%) hue-rotate(-100deg);
    transition: 0.9s ease-in-out;
}
#GTKM.pageBannerWrap {
	padding: 1vh;
    box-shadow: 0 15vh black;
    margin-bottom: 13vh;
    background-color: rgba(0, 0, 0, 0.1);
   /* -webkit-backdrop-filter: blur(5px) grayscale(50%) contrast(140%);
  	backdrop-filter: blur(25px) saturate(2) contrast(140%);*/
    -webkit-backdrop-filter: blur(10px) contrast(170%) saturate(0) brightness(4) grayscale(40%) sepia(70%) hue-rotate(-70deg);
    backdrop-filter: blur(10px) contrast(170%) saturate(0) brightness(4) grayscale(40%) sepia(70%) hue-rotate(-70deg);
    transition: 0.9s ease-in-out;
}
/*#pageBannerWrap:nth-child(1) {
	margin-top: -0.3em !important;
}*/
#pageBanner {
	height: 24vh;
    background: rgba(0, 0, 0, 0.45); 
    z-index: 360 !important; 
    backdrop-filter: blur(5px);  
    -webkit-backdrop-filter: blur(5px);
    overflow: hidden;
    transition: 0.9s ease-in-out;
}
#pageBanner h1 {
	padding: 5vh 5vh 5vh 12vh;
    font-size: 7vh;
    transition: 0.9s ease-in-out;
}
#pageBanner .firstSloopTwo::first-letter {
	font-size: 1.7em;
    line-height: .1em;
    letter-spacing: 0.84rem;
}
#GTKM #pageBanner .firstSloopTwo::first-letter {
	letter-spacing: -.25rem;
}
.pageBannerWrap:hover #pageBanner h1 {
	padding: 5vh 6vh 5vh 13vh;
}
.pageBannerWrap:hover #pageBanner {
	height: 26vh;
    background: rgba(0, 0, 0, 0.15); 
    backdrop-filter: blur(2px);
    overflow: hidden;
}
.pageBannerWrap:hover, #GTKM.pageBannerWrap:hover {
	padding: 0;
    -webkit-backdrop-filter: blur(0px) contrast(100%) saturate(1) brightness(1) grayscale(0%) sepia(0%) hue-rotate(0deg);
    backdrop-filter: blur(0px) contrast(100%) saturate(1) brightness(1) grayscale(0%) sepia(0%) hue-rotate(0deg);
}
@keyframes timeOutFade {
		0% {
		opacity: 1;
		}
    	
        45% {
		opacity: 1;
		}
    
        65% {
		opacity: 0;
		}
    
        100% {
		opacity: 0;
        display: none;
		}
    }
@media  only screen and (max-width: 768px) {
	.headerblur {
	content: "";
    position: absolute;
    height: 20vh;
    inset: 0;
    z-index: -2;
    mask: linear-gradient(to top, transparent,  white 65%);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
    .headerShadow {
	max-height: 50vh !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)) !important;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
	}
    
    #pageBanner .firstSloopTwo::first-letter {
	font-size: 1.6em;
    line-height: .1em;
    letter-spacing: 0.05rem;
	}
    #timeOut .herologo {
	filter: brightness(1);
        width: 98vw;
    opacity: 50% !important;
	}
	#timeOut .heroScrollIndic span {
	color: white !important;
    opacity: 80%;
    transition: 0.9s ease-in-out 0.4s;
	}
	#timeOut .heroScrollIndic {
	margin-top: 0vh !important;
    opacity: 50%;
    transition: 0.9s ease-in-out 0.2s;
	}
    #timeOut {
        mix-blend-mode: lighten;
	animation-name: timeOutFade; 
    animation-duration: 10s; 
    animation-timing-function: ease-out; 
    animation-delay: 10s;
    animation-iteration-count: 1;
  	animation-direction: alternate;
    animation-fill-mode: both;
	}
    
	#pageBanner #hidearrow {
	opacity: 40%;
        font-size: 10vw;
        line-height: 0;
        margin-left: -1.25vw;
    transition: 0.7s ease-in-out;
	}
    
    #pageBanner h1 {
		font-size: 8vw;
        width: 98vw !important;
        line-height: 1em;
        padding: 5vh 1vh 5vh 2vh;
	}
    .pageBannerWrap:hover #pageBanner h1 {
	padding: 6vh 2vh 6vh 3vh;
	}
    
    #pageBanner {
	height: 20vh;
    }
    .pageBannerWrap:hover #pageBanner {
	height: 22vh;
    }
    #moveFloat div {
	width: 100% !important;
	}
    #moveFloat img {
	width: 90% !important;
        margin-right: -40vw !important;
	}
}
.heroWrap {
	height: 100vh;
    overflow: auto;
   /* scroll-snap-type: y inline;
    scroll-behavior: smooth;*/
}
.heroWrapInner {
	height: 200vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.heroWrap .introScale {
	margin-top: 50vh !important;
    margin-bottom: 0vh !important;
    padding-bottom: 70vh;
    height: 270vh !important;
    scroll-snap-align: end none;
    overflow: hidden;
}

.heroWrap .heroBelow {
	/*margin-top: 100vh !important;*/
    height: 100vh !important;
    margin-bottom: 10vh;
    scroll-snap-align: end none;
    overflow: hidden;
}
/*
.heroBelowWrap {
	height: 100vh;
    overflow: scroll;
}*/
.heroBelow {
	height: 115vh;
}
/*
.herocolor {
	position: sticky !important;
	top: 0;
	clip: rect(0px,100vw,100vh,0px);
}*/

.heroWrap #intro {
	background: #000 !important;
    padding: 1vh 3vw;
    margin-bottom: 0vh !important;
    transition: 1s ease-in-out;
}

.heroWrap .above {
	margin: 0vh auto -10vh auto !important;
}

.heroVidOpen {
  position: relative;
    height: 100vh;
    overflow: hidden;
  opacity: 0.5;
  background: black;
  animation: vidBack 5s ease-out 1s;
	animation-fill-mode: forwards;
}
@keyframes vidBack {
	from {
		opacity: 0.5;
		}
    to {
		opacity: 1;
		}
}
.heroVidOpen video {
	position: absolute;
    display: block;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
    width: 0%;
    animation: vidGrow 5s ease-out 1s;
	animation-fill-mode: forwards;
}
@keyframes vidGrow {
	from {
		width: 0%; 
        opacity: 0.5;
		}
    to {
		width: 200%;
        opacity: 1;
		}
}
.heroVidSib {
  position: absolute;
    display: block;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  background-color: black;
  mix-blend-mode: soft-light;
 
}
.heroVidOverlay {
	width: 100vw;
  height: 100vh;
    position: absolute;
    top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
    background-size: 24px;
    image-rendering: pixelated;
  background-image: url("https://freight.cargo.site/t/original/i/7247310bd6d66b679359ec183b2c5890095b807eac47728937bd25d774eb0baa/checkerboard_64.png");
  background-position: center;
    z-index: 10;
}

.aboutLinks {
	display: flex;
    width: 2.25em;
    height: 9em;
    flex-direction: column;
    padding: 0.65em .125em .9em .125em;
    border-radius: 20rem;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(180deg,  rgba(255, 224, 255, .1), rgba(255, 255, 255, 0.1));
}

.aboutLinks #linkHover img {
	width: 1.125em;
    margin-bottom: 0;
    filter: saturate(1);
    filter: drop-shadow(0 0 5px rgba(255, 183, 255, .1));
    transition: 0.5s ease;
}
.aboutLinks #linkHover:hover img {
	width: 1.25em;
    filter: saturate(3);
    filter: drop-shadow(0 0 5px rgba(255, 183, 255, .8));
}

#aboutSectWrap {
  width: 100vw;
    padding: 2em 10vw 5vh 10vw;
    margin-left: -10vw;
    margin-bottom: 20vh;
  height: 15.5vh;
  display: flex;
  transition: 0.6s ease-in-out;
}

#aboutSectWrap:hover {
  width: 100vw;
    padding: 2em 10vw;
  height: 55vh;
    margin-top: -5vh;
    margin-bottom: 0vh;
}


.aboutCol:hover:nth-child(1) {
	flex: 1.5;
}
.aboutCol:hover:nth-child(2) {
	flex: 2;
}
.aboutCol:hover:nth-child(3) {
	flex: 3;
}
.aboutCol:nth-child(4) h2 {
	-webkit-columns: 2;
  	-moz-columns: 2;
  	columns: 2;
    margin-right: 0em;
}
.aboutCol:hover {
flex: 5;
padding-top: 0;
width: 100%;
}
.aboutCol {
flex: .825;
width: 100%;
display: flex;
background: linear-gradient(45deg, #fff9d7, #ffe9ff, #d8fdff);
border-radius: 1.5rem;
border: .375rem solid black;
overflow: hidden;
transition: 0.6s ease-in-out;
}

.aboutCol #inner {
background: #151515;
border-radius: 1.15rem;
border: .25rem solid;
width: 95%;
    padding: 0 0 .125rem 5%;
position: relative;
flex: 1;
display: flex;
flex-direction: column;
align-items: flex-start;
transition: 0.7s ease-in-out;
}
.aboutCol:hover #inner {
background: transparent;
}
.aboutCol:hover #inner #title {
opacity: .75;
z-index: 0;
    transition-delay: .3s;
}

#aboutSectWrap:hover .aboutCol #inner #title {
transform: rotate(0deg);
transform: translate(-.375rem, -1.975rem);
}
.aboutCol #inner #title {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform-origin: top left;
    transform: rotate(-90deg);
    transition:  .5s ease-in-out 0.2s !important;
    
}

.aboutCol #inner #title {
font-family: "neue-haas-grotesk-display", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
    letter-spacing: -0.0125em;
    text-transform: uppercase;
font-size: 1.4em;
line-height: 1.2em;
float: left;
position: absolute;
top: 2.75rem;
left: .75rem;
margin-bottom: 0;
opacity: 1;
z-index: 2;
mix-blend-mode: difference;
transition: 0.6s ease-in-out;
}

.aboutCol:hover #inner .bottom {
	color: black !important;
    width: 100%;
}
#inner .bottom {
margin-bottom: 0;
    padding-left: 1.5rem;
    color: transparent !important;
margin-top: auto;
z-index: 1;
overflow: hidden;
transition: color .6s ease-in-out;}

.bottom #serif {
	font-size: 1.425rem;
    line-height: 1.35em;
    color: transparent;
    text-wrap: nowrap;
    font-family: "instrument-serif", sans-serif !important;
    font-weight: 400;
    transition: .6s ease-in-out;
}
#inner .bottom span:not(.infoCont) {
	font-size: 0.8em !important;
    color: transparent;
    transition: 0.4s ease-in-out;
}
.aboutCol:hover #inner .bottom span:not(.infoCont) {
	font-size: 0.8em !important;
    color: rgba(0, 0, 0, 0.5);
}
.aboutCol:hover #serif a {
	color: black !important;
}
#serif a {
	color: transparent !important;
    background: transparent;
}

.aboutCol:hover #serif {
	color: black !important;
}


.aboutCol:nth-child(1) #inner {border-color: #fff9d7;}
.aboutCol:nth-child(2) #inner {border-color: #ffe9ff;}
.aboutCol:nth-child(3) #inner {border-color: #d8fdff;}
.aboutCol:nth-child(4) #inner {border-color: #fff9d7;}

.aboutCol:nth-child(1) #title {color: #fff9d7;}
.aboutCol:nth-child(2) #title {color: #ffe9ff;}
.aboutCol:nth-child(3) #title {color: #d8fdff;}
.aboutCol:nth-child(4) #title {color: #fff9d7;}

@media  only screen and (max-width: 768px) {

    
    .aboveAbout {
	width: 101vw !important;
    margin-right: 0;
        margin-top: 6vh !important;
    height: auto !important; 
    align-content: flex-end;
        padding-top: 6vh !important;
        padding-bottom: 12vh !important;
        margin-left: 1vw !important;
        margin-bottom: 10vh !important;
        overflow: visible !important;
        transition: 0s linear !important;
	}
    .aboveAbout #introTitle {
	font-size: 11vw;
        width: 100%;
        text-align: justify;
        text-justify: inter-word;
        text-align-last: right;
        line-height: 0.8em;
        margin-top: -4vw;
        margin-right: 2vw;
        overflow: visible !important;
	}
    .aboveAbout .introPortrait {
	margin-top: .25em;
        height: 21vh;
}
 
    .aboutCol:nth-child(4) h2 {
	-webkit-columns: 1;
  	-moz-columns: 1;
  	columns: 1;
    margin-right: 0em;
}
    
    #inner .bottom {
	padding-left: 1rem;
	}
    
    .aboveAbout #serifintro {
	transition: 0s linear !important;
	}
    
    #aboutme #serifintro:nth-child(1) {
	font-size: 1.6em;
	}
    #aboutme #serifintro:nth-child(2) {
	font-size: 1.5em !important;
    margin-bottom: .5em;
	}
    
    .aboutLinks {
	width: 2.0em;
    height: 8.9em;
        background: #252525;
    }
    .aboutLinks #linkHover img {
	width: 1.1em;
    }
    .aboutLinks #linkHover:hover img {
	width: 1.25em;
    }
    
  /*  #aboutSectWrap {
    max-width: 80vw;
  	padding: 2em 0;
    margin: 0 auto;
  	height: 42vh;
    display: flex;
    flex-direction: column;
	align-items: center;
	}*/
    #aboutSectWrap {
    max-width: 80vw;
        min-height: 42vh;
        height: 10vh;
        max-height: 80vh;
  	padding: 2em 0;
    margin: -4vh 0 0vh 0;
    display: flex;
    flex-direction: column;
        justify-content: flex-start;
	align-items: center;
        transition: .6s ease-in-out;
	}
    
    .aboutCol:hover:nth-child(1) {
	height: 20vh;
    min-height: 18vh;
        flex: inherit;
	}
    .aboutCol:hover:nth-child(2) {
	height: 25vh;
    min-height: 23vh;
        flex: inherit;
	}
	.aboutCol:hover:nth-child(3) {
	height: 36vh;
    min-height: 34vh;
    flex: inherit;
	}
    .aboutCol:hover:nth-child(4) {
	height: 51vh;
    min-height: 49vh;
    flex: inherit;
	}
    
	.aboutCol:hover {
	/*flex: 16;*/
	padding: 0;
    padding: 0rem;
    min-width: 85vw;
	/*height: 40vh;*/
	}
    
    #aboutSectWrap .aboutCol {
	max-height: 8vh;
    height: 5vh;
	}
    
    #aboutSectWrap:hover .aboutCol {
	max-height: 7vh;
    height: 5vh;
	}
    
	.aboutCol {
	/*flex: -2;*/
	
	height: 5vh;
    min-height: 7vh;
	display: flex;
        
    min-width: 78vw;
	background: linear-gradient(45deg, #fff9d7, #ffe9ff, #d8fdff);
	border-radius: 1.5rem;
	border: .375rem solid black;
	overflow: hidden;
	transition: 0.7s ease-in-out;
	}
    
    .aboutCol #inner {
	padding: 0 0 .5rem 4rem;
    }
    
 	.aboutCol:hover #title {
     opacity: .25 !important;
	transform: rotate(0deg) !important;
	transform: translate(-.375rem, -1.575rem)!important;
	margin-top: 0;
    }
    
  .aboutCol #inner #title {
    font-size: 1.4em;
	writing-mode: vertical-rl;
    text-orientation: mixed;
    transform-origin: top left;
    transform: rotate(-90deg);
	transition:  0.5s ease-in-out 0.0s !important;
	}
    
	#aboutSectWrap:hover .aboutCol #inner #title {
	font-size: 1.0em;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform-origin: top left;
    transform: rotate(-90deg);
        margin-top: -0.5rem;
	}
    
    .bottom #serif {
	font-size: 1.375rem;
    line-height: 1.2em;
    margin-bottom: 0.25em;
	}
    
    .aboutCol:hover #inner .bottom {
	color: black !important;
    width: 95%;
	}
}

.TPIreel {
	position: relative;
}

#tpiTTwrap {
	position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 1;
    opacity: 0;
    width: 5.25rem;
    background: linear-gradient(120deg, rgba(255, 140, 255, 1), rgba(255, 224, 255, 1));
    
    border-radius: .5em;
    padding: .25em .5em;
    transition: opacity 0.9s ease-out, -webkit-filter 0.9s ease-out 0.2s, bottom 0.8s ease-in .2s;

}
#tpiTTtext {
	color: black;
}
.TPIreel:hover #tpiTTwrap {
	-webkit-filter: blur(0px);
    opacity: 1;
    
    bottom: -2rem;
    transition: opacity 0.8s ease-out .1s, -webkit-filter 0.9s ease-out 0.2s, bottom 0.9s ease-out;
}

.workAllProjects {
	margin-top: 5em;
}

.workAllProjects span {
    margin-right: .125em;
    padding-left: 0em;
    transition: 0.6s ease-in-out;
	animation: shinyGlow 3s ease-in-out 1s infinite;
}
.workAllProjects:hover span {
    margin-right: 0em;
    padding-left: .125em;
	animation-play-state: paused;
}

@keyframes shinyGlow { 
    0%   {text-shadow: 0 0 15px #ffabff;}
    33%	 {text-shadow: 0 0 5px rgba(255, 246, 195, 0.85);}
	66%	 {text-shadow: 0 0 5px rgba(192, 252, 255, 0.85);}
	100% {text-shadow: 0 0 15px #ffabff;}
}

.introBelowTitle {
	display: flex;
    align-items: flex-end;
    margin: 3em 0;
}
.aboveAbout .introBelowTitle {
	display: flex;
    align-items: flex-end;
    margin: 3em 0 1em 0;
}


.introPortrait {
	content: "";
    float: left;
    width: 20vw;
    max-width: 300px;
    min-height: 100px;
    max-height: 30vh;
    position: relative;
    background-image: url("https://freight.cargo.site/t/original/i/5108e612dfdb01d14eb57cba787b2d70a9a39b002aa9e5c709317d544aac3d17/ed-pinkish-lightbg_portrait.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 0 !important;
    z-index: 4;
    transition: .8s ease-in-out !important;
}

.introPortrait:hover {
	background-image: url("https://freight.cargo.site/t/original/i/8a0b06d8cc489cfbcc4faa18ec50c59fc60f35d7c26eb0f69fef14493bae899e/ed-pinkish_portrait.jpg");
    
    transition: .8s ease-in-out !important;
}

.introPortrait:hover .portraitTTwrap {
	top: -4.5rem;
    opacity: 1;
    -webkit-filter: blur(0px);
    transition: opacity 0.8s ease-out .1s, -webkit-filter 0.9s ease-out 0.2s, top 0.9s ease-out;
}
.portraitTTwrap {
	position: absolute;
    top: -0rem;
    left: 0rem;
    z-index: -1;
    opacity: 0;
    width: 9rem;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.5), rgba(216, 253, 255, 0.5));
    -webkit-filter: blur(5px);
    mix-blend-mode: overlay;
    border-radius: .5em;
    padding: .25em .5em;
    box-shadow: 3px 5px 15px -3px #ffe0ff;
    transition: opacity 0.9s ease-out, -webkit-filter 0.9s ease-out 0.2s, top 0.8s ease-in .2s;
}
#aboutIntro .portraitTTwrap {
	position: absolute;
    top: -0rem;
    left: 0rem;
    z-index: -1;
    opacity: 0;
    width: 9rem;
    background: linear-gradient(20deg, rgba(255, 194, 255, 1), rgba(255, 255, 228, 1));
    -webkit-filter: blur(5px);
    mix-blend-mode: overlay;
    border-radius: .5em;
    padding: .25em .5em;
    box-shadow: none !important;
    transition: opacity 0.9s ease-out, -webkit-filter 0.9s ease-out 0.2s, top 0.8s ease-in .2s;
}
#aboutIntro.introPortrait:hover .portraitTTwrap {
	top: -4.5rem;
    opacity: 1;
    -webkit-filter: blur(0px);
    transition: opacity 0.8s ease-out .1s, -webkit-filter 0.9s ease-out 0.2s, top 0.9s ease-out;
}

.portraitTTtext i {
	font-size: 1.1rem;
    letter-spacing: 0.025em;
    color: rgba(0, 0, 0, 0.75);
}
.portraitTTtext {
	font-size: 1.4rem;
    color: black;
    font-family: "instrument-serif", sans-serif !important;
    font-weight: 400;
}


.hoverPortrait {
	opacity: 0;
    margin-bottom: 0 !important;
    transition: .8s ease-in-out !important;
}

.introPortrait:hover .hoverPortrait {
	opacity: 0;
}


.introBody {
	width: 100%;
    float: right;
    padding: 0 6vw 0 2vw;
    transition: 1s ease-in-out;
}

.introBody#aboutme {
	width: 100%;
    float: right;
    padding: 0 0 0 2vw;
    transition: 1s ease-in-out;
}

.introScale:hover .introBody {
	width: 100%;
    float: right;
    padding: 0 10vw 0 2vw;
}
#site_menu_page_overlay {
	background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px); 
    animation: fadeInMenu ease .7s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 1;
    transition: .5s ease !important;
}

@keyframes fadeInMenu {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes aberration {
    0% {
        text-shadow: 
		0 0 1px white, 
        0 0 1.5px white,
        1px -1px 2px rgba(255, 117, 42, .5), 
        -1px 1px 2px rgba(42, 101, 255, .5),
        1.5px -1.5px 3.5px rgba(255, 243, 0, 0.5),
        -1.5px 1.5px 3.5px rgba(53, 243, 255, .5);
    	}
    50% {
		text-shadow: 
        0 0 1.5px white, 
        0 0 2.5px white,
        1.5px -1.5px 5px rgba(255, 117, 42, 1),
        -1.5px 1.5px 5px rgba(42, 101, 255, 1),
        3px -3px 8px rgba(255, 243, 0, .75),
        -3px 3px 8px rgba(53, 243, 255, .75);
		}
    100% {
        text-shadow: 
		0 0 1px white, 
        0 0 1.5px white,
        1px -1px 2px rgba(255, 117, 42, .5), 
        -1px 1px 2px rgba(42, 101, 255, .5),
        1.5px -1.5px 3.5px rgba(255, 243, 0, 0.5),
        -1.5px 1.5px 3.5px rgba(53, 243, 255, .5);
    	}
}

@keyframes aberrationText {
    0% {
        color: rgba(51, 51, 51, 0.75);
        text-shadow: 
		0 0 1px rgba(0, 0, 0, 1),
        1px 1px 2px rgba(0, 0, 0, 1),
        1px 0px 1px rgba(255, 255, 255, 0.25),
		0px -1px 1px rgba(255, 255, 255, 0.25),
		1px -1px 1px rgba(255, 255, 255, 0.5),
		1px 0px 2px rgba(255, 255, 255, 0.25),
		-1px 1px 1px rgba(255, 255, 255, 0.5),
		1px -1px 2px rgba(255, 117, 42, .25), 
        -1px 1px 2px rgba(42, 101, 255, .25),
        1.5px -1.5px 3.5px rgba(255, 243, 0, 0.25),
        -1.5px 1.5px 3.5px rgba(53, 243, 255, .25);
    	}
    50% {
		color: rgba(49, 49, 49, 0.75);
        text-shadow: 
		0 0 1px rgba(60, 60, 60, 1),
        1px 1px 2px rgba(60, 60, 60, 1),
        1px 0px 1px rgba(255, 255, 255, 0.25),
		0px -1px 1px rgba(255, 255, 255, 0.25),
		1px -1px 1px rgba(255, 255, 255, 0.5),
		2px -1px 1px rgba(255, 255, 255, 0.5),
		-1px 1px 1px rgba(255, 255, 255, 0.5),
		1.5px -1px 4px rgba(255, 117, 42, .75),
        -1.5px 1px 4px rgba(42, 101, 255, .75),
        4px -4px 12px rgba(255, 243, 0, .35),
        -4px 4px 12px rgba(53, 243, 255, .35);
		}
    100% {
        color: rgba(51, 51, 51, 0.75);
        text-shadow: 
		0 0 1px rgba(0, 0, 0, 1),
        1px 1px 2px rgba(0, 0, 0, 1),
        1px 0px 1px rgba(255, 255, 255, 0.25),
		0px -1px 1px rgba(255, 255, 255, 0.25),
		1px -1px 1px rgba(255, 255, 255, 0.5),
		1px 0px 2px rgba(255, 255, 255, 0.25),
		-1px 1px 1px rgba(255, 255, 255, 0.5),
		1px -1px 2px rgba(255, 117, 42, .25), 
        -1px 1px 2px rgba(42, 101, 255, .25),
        1.5px -1.5px 3.5px rgba(255, 243, 0, 0.25),
        -1.5px 1.5px 3.5px rgba(53, 243, 255, .25);
    	}
}

.abrDelay:nth-child(1) {animation-delay: 2s; }

.spanAbrDelay:nth-child(1) {animation-delay: 0.0s; }
.spanAbrDelay:nth-child(2) {animation-delay: 1s; }
.spanAbrDelay:nth-child(3) {animation-delay: 2s; }

@keyframes spanLinkColor {
	0% {
	color: #fff9d7;
    border-color: #fff9d7;
	}
    25% {
	color: #ffe9ff;
    border-color: #ffe9ff;
	}
    75% {
	color: #d8fdff;
    border-color: #d8fdff;
	}
    100% {
	color: #fff9d7;
    border-color: #fff9d7;
	}
}
@keyframes spanAberration {
    0% {
        text-shadow: 
		0 0 .125px white, 
        1px -1px 2px rgba(255, 117, 42, 0), 
        -1px 1px 2px rgba(42, 101, 255, 0),
        1.5px -1.5px 3.5px rgba(255, 243, 0, 0),
        -1.5px 1.5px 3.5px rgba(53, 243, 255, 0);
        box-shadow: 
		inset 0 0 1px white, 
        inset 0 0 1px white,
        inset 1px -1px 2px rgba(255, 117, 42, .25), 
        inset -1px 1px 2px rgba(42, 101, 255, .25),
        inset 1.5px -1.5px 3.5px rgba(255, 243, 0, 0.25),
        inset -1.5px 1.5px 3.5px rgba(53, 243, 255, .25);
    	}
    50% {
		text-shadow: 
		0 0 .25px rgba(255, 255, 255, 0.5),
        1px -1px 1px rgba(255, 117, 42, .5), 
        -1px 1px 1px rgba(42, 101, 255, .5),
        1.5px -1.5px 2px rgba(255, 243, 0, 0.25),
        -1.5px 1.5px 2px rgba(53, 243, 255, .25);
        box-shadow: 
		inset 0 0 1.5px white, 
        inset 0 0 2px white,
        inset 1.5px -1.5px 5px -1px rgba(255, 117, 42, .75),
        inset -1.5px 1.5px 5px -1px rgba(42, 101, 255, .75),
        inset 3px -3px 8px -2px rgba(255, 243, 0, .5),
        inset -3px 3px 8px -2px rgba(53, 243, 255, .5);
		}
    100% {
        text-shadow: 
		0 0 .125px white, 
        1px -1px 2px rgba(255, 117, 42, 0), 
        -1px 1px 2px rgba(42, 101, 255, 0),
        1.5px -1.5px 3.5px rgba(255, 243, 0, 0),
        -1.5px 1.5px 3.5px rgba(53, 243, 255, 0);
        box-shadow: 
		inset 0 0 1px white, 
        inset 0 0 1.5px white,
        inset 1px -1px 2px rgba(255, 117, 42, .25), 
        inset -1px 1px 2px rgba(42, 101, 255, .25),
        inset 1.5px -1.5px 3.5px rgba(255, 243, 0, 0.25),
        inset -1.5px 1.5px 3.5px rgba(53, 243, 255, .25);
    	}
}

#hideicon {
	margin: 0 0 0 -1.8rem;
    font-family: Neue Haas Grotesk, Icons;
    font-size: 1rem; 
    color:#ffffff80; 
    padding-right: 2px;
    opacity: 0;
    transition: opacity .5s ease, margin .7s ease .1s;
}



#mobilelogo {
	position: absolute;
    top: 3rem;
    left: 3rem;
    max-width: 75vw;
    height: 2.1em;
}

.mbmenufill {
	height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    animation: fadeInMenu ease .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.mbmenufill h1 {
	--bg-size: 400%;
  --color-one: #fff9d7;
  --color-two: #ffe9ff;
  --color-three: #d8fdff;
  
  background: linear-gradient(
      45deg,
      var(--color-one),
      var(--color-two),
      var(--color-three),
      var(--color-one)
    )
    0 0 / var(--bg-size) 100%;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
    mix-blend-mode: normal;
    animation: move-bg 15s ease infinite;

}

.mbmenufill .firstSloop::first-letter {
	z-index: 60 !important;
    color: transparent;
    font-size: 2.1em;
    line-height: .1em;
    letter-spacing: .35rem;
  /*  text-shadow: 3px 2px 5px black, 3px 2px 6px black;*/
}
.mbmenufill .firstSloopTwo::first-letter {
	z-index: 6 !important;
    color: white;
    font-size: 2.1em;
    line-height: .1em;
    letter-spacing: .05rem;
  /*  text-shadow: 3px 2px 5px black, 3px 2px 6px black; */
}

#mobilemenux {
	margin: 0 -.125em .5em auto;
    max-width: 30vw;
}

.contactbutton {
	overflow: hidden;
}
.contactbutton:hover #hideicon {
	margin: 0;
    opacity: 1;
    transition: opacity .7s ease .15s, margin .6s ease;
    
}
#aboutme #serifintro {
    color: #ffe9ff;
    font-family: "instrument-serif", sans-serif !important;
    font-weight: 400;
    font-size: 1.75em;
    letter-spacing: -0.015em !important;
    font-style: normal;
    text-wrap: pretty;
    line-height: 2.875rem;
    padding-bottom: .1em;
    margin-bottom: -.1em;
    mix-blend-mode: difference;
    transition: 1.2s ease-in;
}
#aboutme #serifintro:nth-child(2) {
	font-size: 1.25em;
    line-height: 1.25em;
}
#aboutme #serifintro:nth-child(1) {
	margin-bottom: .5em !important;
}
#aboutme #serifintro #NHGDMed {
	text-transform: uppercase;
    font-size: 2.6rem;
}
#serifintro {
	color: #ffe9ff;
    font-family: "instrument-serif", sans-serif !important;
    font-weight: 400;
    letter-spacing: -0.015em !important;
    font-style: normal;
    text-wrap: pretty;
    line-height: 3.15rem;
    padding-bottom: .1em;
    margin-bottom: -.1em;
    mix-blend-mode: difference;
    transition: 1.2s ease-in;
}
#NHGDMed .shiny-text {
	animation: move-bg 5s linear infinite;
}
#serifintro #NHGDMed {
	text-transform: uppercase;
    font-size: 2.9rem;
}
.introScale:hover #serifintro {
	color: #9fdadd;
}

#introTitle {
	font-family: "neue-haas-grotesk-display", sans-serif !important;
    font-weight: 500 !important;
    font-style: normal;
    letter-spacing: -0.025em;
    word-spacing: .025em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0);
    margin-top: -1.9rem;
    margin-bottom: -0.4em;
    font-size: 6vw;
}

#introTitle::first-letter {
	font-family: "sloop-script-two" !important; 
    font-size: 2em;
    line-height: 0.7em;
    letter-spacing: .35rem;
    font-weight: 400 !important;
}

#introTitleSup {
	font-family: "neue-haas-grotesk-display", sans-serif !important;
    font-weight: 500 !important;
    font-size: 1.6vw;
    font-style: normal;
    letter-spacing: -0.025em;
    word-spacing: .025em;
    text-transform: uppercase;
    color: transparent;
}

#NHGDMed {
	font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 600 !important;
    font-style: normal;
}

#NHGDBold {
	font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 700;
    font-style: normal;
}


#NHGDLight {
	font-family: "neue-haas-grotesk-display", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
    letter-spacing: -0.0125em;
    word-spacing: .025em !important;
}

#NHGDRoman {
	font-family: "neue-haas-grotesk-display", sans-serif !important;
    font-weight: 500 !important;
    font-style: normal;
    letter-spacing: -0.0125em;
    word-spacing: .025em;
}

.firstSloop::first-letter {
	font-family: "sloop-script-pro" !important; 
    font-size: 2.4em;
    line-height: .1em;
    letter-spacing: .35rem;
    font-weight: 400 !important;
}

.firstSloopTwo::first-letter {
	font-family: "sloop-script-two" !important; 
    font-size: 2.4em;
    line-height: .1em;
    letter-spacing: .35rem;
    font-weight: 400 !important;
}

.instrserif {
	font-family: "instrument-serif", sans-serif !important;
    font-weight: 400;
    letter-spacing: -0.0015em !important;
    font-style: normal;
}
#serifh2 {
	font-family: "instrument-serif", sans-serif !important;
    font-weight: 400;
    font-size: 1.8em !important;
    line-height: 1.1em !important;
    color: #e4e4e4;
    text-shadow: 0 0 .025em #cecece;
    letter-spacing: 0.005em !important;
    text-transform: uppercase;
}

#serifbody {
	font-family: "instrument-serif", sans-serif !important;
    font-weight: 400;
    font-size: 1.4em !important;
    color: #cecece;
    letter-spacing: 0.005em !important;
    text-wrap: pretty;
}

#serifbodysm {
	font-family: "instrument-serif", sans-serif !important;
    font-weight: 400;
    font-size: 1.2em !important;
    color: #cecece !important;
    letter-spacing: 0.025em !important;
    text-wrap: pretty !important;
}

#serifbodymd {
	font-family: "instrument-serif", sans-serif !important;
    font-weight: 400;
    font-size: 2.5rem !important;
    color: #cecece;
    letter-spacing: -0.005em !important;
    text-wrap: pretty;
}

/*.heroBelow {
	z-index: -10 !important;
}*/

.herologo {
	width:40%; 
    min-width: 350px; 
    display: block; 
    position: fixed; 
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%); 
    mix-blend-mode: soft-light; 
    opacity: 0.65;
    /*z-index: -10 !important;*/
}

/* .heroColor {
	width:100%; 
    min-width: 100vw; 
    display: block; 
    position: fixed; 
    background: #c9a2cb;
   /* background: linear-gradient(180deg, rgba(201, 162, 203, 0), #c9a2cb);
    mix-blend-mode: multiply !important;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%); 
    opacity: 0.65;
    z-index: -10 !important;
} */

.screen {
	mix-blend-mode: screen !important;
    z-index: 100 !important;
}
.tooltipwrap {
	opacity: 1;
  	width: 10em;
  	bottom: 55%;
  	left: 85%;
  	margin-left: 0px; 
    position: absolute;
    transition: 1.2s ease-in-out;
    justify-content: center;
    transition-delay: 1s;
}
.tooltiptext {
  opacity: 1;
  width: 10em;
  align-self: center;
  color: black;
  text-align: center;
  background: linear-gradient(to right, #FFFFFF80, rgba(255, 255, 255, 0.4));
  border-radius: 50em;
  padding: 5px 0;
  filter: blur(0);
  transition: .9s ease-in-out;

  /* Position the tooltip */
  position: absolute;
  z-index: -10;
}
.tooltiptext {
    animation-name: hoverblur;
    animation-iteration-count: infinite;
    animation-direction: alternate; 
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 3s;
    animation-fill-mode: forwards;
}

@keyframes hoverblur {
  from {filter: blur(7px); opacity: .35; width: 9.5em;}
  to {filter: blur(0px); opacity: .75;}
}

.miniwebgroup:hover .tooltiptext {
	animation-play-state: paused;
}

.miniwebgroup:hover .tooltipwrap {
  opacity: 0;
  filter: blur(15px);
  transition-delay: 0s;
}

.miniwebgroup {
	margin-top: 2em;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

#minimizedwebframe #webcol1 {
	opacity: 0;
    margin-left: -5rem;
    margin-right: auto;
    transition: .7s ease-in-out;
}

#minimizedwebframe:hover #webcol1 {
	opacity: 1;
    margin-left: 0;
    margin-right: auto;
    
}

#minimizedwebframe {
	width: 100%;
    max-width: 1440px;
    padding: 1rem 0 0 0.5rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    background: rgba(255, 255, 255, 0);
    border-color: rgba(214, 214, 214, 0);
    overflow: hidden;
    transition: .8s ease-in-out;
    
}

#minimizedwebframe:hover {
	width: 100%;
    padding: .825rem 0.25rem .25rem 0.25rem;
    overflow: hidden;
    background: rgba(214, 214, 214, 0.1);
    border-color: rgba(214, 214, 214, 0.125);
    transition: .9s ease-out;
    
}

#minimizedwebframe .webframeurl {
	color: rgba(0, 0, 0, 0.8); 
    background-color: rgba(214, 214, 214, 0.35); 
    padding: 2px 15px 3px 15px; 
    border-radius: .425rem;
    white-space: nowrap;
    font-size: 1.2rem;
    transition: .8s ease-in-out;
}
#minimizedwebframe:hover .webframeurl {
	color: rgba(0, 0, 0, 0.8); 
    background-color: rgba(214, 214, 214, 0.35); 
    padding: 2px 3rem 3px 3rem; 
    border-radius: .425rem;
    white-space: nowrap;
    font-size: .9rem;
}

#minimizedwebframe .minimizedwebframe {
	opacity: 0;
    max-height: 0;
    max-width: 0;
    transition: .8s ease-in;
    transition-delay: .1s;
}
#minimizedwebframe:hover .minimizedwebframe {
	opacity: 1;
    max-height: 810px;
    max-width: 1440px; 
    transition: .8s ease-out;
    transition-delay: 0s;
}


.ABspacer {
	margin-bottom: 12em;
}

.EEstickers {
	position: relative;
    z-index: 4;
    cursor:move;
    transition: 2s ease;
}

.EEgiphy {
	position: absolute;
    z-index: -1;
    display: block; 
    top: 50%;
    left: 50%; 
    width: 50%;
    transform: translate(-50%, -50%);
    font-size:  2vw !important;
    line-height: 1.4em;
    padding: .65em .5em .925em .5em;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: .8em;
    opacity: 1;
    filter: blur(3.5px);
    text-shadow: 0px 18px 29px -3px rgba(0,0,0,0.5),0px 16px 40px 19px rgba(0,0,0,0.5),0px 10px 15px -3px rgba(0,0,0,0.5);
    transition: 1s ease-out;
    transition-delay: .3s;
}

.EEstickers:hover .EEgiphy {
	z-index: 5 !important;
    opacity: 1;
    text-shadow: 0px 18px 29px -3px rgba(0,0,0,0.95),0px 16px 40px 19px rgba(0,0,0,0.95),0px 10px 15px -3px rgba(0,0,0,0.95) !important;
    background-color: rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(255, 255, 255, .25);
    filter: blur(0);
    -webkit-backdrop-filter: blur(15px); 
    backdrop-filter: blur(15px);
    }
.EEgiphy:hover {
	z-index: 5;
    opacity: 1;
    text-shadow: 0px 18px 29px -3px rgba(0,0,0,0.95),0px 16px 40px 19px rgba(0,0,0,0.95),0px 10px 15px -3px rgba(0,0,0,0.95) !important;
    background-color: rgba(0, 0, 0, 0.65) ;
    border: 1px solid rgba(255, 255, 255, .25);
    filter: blur(0);
    -webkit-backdrop-filter: blur(3.5px); 
    backdrop-filter: blur(5px);
    }

.draftsection {
	cursor:crosshair;
    overflow: hidden;
    padding: .75em;
    background-color: rgba(133, 133, 133, 0.1);
    border: 1px dashed #4b4b4b;
    border-radius: .5em;
    transition: all .9s ease-in-out;
}

.draftsection .drafthoverme {
	display: inline-block;
    top: 50;
    left: 100%;
    text-align: left;
    width: 5em;
    position: absolute;
    font-size: .75em !important;
    line-height: 1.25rem;
    color: rgba(255, 255, 255, 0.43);
    opacity: 1;
    transition: opacity .9s ease-out;
}

.draftsection:hover .drafthoverme {
    opacity: 0;
}

.draftsection #eyeopen {
	display: none;
}

.draftsection:hover #eyeopen {
	display: inline;
}

.draftsection #eyeclosed {
	display: inline;
}

.draftsection:hover #eyeclosed {
	display: none;
}


.draftsection .drafttext {
	font-size: .85em !important;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.4);
    transition: .7s ease-in-out;
}

.draftsection:hover .drafttext {
	font-size: .95em !important;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.9);
    transition: .7s ease-in-out;
}

.draftsection:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #333;
    border-radius: 1em;
    transition: .9s ease-in-out;
}

.draftsection .drafthover {
	/*visibility: hidden; */
    max-height: 0;
    opacity: 0;
  	transition: .7s ease;
    margin-top: 0;
}

.draftsection:hover .drafthover {
	/*visibility: visible; */
    max-height: 1200px;
    height: auto;
    opacity: 1;
    margin-top: 1em;
}


.bannerfade {
	position: absolute;
    cursor:crosshair;
    mix-blend-mode: normal;
    width: 120vw !important;
    left: -10vw !important;
    background: rgba(0, 0, 0, 0.5);
    mix-blend-mode: lighten;
    transition: 1s ease-in-out;
   /* border-top: 4px solid #ffe9ff;
    border-bottom: 4px solid #ffe9ff;*/
   /* transform: skew(-5deg,3deg); */
    
}
.introScale:hover .bannerfade {
	mix-blend-mode: overlay !important;
    background: rgba(0, 0, 0, 1);
    transition: 1s ease-in-out;
}

.bannertext {
	text-transform: uppercase; 
    font-size: 2.125vw !important; 
    letter-spacing: 0.0125em !important;
      --bg-size: 400%;
  --color-one: #fff9d7;
  --color-two: #ffe9ff;
  --color-three: #d8fdff;
  font-family: sans-serif;
  font-size: 2.125vw !important;
  background: linear-gradient(
      45deg,
      var(--color-one),
      var(--color-two),
      var(--color-three),
      var(--color-one)
    )
    0 0 / var(--bg-size) 100%;
  color: transparent;
    background-clip: text;
  -webkit-background-clip: text;
    animation: move-bg 15s ease infinite;
    mix-blend-mode: normal;
    
}
#bannerlink {
	
   /*  --bg-size: 200%;
  --color-one: #fff9d7;
  --color-two: #ffe9ff;
  --color-three: #d8fdff;
  font-family: sans-serif;
  font-size: 2.125vw !important;
  background: linear-gradient(
      45deg,
      var(--color-one),
      var(--color-two),
      var(--color-three),
      var(--color-one)
    )
    0 0 / var(--bg-size) 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;*/
    color: transparent;
    line-height: 1rem;
  transition: 0.4s linear;
}

#bannerlink:hover {
	font-size: 2.35vw !important;
    letter-spacing: -0.025em !important;
    line-height: .75rem;
    text-shadow: 0 0 5px #ff83ff;
}

.OGbannerfade::after {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:  linear-gradient(to right, #c9a2cb 1%, transparent 30%, transparent 70%, #c9a2cb 99%);
}
 

.OGbannerfade::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 88%;
  height: 93%;
  border-style: solid none solid none; 
  border-width: 2px; 
  border-color: #fd0d00; 
  background:  linear-gradient(to right, #b091b1 1%, transparent 30%, transparent 70%, #b091b1 99%);
/*  -webkit-backdrop-filter: blur(3.5px); */
  /*  backdrop-filter: blur(3.5px); */
}
 

.banneroverlay {
	transform: skew(-5deg,3deg);
    width: 200vw;
    z-index: 3;
    background:  linear-gradient(to right, black 1%, transparent 30%, transparent 70%, black 99%);
    mix-blend-mode: lighten !important;
  /*  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 1%, black 30%, black 70%, rgba(0, 0, 0, 0.15) 99%); */
  /*	mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 1%, black 30%, black 70%, rgba(0, 0, 0, 0.15) 99%); */
    
}

#mursiklogos .image-gallery {
	margin: 0 initial;
    padding: .5em 1.5em 0 1.5em;
}

.romiogif1 {
	width: 100%; 
    background: #222034; 
    border-radius: 1rem;
    padding: 1rem 1.5rem 1.75rem 0;
    margin-bottom: 0 !important;
}

.nopadimg {
	width: 100%; 
    border-radius: 1rem;
    margin-bottom: 0 !important;
}

[id="workthumbs"] > [class|="gallery_card has_caption"] {

  margin: -2rem 0;
}

.highlight2blocks {
	width: 17em; 
    min-width: 14em; 
    padding: 1rem 0;
   /* padding: 1.25rem; 
    background: linear-gradient(to top right, #FFFFFF00, rgba(214, 214, 214, 0.05));
    background-clip: padding-box;
    border: 2px solid rgba(214, 214, 214, 0.2); 
    border-radius: 1.25rem;
    box-shadow: 0 0 2em -1.25em rgba(214, 214, 214, 0.5); */
}

.highlight2blocks.baaward {
	width: 16em; 
    min-width: 15.5em; 
}
.verticaldivider {
	background-color: rgba(255, 255, 255, 0.07);
    width: 2px;
    max-width: 2px;
}

@media only screen and (max-width: 1120px) {
    .aboveAbout .introPortrait {
	content: "";
    width: 23vw;
    float: left;
    background-size: cover;
        background-position: top;
        margin-right: 3vw;
        transition: .5s ease-in-out;
    }
    .aboveAbout .introBelowTitle {
	display: block;
    flex-direction: column;
    align-items: flex-end;
    gap: 10.5em;
    margin: 2em 0 0 0;
	}
    .introBody#aboutme {
	float: none;
        padding-left: 0;
        padding-right: 0;
	}
    .aboutCol #inner #title {
	font-size: 1.2em;
	}
    .aboutCol #inner {
	padding-left: 1.5em;
	}
    .aboutCol:nth-child(4) h2 {
	-webkit-columns: 1;
  	-moz-columns: 1;
  	columns: 1;
    margin-right: 0em;
	}
    .aboutCol:hover {
	flex: 3;
	padding-top: 0;
	width: 100%;
	}
}

@media only screen and (max-width: 1250px) {
   #serifintro {
	hyphens: manual !important;
}
    .introBody {
	width: 100%;
    float: right;
    padding: 0 0vw 0 2vw;
    transition: 1s ease-in-out;
}
	.introScale:hover .introBody {
	padding: 0 2vw 0 2vw;
}
    
    #scaled-frame { 
    width: 1080px; 
  	max-width: 100vw;
    height: 608px; 
    border: 0px; 
}

	#scaled-frame {
    zoom: 0.6;
    -moz-transform: scale(0.6);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.6);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.6);
    -webkit-transform-origin: 0 0;
}
    
    .highlight2blocks {
	width: 100%; 
    min-width: 23em;
    font-size: .875rem !important;
    align-content: stretch;
    padding: 1.25rem; 
    background:  rgba(214, 214, 214, 0.07) !important;
    background-clip: padding-box;
    border: 2px solid rgba(214, 214, 214, 0.2); 
    border-radius: 1.25rem;
    }
    #MFaward .highlight2blocks {
	max-width: 38em !important; 
    min-width: 23em;
    font-size: .875rem !important;
    align-content: stretch;
    padding: 1.25rem; 
        margin: 0 auto;
    background:  rgba(214, 214, 214, 0.07) !important;
    background-clip: padding-box;
    border: 2px solid rgba(214, 214, 214, 0.2); 
    border-radius: 1.25rem;
    }
    
    .highlight2blocks.baaward {
	width: 100%; 
    min-width: 24.25em;
	}
    #MFaward .highlight2blocks.baaward {
	width: 50%; 
    min-width: 24.25em;
	}
    
    .highlightwrap {
	display: flex; 
    flex-direction: row;
    width: 100% !important;
    justify-content: center;
    margin: initial auto;
    padding: 0 !important;
    gap: .5em !important;
    border: none !important;
    background: transparent !important;
	}
    #MFaward .highlightwrap {
	display: flex; 
    flex-direction: row;
    width: 50% !important;
    justify-content: center;
    margin: initial auto;
    padding: 0 !important;
    gap: .5em !important;
    border: none !important;
    background: transparent !important;
	}
    
    .verticaldivider {
	display: none;
	}
}

 #MFaward.highlightwrap {
	display: block; 
    width: 19em;
    justify-content: center;
    gap: 1em;
    padding: 0 1.25rem; 
    margin: 2em auto;
    margin-bottom: 3em;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0.08), rgba(214, 214, 214, 0.05));
    background-clip: padding-box;
    border: 2px solid rgba(214, 214, 214, 0.2); 
    border-radius: 1.25rem;
}

.highlightwrap {
	display: flex; 
    flex-direction: row;
    width: 38em;
    justify-content: center;
    gap: 1em;
    padding: 0 1.25rem; 
    margin: 2em auto;
    margin-bottom: 3em;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0.08), rgba(214, 214, 214, 0.05));
    background-clip: padding-box;
    border: 2px solid rgba(214, 214, 214, 0.2); 
    border-radius: 1.25rem;
}


.videogridwrap {
	display: flex; 
    flex-flow: row wrap;
    gap: 2%;
    justify-content: flex-start;
	}
.TPIreels {
	max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 768px) {    
    .gallery_image_caption {
    margin-top: 1rem !important;
    margin-bottom: 0;
    font-size: 1.2rem !important;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.1;	
}
    
    #aboutIntro .portraitTTwrap {
	border: 1px solid #ffbfff;
        background: #ffe9ff80;
        mix-blend-mode: normal;
        backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px); 
}
    #aboutIntro .portraitTTtext {
	font-size: 1.4rem;
    color: #ffe9ff;
    font-family: "instrument-serif", sans-serif !important;
    font-weight: 400;
}
        #aboutIntro .portraitTTtext {
	font-size: 1.4rem;
    color: #ffe9ff;
    font-family: "instrument-serif", sans-serif !important;
    font-weight: 400;
}
    .workAllProjects {
	margin-top: 3em;
}
    
    .workThumbnails {
	margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0vw;
        width: 80vw;
}
    .workThumbnails > div {
	width: 39vw !important;
        height: 25.3125vw;
        max-width: 100% !important;
        overflow: hidden !important;
        margin: 0 0 3em 0;
        margin-top: 0;
        display: flex;
        flex-direction: row;
}
    .workThumbnails:nth-child(even) {
	margin-top: 4vh !important;
}
    .workThumbnails:nth-child(odd) {
	margin-top: -4vh !important;
}
    #singleThumb img {
	width: 100%;
    height: auto;
}
    #singleThumb span {
	width: 100%;
    height: auto;
        font-size: 1em;
        color: white !important;
        margin-top: 0;
}
    
    .TPIreels {
	max-width: 80vw;
        min-width: 250px;
    margin-left: auto;
    margin-right: auto;
}
    #tpiTTwrap {
	position: absolute;
    opacity: 1;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px); 
        background: linear-gradient(120deg, rgba(255, 140, 255, .5), rgba(255, 224, 255, .5));
    right: 1.5rem;
    bottom: 1.5rem;
       width: auto;
    -webkit-filter: blur(0px);
        transition: .5s ease-in-out;
    }
    #tpiTTtext {
	color: white;
        font-size: .95em;
        transition: .5s ease-in-out;
}
    .TPIreels {
	padding: 0 10vw;
}
   .TPIreel:hover #tpiTTwrap {
		position: absolute;
    	opacity: 1;
       	background: linear-gradient(120deg, rgba(255, 140, 255, 1), rgba(255, 224, 255, 1));
   		right: 1.5rem;
    	bottom: 1.5rem;
       	transition: 0.8s ease-in-out;
    	}
    .TPIreel:hover #tpiTTtext {
	color: black;
        font-size: 1.1em;
}
    
    #minimizedwebframe {
	display: none;
}
    .miniwebgroup {
	display: none;
}
    .ABspacer {
	margin-bottom: 0em;
}
    
    .linear-wipe3 {
	font-size: 1.3em !important;
    letter-spacing: -0.0125em !important;
}
    .bannertext {
	font-size: 1em !important;
    gap: .5em;
}
    .bannerfade {
	margin: 4rem -2rem -2rem -2rem !important;
    width: 120vw !important;
   /* transform: skew(-5deg,3deg); */
    }
    
    .draftsection .drafthoverme {
	display: none;
    }
    
    #mursiklogos .image-gallery {
	margin: 0 initial;
    padding: .25em .5em 0 .5em;
}
    
    [id="workthumbs"] > [class|="gallery_card has_caption"] {
	margin: 0 3rem;
	}
    
    .highlight2blocks {
	width: 80%;
    min-width: 15em;
    padding: 1.25rem;
    font-size: 1rem;
	align-content: stretch;
    padding: 1.25rem; 
    background: linear-gradient(to top right, #FFFFFF00, rgba(214, 214, 214, 0.05));
    background-clip: padding-box;
    border: 2px solid rgba(214, 214, 214, 0.2); 
    border-radius: 1.25rem;
    }
    
    .highlight2blocks.baaward {
	width: 80%; 
    min-width: 15em;
	}
    
    .verticaldivider {
	display: none;
}
    
    .highlightwrap {
	display: flex;
    flex-direction: column;
    gap: .75em;
    align-items: center;
    background: none;
    border: none;
	}
}

#workthumbs {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 2rem;
}

[image-gallery="slideshow"] {
    margin-bottom: 0rem !important;
}

.gallery_image_caption {
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-size: 1.4rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.1;	
}

#browserbuttons2 {
	color: rgba(214, 214, 214, 0.75);
    white-space: nowrap;
}

#framewrapper2 { 
    width: 100%;
    aspect-ratio: 16 / 9;
    /*height: 25rem; */
    padding: 0; 
    position: relative;
    border-radius: 0 0 1rem 0rem;
    overflow: hidden; 
}

#scaled-frame2 { 
    width: 2916px; 
  	max-width: 100vw;
    height: 950px; 
    border: 0px;  
}

#scaled-frame2 {
    zoom: .425;
    -moz-transform: scale(0.425);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.425);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.425);
    -webkit-transform-origin: 0 0;
}

#emailcolumn {
	margin-left: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
 #scaled-frame2  { zoom: 1;  }
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  #emailcolumnL {  
	display: none;
}
  
  #emailcolumnR {  
	width: 290px;
    margin-left: 5px;  
    margin-bottom: 5px;
}
  #scaled-frame2 {
	height: 500px; 
}
    
  #scaled-frame2 {
    zoom: 1;
    width: 280px;
    -moz-transform: scale(1);
    -moz-transform-origin: 0 0;
    -o-transform: scale(1);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(1);  
    -webkit-transform-origin: 0 0;
  }
  
   #framewrapper2 {
    aspect-ratio: 9 / 16;
    border-radius: 0 0 1rem 1rem;
  }
  
}


@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="emailframe"] {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
    .multfigma#framewrapper { 
    width: 100%;
    aspect-ratio: 16 / 10.35;
    /*height: 25rem; */
    padding: 0; 
    position: relative;
    border-radius: 1.25rem !important;
    overflow: hidden; 
}
}
.multfigma#framewrapper { 
    width: 100%;
    aspect-ratio: 16 / 10.35;
    /*height: 25rem; */
    padding: 0; 
    position: relative;
    border-radius: 0 0 1rem 1rem;
    overflow: hidden; 
}

#framewrapper { 
    width: 100%;
    aspect-ratio: 16 / 8;
    /*height: 25rem; */
    padding: 0; 
    position: relative;
    border-radius: 0 0 1rem 1rem;
    overflow: hidden; 
}

.multfigma #scaled-frame { 
    width: 100%; 
  	max-width: 100vw;
    height: 100%; 
    border: 0px; 
}
.multfigma #scaled-frame {
    zoom: .75;
    -moz-transform: scale(1);
    -moz-transform-origin: 0 0;
    -o-transform: scale(1);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(1);
    -webkit-transform-origin: 0 0;
}

#scaled-frame { 
    width: 2916px; 
  	max-width: 95vw;
    height: 820px; 
    border: 0px; 
}
#TPI #scaled-frame { 
    width: 2916px; 
  	max-width: 95vw;
    height: 600px; 
    border: 0px; 
}
#TPI #scaled-frame { 
    zoom: .85;
    -moz-transform: scale(1);
    -moz-transform-origin: 0 0;
    -o-transform: scale(1);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.7);
    -webkit-transform-origin: 0 0;
}

#scaled-frame {
    zoom: 0.6;
    -moz-transform: scale(0.6);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.6);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.6);
    -webkit-transform-origin: 0 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
 #scaled-frame  { zoom: 1;  }
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  #scaled-frame {
    zoom: 1;
    width: 300px;
    -moz-transform: scale(1);
    -moz-transform-origin: 0 0;
    -o-transform: scale(1);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(1);  
    -webkit-transform-origin: 0 0;
  }
  #TPI #scaled-frame { 
    height: 500px; 
    border: 0px; 
}
  #TPI #scaled-frame {
    zoom: 1;
    width: 300px;
    -moz-transform: scale(1);
    -moz-transform-origin: 0 0;
    -o-transform: scale(1);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(1);  
    -webkit-transform-origin: 0 0;
  }
  
    
    #multweb.webframe {
	width: 77vw;
}
    
  .webframe {
	padding-top: 0.25em !important;
    border-radius: 1.25em !important;
}
    
   #framewrapper {
    aspect-ratio: 9 / 16;
    border-radius: 1.25rem 1.25rem 0 0;
    margin-top: 0;
  }

  
    #webcol1 {
	display: none;
    width: 0%;
	}
    
   /* #webcol1 + div {
	width: 22%;
    margin-left: .5rem;
    margin-right: -.5rem;
	}*/
    
    #webtopnav {
	display: none;
	}
    
    
    
  #browserbuttons {
	display: none;
	}
}


#webbottomnav {
    display: none;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="webframe"] {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
    #webbottomnav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: .75em 0 1.25em 0;
}
    #webframeurl2 {
	color: rgba(0, 0, 0, 0.8); 
    background-color: rgba(214, 214, 214, 0.35); 
    padding: 5px 5px; 
    width: 60%;
    border-radius: .5rem;
    white-space: nowrap;
    font-size: .9rem;
	}
}

#browserbuttons {
	color: rgba(214, 214, 214, 0.5);
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    font-size: 1em;
    text-overflow: clip;
}

.webframe {
	border-style: solid; 
    border-color: rgba(214, 214, 214, 0.125); 
    border-radius: 1.25rem;
    background: rgba(214, 214, 214, 0.1); 
    padding: .825rem 0.25rem 0.25rem 0.25rem;
    margin-top: 1rem;
    
}

.webframeurl {
	color: rgba(0, 0, 0, 0.8); 
    background-color: rgba(214, 214, 214, 0.35); 
    padding: 2px 3rem 3px 3rem; 
    border-radius: .425rem;
    white-space: nowrap;
    font-size: .9rem;
}



.emailframe {
	border-style: solid; 
    border-color: rgba(214, 214, 214, 0.4); 
    border-radius: 1.25rem;
    background: rgba(214, 214, 214, 0.15); 
    padding: .825rem 0.25rem 0.25rem 0.25rem;
    margin-top: 1rem;
    
}


.above3 {
	z-index: 12;
    margin-top: -40px;
    padding: 40px 150px;
    border-radius: 3em;;
    background: #f2f2f2;
}


.above4 {
	z-index: 10;
    width: 100vw;
    padding: 0 20vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10vh !important;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #000;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.above2 {
	z-index: 10;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -35px;
    margin-bottom: -100px;
    padding: 100px 5%;
    padding-bottom: 100px;
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.65));
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.aboveAbout {
	
    width: 100vw;
    padding: 5vh 12vw 0 12vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10vh;
    align-content: flex-end;
    /*height: 100vh;*/
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    transition: .6s ease-in-out;
}


/*#intro.scrolled {
	background: #c9a2cb;
} */
#intro {
	background: #000 !important;
    padding: 1vh 3vw;
    transition: 1s ease-in-out;
}
 
.introScale {
	background: linear-gradient(180deg, transparent 1%, black 10%);
    margin-top: -10vh;
    padding: 16vh 0 20vh 0;
    padding-bottom: 10vh !important;
    height: 110vh;
    z-index: 50;
    transition: 1s ease-in-out;
}

.videoColor {
	content: "";
    background: linear-gradient(180deg, rgba(201, 162, 203, 0), #c9a2cb);
    mix-blend-mode: hue;
    height: 20vh;
    width: 100vw;
    z-index: 1;
    position: absolute;
    bottom:0;
}

.introScale:hover .above {
	width: 90vw;
    margin-top: 10vh;
    margin-bottom: -10vh;
    padding: 0 14vw;
    height: auto;
    max-height: 100vh;
}

.above {
	z-index: 200;
    margin: 15vh auto auto auto;
    height: auto;
    width: 80vw;
    padding: 1em 1em !important;
    padding-top: 1em !important;
    padding-bottom: 0em;
   /* background: #b091b1;*/
    background: linear-gradient(
      45deg, #fff9d7, #ffe9ff, #d8fdff) !important;
    overflow-x: clip;
    transition: 1s ease-in-out;
}
.introScale:hover #intro {
	/*background: #c9a2cb !important; */
    background: rgba(0, 0, 0, 0) !important;
    padding: 6vh 6vw 1vh 6vw;
}
@media only screen and (max-width: 768px) {
	#intro {
	background: transparent !important;
    padding: 0vh 3vw 1vh 3vw;
}
    .introScale:hover #intro {
	background: transparent !important;
    padding: 0vh 3vw 1vh 3vw;
}
    .introScale {
	background: black;
    margin: 0 !important;
    padding: 0 !important;
    height: auto; 
    }
    .introScale:hover .introBody{
	float: none;
        padding-left: 0;
        padding-right: 0;
    }
    .introBody#aboutme {
	float: none;
        padding-left: 0;
        padding-right: 0;
}
    .bannerfade {
	mix-blend-mode: overlay !important;
    background: rgba(0, 0, 0, 1);
        margin-bottom: -1vh !important;
    transition: 1s ease-in-out;
}
    #bannerlink:hover {
	font-size: 1.125em !important;
    letter-spacing: -0.025em !important;
    line-height: .75rem;
    text-shadow: 0 0 5px #ff83ff;
}
    .introScale:hover .bannerfade {
	mix-blend-mode: overlay !important;
    background: rgba(0, 0, 0, 1);
    transition: 1s ease-in-out;
}
    .portraitTTwrap {
	top: -0rem;
    left: 0rem;
        width: 8.5rem;
    opacity: 0;
        background: linear-gradient(120deg, rgba(255, 255, 255, 0.5), rgba(255, 249, 215, 0.5));
    -webkit-filter: blur(5px);
        box-shadow: none;
    transition: opacity 0.8s ease-out .1s, -webkit-filter 0.9s ease-out 0.2s, top 0.9s ease-out;
}
    .portraitTTtext {
	font-size: 0.95em;
        letter-spacing: 0em;
}
    .portraitTTtext i{
	font-size: 0.84em;
        letter-spacing: 0em;
}
    .introPortrait:hover .portraitTTwrap {
	top: -4rem;
    left: 0rem;
    opacity: 1;
    -webkit-filter: blur(0px);
    transition: opacity 0.8s ease-out .1s, -webkit-filter 0.9s ease-out 0.2s, top 0.9s ease-out;
}
    .above {
	width: 100vw;
        margin: auto 0;
        padding: 2em 7vw 2em 7vw;
        height: auto;
        align-content: center;
	}
    .introScale:hover .above {
	width: 100vw;
        margin: auto 0;
        padding: 2em 7vw 2em 7vw;
        height: auto;
	}
    .introPortrait {
	content: "";
    width: 27vw;
    float: left;
    background-size: cover;
        background-position: top;
        margin-right: 3vw;
    }
    .introBody {
	float: none;
        padding-left: 0;
        padding-right: 0;
	}
    .introBody #serifintro {
	font-size: 1.8em;
        line-height: 1.1em;
	}
    .introBody #NHGDMed {
	font-size: 2rem !important;
        overflow-wrap: break-word;
  hyphens: auto;
}
    .introBelowTitle {
	display: block;
    flex-direction: column;
    align-items: flex-start;
    gap: 10.5em;
    margin: 1.5em 0;
	}
    .aboveAbout .introBelowTitle {
	display: block;
    flex-direction: column;
    align-items: flex-start;
    gap: 10.5em;
    margin: 2em 0 0 0;
	}
    .above4 {
	padding: 3em 9vw 3em 9vw;
	}
    .above4 h1 {
	font-size: 2em !important;
}
    #introTitle {
	font-size: 13vw;
        text-align: justify;
        text-justify: inter-word;
        text-align-last: right;
        line-height: 0.9em;
        margin-top: -5vw;
	}
    #introTitleSup {
	font-size: 1.1rem;
	}
    .bannerfade {
	width: 98vw;
}
}

.GRADIENTabove {
	z-index: 20;
    margin: 0;
    width: 100vw;
    padding-top: 2em !important;
    padding-bottom: 0em;
    background: linear-gradient(90deg, #b091b1 0%, #c9a2cb 75%);
    background-size: 400% 400%;
	animation: introGradient 7s ease infinite;
    animation-delay: 4s;
    overflow: hidden;
}

@keyframes introGradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.chromaHover {
	box-shadow: 
        -2px 2px 8px -3px rgba(15, 235, 255, 0),
        2px -2px 8px -3px rgba(255, 231, 77, 0),
        17px -17px 25px -12px rgba(255, 72, 0, 0),
        -17px 17px 25px -12px rgba(0, 38, 255, 0);
    transition: .5s ease;
}

.chromaHover:hover {
	box-shadow: 
        -2px 2px 12px -3px rgba(15, 235, 255, 0.25),
        2px -2px 12px -3px rgba(255, 231, 77, 0.25),
        17px -17px 25px -8px rgba(255, 72, 0, 0.2),
        -17px 17px 25px -8px rgba(0, 38, 255, 0.2);
}

.shiny-text {
  --bg-size: 400%;
  --color-one: #fff9d7;
  --color-two: #ffe9ff;
  --color-three: #d8fdff;
  font-size: clamp(3rem, 25vmin, 8rem);
  background: linear-gradient(
      45deg,
      var(--color-one),
      var(--color-two),
      var(--color-three),
      var(--color-one)
    )
    0 0 / var(--bg-size) 100%;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
    mix-blend-mode: difference;
    animation: move-bg 15s ease infinite;
}


  
  @keyframes move-bg {
    to {
      background-position: var(--bg-size) 0;
    }
  }


.linear-wipe {
  
 /* background: linear-gradient(to right, #FFFFFF80, #FFFFFF00, #FFFFFF00, #FFFFFF80); */
  background: linear-gradient(90deg, #fff9d7, #ffe9ff, #d8fdff) !important;

    background-size: 200% 200% !important;
	animation: shiny 2s ease infinite;
	height: 100%;
  
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  /* animation: shine 1s linear infinite;*/
	}
  @keyframes shiny {
	0% {
		background-position: 0% 50%;
	  }
	50% {
		background-position: 100% 50%;
	  }
	100% {
		background-position: 0% 50%;
	  }
  }

.linear-wipe2 {
  
  background: linear-gradient(to right, #00000080, #00000000, #00000000, #00000080);
  background-size: 200% 200%;
	animation: shine 5s linear infinite;
	height: 100%;
  
  color: #ffffff00;
  background-clip: text;
    -webkit-background-clip: text;
	}

  @keyframes shine {
	0% {
		background-position: 0% 50%;
	  }
	50% {
		background-position: 100% 50%;
	  }
	100% {
		background-position: 0% 50%;
	  }
  }


.linear-wipe3 {
  font-size: 4.5vw !important;
  background: linear-gradient(to top right, #d6d6d680 20%, white,  #d6d6d680 80%);
  background-size: 200% 200%;
	animation: shine 5s linear infinite;
	height: 100%;
  font-weight: 500 !important;
  color: #ffffff00;
  background-clip: text;
  -webkit-background-clip: text;
  /* animation: shine 1s linear infinite;*/
	}

.headerblur {
	content: "";
    position: absolute;
    max-height: 20vh;
    inset: 0;
    z-index: -2;
    mask: linear-gradient(to top, transparent,  white 65%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
/*.headerblur::before {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*min-height: 16vh;
    inset: 0;
    box-shadow: inset 0 7vh 5vh -4vw rgba(0, 0, 0, 0.75) !important;
    mix-blend-mode: soft-light;
}*/
.headerShadow {
	background: linear-gradient(to bottom, black, transparent);
    height: 20vh;
}

.blink {
    animation: 1.5s infinite blink;
    display: inline-block;
}

@keyframes blink {
    0%, 20% {
        opacity: 0;
    }
    30%, 80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/**
 * Rotating Font Animation
 */
.wrapper.hero {
   /* background-color: #09715d; */
    font-family: "sloop-script-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
    letter-spacing: 1rem;
    color: white;
}
.rotatefont span {
    font-size: 7rem;
    color: rgba(255, 255, 255, 1);
    display: inline-flex;
    animation: rotate 2s infinite;
}
@keyframes rotate {
    0%,
    75% {
        font-family: "Neue Haas Grotesk";
		font-style: normal;
        font-weight: 300;
        font-size: 6rem;
    }
}
.hero span:nth-of-type(1) {
    animation-delay: 0.2s;
}
.hero span:nth-of-type(2) {
    animation-delay: 0.4s;
}
.hero span:nth-of-type(3) {
    animation-delay: 0.6s;
}
.hero span:nth-of-type(4) {
    animation-delay: 0.8s;
}
.hero span:nth-of-type(6) {
    animation-delay: 1s;
}
.hero span:nth-of-type(7) {
    animation-delay: 1.2s;
}
.hero span:nth-of-type(8) {
    animation-delay: 1.4s;
}
.hero span:nth-of-type(9) {
    animation-delay: 1.8s;
}


/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.4rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.2;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
}

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

}

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

[data-predefined-style="true"] h1 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 2.8rem;
	line-height: 1.1;
	color: rgba(255, 255, 255, 1);
}

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

[data-predefined-style="true"] h2 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 1);
	font-size: 2.5rem;
	line-height: 1.2;
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.2;
	font-family: "Neue Haas Grotesk", Icons;
	color: rgba(181, 183, 193, 1);
	font-style: normal;
	font-weight: 400;
    text-wrap: balance;
}

[data-predefined-style="true"] small a {
	color: rgba(181, 183, 193, 0.7);
	border-bottom-width: 0em;
    transition: .3s ease;
    
}

/**
 * Breakpoints
 */


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

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	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: rgb(0, 0, 0)/*!body_bgcolor*/;
}

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

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

/**
 * Thumbnails
 */

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

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

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

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

[data-css-preset] [thumbnails-gutter] {
    margin: -6.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: -0px;
}

.thumbnails .title {
    margin-top: 1.0rem;
    margin-bottom: 0.7rem;
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: .8rem;
    margin-bottom: 0;
    font-size: 1.2rem;
	font-weight: 400;
    letter-spacing: 0.015em;
	color: rgba(255, 255, 255, 0.35);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.2;
}

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

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

/**
 * Site Menu Button
 */

[data-css-preset] #site_menu_button {
    color: white;
    line-height: 1.1;
    font-size: 2em /*!site_menu_button*/;
    padding: 0;
    line-height: 1.1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
	top: 3rem /*!site_menu_button*/;
	right: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: 0px 0px 0px 0px;
    font-size: 3.25rem;
    color: rgba(255, 255, 255, 0.8);
    opacity: 1;
}

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

#site_menu_button.active {
	opacity: 0;
    transition: .3s ease;
}


/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	
	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%;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: .5s ease !important;
}

#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 {
	background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
    transition: .5s ease;
}

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(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 1rem /*!shop_button*/;
	left: 1.5rem /*!shop_button*/;
}

#shop_button.text {
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: Diatype, Icons;
    padding: 0;
    line-height: 1.3;
	font-style: normal;
}

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

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

/*
 * Shop Product Widget
 */

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

.shop_product .price {
	font-family: Diatype, Icons;
	font-size: 1.6rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.75);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.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.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.3;
    padding: .7rem 2.5rem .8rem 1rem;
	font-style: normal;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
}

.shop_product .button {
	font-family: Diatype, Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.75);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1.3;
    padding: .8rem 1rem .9rem;
	font-style: normal;
	font-weight: 700;
}

/*
 * Image Zoom
 */

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

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.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: rgba(255, 255, 255, 1) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
	font-family: "Monument Grotesk Mono", Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
    line-height: 1.2;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    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;
}

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

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

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

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

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

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

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



/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.4rem;
    line-height: 1.2;
	font-family: Diatype, Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

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

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

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

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

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

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


