/* ===================================================================================================================
   ===================================================================================================================
   Fonts
   Archived source: stylesheets/OLDCSS/fonts.css
   ===================================================================================================================
   =================================================================================================================== */
@font-face{
	font-family:museo-sans;
	src:
		url(https://use.typekit.net/af/47003b/00000000000000000000e801/27/l?subset_id=2&fvd=i1&v=3) format("woff2"),
		url(https://use.typekit.net/af/47003b/00000000000000000000e801/27/d?subset_id=2&fvd=i1&v=3) format("woff"),
		url(https://use.typekit.net/af/47003b/00000000000000000000e801/27/a?subset_id=2&fvd=i1&v=3) format("opentype");
	font-weight:100;
	font-style:italic;
	font-display:auto;
}
@font-face{
	font-family:museo-sans;
	src:
		url(https://use.typekit.net/af/635674/00000000000000000000e800/27/l?subset_id=2&fvd=n1&v=3) format("woff2"),
		url(https://use.typekit.net/af/635674/00000000000000000000e800/27/d?subset_id=2&fvd=n1&v=3) format("woff"),
		url(https://use.typekit.net/af/635674/00000000000000000000e800/27/a?subset_id=2&fvd=n1&v=3) format("opentype");
		font-weight:100;
		font-style:normal;
		font-display:auto;
}
@font-face{
	font-family:museo-sans;
	src:
		url(https://use.typekit.net/af/620bf8/00000000000000000000e7fe/27/l?subset_id=2&fvd=n3&v=3) format("woff2"),
		url(https://use.typekit.net/af/620bf8/00000000000000000000e7fe/27/d?subset_id=2&fvd=n3&v=3) format("woff"),
		url(https://use.typekit.net/af/620bf8/00000000000000000000e7fe/27/a?subset_id=2&fvd=n3&v=3) format("opentype");
		font-weight:300;
		font-style:normal;
		font-display:auto;
}

/* ===================================================================================================================
   ===================================================================================================================
   HOME PAGE STYLES
   Archived source: stylesheets/OLDCSS/style-homepage-GOLD.css
   Scope: html.page-index
   ===================================================================================================================
   =================================================================================================================== */

html.page-index * {
    box-sizing: border-box;
    user-select: none;
}


:root {
    --ltgreen: rgb(0, 237, 11);
    --aqua: rgb(0, 216, 255);
    --white: rgb(255, 255, 255);
    --yellow: rgb(203, 255, 12);
}

@keyframes background-pan {
    from { background-position: 0% center; }
    to { background-position: -200% center; }
}

html.page-index .magic-gradient {
    animation: background-pan 3.2s linear infinite;
    background: linear-gradient(to right, var(--ltgreen), var(--aqua), var(--white), var(--yellow), var(--ltgreen));
    background-size: 200%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    display: inline-block;
    white-space: nowrap;
}



html.page-index #content {
    flex: 1;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../site-images/curlsdark.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

html.page-index #content > div {
    width: 100%;
    max-width: 820px;
    text-align: center;
    position: relative;
    z-index: 2;
}

html.page-index #logo-large {
    width: 100%;
    max-width: 620px;
    height: auto;
    filter: drop-shadow(8px 12px 2px rgba(0,0,0,0.3)); /* horiz vert feather */
}

html.page-index .slogan-list {
    padding: 0px 0 80px 0;
}

html.page-index #slogan {
    font-style: italic;
    font-weight: 100;
    filter: drop-shadow(4px 7px 1px rgba(0,0,0,0.5));
}

html.page-index #seo-contentblock {
	opacity: 0;
}



@media (max-width: 1024px) {

html.page-index #content {
        padding: 25px 20px;
    }
}

@media (max-width: 768px) {
html.page-index #logo-large {
        max-width: 480px;
    }

html.page-index .slogan-list {
        padding-bottom: 50px;
    }
}

@media (max-width: 480px) {
html.page-index #logo-large {
        max-width: 360px;
    }

html.page-index #content {
        padding: 20px 15px;
    }
}


html.page-index #main-gallery {
    width: 100%;
    max-width: 650px;
    margin: 70px auto 60px auto;
}

html.page-index .thumbnail { width: 20px; height: 50px; }



html.page-index {
    overflow-y: scroll;     
    scrollbar-width: none;  
}

html.page-index::-webkit-scrollbar {
    display: none;          
}


html.page-index body {
    overflow-y: hidden;     
}



/* ===================================================================================================================
   ===================================================================================================================
   STANDARD GALLERY PAGES
   Archived source: stylesheets/OLDCSS/style-gallery-GOLD.css
   Scope: html.page-book-illustration, html.page-cartoon-illustration, html.page-catalogs_mailers, html.page-ecoverde, html.page-ecoverde_collateral, html.page-graphics, html.page-howISTHIS, html.page-icons, html.page-linear-illustration, html.page-logos, html.page-motivator, html.page-realistic-illustration, html.page-stylistic-illustration, html.page-swishes-swirls
   ===================================================================================================================
   =================================================================================================================== */

html.page-book-illustration *, html.page-cartoon-illustration *, html.page-catalogs_mailers *, html.page-ecoverde *, html.page-ecoverde_collateral *, html.page-graphics *, html.page-howISTHIS *, html.page-icons *, html.page-linear-illustration *, html.page-logos *, html.page-motivator *, html.page-realistic-illustration *, html.page-stylistic-illustration *, html.page-swishes-swirls * {
    box-sizing: border-box;
    user-select: none;
}



#content {
    flex: 1;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../site-images/curlsdark.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

html.page-book-illustration #content > div, html.page-cartoon-illustration #content > div, html.page-catalogs_mailers #content > div, html.page-ecoverde #content > div, html.page-ecoverde_collateral #content > div, html.page-graphics #content > div, html.page-howISTHIS #content > div, html.page-icons #content > div, html.page-linear-illustration #content > div, html.page-logos #content > div, html.page-motivator #content > div, html.page-realistic-illustration #content > div, html.page-stylistic-illustration #content > div, html.page-swishes-swirls #content > div {
    width: 100%;
    max-width: 820px;
    text-align: center;
    position: relative;
    z-index: 2;
}

html.page-book-illustration #logo-large, html.page-cartoon-illustration #logo-large, html.page-catalogs_mailers #logo-large, html.page-ecoverde #logo-large, html.page-ecoverde_collateral #logo-large, html.page-graphics #logo-large, html.page-howISTHIS #logo-large, html.page-icons #logo-large, html.page-linear-illustration #logo-large, html.page-logos #logo-large, html.page-motivator #logo-large, html.page-realistic-illustration #logo-large, html.page-stylistic-illustration #logo-large, html.page-swishes-swirls #logo-large {
    width: 100%;
    max-width: 620px;
    height: auto;
    filter: drop-shadow(5px 10px 1px rgba(0,0,0,0.4));
}

html.page-book-illustration .slogan-list, html.page-cartoon-illustration .slogan-list, html.page-catalogs_mailers .slogan-list, html.page-ecoverde .slogan-list, html.page-ecoverde_collateral .slogan-list, html.page-graphics .slogan-list, html.page-howISTHIS .slogan-list, html.page-icons .slogan-list, html.page-linear-illustration .slogan-list, html.page-logos .slogan-list, html.page-motivator .slogan-list, html.page-realistic-illustration .slogan-list, html.page-stylistic-illustration .slogan-list, html.page-swishes-swirls .slogan-list {
    padding: 0px 0 80px 0;
}

html.page-book-illustration #slogan, html.page-cartoon-illustration #slogan, html.page-catalogs_mailers #slogan, html.page-ecoverde #slogan, html.page-ecoverde_collateral #slogan, html.page-graphics #slogan, html.page-howISTHIS #slogan, html.page-icons #slogan, html.page-linear-illustration #slogan, html.page-logos #slogan, html.page-motivator #slogan, html.page-realistic-illustration #slogan, html.page-stylistic-illustration #slogan, html.page-swishes-swirls #slogan {
    font-style: italic;
    font-weight: 100;
    filter: drop-shadow(4px 8px 4px rgba(0,0,0,0.5));
}

html.page-book-illustration #seo-contentblock, html.page-cartoon-illustration #seo-contentblock, html.page-catalogs_mailers #seo-contentblock, html.page-ecoverde #seo-contentblock, html.page-ecoverde_collateral #seo-contentblock, html.page-graphics #seo-contentblock, html.page-howISTHIS #seo-contentblock, html.page-icons #seo-contentblock, html.page-linear-illustration #seo-contentblock, html.page-logos #seo-contentblock, html.page-motivator #seo-contentblock, html.page-realistic-illustration #seo-contentblock, html.page-stylistic-illustration #seo-contentblock, html.page-swishes-swirls #seo-contentblock {
	opacity: 0;
}



@media (max-width: 1024px) {

html.page-book-illustration #content, html.page-cartoon-illustration #content, html.page-catalogs_mailers #content, html.page-ecoverde #content, html.page-ecoverde_collateral #content, html.page-graphics #content, html.page-howISTHIS #content, html.page-icons #content, html.page-linear-illustration #content, html.page-logos #content, html.page-motivator #content, html.page-realistic-illustration #content, html.page-stylistic-illustration #content, html.page-swishes-swirls #content {
        padding: 25px 20px;
    }
}

@media (max-width: 768px) {
html.page-book-illustration #logo-large, html.page-cartoon-illustration #logo-large, html.page-catalogs_mailers #logo-large, html.page-ecoverde #logo-large, html.page-ecoverde_collateral #logo-large, html.page-graphics #logo-large, html.page-howISTHIS #logo-large, html.page-icons #logo-large, html.page-linear-illustration #logo-large, html.page-logos #logo-large, html.page-motivator #logo-large, html.page-realistic-illustration #logo-large, html.page-stylistic-illustration #logo-large, html.page-swishes-swirls #logo-large {
        max-width: 480px;
    }

html.page-book-illustration .slogan-list, html.page-cartoon-illustration .slogan-list, html.page-catalogs_mailers .slogan-list, html.page-ecoverde .slogan-list, html.page-ecoverde_collateral .slogan-list, html.page-graphics .slogan-list, html.page-howISTHIS .slogan-list, html.page-icons .slogan-list, html.page-linear-illustration .slogan-list, html.page-logos .slogan-list, html.page-motivator .slogan-list, html.page-realistic-illustration .slogan-list, html.page-stylistic-illustration .slogan-list, html.page-swishes-swirls .slogan-list {
        padding-bottom: 50px;
    }
}

@media (max-width: 480px) {
html.page-book-illustration #logo-large, html.page-cartoon-illustration #logo-large, html.page-catalogs_mailers #logo-large, html.page-ecoverde #logo-large, html.page-ecoverde_collateral #logo-large, html.page-graphics #logo-large, html.page-howISTHIS #logo-large, html.page-icons #logo-large, html.page-linear-illustration #logo-large, html.page-logos #logo-large, html.page-motivator #logo-large, html.page-realistic-illustration #logo-large, html.page-stylistic-illustration #logo-large, html.page-swishes-swirls #logo-large {
        max-width: 360px;
    }

html.page-book-illustration #content, html.page-cartoon-illustration #content, html.page-catalogs_mailers #content, html.page-ecoverde #content, html.page-ecoverde_collateral #content, html.page-graphics #content, html.page-howISTHIS #content, html.page-icons #content, html.page-linear-illustration #content, html.page-logos #content, html.page-motivator #content, html.page-realistic-illustration #content, html.page-stylistic-illustration #content, html.page-swishes-swirls #content {
        padding: 20px 15px;
    }
}


html.page-book-illustration #main-gallery, html.page-cartoon-illustration #main-gallery, html.page-catalogs_mailers #main-gallery, html.page-ecoverde #main-gallery, html.page-ecoverde_collateral #main-gallery, html.page-graphics #main-gallery, html.page-howISTHIS #main-gallery, html.page-icons #main-gallery, html.page-linear-illustration #main-gallery, html.page-logos #main-gallery, html.page-motivator #main-gallery, html.page-realistic-illustration #main-gallery, html.page-stylistic-illustration #main-gallery, html.page-swishes-swirls #main-gallery {
    width: 100%;
    max-width: 650px;
    margin: 70px auto 60px auto;
}

html.page-book-illustration .thumbnail, html.page-cartoon-illustration .thumbnail, html.page-catalogs_mailers .thumbnail, html.page-ecoverde .thumbnail, html.page-ecoverde_collateral .thumbnail, html.page-graphics .thumbnail, html.page-howISTHIS .thumbnail, html.page-icons .thumbnail, html.page-linear-illustration .thumbnail, html.page-logos .thumbnail, html.page-motivator .thumbnail, html.page-realistic-illustration .thumbnail, html.page-stylistic-illustration .thumbnail, html.page-swishes-swirls .thumbnail { width: 20px; height: 50px; }





html.page-book-illustration #content, html.page-cartoon-illustration #content, html.page-catalogs_mailers #content, html.page-ecoverde #content, html.page-ecoverde_collateral #content, html.page-graphics #content, html.page-howISTHIS #content, html.page-icons #content, html.page-linear-illustration #content, html.page-logos #content, html.page-motivator #content, html.page-realistic-illustration #content, html.page-stylistic-illustration #content, html.page-swishes-swirls #content {
    padding: 20px 40px;
    justify-content: center;
}


html.page-book-illustration #main-gallery, html.page-cartoon-illustration #main-gallery, html.page-catalogs_mailers #main-gallery, html.page-ecoverde #main-gallery, html.page-ecoverde_collateral #main-gallery, html.page-graphics #main-gallery, html.page-howISTHIS #main-gallery, html.page-icons #main-gallery, html.page-linear-illustration #main-gallery, html.page-logos #main-gallery, html.page-motivator #main-gallery, html.page-realistic-illustration #main-gallery, html.page-stylistic-illustration #main-gallery, html.page-swishes-swirls #main-gallery {
    width: 100%;
    max-width: 700px; 
    margin: 10px auto -10px auto;
}

html.page-book-illustration #gallery-container, html.page-cartoon-illustration #gallery-container, html.page-catalogs_mailers #gallery-container, html.page-ecoverde #gallery-container, html.page-ecoverde_collateral #gallery-container, html.page-graphics #gallery-container, html.page-howISTHIS #gallery-container, html.page-icons #gallery-container, html.page-linear-illustration #gallery-container, html.page-logos #gallery-container, html.page-motivator #gallery-container, html.page-realistic-illustration #gallery-container, html.page-stylistic-illustration #gallery-container, html.page-swishes-swirls #gallery-container {
    position: relative;
    width: 100%;
    margin-bottom: -20px; 
}

html.page-book-illustration .gallery-loader, html.page-cartoon-illustration .gallery-loader, html.page-catalogs_mailers .gallery-loader, html.page-ecoverde .gallery-loader, html.page-ecoverde_collateral .gallery-loader, html.page-graphics .gallery-loader, html.page-howISTHIS .gallery-loader, html.page-icons .gallery-loader, html.page-linear-illustration .gallery-loader, html.page-logos .gallery-loader, html.page-motivator .gallery-loader, html.page-realistic-illustration .gallery-loader, html.page-stylistic-illustration .gallery-loader, html.page-swishes-swirls .gallery-loader {
    position: absolute;
    inset: 10px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 18px;
    min-height: 260px;
    background:
        radial-gradient(circle at center, rgba(0,180,63,0.18), rgba(0,0,0,0.72) 55%, rgba(0,0,0,0.9)),
        linear-gradient(135deg, rgba(6,45,14,0.95), rgba(0,0,0,0.85));
    border-top: 1px solid rgba(90,255,128,0.35);
    border-bottom: 1px solid rgba(0,130,52,0.45);
    box-shadow: inset 0 0 45px rgba(0,255,85,0.12), 0 0 24px rgba(0,0,0,0.45);
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    overflow: hidden;
    z-index: 18;
    transition: opacity 0.45s ease, visibility 0.45s ease;
}

