html,body {
 	width: 100%;
	margin:0;
	padding:0;
}

	html {
		scrollbar-width: none;
	}

body {
	
	border: 0 solid #00f;
}

body.hp {
	background-color: #e1493a;
	background-color: #f52e27;
	transition: background-color 2s;
}

body.work-home-pride {
	background-color: #000 !important;
}

@media (max-width:991px) and (min-width:641px) {
    .hide-tablet {
        display: none !important;
    }
}
@media only screen and (max-width: 640px) {
    .hide-mobile {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) {
    .hide-desktop {
        display: none !important;
    }
}

.bordertest {
	border: 2px solid red !important;
}

.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 500px;
	margin: 0 auto;
	border: 0 solid #f00;
	clear: both;
	overflow-x: hidden;
	box-sizing: border-box;
	//background-color: #F6F0E9;
	//background-color: #70a8e4;
}

.bg_cream {
	background-color: #F6F0E9;
}

.bg_black {
	background-color: #000000;
}

.bg_darkgrey {
	background-color: #343434;
}

.bg_lightgrey {
	background-color: #f8f8f8;
}

body.contact {
	background-color: #FFEBE6;
}

body.bio {
	background-color: #F52F28;
}

.wrapper_sky {
	background-color: #999;
	transition: background-color 1.5s;
	background-image: url("../images/sky_desktop.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed; 
}



/* /////////////////// Splsash stuff /////////////////// */

#homeHeader {
    position: relative;
    width: 100%;
    height: 900px;
    min-height: 750px;
    //background-color: #dadada;
    background-color: transparent;
    ///background: url("images/bg_splash_red.jpg");
    background-repeat: repeat;
    border: 0 solid #0f0;
    //margin-bottom: 6.6vw;
    color: #000;
    text-align: center;
    box-sizing: border-box;
    //z-index: 200;
    -webkit-backface-visibility: hidden;
    -webkit-transform:translate3d(0,0,0);
    transition: background-color 2s;
}

#splashText,
#splashText2  {
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-family: "centraNo2-extrabold", serif;
	font-size: 112px;
	//font-size: calc(58px + 13 * ((100vw - 768px) / 672));
	line-height: 1.17;
	color: #F52F28;
	color: #fff;
	font-weight: 800; 
	letter-spacing: -2px;
	width: 100%;
	height: 100%;
	top: 0;
	//padding-top: 28%;
	min-height: 0;
	z-index: 5000;
	border: 0 solid red;
	opacity: 0;
	pointer-events: none;
}

@media only screen and (max-width: 640px)  {
    #splashText2  {
        margin-top: -10vh;
    }
    
    #splashText {
    	padding: 0 !important;
    	margin: 0 !important;
    }
}

#pinkScrim {
    position: absolute;
    width: 100%;
    height: 900px;
    min-height: 750px;
    background-color: #FFEBE6;
    transition: top .7s;
    -webkit-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
    -o-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
    transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

#splashText2 {
    color: #000;
    z-index: 1;
    border: 0 solid red;
}

#splashVidHolder {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: fill;
    height: auto;
    //width: 100%;
    width: 100vw;
    border: 0 solid green;
    cursor: pointer;
}

@media only screen and (min-width: 641px)  {
    #splashVidHolder {
        height: auto;
        width: 100vw;
    }
}

#splashFlat {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    display: none;
}

#splashFlat img {
    width: 100%;
    height: 1500px;
    margin-top: -685px;
    transition: margin-top 4s;
    transition-timing-function: linear;
}

@media only screen and (max-width: 767px)  {
    #splashFlat {
        display: block;
    }
}


#splashArrow {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
   // bottom: 70px;
    margin: 0;
    padding: 0;
	cursor: pointer;
	margin-top: 0;
	//margin-left: 150%;
	opacity: 1;
	//border: 2px solid #fff;
	//z-index: 1000;
 }
    
#splashArrow img,
#splashArrowBio img {
    width: 30px;
    cursor: pointer;
    }
    