html.page-book-illustration .gallery-loader::before, html.page-cartoon-illustration .gallery-loader::before, html.page-catalogs_mailers .gallery-loader::before, html.page-ecoverde .gallery-loader::before, html.page-ecoverde_collateral .gallery-loader::before, html.page-graphics .gallery-loader::before, html.page-howISTHIS .gallery-loader::before, html.page-icons .gallery-loader::before, html.page-linear-illustration .gallery-loader::before, html.page-logos .gallery-loader::before, html.page-motivator .gallery-loader::before, html.page-realistic-illustration .gallery-loader::before, html.page-stylistic-illustration .gallery-loader::before, html.page-swishes-swirls .gallery-loader::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(0deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 7px),
        linear-gradient(90deg, transparent, rgba(132,255,172,0.18), transparent);
    animation: loader-sweep 1.7s linear infinite;
}

html.page-book-illustration .loader-orbit, html.page-cartoon-illustration .loader-orbit, html.page-catalogs_mailers .loader-orbit, html.page-ecoverde .loader-orbit, html.page-ecoverde_collateral .loader-orbit, html.page-graphics .loader-orbit, html.page-howISTHIS .loader-orbit, html.page-icons .loader-orbit, html.page-linear-illustration .loader-orbit, html.page-logos .loader-orbit, html.page-motivator .loader-orbit, html.page-realistic-illustration .loader-orbit, html.page-stylistic-illustration .loader-orbit, html.page-swishes-swirls .loader-orbit {
    position: relative;
    width: 118px;
    height: 118px;
    border: 1px solid rgba(153,255,178,0.28);
    border-radius: 50%;
    animation: loader-spin 2.4s linear infinite;
}

.loader-orbit::before,
.loader-orbit::after,
html.page-book-illustration .loader-orbit span, html.page-cartoon-illustration .loader-orbit span, html.page-catalogs_mailers .loader-orbit span, html.page-ecoverde .loader-orbit span, html.page-ecoverde_collateral .loader-orbit span, html.page-graphics .loader-orbit span, html.page-howISTHIS .loader-orbit span, html.page-icons .loader-orbit span, html.page-linear-illustration .loader-orbit span, html.page-logos .loader-orbit span, html.page-motivator .loader-orbit span, html.page-realistic-illustration .loader-orbit span, html.page-stylistic-illustration .loader-orbit span, html.page-swishes-swirls .loader-orbit span {
    content: "";
    position: absolute;
    border-radius: 50%;
}

html.page-book-illustration .loader-orbit::before, html.page-cartoon-illustration .loader-orbit::before, html.page-catalogs_mailers .loader-orbit::before, html.page-ecoverde .loader-orbit::before, html.page-ecoverde_collateral .loader-orbit::before, html.page-graphics .loader-orbit::before, html.page-howISTHIS .loader-orbit::before, html.page-icons .loader-orbit::before, html.page-linear-illustration .loader-orbit::before, html.page-logos .loader-orbit::before, html.page-motivator .loader-orbit::before, html.page-realistic-illustration .loader-orbit::before, html.page-stylistic-illustration .loader-orbit::before, html.page-swishes-swirls .loader-orbit::before {
    inset: 13px;
    border: 2px solid transparent;
    border-top-color: rgba(255,255,255,0.88);
    border-right-color: rgba(0,255,83,0.75);
    filter: drop-shadow(0 0 8px rgba(0,255,83,0.7));
}

html.page-book-illustration .loader-orbit::after, html.page-cartoon-illustration .loader-orbit::after, html.page-catalogs_mailers .loader-orbit::after, html.page-ecoverde .loader-orbit::after, html.page-ecoverde_collateral .loader-orbit::after, html.page-graphics .loader-orbit::after, html.page-howISTHIS .loader-orbit::after, html.page-icons .loader-orbit::after, html.page-linear-illustration .loader-orbit::after, html.page-logos .loader-orbit::after, html.page-motivator .loader-orbit::after, html.page-realistic-illustration .loader-orbit::after, html.page-stylistic-illustration .loader-orbit::after, html.page-swishes-swirls .loader-orbit::after {
    inset: 34px;
    background: radial-gradient(circle, rgba(210,255,220,0.95), rgba(0,180,64,0.65) 34%, transparent 36%);
    box-shadow: 0 0 28px rgba(0,255,91,0.65);
    animation: loader-pulse 1.35s ease-in-out infinite;
}

html.page-book-illustration .loader-orbit span:nth-child(1), html.page-cartoon-illustration .loader-orbit span:nth-child(1), html.page-catalogs_mailers .loader-orbit span:nth-child(1), html.page-ecoverde .loader-orbit span:nth-child(1), html.page-ecoverde_collateral .loader-orbit span:nth-child(1), html.page-graphics .loader-orbit span:nth-child(1), html.page-howISTHIS .loader-orbit span:nth-child(1), html.page-icons .loader-orbit span:nth-child(1), html.page-linear-illustration .loader-orbit span:nth-child(1), html.page-logos .loader-orbit span:nth-child(1), html.page-motivator .loader-orbit span:nth-child(1), html.page-realistic-illustration .loader-orbit span:nth-child(1), html.page-stylistic-illustration .loader-orbit span:nth-child(1), html.page-swishes-swirls .loader-orbit span:nth-child(1) {
    top: -4px;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #eaffef;
    box-shadow: 0 0 12px #27ff72;
}

html.page-book-illustration .loader-orbit span:nth-child(2), html.page-cartoon-illustration .loader-orbit span:nth-child(2), html.page-catalogs_mailers .loader-orbit span:nth-child(2), html.page-ecoverde .loader-orbit span:nth-child(2), html.page-ecoverde_collateral .loader-orbit span:nth-child(2), html.page-graphics .loader-orbit span:nth-child(2), html.page-howISTHIS .loader-orbit span:nth-child(2), html.page-icons .loader-orbit span:nth-child(2), html.page-linear-illustration .loader-orbit span:nth-child(2), html.page-logos .loader-orbit span:nth-child(2), html.page-motivator .loader-orbit span:nth-child(2), html.page-realistic-illustration .loader-orbit span:nth-child(2), html.page-stylistic-illustration .loader-orbit span:nth-child(2), html.page-swishes-swirls .loader-orbit span:nth-child(2) {
    right: 8px;
    bottom: 16px;
    width: 6px;
    height: 6px;
    background: #68ff9a;
    box-shadow: 0 0 10px #00ff56;
}

html.page-book-illustration .loader-orbit span:nth-child(3), html.page-cartoon-illustration .loader-orbit span:nth-child(3), html.page-catalogs_mailers .loader-orbit span:nth-child(3), html.page-ecoverde .loader-orbit span:nth-child(3), html.page-ecoverde_collateral .loader-orbit span:nth-child(3), html.page-graphics .loader-orbit span:nth-child(3), html.page-howISTHIS .loader-orbit span:nth-child(3), html.page-icons .loader-orbit span:nth-child(3), html.page-linear-illustration .loader-orbit span:nth-child(3), html.page-logos .loader-orbit span:nth-child(3), html.page-motivator .loader-orbit span:nth-child(3), html.page-realistic-illustration .loader-orbit span:nth-child(3), html.page-stylistic-illustration .loader-orbit span:nth-child(3), html.page-swishes-swirls .loader-orbit span:nth-child(3) {
    left: 7px;
    bottom: 28px;
    width: 5px;
    height: 5px;
    background: #ffffff;
    box-shadow: 0 0 10px #ffffff;
}

html.page-book-illustration .loader-scan, html.page-cartoon-illustration .loader-scan, html.page-catalogs_mailers .loader-scan, html.page-ecoverde .loader-scan, html.page-ecoverde_collateral .loader-scan, html.page-graphics .loader-scan, html.page-howISTHIS .loader-scan, html.page-icons .loader-scan, html.page-linear-illustration .loader-scan, html.page-logos .loader-scan, html.page-motivator .loader-scan, html.page-realistic-illustration .loader-scan, html.page-stylistic-illustration .loader-scan, html.page-swishes-swirls .loader-scan {
    width: min(280px, 70%);
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.95), rgba(0,255,90,0.9), transparent);
    box-shadow: 0 0 16px rgba(0,255,90,0.72);
    animation: loader-bar 1.1s ease-in-out infinite;
}

html.page-book-illustration .loader-label, html.page-cartoon-illustration .loader-label, html.page-catalogs_mailers .loader-label, html.page-ecoverde .loader-label, html.page-ecoverde_collateral .loader-label, html.page-graphics .loader-label, html.page-howISTHIS .loader-label, html.page-icons .loader-label, html.page-linear-illustration .loader-label, html.page-logos .loader-label, html.page-motivator .loader-label, html.page-realistic-illustration .loader-label, html.page-stylistic-illustration .loader-label, html.page-swishes-swirls .loader-label {
    color: rgba(235,255,237,0.84);
    font-family: museo-sans, sans-serif;
    font-size: 0.9rem;
    font-weight: 100;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0,255,80,0.45);
}

html.page-book-illustration .gallery-loader.loader-hidden, html.page-cartoon-illustration .gallery-loader.loader-hidden, html.page-catalogs_mailers .gallery-loader.loader-hidden, html.page-ecoverde .gallery-loader.loader-hidden, html.page-ecoverde_collateral .gallery-loader.loader-hidden, html.page-graphics .gallery-loader.loader-hidden, html.page-howISTHIS .gallery-loader.loader-hidden, html.page-icons .gallery-loader.loader-hidden, html.page-linear-illustration .gallery-loader.loader-hidden, html.page-logos .gallery-loader.loader-hidden, html.page-motivator .gallery-loader.loader-hidden, html.page-realistic-illustration .gallery-loader.loader-hidden, html.page-stylistic-illustration .gallery-loader.loader-hidden, html.page-swishes-swirls .gallery-loader.loader-hidden {
    opacity: 0;
    visibility: hidden;
}

html.page-book-illustration #main-image.image-loading, html.page-cartoon-illustration #main-image.image-loading, html.page-catalogs_mailers #main-image.image-loading, html.page-ecoverde #main-image.image-loading, html.page-ecoverde_collateral #main-image.image-loading, html.page-graphics #main-image.image-loading, html.page-howISTHIS #main-image.image-loading, html.page-icons #main-image.image-loading, html.page-linear-illustration #main-image.image-loading, html.page-logos #main-image.image-loading, html.page-motivator #main-image.image-loading, html.page-realistic-illustration #main-image.image-loading, html.page-stylistic-illustration #main-image.image-loading, html.page-swishes-swirls #main-image.image-loading {
    opacity: 0.18;
}

@keyframes loader-spin {
    to { transform: rotate(360deg); }
}

@keyframes loader-pulse {
    0%, 100% { transform: scale(0.88); opacity: 0.65; }
    50% { transform: scale(1.08); opacity: 1; }
}

@keyframes loader-bar {
    0%, 100% { transform: scaleX(0.55); opacity: 0.45; }
    50% { transform: scaleX(1); opacity: 1; }
}

@keyframes loader-sweep {
    from { transform: translateX(-35%); }
    to { transform: translateX(35%); }
}


html.page-book-illustration #image-caption, html.page-cartoon-illustration #image-caption, html.page-catalogs_mailers #image-caption, html.page-ecoverde #image-caption, html.page-ecoverde_collateral #image-caption, html.page-graphics #image-caption, html.page-howISTHIS #image-caption, html.page-icons #image-caption, html.page-linear-illustration #image-caption, html.page-logos #image-caption, html.page-motivator #image-caption, html.page-realistic-illustration #image-caption, html.page-stylistic-illustration #image-caption, html.page-swishes-swirls #image-caption {
    text-align: center;
    font-size: 1rem;
    color: #ddd;
    margin: 10px 0 15px 0;     
    min-height: 1.5em;
    padding: 0 10px;
    line-height: 1.4;
}


html.page-book-illustration #main-image, html.page-cartoon-illustration #main-image, html.page-catalogs_mailers #main-image, html.page-ecoverde #main-image, html.page-ecoverde_collateral #main-image, html.page-graphics #main-image, html.page-howISTHIS #main-image, html.page-icons #main-image, html.page-linear-illustration #main-image, html.page-logos #main-image, html.page-motivator #main-image, html.page-realistic-illustration #main-image, html.page-stylistic-illustration #main-image, html.page-swishes-swirls #main-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;           
    border-radius: 0px;
    display: block;
    margin: 10px auto;
}


html.page-book-illustration .gallery-arrow, html.page-cartoon-illustration .gallery-arrow, html.page-catalogs_mailers .gallery-arrow, html.page-ecoverde .gallery-arrow, html.page-ecoverde_collateral .gallery-arrow, html.page-graphics .gallery-arrow, html.page-howISTHIS .gallery-arrow, html.page-icons .gallery-arrow, html.page-linear-illustration .gallery-arrow, html.page-logos .gallery-arrow, html.page-motivator .gallery-arrow, html.page-realistic-illustration .gallery-arrow, html.page-stylistic-illustration .gallery-arrow, html.page-swishes-swirls .gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 65px;
    background: rgba(0,0,0,0);
    color: white;
    border: none;
    width: 55px;
    height: 90px;
    cursor: pointer;
    z-index: 20;
    opacity: 0.5;
}

html.page-book-illustration #prev-btn, html.page-cartoon-illustration #prev-btn, html.page-catalogs_mailers #prev-btn, html.page-ecoverde #prev-btn, html.page-ecoverde_collateral #prev-btn, html.page-graphics #prev-btn, html.page-howISTHIS #prev-btn, html.page-icons #prev-btn, html.page-linear-illustration #prev-btn, html.page-logos #prev-btn, html.page-motivator #prev-btn, html.page-realistic-illustration #prev-btn, html.page-stylistic-illustration #prev-btn, html.page-swishes-swirls #prev-btn { left: -25px; }
html.page-book-illustration #next-btn, html.page-cartoon-illustration #next-btn, html.page-catalogs_mailers #next-btn, html.page-ecoverde #next-btn, html.page-ecoverde_collateral #next-btn, html.page-graphics #next-btn, html.page-howISTHIS #next-btn, html.page-icons #next-btn, html.page-linear-illustration #next-btn, html.page-logos #next-btn, html.page-motivator #next-btn, html.page-realistic-illustration #next-btn, html.page-stylistic-illustration #next-btn, html.page-swishes-swirls #next-btn { right: -25px; }

html.page-book-illustration .gallery-arrow:hover, html.page-cartoon-illustration .gallery-arrow:hover, html.page-catalogs_mailers .gallery-arrow:hover, html.page-ecoverde .gallery-arrow:hover, html.page-ecoverde_collateral .gallery-arrow:hover, html.page-graphics .gallery-arrow:hover, html.page-howISTHIS .gallery-arrow:hover, html.page-icons .gallery-arrow:hover, html.page-linear-illustration .gallery-arrow:hover, html.page-logos .gallery-arrow:hover, html.page-motivator .gallery-arrow:hover, html.page-realistic-illustration .gallery-arrow:hover, html.page-stylistic-illustration .gallery-arrow:hover, html.page-swishes-swirls .gallery-arrow:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}


html.page-book-illustration #thumbnail-wrapper, html.page-cartoon-illustration #thumbnail-wrapper, html.page-catalogs_mailers #thumbnail-wrapper, html.page-ecoverde #thumbnail-wrapper, html.page-ecoverde_collateral #thumbnail-wrapper, html.page-graphics #thumbnail-wrapper, html.page-howISTHIS #thumbnail-wrapper, html.page-icons #thumbnail-wrapper, html.page-linear-illustration #thumbnail-wrapper, html.page-logos #thumbnail-wrapper, html.page-motivator #thumbnail-wrapper, html.page-realistic-illustration #thumbnail-wrapper, html.page-stylistic-illustration #thumbnail-wrapper, html.page-swishes-swirls #thumbnail-wrapper {
    overflow-x: auto;
    padding: 12px 0;
}

html.page-book-illustration #thumbnail-index, html.page-cartoon-illustration #thumbnail-index, html.page-catalogs_mailers #thumbnail-index, html.page-ecoverde #thumbnail-index, html.page-ecoverde_collateral #thumbnail-index, html.page-graphics #thumbnail-index, html.page-howISTHIS #thumbnail-index, html.page-icons #thumbnail-index, html.page-linear-illustration #thumbnail-index, html.page-logos #thumbnail-index, html.page-motivator #thumbnail-index, html.page-realistic-illustration #thumbnail-index, html.page-stylistic-illustration #thumbnail-index, html.page-swishes-swirls #thumbnail-index {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: nowrap;
}

html.page-book-illustration .thumbnail-arrow, html.page-cartoon-illustration .thumbnail-arrow, html.page-catalogs_mailers .thumbnail-arrow, html.page-ecoverde .thumbnail-arrow, html.page-ecoverde_collateral .thumbnail-arrow, html.page-graphics .thumbnail-arrow, html.page-howISTHIS .thumbnail-arrow, html.page-icons .thumbnail-arrow, html.page-linear-illustration .thumbnail-arrow, html.page-logos .thumbnail-arrow, html.page-motivator .thumbnail-arrow, html.page-realistic-illustration .thumbnail-arrow, html.page-stylistic-illustration .thumbnail-arrow, html.page-swishes-swirls .thumbnail-arrow {
    display: none;
}

html.page-book-illustration .thumbnail, html.page-cartoon-illustration .thumbnail, html.page-catalogs_mailers .thumbnail, html.page-ecoverde .thumbnail, html.page-ecoverde_collateral .thumbnail, html.page-graphics .thumbnail, html.page-howISTHIS .thumbnail, html.page-icons .thumbnail, html.page-linear-illustration .thumbnail, html.page-logos .thumbnail, html.page-motivator .thumbnail, html.page-realistic-illustration .thumbnail, html.page-stylistic-illustration .thumbnail, html.page-swishes-swirls .thumbnail {
    width: 25px;
    height: 50px;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.3s;
}

html.page-book-illustration .thumbnail:hover, html.page-cartoon-illustration .thumbnail:hover, html.page-catalogs_mailers .thumbnail:hover, html.page-ecoverde .thumbnail:hover, html.page-ecoverde_collateral .thumbnail:hover, html.page-graphics .thumbnail:hover, html.page-howISTHIS .thumbnail:hover, html.page-icons .thumbnail:hover, html.page-linear-illustration .thumbnail:hover, html.page-logos .thumbnail:hover, html.page-motivator .thumbnail:hover, html.page-realistic-illustration .thumbnail:hover, html.page-stylistic-illustration .thumbnail:hover, html.page-swishes-swirls .thumbnail:hover, html.page-book-illustration .thumbnail.active, html.page-cartoon-illustration .thumbnail.active, html.page-catalogs_mailers .thumbnail.active, html.page-ecoverde .thumbnail.active, html.page-ecoverde_collateral .thumbnail.active, html.page-graphics .thumbnail.active, html.page-howISTHIS .thumbnail.active, html.page-icons .thumbnail.active, html.page-linear-illustration .thumbnail.active, html.page-logos .thumbnail.active, html.page-motivator .thumbnail.active, html.page-realistic-illustration .thumbnail.active, html.page-stylistic-illustration .thumbnail.active, html.page-swishes-swirls .thumbnail.active {
    border-color: #0f0;
}


@media (max-width: 1024px) {

html.page-book-illustration #content, html.page-cartoon-illustration #content, html.page-catalogs_mailers #content, html.page-ecoverde #content, html.page-ecoverde_collateral #content, html.page-graphics #content, html.page-howISTHIS #content, html.page-icons #content, html.page-linear-illustration #content, html.page-logos #content, html.page-motivator #content, html.page-realistic-illustration #content, html.page-stylistic-illustration #content, html.page-swishes-swirls #content {
        width: 100%;
        min-width: 0;
        padding: 20px 15px;
    }

html.page-book-illustration #content > div, html.page-cartoon-illustration #content > div, html.page-catalogs_mailers #content > div, html.page-ecoverde #content > div, html.page-ecoverde_collateral #content > div, html.page-graphics #content > div, html.page-howISTHIS #content > div, html.page-icons #content > div, html.page-linear-illustration #content > div, html.page-logos #content > div, html.page-motivator #content > div, html.page-realistic-illustration #content > div, html.page-stylistic-illustration #content > div, html.page-swishes-swirls #content > div {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

html.page-book-illustration #main-gallery, html.page-cartoon-illustration #main-gallery, html.page-catalogs_mailers #main-gallery, html.page-ecoverde #main-gallery, html.page-ecoverde_collateral #main-gallery, html.page-graphics #main-gallery, html.page-howISTHIS #main-gallery, html.page-icons #main-gallery, html.page-linear-illustration #main-gallery, html.page-logos #main-gallery, html.page-motivator #main-gallery, html.page-realistic-illustration #main-gallery, html.page-stylistic-illustration #main-gallery, html.page-swishes-swirls #main-gallery {
        width: 100%;
        max-width: min(700px, 100%);
    }

html.page-book-illustration #gallery-container, html.page-cartoon-illustration #gallery-container, html.page-catalogs_mailers #gallery-container, html.page-ecoverde #gallery-container, html.page-ecoverde_collateral #gallery-container, html.page-graphics #gallery-container, html.page-howISTHIS #gallery-container, html.page-icons #gallery-container, html.page-linear-illustration #gallery-container, html.page-logos #gallery-container, html.page-motivator #gallery-container, html.page-realistic-illustration #gallery-container, html.page-stylistic-illustration #gallery-container, html.page-swishes-swirls #gallery-container {
        box-sizing: border-box;
        padding: 0 34px;
        overflow: visible;
    }

html.page-book-illustration .image-wrapper, html.page-cartoon-illustration .image-wrapper, html.page-catalogs_mailers .image-wrapper, html.page-ecoverde .image-wrapper, html.page-ecoverde_collateral .image-wrapper, html.page-graphics .image-wrapper, html.page-howISTHIS .image-wrapper, html.page-icons .image-wrapper, html.page-linear-illustration .image-wrapper, html.page-logos .image-wrapper, html.page-motivator .image-wrapper, html.page-realistic-illustration .image-wrapper, html.page-stylistic-illustration .image-wrapper, html.page-swishes-swirls .image-wrapper {
        width: 100%;
        overflow: hidden;
    }

html.page-book-illustration #main-image, html.page-cartoon-illustration #main-image, html.page-catalogs_mailers #main-image, html.page-ecoverde #main-image, html.page-ecoverde_collateral #main-image, html.page-graphics #main-image, html.page-howISTHIS #main-image, html.page-icons #main-image, html.page-linear-illustration #main-image, html.page-logos #main-image, html.page-motivator #main-image, html.page-realistic-illustration #main-image, html.page-stylistic-illustration #main-image, html.page-swishes-swirls #main-image {
        display: block;
        width: 100%;
        max-width: 100%;
        object-fit: contain;
    }

html.page-book-illustration .gallery-arrow, html.page-cartoon-illustration .gallery-arrow, html.page-catalogs_mailers .gallery-arrow, html.page-ecoverde .gallery-arrow, html.page-ecoverde_collateral .gallery-arrow, html.page-graphics .gallery-arrow, html.page-howISTHIS .gallery-arrow, html.page-icons .gallery-arrow, html.page-linear-illustration .gallery-arrow, html.page-logos .gallery-arrow, html.page-motivator .gallery-arrow, html.page-realistic-illustration .gallery-arrow, html.page-stylistic-illustration .gallery-arrow, html.page-swishes-swirls .gallery-arrow {
        width: 30px;
        height: 54px;
        font-size: 44px;
        line-height: 1;
        z-index: 5;
    }

html.page-book-illustration #prev-btn, html.page-cartoon-illustration #prev-btn, html.page-catalogs_mailers #prev-btn, html.page-ecoverde #prev-btn, html.page-ecoverde_collateral #prev-btn, html.page-graphics #prev-btn, html.page-howISTHIS #prev-btn, html.page-icons #prev-btn, html.page-linear-illustration #prev-btn, html.page-logos #prev-btn, html.page-motivator #prev-btn, html.page-realistic-illustration #prev-btn, html.page-stylistic-illustration #prev-btn, html.page-swishes-swirls #prev-btn {
        left: 0;
    }

html.page-book-illustration #next-btn, html.page-cartoon-illustration #next-btn, html.page-catalogs_mailers #next-btn, html.page-ecoverde #next-btn, html.page-ecoverde_collateral #next-btn, html.page-graphics #next-btn, html.page-howISTHIS #next-btn, html.page-icons #next-btn, html.page-linear-illustration #next-btn, html.page-logos #next-btn, html.page-motivator #next-btn, html.page-realistic-illustration #next-btn, html.page-stylistic-illustration #next-btn, html.page-swishes-swirls #next-btn {
        right: 0;
    }
}

@media (max-width: 768px) {
html.page-book-illustration #main-image, html.page-cartoon-illustration #main-image, html.page-catalogs_mailers #main-image, html.page-ecoverde #main-image, html.page-ecoverde_collateral #main-image, html.page-graphics #main-image, html.page-howISTHIS #main-image, html.page-icons #main-image, html.page-linear-illustration #main-image, html.page-logos #main-image, html.page-motivator #main-image, html.page-realistic-illustration #main-image, html.page-stylistic-illustration #main-image, html.page-swishes-swirls #main-image { max-height: 420px; }
}

@media (max-width: 480px) {
html.page-book-illustration #main-image, html.page-cartoon-illustration #main-image, html.page-catalogs_mailers #main-image, html.page-ecoverde #main-image, html.page-ecoverde_collateral #main-image, html.page-graphics #main-image, html.page-howISTHIS #main-image, html.page-icons #main-image, html.page-linear-illustration #main-image, html.page-logos #main-image, html.page-motivator #main-image, html.page-realistic-illustration #main-image, html.page-stylistic-illustration #main-image, html.page-swishes-swirls #main-image { max-height: 320px; }
html.page-book-illustration .thumbnail, html.page-cartoon-illustration .thumbnail, html.page-catalogs_mailers .thumbnail, html.page-ecoverde .thumbnail, html.page-ecoverde_collateral .thumbnail, html.page-graphics .thumbnail, html.page-howISTHIS .thumbnail, html.page-icons .thumbnail, html.page-linear-illustration .thumbnail, html.page-logos .thumbnail, html.page-motivator .thumbnail, html.page-realistic-illustration .thumbnail, html.page-stylistic-illustration .thumbnail, html.page-swishes-swirls .thumbnail { width: 50px; height: 50px; }
}

@media (max-width: 600px) {
    html,
html.page-book-illustration body, html.page-cartoon-illustration body, html.page-catalogs_mailers body, html.page-ecoverde body, html.page-ecoverde_collateral body, html.page-graphics body, html.page-howISTHIS body, html.page-icons body, html.page-linear-illustration body, html.page-logos body, html.page-motivator body, html.page-realistic-illustration body, html.page-stylistic-illustration body, html.page-swishes-swirls body {
        max-width: 100%;
        overflow-x: hidden;
    }

html.page-book-illustration #main-gallery, html.page-cartoon-illustration #main-gallery, html.page-catalogs_mailers #main-gallery, html.page-ecoverde #main-gallery, html.page-ecoverde_collateral #main-gallery, html.page-graphics #main-gallery, html.page-howISTHIS #main-gallery, html.page-icons #main-gallery, html.page-linear-illustration #main-gallery, html.page-logos #main-gallery, html.page-motivator #main-gallery, html.page-realistic-illustration #main-gallery, html.page-stylistic-illustration #main-gallery, html.page-swishes-swirls #main-gallery {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

html.page-book-illustration #gallery-container, html.page-cartoon-illustration #gallery-container, html.page-catalogs_mailers #gallery-container, html.page-ecoverde #gallery-container, html.page-ecoverde_collateral #gallery-container, html.page-graphics #gallery-container, html.page-howISTHIS #gallery-container, html.page-icons #gallery-container, html.page-linear-illustration #gallery-container, html.page-logos #gallery-container, html.page-motivator #gallery-container, html.page-realistic-illustration #gallery-container, html.page-stylistic-illustration #gallery-container, html.page-swishes-swirls #gallery-container {
        padding: 0 34px;
    }

html.page-book-illustration #main-image, html.page-cartoon-illustration #main-image, html.page-catalogs_mailers #main-image, html.page-ecoverde #main-image, html.page-ecoverde_collateral #main-image, html.page-graphics #main-image, html.page-howISTHIS #main-image, html.page-icons #main-image, html.page-linear-illustration #main-image, html.page-logos #main-image, html.page-motivator #main-image, html.page-realistic-illustration #main-image, html.page-stylistic-illustration #main-image, html.page-swishes-swirls #main-image {
        max-height: min(62vh, 390px);
    }

html.page-book-illustration #thumbnail-wrapper, html.page-cartoon-illustration #thumbnail-wrapper, html.page-catalogs_mailers #thumbnail-wrapper, html.page-ecoverde #thumbnail-wrapper, html.page-ecoverde_collateral #thumbnail-wrapper, html.page-graphics #thumbnail-wrapper, html.page-howISTHIS #thumbnail-wrapper, html.page-icons #thumbnail-wrapper, html.page-linear-illustration #thumbnail-wrapper, html.page-logos #thumbnail-wrapper, html.page-motivator #thumbnail-wrapper, html.page-realistic-illustration #thumbnail-wrapper, html.page-stylistic-illustration #thumbnail-wrapper, html.page-swishes-swirls #thumbnail-wrapper {
        position: relative;
        overflow: hidden;
        padding: 10px 30px;
    }

html.page-book-illustration #thumbnail-index, html.page-cartoon-illustration #thumbnail-index, html.page-catalogs_mailers #thumbnail-index, html.page-ecoverde #thumbnail-index, html.page-ecoverde_collateral #thumbnail-index, html.page-graphics #thumbnail-index, html.page-howISTHIS #thumbnail-index, html.page-icons #thumbnail-index, html.page-linear-illustration #thumbnail-index, html.page-logos #thumbnail-index, html.page-motivator #thumbnail-index, html.page-realistic-illustration #thumbnail-index, html.page-stylistic-illustration #thumbnail-index, html.page-swishes-swirls #thumbnail-index {
        justify-content: flex-start;
        overflow-x: auto;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }

html.page-book-illustration #thumbnail-index::-webkit-scrollbar, html.page-cartoon-illustration #thumbnail-index::-webkit-scrollbar, html.page-catalogs_mailers #thumbnail-index::-webkit-scrollbar, html.page-ecoverde #thumbnail-index::-webkit-scrollbar, html.page-ecoverde_collateral #thumbnail-index::-webkit-scrollbar, html.page-graphics #thumbnail-index::-webkit-scrollbar, html.page-howISTHIS #thumbnail-index::-webkit-scrollbar, html.page-icons #thumbnail-index::-webkit-scrollbar, html.page-linear-illustration #thumbnail-index::-webkit-scrollbar, html.page-logos #thumbnail-index::-webkit-scrollbar, html.page-motivator #thumbnail-index::-webkit-scrollbar, html.page-realistic-illustration #thumbnail-index::-webkit-scrollbar, html.page-stylistic-illustration #thumbnail-index::-webkit-scrollbar, html.page-swishes-swirls #thumbnail-index::-webkit-scrollbar {
        display: none;
    }