#splashArrowBio {
    position: absolute;
    top: 90vh;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
	cursor: pointer;
	margin-top: 0;
	opacity: 1;
	border: 0 solid #fff;
	z-index: 500;
 }
 
 @media only screen and (max-width: 1474px)  {
 	#splashArrowBio {
 		top: 56vw;
 	}
 }
 
 @media only screen and (max-width: 640px)  {
 	#splashArrowBio {
 		display: none;
 	}
 }
    
#homeHeader h1 {
    width: 100%;
    font-family: 'centraNo2-thin';
	//font-size: 92px;
	font-size: calc(75px + 17 * ((100vw - 768px) / 672));
	line-height: 1;
	font-weight: 200; 
	letter-spacing: -.5px;
	margin: 0 0 16px 0;
	padding: 25vh 0 0 0;
	min-height: 0vw;
	margin-left: 150%;
	border: 0 solid red;
}

#homeHeader h2 {
    font-family: "centraNo2-extrabold", serif;
	//font-size: 71px;
	font-size: calc(58px + 13 * ((100vw - 768px) / 672));
	line-height: 1;
	font-weight: 800; 
	letter-spacing: -.5px;
	//margin: 0 0 193px;
	margin: 0 0 35vh;
	padding: 77px 0 0;
	min-height: 0vw;
	margin-left: -150%;
}


#homeHeader h3 {
    font-family: "centraNo2-extrabold", serif;
	font-size: calc(16px + 6 * ((100vw - 768px) / 672));
	line-height: 1.2;
	-webkit-backface-visibility: hidden;
	letter-spacing: .2px;
	margin: 0;
	padding: 50px 0 0 0;
	padding: 0px 0 0 0;
	min-height: 0vw;
	margin-left: -180%;
}

#homeHeader h3 b {
    font-family: "centraNo2-thin", serif;
	//font-size: 28px;
	//font-size: calc(23px + 5 * ((100vw - 768px) / 672));
	line-height: 0;
	font-weight: 200; 
	position: relative;
    top: .45em;
    //top: calc(.04em - .02 * ((100vw - 768px) / 672));
    vertical-align: top;
}



#homeHeader h1,
#homeHeader h2,
#homeHeader h3,
ul#homeNavContainer,
#splashArrow {
 visibility: hidden;
}

ul#homeNavContainer {
    position: relative;
    width: 100%;
    //bottom: 70px;
    border: 0 solid #000;
    padding: 0;
    box-sizing: border-box;
    margin: 100px 0 0 150%;
}

ul#homeNavContainer li {
    position: relative;
    display: block;
    border: 0px solid #000;
    font-family: "centraNo2-thinitalic", serif;
    font-style: italic;
	font-size: 27px;
	//font-size: calc(26px + 2 * ((100vw - 768px) / 672));
	line-height: 1;
	letter-spacing: .74px;
	//font-weight: 300; 
	margin:  0 auto 35px;
	min-height: 0vw;
	list-style: none;
    transition: color 1.5s;	
}



.homeNavItem {
    transition: color 1.5s;	
    cursor: pointer;
}

.homeNavItem a {
    text-decoration: none;
    color: unset;
}

@media only screen and (min-width: 769px)  {
    .homeNavItem:hover,
    .contactLink:hover,
    .bioTextContainer a:hover {
        opacity: .5;
    }

    .homeNavItem:hover:before {
        //content: "\02022 \000A0";
    }

    .homeNavItem:hover:after {
        //content: " \02022";
    }
}