html.page-book-illustration .thumbnail, html.page-cartoon-illustration .thumbnail, html.page-catalogs_mailers .thumbnail, html.page-ecoverde .thumbnail, html.page-ecoverde_collateral .thumbnail, html.page-graphics .thumbnail, html.page-howISTHIS .thumbnail, html.page-icons .thumbnail, html.page-linear-illustration .thumbnail, html.page-logos .thumbnail, html.page-motivator .thumbnail, html.page-realistic-illustration .thumbnail, html.page-stylistic-illustration .thumbnail, html.page-swishes-swirls .thumbnail {
        flex: 0 0 auto;
        width: 32px;
        height: 50px;
    }

html.page-book-illustration .thumbnail-arrow, html.page-cartoon-illustration .thumbnail-arrow, html.page-catalogs_mailers .thumbnail-arrow, html.page-ecoverde .thumbnail-arrow, html.page-ecoverde_collateral .thumbnail-arrow, html.page-graphics .thumbnail-arrow, html.page-howISTHIS .thumbnail-arrow, html.page-icons .thumbnail-arrow, html.page-linear-illustration .thumbnail-arrow, html.page-logos .thumbnail-arrow, html.page-motivator .thumbnail-arrow, html.page-realistic-illustration .thumbnail-arrow, html.page-stylistic-illustration .thumbnail-arrow, html.page-swishes-swirls .thumbnail-arrow {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 42px;
        border: 0;
        background: transparent;
        color: white;
        cursor: pointer;
        font-family: museo-sans, sans-serif;
        font-size: 34px;
        font-weight: 100;
        line-height: 1;
        opacity: 0.65;
        z-index: 4;
    }

html.page-book-illustration .thumbnail-arrow:hover, html.page-cartoon-illustration .thumbnail-arrow:hover, html.page-catalogs_mailers .thumbnail-arrow:hover, html.page-ecoverde .thumbnail-arrow:hover, html.page-ecoverde_collateral .thumbnail-arrow:hover, html.page-graphics .thumbnail-arrow:hover, html.page-howISTHIS .thumbnail-arrow:hover, html.page-icons .thumbnail-arrow:hover, html.page-linear-illustration .thumbnail-arrow:hover, html.page-logos .thumbnail-arrow:hover, html.page-motivator .thumbnail-arrow:hover, html.page-realistic-illustration .thumbnail-arrow:hover, html.page-stylistic-illustration .thumbnail-arrow:hover, html.page-swishes-swirls .thumbnail-arrow:hover {
        opacity: 1;
    }

html.page-book-illustration #thumb-prev-btn, html.page-cartoon-illustration #thumb-prev-btn, html.page-catalogs_mailers #thumb-prev-btn, html.page-ecoverde #thumb-prev-btn, html.page-ecoverde_collateral #thumb-prev-btn, html.page-graphics #thumb-prev-btn, html.page-howISTHIS #thumb-prev-btn, html.page-icons #thumb-prev-btn, html.page-linear-illustration #thumb-prev-btn, html.page-logos #thumb-prev-btn, html.page-motivator #thumb-prev-btn, html.page-realistic-illustration #thumb-prev-btn, html.page-stylistic-illustration #thumb-prev-btn, html.page-swishes-swirls #thumb-prev-btn {
        left: 2px;
    }

html.page-book-illustration #thumb-next-btn, html.page-cartoon-illustration #thumb-next-btn, html.page-catalogs_mailers #thumb-next-btn, html.page-ecoverde #thumb-next-btn, html.page-ecoverde_collateral #thumb-next-btn, html.page-graphics #thumb-next-btn, html.page-howISTHIS #thumb-next-btn, html.page-icons #thumb-next-btn, html.page-linear-illustration #thumb-next-btn, html.page-logos #thumb-next-btn, html.page-motivator #thumb-next-btn, html.page-realistic-illustration #thumb-next-btn, html.page-stylistic-illustration #thumb-next-btn, html.page-swishes-swirls #thumb-next-btn {
        right: 2px;
    }
}



html.page-book-illustration, html.page-cartoon-illustration, html.page-catalogs_mailers, html.page-ecoverde, html.page-ecoverde_collateral, html.page-graphics, html.page-howISTHIS, html.page-icons, html.page-linear-illustration, html.page-logos, html.page-motivator, html.page-realistic-illustration, html.page-stylistic-illustration, html.page-swishes-swirls {
    overflow-y: scroll;     
    scrollbar-width: none;  
}

html.page-book-illustration::-webkit-scrollbar, html.page-cartoon-illustration::-webkit-scrollbar, html.page-catalogs_mailers::-webkit-scrollbar, html.page-ecoverde::-webkit-scrollbar, html.page-ecoverde_collateral::-webkit-scrollbar, html.page-graphics::-webkit-scrollbar, html.page-howISTHIS::-webkit-scrollbar, html.page-icons::-webkit-scrollbar, html.page-linear-illustration::-webkit-scrollbar, html.page-logos::-webkit-scrollbar, html.page-motivator::-webkit-scrollbar, html.page-realistic-illustration::-webkit-scrollbar, html.page-stylistic-illustration::-webkit-scrollbar, html.page-swishes-swirls::-webkit-scrollbar {
    display: none;          
}


html.page-book-illustration body, html.page-cartoon-illustration body, html.page-catalogs_mailers body, html.page-ecoverde body, html.page-ecoverde_collateral body, html.page-graphics body, html.page-howISTHIS body, html.page-icons body, html.page-linear-illustration body, html.page-logos body, html.page-motivator body, html.page-realistic-illustration body, html.page-stylistic-illustration body, html.page-swishes-swirls body {
    overflow-y: hidden;     
}


/* ===================================================================================================================
   ===================================================================================================================
   PHOTO GALLERY PAGES
   Archived source: stylesheets/OLDCSS/style-gallery-PHOTO.css
   Scope: html.page-compositing, html.page-photo_imagery, html.page-retouch
   ===================================================================================================================
   =================================================================================================================== */

html.page-compositing *, html.page-photo_imagery *, html.page-retouch * {
    box-sizing: border-box;
    user-select: none;
}



html.page-compositing #content, html.page-photo_imagery #content, html.page-retouch #content {
    flex: 1;
    padding: 30px 40px; 
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../site-images/curlsdark.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;     
    position: relative;
}

html.page-compositing #content > div, html.page-photo_imagery #content > div, html.page-retouch #content > div {
    width: 100%;
    max-width: 820px;
    text-align: center;
    position: relative;
    z-index: 2;
}

html.page-compositing #logo-large, html.page-photo_imagery #logo-large, html.page-retouch #logo-large {
    width: 100%;
    max-width: 620px;
    height: auto;
    filter: drop-shadow(5px 10px 1px rgba(0,0,0,0.4));
}

html.page-compositing #seo-contentblock, html.page-photo_imagery #seo-contentblock, html.page-retouch #seo-contentblock {
	opacity: 0;
}



@media (max-width: 1024px) {

html.page-compositing #content, html.page-photo_imagery #content, html.page-retouch #content {
        padding: 25px 20px;
    }
}

@media (max-width: 768px) {
html.page-compositing #logo-large, html.page-photo_imagery #logo-large, html.page-retouch #logo-large {
        max-width: 480px;
    }

html.page-compositing .slogan-list, html.page-photo_imagery .slogan-list, html.page-retouch .slogan-list {
        padding-bottom: 50px;
    }
}

@media (max-width: 480px) {
html.page-compositing #logo-large, html.page-photo_imagery #logo-large, html.page-retouch #logo-large {
        max-width: 360px;
    }

html.page-compositing #content, html.page-photo_imagery #content, html.page-retouch #content {
        padding: 20px 15px;
    }
}


html.page-compositing #main-gallery, html.page-photo_imagery #main-gallery, html.page-retouch #main-gallery {
    width: 100%;
    max-width: 650px;
    margin: 70px auto 60px auto;
}

html.page-compositing .thumbnail, html.page-photo_imagery .thumbnail, html.page-retouch .thumbnail { width: 20px; height: 50px; }





html.page-compositing #content, html.page-photo_imagery #content, html.page-retouch #content {
    padding: 20px 40px;
    justify-content: center;
}


html.page-compositing #main-gallery, html.page-photo_imagery #main-gallery, html.page-retouch #main-gallery {
    width: 100%;
    max-width: 700px; 
    margin: 10px auto -10px auto;
}

html.page-compositing #gallery-container, html.page-photo_imagery #gallery-container, html.page-retouch #gallery-container {
    position: relative;
    width: 100%;
    margin-bottom: -20px; 
}


html.page-compositing #image-caption, html.page-photo_imagery #image-caption, html.page-retouch #image-caption {
    text-align: center;
    font-size: 1rem;
    color: #ddd;
    margin: 10px 0 15px 0;     
    min-height: 1.5em;
    padding: 0 10px;
    line-height: 1.4;
}


html.page-compositing #main-image, html.page-photo_imagery #main-image, html.page-retouch #main-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;           
    border-radius: 0px;
    display: block;
    margin: 10px auto;
}


html.page-compositing .gallery-arrow, html.page-photo_imagery .gallery-arrow, html.page-retouch .gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 65px;
    background: rgba(0,0,0,0);
    color: white;
    border: none;
    width: 55px;
    height: 90px;
    cursor: pointer;
    z-index: 20;
    opacity: 0.5;
}

html.page-compositing #prev-btn, html.page-photo_imagery #prev-btn, html.page-retouch #prev-btn { left: -25px; }
html.page-compositing #next-btn, html.page-photo_imagery #next-btn, html.page-retouch #next-btn { right: -25px; }

html.page-compositing .gallery-arrow:hover, html.page-photo_imagery .gallery-arrow:hover, html.page-retouch .gallery-arrow:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}


html.page-compositing #thumbnail-wrapper, html.page-photo_imagery #thumbnail-wrapper, html.page-retouch #thumbnail-wrapper {
    overflow-x: auto;
    padding: 12px 0;
}

html.page-compositing #thumbnail-index, html.page-photo_imagery #thumbnail-index, html.page-retouch #thumbnail-index {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: nowrap;
}

html.page-compositing .thumbnail, html.page-photo_imagery .thumbnail, html.page-retouch .thumbnail {
    width: 25px;
    height: 50px;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.3s;
}

html.page-compositing .thumbnail:hover, html.page-photo_imagery .thumbnail:hover, html.page-retouch .thumbnail:hover, html.page-compositing .thumbnail.active, html.page-photo_imagery .thumbnail.active, html.page-retouch .thumbnail.active {
    border-color: #0f0;
}


@media (max-width: 1024px) {
html.page-compositing #content, html.page-photo_imagery #content, html.page-retouch #content { padding: 20px 15px; }
}

@media (max-width: 768px) {
html.page-compositing #main-image, html.page-photo_imagery #main-image, html.page-retouch #main-image { max-height: 420px; }
}

@media (max-width: 480px) {
html.page-compositing #main-image, html.page-photo_imagery #main-image, html.page-retouch #main-image { max-height: 320px; }
html.page-compositing .thumbnail, html.page-photo_imagery .thumbnail, html.page-retouch .thumbnail { width: 50px; height: 50px; }
}



html.page-compositing, html.page-photo_imagery, html.page-retouch {
    overflow-y: scroll;     
    scrollbar-width: none;  
}

html.page-compositing::-webkit-scrollbar, html.page-photo_imagery::-webkit-scrollbar, html.page-retouch::-webkit-scrollbar {
    display: none;          
}


html.page-compositing body, html.page-photo_imagery body, html.page-retouch body {
    overflow-y: hidden;     
}


/* ============================================================================================================================================================
   ============================================================================================================================================================
   VIDEO PAGES
   Archived source: stylesheets/OLDCSS/style-video.css
   Scope: html.page-character_animation, html.page-promotional_videos, html.page-still_images, html.page-video_editing
   ============================================================================================================================================================
   ============================================================================================================================================================ */

html.page-character_animation *, html.page-promotional_videos *, html.page-still_images *, html.page-video_editing * {
    box-sizing: border-box;
    user-select: none;
}



html.page-character_animation #content, html.page-promotional_videos #content, html.page-still_images #content, html.page-video_editing #content {
    flex: 1;
    /* padding: 30px 40px 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../site-images/curlsdark.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

html.page-character_animation #content > div, html.page-promotional_videos #content > div, html.page-still_images #content > div, html.page-video_editing #content > div {
    width: auto;
    margin: auto 100px;
    /* max-width: 820px; */
    text-align: center;
    position: relative;
    z-index: 2;
}

html.page-character_animation #logo-large, html.page-promotional_videos #logo-large, html.page-still_images #logo-large, html.page-video_editing #logo-large {
	width:50%;
	min-width:500px;
	
}

html.page-character_animation #video-container, html.page-promotional_videos #video-container, html.page-still_images #video-container, html.page-video_editing #video-container {
	display:none;
	width:320px; 
	height:240px;
	position:relative;
}
html.page-character_animation #video-mask, html.page-promotional_videos #video-mask, html.page-still_images #video-mask, html.page-video_editing #video-mask {
	text-align:center;
	visibility:visible;
	opacity:1;
	transition:opacity 1s, visibility 1s;
	position:absolute;
	top:0px;
	left:0px;	
	width:100%;
	height:100%;
	background-image:url("../site-images/tree.png"); /* =========================== WHAT IS THIS? ============================ */
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:contain;
}
html.page-character_animation #video-mask>span, html.page-promotional_videos #video-mask>span, html.page-still_images #video-mask>span, html.page-video_editing #video-mask>span {
	display:inline-block;
	margin:auto;
}
html.page-character_animation #video-file, html.page-promotional_videos #video-file, html.page-still_images #video-file, html.page-video_editing #video-file {
	visibility:hidden;
	opacity:0;
	transition:opacity 1s, visibility 1s;
	position:absolute;
	top:0px;
	left:0px;
}



@media (max-width: 1024px) {

html.page-character_animation #content, html.page-promotional_videos #content, html.page-still_images #content, html.page-video_editing #content {
        padding: 25px 20px;
    }
}

@media (max-width: 768px) {
html.page-character_animation #logo-large, html.page-promotional_videos #logo-large, html.page-still_images #logo-large, html.page-video_editing #logo-large {
        max-width: 480px;
    }

html.page-character_animation .slogan-list, html.page-promotional_videos .slogan-list, html.page-still_images .slogan-list, html.page-video_editing .slogan-list {
        padding-bottom: 50px;
    }
}

@media (max-width: 480px) {
html.page-character_animation #logo-large, html.page-promotional_videos #logo-large, html.page-still_images #logo-large, html.page-video_editing #logo-large {
        max-width: 360px;
    }

html.page-character_animation #content, html.page-promotional_videos #content, html.page-still_images #content, html.page-video_editing #content {
        padding: 20px 15px;
    }
}


html.page-character_animation #main-gallery, html.page-promotional_videos #main-gallery, html.page-still_images #main-gallery, html.page-video_editing #main-gallery {
    width: 100%;
    max-width: 650px;
    margin: 70px auto 60px auto;
}

html.page-character_animation .thumbnail, html.page-promotional_videos .thumbnail, html.page-still_images .thumbnail, html.page-video_editing .thumbnail { width: 20px; height: 50px; }



html.page-character_animation #main-gallery, html.page-promotional_videos #main-gallery, html.page-still_images #main-gallery, html.page-video_editing #main-gallery,
html.page-character_animation #gallery-container, html.page-promotional_videos #gallery-container, html.page-still_images #gallery-container, html.page-video_editing #gallery-container,
html.page-character_animation .image-wrapper, html.page-promotional_videos .image-wrapper, html.page-still_images .image-wrapper, html.page-video_editing .image-wrapper,
html.page-character_animation #thumbnail-wrapper, html.page-promotional_videos #thumbnail-wrapper, html.page-still_images #thumbnail-wrapper, html.page-video_editing #thumbnail-wrapper,
html.page-character_animation #thumbnail-index, html.page-promotional_videos #thumbnail-index, html.page-still_images #thumbnail-index, html.page-video_editing #thumbnail-index,
html.page-character_animation #main-image, html.page-promotional_videos #main-image, html.page-still_images #main-image, html.page-video_editing #main-image,
html.page-character_animation .gallery-arrow, html.page-promotional_videos .gallery-arrow, html.page-still_images .gallery-arrow, html.page-video_editing .gallery-arrow,
html.page-character_animation #image-caption, html.page-promotional_videos #image-caption, html.page-still_images #image-caption, html.page-video_editing #image-caption {
    display: none !important;
}


html.page-character_animation #content, html.page-promotional_videos #content, html.page-still_images #content, html.page-video_editing #content {
    display: block !important;
    width: 90% !important;
    max-width: none !important;
    /* padding: 30px 350px 80px 40px !important; */
    margin: 0 !important;
    background: none !important;
    max-height: calc(100vh - 64px - 110px);
    overflow: auto;
    

}


html.page-character_animation .video-block, html.page-promotional_videos .video-block, html.page-still_images .video-block, html.page-video_editing .video-block {
    display: flex !important;
    flex-direction: row !important;
    gap: 35px !important;
    margin: 0 auto 12px auto !important; /* ================ 3rd number controls vert space between blocks ===========*/
    background: rgba(0,173,47,0.1) !important;
    padding: 10px !important; /* =========================== gap between block edge and internal content =============*/
    border-radius: 8px !important;
    border: 2px solid rgba(0,200,100,0.4) !important;
    align-items: flex-start !important;
    box-shadow: 2px 5px 10px rgba(0,0,0,0.6) !important;
    max-width: 1000px !important; /* ====================== width of the video block ========================= */
    width: 100% !important; /* ============================ width of video block regardless of internal content =============== */
}

html.page-character_animation .video-thumb, html.page-promotional_videos .video-thumb, html.page-still_images .video-thumb, html.page-video_editing .video-thumb {
    flex: 0 0 160px !important;
    aspect-ratio: 16 / 9 !important;
    background: #000 !important;
    border-radius: 0px !important;
    overflow: hidden !important;
    box-shadow: 0 3px 7px rgba(0,0,0,0.6) !important;
}

html.page-character_animation .video-thumb img, html.page-promotional_videos .video-thumb img, html.page-still_images .video-thumb img, html.page-video_editing .video-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
    transition: transform 0.3s ease; /* =========== grows preview image on rollover ================== */
}

html.page-character_animation .video-thumb:hover img, html.page-promotional_videos .video-thumb:hover img, html.page-still_images .video-thumb:hover img, html.page-video_editing .video-thumb:hover img {
    transform: scale(1.04); /* =========== grows preview image on rollover ================== */
}

html.page-character_animation .video-text, html.page-promotional_videos .video-text, html.page-still_images .video-text, html.page-video_editing .video-text {
    flex: 1 !important;
    padding-top: 7px !important; /* =================== padding around internals inside video block ================== */
}

html.page-character_animation .video-text h2, html.page-promotional_videos .video-text h2, html.page-still_images .video-text h2, html.page-video_editing .video-text h2 {
    color: #fff !important;
    margin: 0 0 7px 0 !important; 
    font-size: 1rem !important; 
    line-height: .7 !important; 
}

html.page-character_animation .video-text p, html.page-promotional_videos .video-text p, html.page-still_images .video-text p, html.page-video_editing .video-text p {
    color: #ddd !important;
    line-height: 1.4 !important; 
    margin: 0 !important;
}

/* ====================================== vv CODEX FLAGGED THIS vv ================================= */
@media (max-width: 980px) {
html.page-character_animation .video-block, html.page-promotional_videos .video-block, html.page-still_images .video-block, html.page-video_editing .video-block {
        flex-direction: column !important;
        gap: 25px !important;
    }
html.page-character_animation .video-thumb, html.page-promotional_videos .video-thumb, html.page-still_images .video-thumb, html.page-video_editing .video-thumb {
        flex: 0 0 auto !important;
        width: 100% !important;
    }
}
/* ====================================== ^^ CODEX FLAGGED THIS ^^ ================================= */

html.page-character_animation .video-block:hover, html.page-promotional_videos .video-block:hover, html.page-still_images .video-block:hover, html.page-video_editing .video-block:hover {
    background: rgba(0,173,47,0.20) !important;
    transition: all 0.3s ease !important;
}


html.page-character_animation .modal, html.page-promotional_videos .modal, html.page-still_images .modal, html.page-video_editing .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.96);
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);           
}

html.page-character_animation .modal-content, html.page-promotional_videos .modal-content, html.page-still_images .modal-content, html.page-video_editing .modal-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    background: #0a0a0a;
    padding: 25px 25px 35px 25px;
    border-radius: 12px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
    border: 1px solid #228744;
}

html.page-character_animation .modal-close, html.page-promotional_videos .modal-close, html.page-still_images .modal-close, html.page-video_editing .modal-close {
    position: absolute;
    top: -18px;
    right: -18px;
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 50%;
    border: 2px solid #228744;
    transition: all 0.2s;
}

html.page-character_animation .modal-close:hover, html.page-promotional_videos .modal-close:hover, html.page-still_images .modal-close:hover, html.page-video_editing .modal-close:hover {
    color: #ff4444;
    transform: scale(1.1);
    background: #111;
}


html.page-character_animation #modal-video-container, html.page-promotional_videos #modal-video-container, html.page-still_images #modal-video-container, html.page-video_editing #modal-video-container {
    position: relative;
    padding-top: 50%; 
    height: 0;
    overflow: hidden;
    background: #000;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: inset 0 0 30px rgba(0,0,0,0.8);
}

html.page-character_animation #modal-video-container iframe, html.page-promotional_videos #modal-video-container iframe, html.page-still_images #modal-video-container iframe, html.page-video_editing #modal-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}


html.page-character_animation #modal-title, html.page-promotional_videos #modal-title, html.page-still_images #modal-title, html.page-video_editing #modal-title {
    color: #fff;
    text-align: center;
    font-size: 1.65rem;
    margin: 15px 0 0 0;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
    letter-spacing: 0.5px;
}


html.page-character_animation .video-thumb, html.page-promotional_videos .video-thumb, html.page-still_images .video-thumb, html.page-video_editing .video-thumb {
    position: relative;
    cursor: pointer;
}

html.page-character_animation .play-overlay, html.page-promotional_videos .play-overlay, html.page-still_images .play-overlay, html.page-video_editing .play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: rgba(255,255,255,0.5);
    text-shadow: 0 0 15px rgba(0,0,0,0.8);
    pointer-events: none;
    opacity: 0.85;
    transition: all 0.2s;
}

html.page-character_animation .video-thumb:hover .play-overlay, html.page-promotional_videos .video-thumb:hover .play-overlay, html.page-still_images .video-thumb:hover .play-overlay, html.page-video_editing .video-thumb:hover .play-overlay {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 1;
}


html.page-character_animation .modal, html.page-promotional_videos .modal, html.page-still_images .modal, html.page-video_editing .modal {
    background-color: rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    backdrop-filter: blur(6px);
}


html.page-character_animation #content h1, html.page-promotional_videos #content h1, html.page-still_images #content h1, html.page-video_editing #content h1 {
    text-align: center !important;
    /* width: 130% !important; */
    max-width: none !important;
    /* margin: 25px 0 14px 225px !important; */
    /* padding-right: 350px !important; */
    box-sizing: border-box !important;
}


html.page-character_animation #content h1, html.page-promotional_videos #content h1, html.page-still_images #content h1, html.page-video_editing #content h1 {
    font-size: 1.8rem !important;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.7) !important;
    letter-spacing: 1.25px !important;
}

@media (max-width: 1024px) {
    html,
html.page-character_animation body, html.page-promotional_videos body, html.page-still_images body, html.page-video_editing body {
        width: 100% !important;
        min-width: 0 !important;
        overflow-x: hidden !important;
    }

html.page-character_animation #content, html.page-promotional_videos #content, html.page-still_images #content, html.page-video_editing #content {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        padding: 24px 15px 65px 15px !important;
        margin: 0 !important;
    }

html.page-character_animation #content h1, html.page-promotional_videos #content h1, html.page-still_images #content h1, html.page-video_editing #content h1 {
        width: 100% !important;
        margin: 18px 0 16px 0 !important;
        padding: 0 !important;
        font-size: 1.35rem !important;
    }

html.page-character_animation #video-container, html.page-promotional_videos #video-container, html.page-still_images #video-container, html.page-video_editing #video-container {
        width: 100% !important;
        max-width: 620px !important;
        margin: 0 auto !important;
    }

html.page-character_animation .video-block, html.page-promotional_videos .video-block, html.page-still_images .video-block, html.page-video_editing .video-block {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        gap: 16px !important;
    }

html.page-character_animation .video-thumb, html.page-promotional_videos .video-thumb, html.page-still_images .video-thumb, html.page-video_editing .video-thumb {
        flex-basis: auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }

html.page-character_animation .video-text, html.page-promotional_videos .video-text, html.page-still_images .video-text, html.page-video_editing .video-text {
        min-width: 0 !important;
    }
}


/* ===================================================================================================================
   ===================================================================================================================
   Split video page
   Archived source: stylesheets/OLDCSS/style-video_split.css
   Scope: html.page-misc_video
   ===================================================================================================================
   =================================================================================================================== */

html.page-misc_video * {
	box-sizing:border-box;
	user-select:none;
        z-index: 1;
}
html.page-misc_video #content {
    display:flex;
    background-image:url("../site-images/curlsdark.gif");
    background-position:center center;
    background-repeat:no-repeat;
    position:absolute;
    top:0px;
    right:-70px; 
    width:90%; 
    height:100%;
    box-sizing:border-box;
    padding-top:0px;
}
html.page-misc_video #content>div {	
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:100%;
	margin:0px 0px 0px auto;
	overflow:visible;
}
html.page-misc_video #logo-large {
	width:50%;
	min-width:500px;
	
}
html.page-misc_video .listItem {	
	position:relative;
	padding-bottom:10px;
	font-style:italic;
	color:#85EF82;
	text-shadow:4px 4px 2px #000;
}
html.page-misc_video #video-container {
	display:none;
	width:320px; 
	height:240px;
	position:relative;
}
html.page-misc_video #video-mask {
	text-align:center;
	visibility:visible;
	opacity:1;
	transition:opacity 1s, visibility 1s;
	position:absolute;
	top:0px;
	left:0px;	
	width:100%;
	height:100%;
	background-image:url("../site-images/tree.png");
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:contain;
}
html.page-misc_video #video-mask>span {
	display:inline-block;
	margin:auto;
}
html.page-misc_video #video-file {
	visibility:hidden;
	opacity:0;
	transition:opacity 1s, visibility 1s;
	position:absolute;
	top:0px;
	left:0px;
}
html.page-misc_video .footer-bg {
}

@media only screen and (min-width:601px) and (max-width:1100px){
html.page-misc_video #content {
		position:relative;
		width:100%;
		padding:60px 0px 20px 0px;
	}
html.page-misc_video #logo-large {
		width:500px;
	}
}
@media only screen and (max-width:600px){
html.page-misc_video #content>div {
		width:100vw;
		/*border:1px solid red;*/
	}
html.page-misc_video .slogan-list {
		/*border:1px solid yellow;*/
		/*top:-25%;*/
		font-size: 1em;
	}
html.page-misc_video #logo-large {
		display:none;
	}
html.page-misc_video #content {
		position:relative;
		/*border:1px solid green;*/
		bottom:0%;
		width:100%;
		padding:40px 0px;
	}
html.page-misc_video #video-container {
		/*display:block;*/
		display:none;
	}
}



html.page-misc_video #main-gallery,
html.page-misc_video #gallery-container,
html.page-misc_video .image-wrapper,
html.page-misc_video #thumbnail-wrapper,
html.page-misc_video #thumbnail-index,
html.page-misc_video #main-image,
html.page-misc_video .gallery-arrow,
html.page-misc_video #image-caption {
    display: none !important;
}


html.page-misc_video #content {
    display: block !important;
    width: 90% !important;
    max-width: 1600px !important;
    margin: 0 auto !important;
    padding: 0px 200px 80px 200px !important; 
    background: none !important;
}


html.page-misc_video #video-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px 10px !important;
    margin-top: 20px !important;
    padding: 0 0px !important;
}


#video-container h1,
html.page-misc_video #content h1 {
    grid-column: 1 / -1 !important;
    text-align: center !important;
    margin: 0px 0 0px 0 !important;
    padding: 0 !important;
    font-size: 1rem !important;
    color: #fff !important;
    width: 100% !important;
}


html.page-misc_video .video-block {
    display: flex !important;
    flex-direction: row !important;
    width: 450px;
    gap: 24px !important; 
    background: rgba(0,173,47,0.1) !important;
    padding: 8px !important;
    border-radius: 7px !important;
    border: 2px solid rgba(0,200,100,0.4) !important;
    align-items: flex-start !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.5) !important;
    transition: all 0.3s ease !important;
    cursor: pointer;
}


html.page-misc_video .video-thumb {
    flex: 0 0 160px !important;
    aspect-ratio: 16 / 9 !important;
    background: #000 !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.6) !important;
    position: relative;
}

html.page-misc_video .video-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.4s ease;
}

html.page-misc_video .video-thumb:hover img {
    transform: scale(1.06);
}

html.page-misc_video .play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 52px;
    color: rgba(255,255,255,0.8);
    text-shadow: 0 0 15px rgba(0,0,0,0.9);
    pointer-events: none;
}

html.page-misc_video .video-thumb:hover .play-overlay {
    transform: translate(-50%, -50%) scale(1.2);
    color: #00ff88;
}

html.page-misc_video .video-text {
    flex: 1 !important;
    padding-top: 3px !important; 
}

html.page-misc_video .video-text h2 {
    color: #fff !important;
    margin: 0 0 7px 0 !important; 
    font-size: .9rem !important;
    line-height: 1 !important;
}

html.page-misc_video .video-text p {
    color: #ddd !important;
    line-height: 1 !important; 
    margin: 0 !important;
}

html.page-misc_video .video-block:hover {
    background: rgba(0,173,47,0.23) !important;
    transform: translateY(-5px);
}


@media (max-width: 1100px) {
html.page-misc_video #video-container {
        grid-template-columns: 1fr !important;
        gap: 35px !important;
    }
html.page-misc_video .video-block {
        flex-direction: column !important;
        gap: 22px !important;
    }
html.page-misc_video .video-thumb {
        flex: 0 0 auto !important;
        width: 100% !important;
    }
}



html.page-misc_video #content h1 {
    text-align: center !important;
    margin: 30px 0 -10px 0 !important; 
    font-size: 1.8rem !important;
    width: 100% !important;
}


html.page-misc_video .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.96);
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);           
}

html.page-misc_video .modal-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    background: #0a0a0a;
    padding: 25px 25px 35px 25px;
    border-radius: 12px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
    border: 1px solid #228744;
}