@media only screen and (min-width: 1440px)  {

    #homeHeader h2 {
	    font-size: 71px;
	}
	#homeHeader h1 {
	    font-size: 92px;
	}
	#homeHeader h3 {
	    font-size: 22px;
	}
	#homeHeader h3 b {
	    font-size: 28px;
	}
	ul#homeNavContainer li {
	    font-size: 27px;
	}
}

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

	#homeHeader h1 {
	    font-size: 40px;
	}
	#homeHeader h3 {
	    font-size:16px;
	    margin-left: -100vw;
	    width: 100vw;
	}
	 #splashText,
     #splashText2  {
	    font-size: 55px;
    }
    ul#homeNavContainer {
		margin: 60px 0 0 150%;
	}
    ul#homeNavContainer li {
		font-size: 22px;
		margin: 0 0 25px;
	}
	
	#homeHeader h3 b {
	line-height: 0;
	font-weight: 200; 
	position: relative;
    top: .6em;
    vertical-align: top;
    border: 0 solid red;
}
}


.home #homeHeader h1 {
	margin-left: 0%;
	opacity: 1;
	visibility: visible;
}

.home #homeHeader h2 {
	margin-left: 0%;
	opacity: 1;
	visibility: visible;
}

.home #homeHeader h3 {
	margin-left: 0%;
	opacity: 1;
	visibility: visible;
}

.home ul#homeNavContainer {
	margin-left: 0%;
	opacity: 1;
}

.home ul#homeNavContainer li {
	visibility: visible;
}

.home #splashArrow {
 visibility: visible;
}



/* /////////////////// HP thumbs /////////////////// */


.folioContainer {
	border: 0 solid red;

}

.newthumb {
	position: relative;
}

.folioThumbOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	//opacity: .6;
	mix-blend-mode: multiply;
	transition: all .25s;
	cursor: pointer;
	//background-color: #00ff00;
}

.folioThumbOverlay:nth-child(5) {
	border: 5px solid red;
}

.newthumb:hover .folioThumbOverlay {
	opacity: 0;
}

.disabled {
	pointer-events: none;
}

.pride_thumb_text {

	font-family: "SaolTextLight", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 150ms linear !important;
    transition: opacity 150ms linear !important;
}

span.pride_caret {
	font-family: 'centraNo2-thin', sans-serif;
	font-size: 30px;
	line-height: .5;
	color: #fff;
	transform: scale(-1, -1);
}

a.pridethumbbig img {
	-webkit-transition: opacity 150ms linear !important;
    transition: opacity 150ms linear !important;
}

@media only screen and (min-width: 769px) {
a.pridethumbbig:hover img {
	opacity: 0;
}
a.pridethumbbig:hover .pride_thumb_text {
	opacity: 1;
}
}


@media only screen and (max-width: 640px) {
	.opacity-0 {
		opacity: 0 !important;
	}
	
	.pride_thumb_text {
		opacity: 1;
		justify-content: start;
		padding-top: 12%;
		font-size: 14px;
	}
	
	span.pride_caret {
		transform: none;
	}
	
	a.pridethumbbig:hover {
		
	}

}


/* /////////////////// /////////////////// */





.main_content_container {
	display: flex;
	gap: 20px;
	height: auto;
	width: 100%;
	max-width: 1440px;
	margin: 135px auto 0;
	padding: 50px 0;
	border: 0 solid green;
}

.main_content_container {
	display: flex;
	gap: 0;
	height: auto;
	width: 100%;
	max-width: 1440px;
	margin: 0px auto 0;
	padding: 0 0 0 0;
	border: 0 solid #000;
	flex-direction: column;
}





@media only screen and (min-width: 1441px)  {
    .invisible-scrollbar::-webkit-scrollbar {
        display: none;
    }
}


#backToTop {
    position: fixed;
    bottom: 45px;
    right: 35px;
    width: 30px;
    height: auto;
    cursor: pointer;
    border: 0 solid red;
    display: none;
    z-index: 1000;
}

#backToTop img {
    width: 30px;
    height: auto;
}

@media only screen and (max-width: 768px)  {
    #backToTop {
        right: 10px;
        top: auto;
        bottom: 25px;
        border: 0 solid green;
    }
}

.bottomMax {
	position: absolute !important;
	right: 12px !important;
	bottom: 115px !important;
	//border: 3px solid blue !important;
}