html.page-misc_video .modal-close {
    position: absolute;
    top: -18px;
    right: -18px;
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 50%;
    border: 2px solid #228744;
    transition: all 0.2s;
}

html.page-misc_video .modal-close:hover {
    color: #ff4444;
    transform: scale(1.1);
    background: #111;
}


html.page-misc_video #modal-video-container {
    position: relative;
    padding-top: 56.25%; 
    height: 0;
    overflow: hidden;
    background: #000;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: inset 0 0 30px rgba(0,0,0,0.8);
}

html.page-misc_video #modal-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}


html.page-misc_video #modal-title {
    color: #fff;
    text-align: center;
    font-size: 1.65rem;
    margin: 15px 0 0 0;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
    letter-spacing: 0.5px;
}


html.page-misc_video .video-thumb {
    position: relative;
    cursor: pointer;
}

html.page-misc_video .play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: rgba(255,255,255,0.5);
    text-shadow: 0 0 15px rgba(0,0,0,0.8);
    pointer-events: none;
    opacity: 0.85;
    transition: all 0.2s;
}

html.page-misc_video .video-thumb:hover .play-overlay {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 1;
}


html.page-misc_video .modal {
    background-color: rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    backdrop-filter: blur(6px);
}

@media (max-width: 1100px) {
    html,
html.page-misc_video body {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 0 !important;
        overflow-x: hidden !important;
    }

html.page-misc_video #content {
        position: relative !important;
        right: auto !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        padding: 24px 15px 65px 15px !important;
        margin: 0 !important;
    }

html.page-misc_video #content > div {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

html.page-misc_video #video-container {
        width: 100% !important;
        max-width: 620px !important;
        margin: 0 auto !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

html.page-misc_video .video-block {
        width: 100% !important;
        max-width: 100% !important;
        flex-direction: column !important;
        gap: 14px !important;
    }

html.page-misc_video .video-thumb {
        flex-basis: auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }

html.page-misc_video .video-text {
        min-width: 0 !important;
    }
}


/* ===================================================================================================================
   ===================================================================================================================
   And Then Some page
   Archived source: stylesheets/OLDCSS/style-andthensome.css
   Scope: html.page-andthensome
   ===================================================================================================================
   =================================================================================================================== */

html.page-andthensome * {
    box-sizing: border-box;
    user-select: none;
}


html.page-andthensome #content {
    display:flex;
    background-image:url("../site-images/curlsdark.gif");
    background-position:center center;
    background-repeat:no-repeat !important;
    position:absolute;
    top:20px;
    right:-50px; 
    width:90%; 

    box-sizing:border-box;
    padding-top:5px; 
}
html.page-andthensome #content>div {	
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:100%;
	margin:0px 0px 0px auto;
	overflow:visible;
}

html.page-andthensome #link img {
	    filter: alpha(opacity=70);
	    opacity: 0.7;
}
html.page-andthensome #link img:hover {
	    filter: alpha(opacity=100);
	    opacity: 1;
	    transform: translateY(-5px) scale(1.06);
	    transition: all 0.3s ease !important;
}


html.page-andthensome #logo-large {
	width:50%;
	min-width:500px;
	
}

html.page-andthensome .listItem {	
	position:relative;
	padding-bottom:10px;
	font-style:italic;
	color:#85EF82;
	text-shadow:4px 4px 2px #000;
}



@media (max-width: 1024px) {

html.page-andthensome #content {
        padding: 25px 20px;
    }
}

@media (max-width: 768px) {
html.page-andthensome #logo-large {
        max-width: 480px;
    }

html.page-andthensome .slogan-list {
        padding-bottom: 50px;
    }
}

@media (max-width: 480px) {
html.page-andthensome #logo-large {
        max-width: 360px;
    }

html.page-andthensome #content {
        padding: 20px 15px;
    }
}


html.page-andthensome #main-gallery {
    width: 100%;
    max-width: 650px;
    margin: 70px auto 60px auto;
}

html.page-andthensome .thumbnail { width: 20px; height: 50px; }





html.page-andthensome #content {
    padding: 20px 40px;
    justify-content: center;
}


html.page-andthensome #main-gallery {
    width: 100%;
    max-width: 700px; 
    margin: 10px auto -10px auto;
}

html.page-andthensome #gallery-container {
    position: relative;
    width: 100%;
    margin-bottom: -20px; 
}


html.page-andthensome #image-caption {
    text-align: center;
    font-size: 1rem;
    color: #ddd;
    margin: 10px 0 15px 0;     
    min-height: 1.5em;
    padding: 0 10px;
    line-height: 1.4;
}


html.page-andthensome #main-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;           
    border-radius: 0px;
    display: block;
    margin: 10px auto;
}


html.page-andthensome .gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 65px;
    background: rgba(0,0,0,0);
    color: white;
    border: none;
    width: 55px;
    height: 90px;
    cursor: pointer;
    z-index: 20;
    opacity: 0.5;
}

html.page-andthensome #prev-btn { left: -25px; }
html.page-andthensome #next-btn { right: -25px; }

html.page-andthensome .gallery-arrow:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}


html.page-andthensome #thumbnail-wrapper {
    overflow-x: auto;
    padding: 12px 0;
}

html.page-andthensome #thumbnail-index {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: nowrap;
}

html.page-andthensome .thumbnail {
    width: 25px;
    height: 50px;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.3s;
}

html.page-andthensome .thumbnail:hover, html.page-andthensome .thumbnail.active {
    border-color: #0f0;
}


@media (max-width: 1024px) {
html.page-andthensome #content { padding: 20px 15px; }
}

@media (max-width: 768px) {
html.page-andthensome #main-image { max-height: 420px; }
}

@media (max-width: 480px) {
html.page-andthensome #main-image { max-height: 320px; }
html.page-andthensome .thumbnail { width: 50px; height: 50px; }
}



html.page-andthensome {
    overflow-y: scroll;     
    scrollbar-width: none;  
}

html.page-andthensome::-webkit-scrollbar {
    display: none;          
}


html.page-andthensome body {
    overflow-y: hidden;     
}

@media (max-width: 1024px) {
    html,
html.page-andthensome body {
        width: 100% !important;
        min-width: 0 !important;
        overflow-x: hidden !important;
    }

html.page-andthensome body {
        overflow-y: auto !important;
    }

html.page-andthensome #content {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 24px 15px 45px 15px !important;
        margin: 0 !important;
    }

html.page-andthensome #content > div {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    #content img,
    #content iframe,
    #content object,
html.page-andthensome #content embed {
        /* max-width: 100% !important; */
        height: auto;
    }

html.page-andthensome #link {
        width: 100% !important;
        max-width: 100% !important;
        min-height: calc(100svh - 56px) !important;
        overflow-x: hidden !important;
        text-align: center !important;
    }

html.page-andthensome #link #content {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        
        padding-top: 80px !important;
        padding-bottom: 28px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

html.page-andthensome #link #content > div {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        text-align: center !important;
        overflow: visible !important;
    }

    #link a,
html.page-andthensome #link img {
        display: block !important;
        /* margin-left: auto !important; */
        /* margin-right: auto !important; */
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    #link,
html.page-andthensome #link #content {
        
    }

html.page-andthensome #link #content {
        padding-top: clamp(64px, 8vh, 96px) !important;
        padding-bottom: 34px !important;
    }
}

/* Force And Then Some footer to match the shared footer */
html.page-andthensome #footer {
    position: relative !important;
    flex: 0 0 auto !important;
    width: 100% !important;

    background-image: url("../site-images/bkgddots.jpg") !important;
    background-position: bottom right !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;

    color: #99B299 !important;
    text-align: center !important;
    padding: 15px 10px 40px !important;
    border-top: 5px solid #228744 !important;
    font-size: 0.85em !important;
    line-height: 1.35 !important;

    overflow: hidden !important;
    z-index: 10;
}




/* ====================================================================================================================
   ====================================================================================================================
   Banner ads page
   Archived source: stylesheets/OLDCSS/style-bannerads.css
   Scope: html.page-banner_ads
   ====================================================================================================================
   ==================================================================================================================== */
html.page-banner_ads * {
	box-sizing:border-box;
	user-select:none;
}


html.page-banner_ads #content {
    display:flex;
    background-image:url("../site-images/curlsdark.gif");
    background-position:center center;
    background-repeat:no-repeat;
    position:absolute;
    top:-5px;
    right:-50px; 
    width:90%; 
    height:100%;
    box-sizing:border-box;
    padding:5px 0 25px 0; 
}
html.page-banner_ads #content>div {	
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:100%;
	margin:0px 0px 0px auto;
	overflow:visible;
}


html.page-banner_ads #logo-large {
	width:50%;
	min-width:500px;
	
}
html.page-banner_ads .listItem {	
	position:relative;
	padding-bottom:10px;
	font-style:italic;
	color:#85EF82;
	text-shadow:4px 4px 2px #000;
}
html.page-banner_ads .footer-bg {
}

@media (max-width: 1100px) {
	html,
html.page-banner_ads body {
		width: 100% !important;
		min-width: 0 !important;
		min-height: 0 !important;
		overflow-x: hidden !important;
	}

html.page-banner_ads #content {
		position: relative !important;
		right: auto !important;
		top: auto !important;
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		padding: 24px 15px 65px 15px !important;
		margin: 0 !important;
	}

html.page-banner_ads #content > div {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		overflow: hidden !important;
	}

	img,
	iframe,
	object,
html.page-banner_ads embed {
		/*max-width: 100% !important;*/
	}
}


/* ===================================================================================================================
   ===================================================================================================================
          !!!!!! BLOG PAGE !!!!!!
   Archived source: stylesheets/OLDCSS/style-blogfrills.css
   Scope: html.page-blog
   ===================================================================================================================
   =================================================================================================================== */

html.page-blog * {
	box-sizing:border-box;
	user-select:none;
}
html.page-blog #content {
    display:flex;
    background-position:center center;
    background-repeat:no-repeat;
    position:absolute;
    /* top:18px; */
    /* right:50px; */
    width: 100%;
    height:100%;
    box-sizing:border-box;
    padding: 100px 30px 30px !important;
}
html.page-blog #content>div {	
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:70%;
	margin:0px 0px 0px auto;
	overflow:visible;
}
html.page-blog #logo-large {
	width:50%;
	min-width:500px;
	
}
html.page-blog .slogan-list {
	position:relative;
	padding:20px 0px 100px 0px;
	font-size:1.5em;
	opacity: 0;
	transform: translateY(40px) scale(0.95);
	animation: fadeUpSlogan 1.4s ease-out 0.6s forwards;
}

@keyframes fadeUpSlogan {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

html.page-blog #slogan {
	display:block;
	margin:0px auto;
	font-style:italic;
	font-weight:100;
	text-align:center;

}
html.page-blog .listItem {	
	position:relative;
	padding-bottom:10px;
	font-style:italic;
	color:#85EF82;
	text-shadow:4px 4px 2px #000;
}
html.page-blog .footer-bg {
}


/* ===================================================================================================================
   ===================================================================================================================
              !!!!!! CONTACT PAGE !!!!!!!
   Archived source: stylesheets/OLDCSS/style-contact.css
   Scope: html.page-contact
   ===================================================================================================================
   =================================================================================================================== */

html.page-contact * {
	box-sizing:border-box;
	user-select:none;
}



html.page-contact #content {
	display:flex;
	background-image:url("../site-images/curlsdark.gif");
	background-position:center center;
	background-repeat:no-repeat;
	position:relative !important;
	top:auto !important;
	right: auto !important;
	width:90%;
	max-width: none !important;
	height: auto !important;
	padding: 0px 18px 36px !important;
	overflow-x: hidden !important;
	box-sizing: border-box;
	align-items: center !important;
	justify-content: center !important;
}
html.page-contact #content>div {	
	display:flex;
	flex-direction:column;
	justify-content:center;
	width:90% !important;
	max-width: 700px !important;
	margin: 0px auto !important;
	align-items: center !important;
	overflow:visible !important;
}

html.page-contact .slogan-list {
	position:relative;
	padding:20px 0px 100px 0px;
	font-size:1.5em;
	opacity: 0;
	transform: translateY(40px) scale(0.95);
	animation: fadeUpSlogan 1.4s ease-out 0.6s forwards;
}

@keyframes fadeUpSlogan {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

html.page-contact #slogan {
	display:block;
	margin:0px auto;
	font-style:italic;
	font-weight:100;
	text-align:center;

}
html.page-contact .listItem {	
	position:relative;
	padding-bottom:10px;
	font-style:italic;
	color:#85EF82;
	text-shadow:4px 4px 2px #000;
}
html.page-contact .footer-bg {
}

@media (max-width: 1024px) {
    html.page-contact,
html.page-contact body {
        width: 90% !important;
        min-width: 0 !important;
        max-width: 700px !important;
        min-height: 0 !important;
        overflow-x: hidden !important;
    }

html.page-contact #content {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100vw !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 30px 0 50px 0 !important;
        margin: 0 !important;
    }

html.page-contact #content > div {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100vw !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow: hidden !important;
    }

html.page-contact .slogan-list {
        width: 100% !important;
        max-width: 100% !important;
        padding: 18px 10px 55px 10px !important;
        font-size: clamp(1rem, 4.8vw, 1.35rem) !important;
    }

    #slogan,
html.page-contact .listItem {
        max-width: 100% !important;
        overflow-wrap: anywhere;
    }

html.page-contact #contact-form {
        display: block !important;
        width: 90% !important;
        max-width: 700px !important;
        min-width: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow: hidden !important;
    }

html.page-contact #contact-form > div {
        min-width: 0 !important;
        max-width: 100% !important;
    }

html.page-contact #contact-form * {
        box-sizing: border-box !important;
        min-width: 0 !important;
    }

    #contact-form > div[style*="display:grid"],
html.page-contact #contact-form > div[style*="grid-template-columns"] {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    #contact-form input,
    #contact-form textarea,
html.page-contact #contact-form button {
        width: 100% !important;
        max-width: 100% !important;
    }
}


html.page-contact,
html.page-contact body {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    height: auto !important;
}

html.page-contact body {
    min-height: 100vh;
    overflow-y: auto !important;
}

html.page-contact .contact-content {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px clamp(24px, 5vw, 80px);
    background-image: url("../site-images/curlsdark.gif");
    background-position: center center;
    background-repeat: no-repeat;
    overflow-x: hidden;
    overflow-y: visible;
}

html.page-contact .contact-panel {
    width: min(700px, 100%);
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

html.page-contact .contact-panel h1 {
    margin: 0 0 10px;
    font-size: 1.7rem;
    font-weight: 300;
}

html.page-contact .contact-intro {
    max-width: 700px;
    margin: 0 auto 2px;
    font-size: 1.1em;
}

html.page-contact .contact-slogan {
    display: block;
    max-width: 700px;
    margin: 0 auto 18px;
    font-size: 1em;
    font-style: italic;
    font-weight: 100;
    text-align: center;
}

html.page-contact .contact-success {
    margin: 10px 0;
    padding: 8px;
    border: 2px solid #00ff88;
    border-radius: 8px;
    background: rgba(0,173,47,0.2);
    color: #fff;
    font-size: 0.8em;
    text-align: center;
}

html.page-contact #contact-form {
    width: 100%;
    max-width: 700px;
    min-width: 0;
    margin: 0 auto;
    text-align: left;
}

html.page-contact .contact-honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

html.page-contact .contact-field-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 20px;
}

html.page-contact .contact-field {
    min-width: 0;
    margin-top: 10px;
}

html.page-contact .contact-field-grid .contact-field {
    margin-top: 0;
}

html.page-contact .contact-field label {
    display: block;
    margin-bottom: 4px;
    color: #ccc;
}

html.page-contact .contact-field label span {
    color: #ff6666;
}

.contact-field input,
html.page-contact .contact-field textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 6px;
    border: 1px solid #228744;
    border-radius: 6px;
    background: rgba(255,255,255,0.1);
    color: #fff;
    font: inherit;
    font-size: 1.1em;
}

html.page-contact .contact-field textarea {
    resize: vertical;
}

html.page-contact #contact-form button {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 20px auto 0;
    padding: 10px 30px;
    border: 2px solid #00ff88;
    border-radius: 6px;
    background: rgba(0,173,47,0.5);
    color: #fff;
    font: inherit;
    font-size: 1.1em;
    cursor: pointer;
    transition: all 0.3s;
}

html.page-contact #contact-form button:hover {
    background: rgba(0,173,47,0.75);
}

@media (max-width: 1024px) {
    html.page-contact,
html.page-contact body {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100vw !important;
        min-height: 100svh !important;
        height: auto !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

html.page-contact .contact-content {
        width: 100% !important;
        max-width: 100vw !important;
        min-width: 0 !important;
        min-height: calc(100svh - 64px);
        padding: 52px 18px 42px !important;
        overflow-x: hidden !important;
        overflow-y: visible !important;
    }

html.page-contact .contact-panel {
        width: 100% !important;
        max-width: 700px !important;
        min-width: 0 !important;
    }

html.page-contact #contact-form {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

html.page-contact .contact-field-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .contact-field input,
    .contact-field textarea,
html.page-contact #contact-form button {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
}

@media (max-width: 600px) {
html.page-contact .contact-content {
        min-height: calc(100svh - 56px);
        padding: 46px 16px 54px !important;
        overflow-y: visible !important;
    }

html.page-contact .contact-panel h1 {
        font-size: 1.45rem;
    }

    .contact-intro,
    .contact-slogan,
    .contact-field input,
    .contact-field textarea,
html.page-contact #contact-form button {
        font-size: 1rem;
    }
}




/* ===================================================================================================================
   ===================================================================================================================
   Before and after slider pages
   Archived source: stylesheets/OLDCSS/slider.css
   Scope: html.page-photo_imagery, html.page-retouch
   ===================================================================================================================
   =================================================================================================================== */

html.page-photo_imagery #portfolio-slider-container, html.page-retouch #portfolio-slider-container {
  clear: both;
  display: block !important;
  position: relative !important;
  --pos: 50%;
  width: 100% !important;
  max-width: 550px !important;    
  aspect-ratio: 13 / 10 !important;
  margin: -5px auto !important;
  overflow: hidden !important;
  touch-action: none;              
}

html.page-photo_imagery .slider-img, html.page-retouch .slider-img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

html.page-photo_imagery .img-before, html.page-retouch .img-before {
  
  clip-path: inset(0 calc(100% - var(--pos)) 0 0) !important;
  z-index: 2 !important;
}

html.page-photo_imagery #slider-control, html.page-retouch #slider-control {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  cursor: ew-resize !important;
  z-index: 10 !important;
  opacity: 0 !important; 
  pointer-events: none !important;
}

html.page-photo_imagery #slider-visual-line, html.page-retouch #slider-visual-line {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: var(--pos) !important;
  width: 3px !important;
  background: white !important;
  z-index: 5 !important;
  transform: translateX(-50%) !important;
  pointer-events: none !important;
}


html.page-photo_imagery #slider-control, html.page-retouch #slider-control {
  -webkit-appearance: none; 
  appearance: none;         
  background: transparent !important;
  border: none !important;
}


html.page-photo_imagery #slider-control::-webkit-slider-runnable-track, html.page-retouch #slider-control::-webkit-slider-runnable-track { background: transparent; }
html.page-photo_imagery #slider-control::-moz-range-track, html.page-retouch #slider-control::-moz-range-track { background: transparent; }
html.page-photo_imagery #slider-control::-webkit-slider-thumb, html.page-retouch #slider-control::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; }


html.page-photo_imagery #slider-handle, html.page-retouch #slider-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}


#slider-handle::before,
html.page-photo_imagery #slider-handle::after, html.page-retouch #slider-handle::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transform: translateY(-50%);
}


html.page-photo_imagery #slider-handle::before, html.page-retouch #slider-handle::before {
  left: 8px;
  border-right: 8px solid #333; 
}


html.page-photo_imagery #slider-handle::after, html.page-retouch #slider-handle::after {
  right: 8px;
  border-left: 8px solid #333; 
}

html.page-photo_imagery #project-info-area, html.page-retouch #project-info-area {
  text-align: center;
  max-width: 800px;
  margin: 10px auto 20px auto;   
  padding: 0 10px;               
  transition: opacity 0.3s ease; 
}

html.page-photo_imagery #project-title, html.page-retouch #project-title {
  font-size: .8rem;
  margin-bottom: 4px; 
  color: #ffffff;
}

html.page-photo_imagery #project-description, html.page-retouch #project-description {
  font-size: .8rem;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 1.28em;          
  line-height: 1 !important;   
  margin-top: 3px !important;  
}


html.page-photo_imagery .text-fade, html.page-retouch .text-fade {
  opacity: 0;
}


html.page-photo_imagery .slider-thumbnails, html.page-retouch .slider-thumbnails {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: -12px;
  overflow-x: hidden !important;
  overflow-y: hidden !important;     
  padding-top: 10px !important;      
  padding-bottom: 10px !important;   
  height: auto !important;
  -webkit-overflow-scrolling: touch; 
  max-width: 100%;
}

html.page-photo_imagery .thumb, html.page-retouch .thumb {
  width: 50px;
  height: 38.5px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s;
  border-radius: 0px;
}

html.page-photo_imagery .thumb.active, html.page-retouch .thumb.active {
  border-color: #333; 
  opacity: 0.6;
}

html.page-photo_imagery .thumb:hover, html.page-retouch .thumb:hover {
  transform: scale(1.15); 
  z-index: 6;             
}


html.page-photo_imagery .init-fade, html.page-retouch .init-fade {
  animation: fadeInPage 1.2s ease-out forwards;
  opacity: 0;
}

@keyframes fadeInPage {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}



html.page-photo_imagery #slider-hint, html.page-retouch #slider-hint {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  pointer-events: none;
  z-index: 15;
  transition: opacity 0.5s ease;
  white-space: nowrap;
}


/* html.page-photo_imagery #content, html.page-retouch #content {
    display: block !important; 
    overflow: hidden !important;
    width: calc(100% - 277px) !important;
    min-width: 650px !important;
    right: 10px !important;
} */


html.page-photo_imagery #hero-top-title, html.page-retouch #hero-top-title {
    text-align: center;
    transition: opacity 0.3s ease; 
    color: #fff;             
    font-size: 1.1rem;
    margin-top: -15px !important;  
    margin-bottom: 10px !important;
    padding-top: 0 !important;     
    font-style: normal;
    font-weight: 300;
}

html.page-photo_imagery #main-gallery, html.page-retouch #main-gallery {
    justify-content: flex-start !important; 
    padding-top: -20px !important;
}

html.page-photo_imagery .nav-arrow, html.page-retouch .nav-arrow {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 2rem;
    padding: 15px 10px;
    cursor: pointer;
    z-index: 20; 
    transition: background 0.3s, color 0.3s;
    user-select: none;
}

html.page-photo_imagery .nav-arrow:hover, html.page-retouch .nav-arrow:hover {
    background: rgba(0, 0, 0, 0.7);
    color: #00ed0b; 
}

html.page-photo_imagery #prev-arrow, html.page-retouch #prev-arrow {
    left: 0;
    border-radius: 0 5px 5px 0;
}

html.page-photo_imagery #next-arrow, html.page-retouch #next-arrow {
    right: 0;
    border-radius: 5px 0 0 5px;
}


html.page-photo_imagery .slider-thumbnails:empty + .nav-arrow, html.page-retouch .slider-thumbnails:empty + .nav-arrow {
    display: none;
}

@media (max-width: 1024px) {
  html,
html.page-photo_imagery body, html.page-retouch body {
    width: 100%;
    overflow-x: hidden;
  }

html.page-photo_imagery #content, html.page-retouch #content {
    display: flex;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    right: auto !important;
    padding: 20px 15px !important;
  }

  #content > div,
html.page-photo_imagery #main-gallery, html.page-retouch #main-gallery {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

html.page-photo_imagery #portfolio-slider-container, html.page-retouch #portfolio-slider-container {
    width: 100% !important;
    max-width: min(550px, 100%) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

html.page-photo_imagery .slider-thumbnails, html.page-retouch .slider-thumbnails {
    overflow-x: auto !important;
    padding-left: 34px !important;
    padding-right: 34px !important;
    scroll-behavior: smooth;
  }
}


/* ===================================================================================================================
   ===================================================================================================================
   Composite slider page
   Archived source: stylesheets/OLDCSS/composite_slider.css
   Scope: html.page-compositing
   ===================================================================================================================
   =================================================================================================================== */

html.page-compositing #portfolio-slider-container {
  clear: both;
  display: block !important;
  position: relative !important;
  --pos: 95%;
  width: 100% !important;
  max-width: 550px !important;    
  aspect-ratio: 13 / 10 !important;
  margin: -5px auto !important;   
  overflow: hidden !important;
  touch-action: none;             
}

html.page-compositing .slider-img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

html.page-compositing .img-before {
  
  clip-path: inset(0 calc(100% - var(--pos)) 0 0) !important;
  z-index: 2 !important;
}

html.page-compositing #slider-control {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  cursor: ew-resize !important;
  z-index: 10 !important;
  opacity: 0 !important; 
  pointer-events: none !important;
}

html.page-compositing #slider-visual-line {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: var(--pos) !important;
  width: 3px !important;
  background: white !important;
  z-index: 5 !important;
  transform: translateX(-50%) !important;
  pointer-events: none !important;
}


html.page-compositing #slider-control {
  -webkit-appearance: none; 
  appearance: none;         
  background: transparent !important;
  border: none !important;
}


html.page-compositing #slider-control::-webkit-slider-runnable-track { background: transparent; }
html.page-compositing #slider-control::-moz-range-track { background: transparent; }
html.page-compositing #slider-control::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; }


html.page-compositing #slider-handle {
  position: absolute;
  top: 50%;
  left: var(--pos) !important;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}


#slider-handle::before,
html.page-compositing #slider-handle::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transform: translateY(-50%);
}


html.page-compositing #slider-handle::before {
  left: 8px;
  border-right: 8px solid #333; 
}


html.page-compositing #slider-handle::after {
  right: 8px;
  border-left: 8px solid #333; 
}

html.page-compositing #project-info-area {
  text-align: center;
  max-width: 800px;
  margin: 10px auto 10px auto; 
  padding: 0 10px; 
  transition: opacity 0.3s ease; 
}

html.page-compositing #project-title {
  font-size: .8rem;
  margin-bottom: 4px; 
  color: #ffffff;
}

html.page-compositing #project-description {
  font-size: .8rem;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 1.28em; 
  line-height: 1 !important; 
  margin-top: 3px !important;  
}


html.page-compositing .text-fade {
  opacity: 0;
}


html.page-compositing .slider-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: -12px;
  overflow-x: hidden !important;
  overflow-y: hidden !important; 
  padding-top: 10px !important;    
  padding-bottom: 10px !important; 
  height: auto !important;
  -webkit-overflow-scrolling: touch; 
  max-width: 100%;
}

html.page-compositing .thumb {
  width: 50px;
  height: 38.5px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s;
  border-radius: 0px;
}

html.page-compositing .thumb.active {
  border-color: #333; 
  opacity: 0.6;
}

html.page-compositing .thumb:hover {
  transform: scale(1.15); 
  z-index: 6;           
}


html.page-compositing .init-fade {
  animation: fadeInPage 1.2s ease-out forwards;
  opacity: 0;
}

@keyframes fadeInPage {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}



html.page-compositing #slider-hint {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  pointer-events: none;
  z-index: 15;
  transition: opacity 0.5s ease;
  white-space: nowrap;
}


html.page-compositing #content {
    /* display: block !important; */
    overflow: hidden !important;
    width: calc(100% - 277px) !important;
    min-width: 650px !important;
    right: 10px !important;
}


html.page-compositing #hero-top-title {
    text-align: center;
    transition: opacity 0.3s ease; 
    color: #fff;             
    font-size: 1.1rem;
    margin-top: -15px !important;  
    margin-bottom: 10px !important;
    padding-top: 0 !important;     
    font-style: normal;
    font-weight: 300;
}

html.page-compositing #main-gallery {
    justify-content: flex-start !important; 
    padding-top: -20px !important;
}

html.page-compositing .nav-arrow {
    position: absolute;
    top: 60%;
    transform: translateY(-50%); 
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 2rem;
    padding: 15px 10px;
    cursor: pointer;
    z-index: 20; 
    transition: background 0.3s, color 0.3s;
    user-select: none;
}

html.page-compositing .nav-arrow:hover {
    background: rgba(0, 0, 0, 0.7);
    color: #00ed0b; 
}

html.page-compositing #prev-arrow {
    left: 0; 
    border-radius: 0 5px 5px 0;
}

html.page-compositing #next-arrow {
    right: 0;
    border-radius: 5px 0 0 5px;
}


html.page-compositing .slider-thumbnails:empty + .nav-arrow {
    display: none;
}

@media (max-width: 1024px) {
  html,
html.page-compositing body {
    width: 100%;
    overflow-x: hidden;
  }

html.page-compositing #content {
    /* width: 100% !important; */
    min-width: 0 !important;
    /* max-width: 100% !important; */
    right: auto !important;
    /* padding: 20px 15px !important; */
  }

html.page-compositing #main-gallery {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

html.page-compositing #portfolio-slider-container {
    width: 100% !important;
    max-width: min(550px, 100%) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

html.page-compositing .slider-thumbnails {
    /* justify-content: flex-start; */
    /* overflow-x: auto !important; */
    /* padding-left: 34px !important; */
    /* padding-right: 34px !important; */
    /* scroll-behavior: smooth; */
  }
}


/* ===================================================================================================================
   ===================================================================================================================
   Carousel pages
   Archived source: stylesheets/OLDCSS/carousel.css
   Scope: html.page-index, html.page-contact
   ===================================================================================================================
   =================================================================================================================== */

html.page-index #carousel, html.page-contact #carousel {
	position:relative !important;
	display:flex !important;
	flex-direction:column !important;
	justify-content:space-between !important;
	align-content:center !important;
	width:60% !important;
	margin:auto auto auto 20% !important;
	overscroll-behavior-x: none !important;
	/*border:1px solid yellow;*/
}
html.page-index #carousel-div, html.page-contact #carousel-div {
	width:100% !important;
	/*height:450px;*/
	margin:0 !important;
	position:relative;
	display:flex;
	flex-direction:row;
	align-items:flex-start;
	/*border:1px solid blue;*/
}
html.page-index .carousel-image, html.page-contact .carousel-image {
	display:inline-block !important;
	position:relative;
	visibility: visible;
	opacity:0;
	transition:opacity .3s ease-in-out !important;
	/*overscroll-behavior-x: none !important;*/	
	margin:0 !important;
	width:100% !important;
	/*border:1px solid red;*/
}
html.page-index #image-data, html.page-contact #image-data {
	font:.8em Verdana !important;
	text-align:center !important;
	color:#ccc;
	padding:20px;
}
html.page-index #carousel-controls, html.page-contact #carousel-controls {
	display:flex !important;
	align-items:center !important;
	justify-content:space-between !important;
}
html.page-index .control-button, html.page-contact .control-button {
	padding:0px 20px !important;
}