@media only screen and (max-width: 640px)  {
    #splashText2  {
        margin-top: -10vh;
    }
    #splashText  {
        margin-top: -15vh;
    }
}

/* ////////////////////////////////////// */

    .bioContainer,
   	.contactTextContainer {
   		position: relative
        width: 100vw;
        height: calc(99vh - 80px);
        display: flex;
        margin: 0px auto 0;
        padding-top: 0%;
        font-family: "SaolTextLight", serif;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: .74px;
        border: 0 solid #f00;
        text-align: center;
        justify-content: center
    }
    
    .bioContainer {
		padding-top: 0;
		height: auto;
		max-width: none;
    }
    
    .bioText {
    	position: relative;
		padding: 0;
		width: 53%;
		max-width: 767px;
		height: auto;
		margin: 0 auto;
		color: #fff;
		border: 0 solid #f00;
    }
    
    @media only screen and (max-width: 640px)  {
        .contactTextContainer {
            padding-top: 0px;
            height: calc(99vh - 0px);
        }
        
        .bioText {
			width: 85%;
			font-family: "SaolTextMedium", serif;
		}
		
		.bioContainer {
			font-size: 15px;
		}
    
    
    }

    .contactTextContainer h2 {
        display: block;
        font-family: 'centraNo2-thin', sans-serif;
        font-style: normal;
        font-weight: 200;
	    //font-size: 94px;
	    font-size: calc(75px + 17 * ((100vw - 768px) / 672));
	    letter-spacing: -.6px;
	    line-height: 1;
	    margin: 0;
	    min-height: 0vw;
	    text-align: center;
    }
    
    
    .bioText h4 {
        font-family: 'centraNo2-thinitalic', sans-serif;
        font-weight: 200;
        font-style: italic;
        display: block;
	    font-size: 25px;
	    line-height: 1.5;
	    margin: 55px 0 28px;
	    font-weight: 200;
    }
    
     .bioTextContainer h4.bottomH4 {
        margin-top: 28px;
     }
    
    
    @media only screen and (max-width: 640px)  {
        .bioText h4 {
            font-family: 'centraNo2-Lightitalic', sans-serif;
        }
    }
    
   #bioArrowContainer {
        display: block;
        width: 30px;
        height: 30px;
	    margin: 0 auto 0 auto;
	    cursor: pointer;
	    opacity: 0;
	    border: 0 solid red;
	    z-index: 5000;
   }
    
    .bioArrow {
        margin-top: 5px;
        width: 30px;
	}
	
	.bioTextContainer a {
        font-family: "centraNo2-extrabold", sans-serif;
        font-weight: bold;
        font-size: 20px;
        letter-spacing: .3px;
        text-decoration: none;
        color: #000
        margin: 15px 0 0 0;
        transition: color 1.5s;	
        border: 0 solid red;
    }
        	
    
    .folioShortCut {
        text-decoration: none;
        border-bottom: 1px solid #000;
        cursor: pointer;
    }
    
    @media only screen and (min-width: 1440px)  {
    
        #bioModal h2,
        .contactTextContainer h2 {
            font-size: 92px;
        }
    
    }
    
    
    
    /* /////////////////// contact stuff /////////////////// */

        #contactModal {
            border: 0 solid red;
            height: 100vh;
            overflow: visible;
        }
        
        .contactTextContainer h2 {
            margin: 25vh 0 0 -200%;
        }
        
        .contactTextContainer a {
            font-family: 'centraNo2-thinitalic', sans-serif;
            font-weight: 200;
            font-style: italic;
            display: block;
            //font-size: 30px;
            font-size: 27px;
            line-height: 1;
            margin: 95px 0 0;
            color: #000;
            text-decoration: none;
            transition: color 1.5s;	
        }
        
    @media only screen and (max-width: 640px)  {
    
        .contactTextContainer a {
            font-size: 18px;
        }
    
    }
        
        a.contactLink1 {
            margin: 0 0 0 !important;
        }
        
        .contactTextContainer a img {
            margin-bottom: 10px;
        }
        
        .contactIconMask  {
            display: block;
            height: 35px;
            width: 100%;
            border: 0 solid #000;
            margin-bottom: 10px;
            background-color: #000;
            -webkit-mask-mode: alpha;
            -webkit-mask-size: 35px 35px;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center center;
            mask-mode: alpha;
            mask-size: 35px 35px;
            mask-repeat: no-repeat;
            mask-position: center center;
            background-blend-mode: luminosity;
            transition: background-color 1s;
        }
        
        
        a.contactLink1 img {
            width: 35px;
        }
        .contactIconMask1  {
            -webkit-mask-image: url("../images/contact_icon_new1b.png");
            mask-image: url("../images/contact_icon_new1b.png");
            -webkit-mask-size: 35px 35px;
            mask-size: 35px 35px;
        }
        
        a.contactLink2 img {
            width: 44px;
        }
        .contactIconMask2  {
            height: 34px;
            -webkit-mask-image: url("../images/contact_icon_new2.png");
            mask-image: url("../images/contact_icon_new2.png");
            -webkit-mask-size: 44px 34px;
            mask-size: 44px 34px;
            margin-bottom: 12px;
        }
        
        a.contactLink3 img {
            width: 35px;
        }
        .contactIconMask3 {
            height: 35px;
            -webkit-mask-image: url("../images/contact_icon_new2.png");
            mask-image: url("../images/contact_icon_new2.png");
            -webkit-mask-size: 35px 35px;
            mask-size: 35px 35px;
        }
        
        a.contactLink4 img {
            width: 35px;
        }
        .contactIconMask4 {
            height: 35px;
            -webkit-mask-image: url("../images/contact_icon_new3b.png");
            mask-image: url("../images/contact_icon_new3b.png");
            -webkit-mask-size: 35px 35px;
            mask-size: 35px 35px;
        }
        
        sup {
            position: relative;
            top: .2em;
            font-size: .4em;
            vertical-align: top;
        }