/* ===================================================================================================================
   ===================================================================================================================
   Shared site shell
   Archived source: stylesheets/OLDCSS/site-shell.css
   ===================================================================================================================
   =================================================================================================================== */

/* Shared site shell: header, menu, footer, and repeated PHP layout pieces. */
* {
    box-sizing: border-box;
    user-select: none;
}

html,
body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: museo-sans, sans-serif;
    color: #fff;
    background-image: url("../site-images/bkgddots.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
}

body {
    display: flex;
    flex-direction: column;
}

#header {
    position: relative !important;
    overflow: visible !important;
    background-image: linear-gradient(#011B09, #20431B) !important;
    background-color: #20431B !important;
    height: 63px !important;
    width: 100% !important;
    padding: 0 20px 0 40px !important;
    border-bottom: 4px solid #216F36 !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    z-index: 130 !important;
}

#header > a {
    position: relative !important;
    z-index: 30 !important;
    display: block !important;
    flex: 0 0 auto !important;
    top: 8px !important;
}

/* ===================================================================================================================
              UPPER LEFT CORNER LOGO
   =================================================================================================================== */
#logo-header {
    display: block !important;
    width: 286px !important;
    height: auto !important;
    max-height: none !important;
    position: relative !important;
    top: 26px !important; /* ============ Governs vertical position of UP LEFT CORNER Logo ========== */
    z-index: 999 !important;
}

#menu-button {
    display: none !important;
    height: 30px !important;
    width: auto !important;
    cursor: pointer;
    flex-shrink: 0;
    z-index: 120 !important;
    /* transition: transform 0.45s ease; */
}

.spacer {
    display: block !important;
    flex: 0 0 4px !important;
    height: 0 !important;
    min-height: 4px !important;
    /* margin: 0 !important; */
    background-color: #0B290F !important;
    border-top: 0 !important;
    margin-top: 0px;
    /* border-bottom: 4px solid #20431B !important; */
}

#main {
    flex: 1 0 auto !important;
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 1;
    background-image: url("../site-images/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-top: 4px solid #20431B;
    border-bottom: 5px solid #004C19;
}

#side-menu {
	top: 56px !important;
	width: 260px !important;
    min-width: 260px !important;
    max-width: 260px !important;
	height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-self: stretch;
    background-size: cover !important;
    background-position: top left !important;box-shadow: 10px 0 12px rgba(0, 0, 0, 0.2);
    z-index: 100 !important;
    transition: transform 0.55s cubic-bezier(0.32, 0.72, 0, 1), left 0.55s ease, visibility 0.55s ease;
}

#side-menu > div:first-child {
    flex: 0 0 45px !important;
    height: 45px !important;
    margin: 0 0 3px !important;
    padding: 10px 20px !important;
}

#side-menu > div:last-child {
    flex-grow: 1 !important;
    padding: 10px 20px 20px !important;
    height:auto;
}

.menu-item-container {
    position: relative;
    z-index: 105;
    margin: 0 0 3px !important;
    padding: 0 !important;
}

.menu-item,
.submenu-item {
    display: block;
    color: #fff;
    cursor: pointer;
    font-weight: 100;
    white-space: nowrap;
    transition: background-color 0.35s ease, color 0.35s ease, opacity 0.35s ease;
}

.menu-item {
    padding: 12px 20px;
    font-size: 1.12em;
}

/* ===================================================================================================================
   ===================================================================================================================
               SUB MENU
   ===================================================================================================================
   =================================================================================================================== */

.submenu-item:hover,
.submenu-item.hover,
.submenu-item.active,
.menu-item:hover,
.menu-item.hover,
.menu-item.active {
    opacity: 0.90 !important;
}

.submenu {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 240px;
    display: block;
    visibility: hidden !important;
    /* opacity: 0.75; */
    background-size: cover;
    background-position: top left;

    z-index: 110;
    margin: 0 !important;
    padding: 0 !important;

    opacity: 0;
    pointer-events: none;
    transform: translateX(4px);
    transition: opacity 0.5s ease, transform 0.5s ease;

    box-shadow: inset 0 0 0 4px #228744;
    border: 0;
    overflow: hidden;
}

.submenu::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid #228744;
    pointer-events: none;
    box-sizing: border-box;
}

.menu-item-container:hover > .submenu {
    visibility: visible !important;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.submenu-item {
    padding: 13px 18px;
    font-size: 1.12em;
    box-shadow: inset 0 -1px 0 rgba(158, 212, 158, 0.5); /* OUTLINE around buttons */
}

.submenu-item:last-child {
    box-shadow: none;
}
.submenu-item:hover,
.submenu-item.hover {
    padding-left: 25px !important;
    transition: padding 0.45s ease-in-out;
}

.side-menu-icons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
    margin: 20px 0 15px;
}

.side-menu-icons img {
    height: 30px;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.side-menu-icons a:hover img {
    cursor: pointer;
    opacity: 1 !important;
}

#side-menu-footer {
    color: #228744;
    opacity: 0.8;
    text-align: center;
    font-size: 1.35em;
    font-style: italic;
}

#side-menu-footer span {
    display: block;
    padding: 3px 0;
}

#side-menu-footer a {
    color: inherit;
    text-decoration: none;
}

#side-menu-footer a:hover {
    color: #9ED49E;
}

#footer {
    flex: 0 0 auto;
    width: 100%;
    background-image: url("../site-images/bkgddots.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
    color: #99B299;
    text-align: center;
    padding: 15px 10px 40px;
    border-top: 5px solid #228744;
    font-size: 0.85em;
    line-height: 1.35;
}

#footer span {
    display: inline;
}

@media (max-width: 1024px) {
    #header {
        height: 70px !important;
        padding: 0 18px !important;
        z-index: 130 !important;
    }


    #side-menu {
        position: absolute !important;
        top: 0px !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 85% !important;
        min-width: 0 !important;
        max-width: 420px !important;
        background-image: url("../site-images/bg.jpg");
        background-repeat: no-repeat;
        /* background-size: cover; */
        background-position: top left;
        /* height: calc(100dvh - 64px) !important; */
        overflow-y: auto !important;
        overflow-x: hidden !important;
        transform: translateX(-100%) !important;
        z-index: 100 !important;
        /* background-image: url(../site-images/bg.jpg); */
        height: auto !important;
        min-height: 100% !important;
    }

    #side-menu.open,
    #side-menu.active,
    body.menu-open #side-menu {
        transform: translateX(0) !important;
    }

    #side-menu > div:first-child {
        height: 28px !important;
    }

    .menu-item {
        margin: 0 !important;
        padding: 14px 26px !important;
        font-size: 1.14em !important;
        /* opacity: 0.5 !important; */
    }

    .menu-item:hover,
    .menu-item.hover,
    .menu-item.active {
        background-color: rgba(0, 76, 25, 0.75) !important;
        opacity: 0.95 !important;
    }

    .submenu {
        position: static !important;
        left: auto !important;
        top: auto !important;
        visibility: visible !important;
        min-width: 0 !important;
        width: 100% !important;
        max-height: 0;
        display: block !important;
        overflow: hidden;
        transition: max-height 0.55s ease, opacity 0.55s ease;
        opacity: 0;
    }

    .submenu.show,
    .submenu.submenu-open,
    .menu-item-container.open .submenu,
    .menu-item-container.submenu-open .submenu {
        max-height: 520px;
        opacity: 1 !important;
    }

    .submenu-item {
        padding: 12px 34px !important;
        font-size: 1.05em !important;
    }

    #header > a {
        z-index: 120 !important;
        position: relative !important;
        left: 0 !important;
        top: 8px !important;
        transform: none !important;
        margin: 0 !important;
    }

    .page-index #header > a {
        display: none !important;
    }

    #logo-header {
        display: block !important;
        position: relative !important;
		top:0px !important;
        transform: none !important;
		width: 220px !important;
        height: auto !important;
        margin-top: 0 !important;
    }

    .page-contact #header {
        width: 100vw !important;
        min-width: 0 !important;
        max-width: 100vw !important;
        padding-left: 40px !important;
        padding-right: 0 !important;
        border-bottom: 4px solid #216F36 !important;
    }



    #menu-button {
        order: 3;
        display: block !important;
        position: absolute !important;
        top: 50px !important;
        right: 28px !important;
        bottom: -15px !important;
        left: auto !important;
        flex: none !important;
        height: 30px !important;
        margin-left: 0 !important;
        z-index: 120 !important;
    }

    #footer {
        padding: 15px 10px 40px !important;
        font-size: 0.85em !important;
    }
}

@media (max-width: 600px) {
   #side-menu {
        width: 85% !important;
        max-width: 300px !important;
        text-align: left !important;
    }

    #menu-button {
        right: 25px !important;
        bottom: -14px !important;
        left: auto !important;
        height: 30px !important;
    }

    #header > a {
        left: 0 !important;
        top: 8px !important;
    }

   


}

/* ===================================================================================================================
     Final shared-shell guard so older page styles cannot reintroduce menu gaps.
   =================================================================================================================== */

#side-menu .menu-item, 
#side-menu .menu-item-footer, 
#side-menu .menu-item-header{
    border: 0 !important;
    background-color: rgba(0, 76, 25, 0.65);
    opacity: 0.55;
}

@keyframes submenu-highlight {
    from { background-position: 100% 0; }
    to   { background-position: 0 0; }
}

#side-menu .submenu-item{
    border: 0 !important;
    background-color: rgba(0, 76, 25, 1);
	background-image: linear-gradient(
        110deg,
        transparent 35%,
        rgba(255, 255, 255, 0.14) 50%,
        transparent 65%
    );
    background-size: 220% 100%;
    background-position: 100% 0;
    background-repeat: no-repeat;
    opacity: 0.75;
}

#side-menu .submenu-item:hover,
#side-menu .submenu-item.hover {
    background-color: rgba(34, 120, 50, 0.85) !important;
	animation: submenu-highlight 0.7s ease-out forwards;
    color: #fff;
}


#side-menu > div:first-child {
    background-color: rgba(0, 76, 25, 0.4);
}

#side-menu > div:last-child {
    background: linear-gradient(
        to bottom,
        rgba(0, 76, 25, 0.4) 0%,
        rgba(0, 76, 25, 0.2) 60%,
        rgba(0, 76, 25, 0) 100%
    );
}



/* ===================================================================================================================
   ===================================================================================================================
   Shared page toppers
   Archived source: stylesheets/OLDCSS/page-toppers.css
   ===================================================================================================================
   =================================================================================================================== */

/* Shared topper/header-strip styling. Page config chooses the image(s). */
#heading-banner {
    display: block !important;
    visibility: visible !important;
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    transform: translateY(-50%) !important;
    overflow: hidden !important;
    z-index: 10 !important;
    pointer-events: none !important;
    width: 100% !important;
    height: 56px !important;
}

#banner-carousel {
    display: block !important;
    visibility: visible !important;
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 56px !important;
    transform: translateY(-50%) !important;
    overflow: hidden !important;
    z-index: 10 !important;
}

.topper {
    position: absolute !important;
    top: 50% !important;
    left: auto !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
    visibility: visible;
    opacity: 1;
    height: 40px;
}

.page-index .topper {
    height: 34px;
    visibility: hidden;
}

.page-index .topper:first-child {
    visibility: visible;
    opacity: 1;
}

.topper.show,
.show {
    visibility: visible !important;
    opacity: 1 !important;
}

.hide {
    visibility: hidden !important;
    opacity: 0 !important;
}


@media (max-width: 1024px) {
    #heading-banner {
        top: 125% !important;
        left: 0 !important;
        right:auto !important;
        transform: translateY(-50%) !important;
	}
	.topper {
        height: 40px !important;
    }
	#logo-header {
        width: 230px !important;
        top: 0px !important;
    }
	html.page-index .topper{
		left: auto !important;
		right: auto !important;
		height: 30px !important;
	}
	html.page-index #heading-banner{
		top: 50% !important;
	}
}
	
@media (max-width: 700px) {
	.topper {
        height: 40px !important;
        left: auto !important;
        right: -280px !important;
    }
	#logo-header {
        width: 200px !important;
        top: 0px !important;
    }
	#header {
        height: 70px !important;
	}
    #heading-banner {
		top: 125% !important;
		left: 0 !important;
	}
	html.page-index .topper{
		left: -30% !important;
		right: auto !important;
	}
	html.page-index #heading-banner{
		top: 50% !important;
	}
}

/* Static HTML mirror overrides that were formerly inline <style> blocks. */
html.page-andthensome .link {
    width: auto;
    height: auto;
    border: 2px solid rgba(175, 255, 175, 0.7);
}

html.page-blog #content {
    padding: 20px 30px 30px 30px;
}


html.page-blog #content iframe {
    width: 100%;
    height: 100%;
    border: 6px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

html.page-misc_video a:link {
    color: rgba(190, 255, 200, 1);
}

html.page-misc_video a:visited {
    color: rgba(42, 189, 73, 1);
}

html.page-misc_video a:hover {
    color: rgba(228, 255, 104, 1);
}

html.page-misc_video a:active {
    color: white;
}

@media (max-width: 1024px) {
    html.page-andthensome #main {
        width: 100% !important;
        min-width: 0 !important;
        overflow-x: hidden !important;
    }

    html.page-andthensome #link {
        flex: 1 1 0 !important;
        width: 0 !important;
        min-width: 0 !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    html.page-andthensome #content,
    html.page-andthensome #content > div {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

    html.page-andthensome #link img {
        display: block !important;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 auto 12px !important;
    }
}

/* Large overlapping Blog logo */
html.page-blog #heading-banner {
    display: none !important;
}

html.page-blog #content {
    position: relative !important;
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    height: 70% !important; /* ======== sets vertical length of blog container ======*/
    padding: 60px 30px 30px !important; /* ========== THIS adjusts the vert start point of the blog container ====== */
    overflow: visible !important;
}

html.page-blog .blog-page-logo {
    position: absolute;
    top: 10px;
    left: 57%;
    transform: translateX(-50%);
    width: clamp(200px, 40vw, 350px); /* ======= minimum size, responsive size, maximum size ======== */
    max-width: 55%;
    height: auto;
    z-index: 140 !important;
    pointer-events: none;
}

html.page-blog #content iframe {
    display: block;
    width: 76% !important; /* ======= sets width of block container ======*/
    min-height: 600px; /* ========== sets hfight of blog container also ====== */
    position: relative;
    z-index: 1;
}

@media (max-width: 600px) {
    html.page-blog #content {
        padding: 105px 15px 20px !important;
    }

    html.page-blog .blog-page-logo {
        top: -35px;
        width: min(390px, 90%);
    }
}

html.page-blog #header {
    overflow: visible !important;
    z-index: 130 !important;
}

html.page-blog #main {
    overflow: visible !important;
}

html.page-blog #content {
    overflow: visible !important;
}

html.page-blog .blog-page-logo {
    z-index: 2000 !important;
}

@media (max-width: 600px) {
    html.page-blog .blog-page-logo {
        top: 45px !important;
        left: 50% !important;
        width: 85vw !important;
        max-width: 270px !important;
        transform: translateX(-50%) !important;
    }
}

html.page-character_animation .video-text p,
html.page-promotional_videos .video-text p,
html.page-still_images .video-text p,
html.page-video_editing .video-text p,
html.page-misc_video .video-text p {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;

    color: #ddd !important;
    -webkit-text-fill-color: #ddd !important;
    font-size: 1rem !important;
    line-height: 1.4 !important;
    margin: 4px 0 !important;
}

.video-text {
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
}