@media only screen and (min-width: 1441px)  {
	html {
		scrollbar-width: none;
	}
    .invisible-scrollbar::-webkit-scrollbar {
        display: none;
    }
}






@media only screen and (max-width: 640px)  {
    #splashText2  {
        margin-top: -10vh;
    }
}

.vidLockupHolder {
	border: 0 solid red;
	position: relative;
	width: 400px;
	margin: 0 auto;
}

@media only screen and (max-width: 640px)  {
	.vidLockupHolder {
		width: 300px;
	}
}

.vidHolder {
	position: absolute;
	top: 0;
	left: 5%;
	width: 90%;
	padding-top: 4%;
}

.vidFrameHolder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.vidFrameHolder img {
	width: 100%;
}










/* ////////////////////////////////////// */

@font-face {
    font-family: 'centraNo2-thin';
    src: url('../fonts2/centrano2-thin-webfont.woff2') format('woff2'),
         url('../fonts2/centrano2-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'centraNo2-thinitalic';
    src: url('../fonts2/centrano2-thinitalic-webfont.woff2') format('woff2'),
         url('../fonts2/centrano2-thinitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'centraNo2-light';
    src: url('../fonts2/centrano2-light-webfont.woff2') format('woff2'),
         url('../fonts2/centrano2-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'centraNo2-lightitalic';
    src: url('../fonts2/centrano2-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts2/centrano2-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'centraNo2-extrabold';
    src: url('../fonts2/centrano2-extrabold-webfont.woff2') format('woff2'),
         url('../fonts2/centrano2-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'centraNo2-extrabolditalic';
    src: url('../fonts2/centrano2-extrabolditalic-webfont.woff2') format('woff2'),
         url('../fonts2/centrano2-extrabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'SaolTextLight';
    src: url('../fonts2/Saol_Text_Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SaolTextMedium';
    src: url('../fonts2/Saol_Text_Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




