.item-title-card {
    display: inline-block;
    background: #ccc;
    width: clamp(142px, 142px, 142px);
    height: clamp(200px, 200px, 200px);
    overflow: hidden;
    font-family: "Ubuntu Condensed";
    padding-top: 2px;
    margin: 6px;
}
.item-title-card:hover { background: blue; color: yellow; }
.item-title-card .title { font-weight: bold; font-size: 22px; height: clamp(54px, 54px, 54px); overflow: hidden; }
.item-title-card .size { font-weight: normal; font-size: 18px; }
.item-title-card .note { font-weight: normal; font-size: 14px; font-style: italic; }
.item-title-card .price { font-weight: bold; font-size: 28px; font-style: italic; }
.item-title-card img {
    width: clamp(138px, 138px, 138px);
    height: clamp(138px, 138px, 138px);
}




  .item-option {
     display: inline-block;
     background: #ccc;
     width: clamp(300px, 300px, 300px);
     height: clamp(160px, 160px, 160px);
     overflow: hidden;
     font-family: "Ubuntu Condensed";
     padding: 2px;
     margin: 6px;
    box-sizing: border-box;
 }
.item-option:hover { background: blue; color: yellow; }
.item-option-image {
    width: clamp(156px, 156px, 156px);
    height: clamp(156px, 156px, 156px);
    float: left;
}
.item-option-text {
    width: clamp(130px, 130px, 130px);
    height: clamp(196px, 196px, 196px);
    float: right;
    margin-right: 4px;
    text-align: center;
}
.item-option-title { font-weight: bold; font-size: 22px; white-space: nowrap; overflow: hidden; }
.item-option-size { font-weight: normal; font-size: 18px; }
.item-option-note { font-weight: normal; font-size: 14px; font-style: italic; }
.item-option-price { font-weight: bold; font-size: 14px; font-style: italic; }
.item-option-image img {
    width: clamp(156px, 156px, 156px);
    height: clamp(156px, 156px, 156px);
}




/****************
* GLOBAL COLORS *
****************/

/* https://www.dreamstime.com/stock-photo-welcome-to-las-vegas-palette-world-famous-sign-early-morning-light-strip-usa-colour-complimentary-image91328435 */

:root {
    --ccv-purple: purple;
    --ccv-maroon: maroon;
    --ccv-blue-calm: #7284ba;
    --ccv-blue-regal: #182e6f;
    --ccv-blue-feint: #F0F6FF;
    /*--vegas-brown:  #5d3c2b;*/
    /*--vegas-green:  #6b6720;*/
    /*--vegas-gold:   #ffd775;*/
    /*--vegas-orange: #f0923a;*/
    /*--vegas-slate:  #a19295;*/
    /*--vegas-blue:   #065397;*/
    /*--vegas-red:    #e30105;*/
    /*--vegas-maroon: #a51304;*/
    /*--vegas-gold-lightback: rgba(255,215,117, 0.15);*/
    /*--that-green:#e3fc02;*/
    /*--almost-black:#1f1f21;*/

}


/***************
* GLOBAL STUFF *
***************/

pain { font-style: italic; font-weight: bold; color: var(--republican-red); }
html { background: var(--almost-black); }
body { margin: 0; background: white; color: black; font-family: 'Rubik', sans-serif; font-size: 18px; }
/* BODY TEXT STAYS AT 18 POINTS FOR FIXED-SIZE CARDS AND SUCH */
/* could probably do a better job with CSS on individual elements sdo this isn't necessary, though */




/**************
* TEXT STYLES *
**************/

a { text-decoration: none; color: blue; }
a:link { color:inherit; }



.article-text { line-height: 1.42em; font-size: clamp(18px, calc(14px + 1vw), 26px); }
.fontsize-0 { font-size: 0; }
.fontsize-12 { font-size: 12px; }
.fontsize-16 { font-size: 16px; }
.fontsize-18 { font-size: 18px; }
.fontsize-20 { font-size: 20px; }
.fontsize-24 { font-size: 24px; }




h1 { font-weight: bold; color: black; font-family: Rubik, sans-serif; font-size: clamp(24px, calc(10px + 3vw), 42px); line-height: 1.2em; margin: 18px auto; }
h2 { font-weight: normal; color: var(--ccv-blue-regal);  font-family: Rubik, sans-serif; font-size: clamp(20px, calc(12px + 2vw), 36px); line-height: 1.2em; margin: 18px auto; }
h3 { font-weight: bold; font-family: Rubik, sans-serif; font-size: clamp(18px, calc(8px + 2vw), 28px); line-height: 1.2em; margin: 18px auto; }
h4 { font-weight: normal;   font-family: 'Ubuntu Condensed', sans-serif; font-size: clamp(16px, calc(8px + 1.8vw), 26px); color: black; line-height: 1.2em; margin: 18px auto; }
h5 { font-weight: normal; font-family: 'Ubuntu Condensed', sans-serif; font-size: clamp(14px, calc(8px + 1.6vw), 24px); color: black; line-height: 1.2em; margin: 18px auto; }
h6 { font-weight: bold;   font-family: 'Ubuntu Condensed', sans-serif; font-size: clamp(12px, calc(8px + 1.4vw), 22px); color: black; line-height: 1.2em; margin: 18px auto; }

p { font-weight: normal;  font-family: 'Rubik', sans-serif; font-size: 16px; color: black; line-height: 24px; }

keep { display: inline-block; }


/* DIV STYLES */
.no-underline { text-decoration: none; }

.centerer { margin-left: auto !important; margin-right: auto !important; }
.inlined { display: inline-block; }
.inlined-BUSTED { display: inline-block; width: 100%; box-sizing: border-box; }

.max260{ width: calc(100% - 16px); max-width: 260px; margin-left: 8px; margin-right: 8px; box-sizing: border-box; }
.max300{ width: calc(100% - 16px); max-width: 300px; margin-left: 8px; margin-right: 8px; box-sizing: border-box; }
.max480{ width: calc(100% - 16px); max-width: 480px; margin-left: 8px; margin-right: 8px; box-sizing: border-box; }
.max640{ width: calc(100% - 16px); max-width: 640px; margin-left: 8px; margin-right: 8px; box-sizing: border-box; }
.max800{ width: calc(100% - 16px); max-width: 800px; margin-left: 8px; margin-right: 8px; box-sizing: border-box; }
.max960{ width: calc(100% - 16px); max-width: 960px; margin-left: 8px; margin-right: 8px; box-sizing: border-box; }
.max1200{ width: calc(100% - 16px); max-width: 1200px; margin-left: 8px; margin-right: 8px; box-sizing: border-box; }
.max1600{ width: calc(100% - 16px); max-width: 1600px; margin-left: 8px; margin-right: 8px; box-sizing: border-box; }  /* 1x300 & 2x600 plus gutters/margins */

.centered { text-align: center; }
.justed { text-align: justify; }
.lefted { text-align: left; }
.righted { text-align: right; }

.handwriting { font-weight: normal; font-family: 'Patrick Hand', sans-serif; font-size: 24px; line-height: 1.25em; color: black; }
/*.emboldened { font-weight: normal; font-family: 'Ubuntu Condensed', sans-serif; font-size: 20px; line-height: 1.25em; color: pink; }*/
.emboldened { font-weight: bold; }
.markered { font-family: 'Permanent Marker', sans-serif; }

.marooned { color: maroon; }
.blued { color: blue; }
.reded { color: red; }
.blacked { color: black; }
.co-green { color: #0c0; }
.co-red { color: #c00; }
.col-yellow { color: yellow; }
.col-white { color: white; }
.col-blue-light { color: lightskyblue; }

.blacked { color: black; }

.back-black { background: #000; }
.back-darkblue { background: #000099;  color: black; }
.back-medblue { background: #93d3e9;  color: black; }
.back-lightblue { background: #def;  color: black; }
.back-yellow { background: yellow;  color: black; }
.back-eee { background: #eee;  color: black; }
.orb { padding: 12px; border-radius: 24px; }


.marg-auto { margin-left: auto; margin-right: auto; }
.marg-24 { margin: 24px; }
.marg-all-6px { margin: 6px; }
.marg-all-12px { margin: 12px; }
.marg-all-24px { margin: 24px; }
.marg-all-36px { margin: 36px; }
.marg-all-48px { margin: 48px; }
.marg-bot-72px { margin-bottom: 72px; }
.marg-bot-96px { margin-bottom: 96px; }
.marg-bottom-48px { margin-bottom: 48px; }
.marg-lr-12 { margin-left: 12px; margin-right: 12px; }
.marg-lr-12px { margin-left: 12px; margin-right: 12px; }
.marg-tb-12px { margin-top: 12px; margin-bottom: 12px; }
.marg-tb-24 { margin-top: 24px; margin-bottom: 24px; }
.marg-tb-24px { margin-top: 24px; margin-bottom: 24px; }
.marg-tb-36 { margin-top: 36px; margin-bottom: 36px; }
.marg-tb-36px { margin-top: 36px; margin-bottom: 36px; }
.marg-tb-48px { margin-top: 48px; margin-bottom: 48px; }
.marg-tb-96px { margin-top: 96px; margin-bottom: 96px; }
.marg-top-4vw { margin-top: 4vw; }
.marg-top-36px { margin-top: 36px; }
.marg-top-48px { margin-top: 48px; }
.marg-top-60px { margin-top: 60px; }
.marg-top-72px { margin-top: 72px; }
.marg-top-96px { margin-top: 96px; }

.bmarg-4px { margin-bottom: 4px; }
.vmarg-4vw { margin-top: 4vw; margin-bottom: 4vw; }
.vmarg-2vw { margin-top: 2vw; margin-bottom: 2vw; }
.vmarg-0 { margin-top: 0; margin-bottom: 0; }
.vmarg-4px { margin-top: 4px; margin-bottom: 4px; }

.bord-tb { border: solid black; border-width: 2px 0; }
.bord-all { border: solid black; border-width: 2px; }

.pad-all-06 { padding: 06px; }
.pad-all-12 { padding: 12px; }
.pad-lr-12 { padding-left: 12px; padding-right: 12px; }
.pad-lr-24 { padding-left: 24px; padding-right: 24px; }
.pad-tb-12 { padding-top: 12px; padding-bottom: 12px; }
.pad-tb-24 { padding-top: 24px; padding-bottom: 24px; }
.pad-tb-36 { padding-top: 36px; padding-bottom: 36px; }
.pad-top-12px { padding-top: 12px; }
.pad-top-24px { padding-top: 24px; }

.valign-top { vertical-align: top; }

.height-clamp-142px { height: clamp(142px, 142px, 142px); }
.height-clamp-200px { height: clamp(200px, 200px, 200px); }

.overflow-hidden { overflow: hidden; }

/********************
* RESPONSIVE BLOCKS *
*********************/

@media all and (max-width: 959px) {
    .resp-300, .resp-600, .resp-half {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .on-big-marg-all-06px { margin: revert; }
    .on-big-marg-all-12px { margin: revert; }
    .on-big-marg-lr-12px, .on-big-marg-lr-18px { margin-left: revert; margin-right: revert; }
    .on-big-marg-tb-18px { margin-top: revert; margin-bottom: revert; }
    .on-big-pad-all-12px { margin: revert; }
    .on-big {
        display: none;
    }
    .on-small {
        display: revert;
    }
}


@media all and (min-width: 960px) {
    .resp-300 { display: inline-block; width: clamp(300px, 300px, 300px); vertical-align: top; box-sizing: border-box; }
    .resp-600 { display: inline-block; width: clamp(600px, 600px, 600px); vertical-align: top; box-sizing: border-box; }
    .resp-half { display: inline-block; width: clamp(50%, 50%, 50%); vertical-align: top; box-sizing: border-box; }
    .on-big-marg-all-06px { margin: 6px; }
    .on-big-marg-all-12px { margin: 12px; }
    .on-big-marg-lr-12px { margin-left: 12px; margin-right: 12px; }
    .on-big-marg-lr-18px { margin-left: 18px; margin-right: 18px; }
    .on-big-marg-tb-18px { margin-top: 18px; margin-bottom: 18px; }
    .on-big-pad-all-12px { padding: 12px; }
    .on-big {
        display: revert;
    }
    .on-small {
        display: none;
    }
}







/***************
* HEADER STUFF *
***************/

#header {
    height: 80px;
    box-sizing: border-box;
    background-color: #eee;
    padding: 1px 18px;
    color: white;
    text-align: left;
    position: fixed; /* Fixed position - sit on top of the page */
    top: 0;
    width: 100%; /* Full width */
    transition: 0.2s; /* Add a transition effect (when scrolling - and font size is decreased) */
    z-index: 990;
}

#header-small {
    height: 42px;
    box-sizing: border-box;
    background-color: #eee;
    padding: 1px;
    text-align: left;
    position: fixed; /* Fixed position - sit on top of the page */
    top: 0;
    width: 100%; /* Full width */
    z-index: 990;
}

#header-undergap { height: 80px; }
#header-undergap-small { height: 42px; }

/*#branding-block { float: left; }*/
/*#branding-block-small { float: left; }*/
#branding-block { text-align: center; }
#branding-block-small { text-align: left; }

#branding-text {
    display: inline-block; font-size: 60px; padding-top: 8px;
    vertical-align: top; font-family: 'Sixtyfour Convergence', sans-serif; font-weight: bold;
    transition: 0.2s; }

#branding-text-small { display: inline-block; position: relative; font-size: 30px; padding: 8px 0 0 8px; box-sizing: border-box;
    min-width: 200px; max-width: calc(100% - 100px); overflow: hidden;
    white-space: nowrap; vertical-align: top; font-family: 'Sixtyfour Convergence', sans-serif; font-weight: bold; }

#header-menu { margin: 0; float: right; }
#header-menu-small { margin: 0; float: right; }

.header-menu-button {
    margin: 20px 16px 0;
    transition: 0.2s;
    font-family: 'Ubuntu Condensed', sans-serif;
}
.header-menu-small-button {
    margin: 6px 6px 0;
    transition: 0.2s;
    font-family: 'Ubuntu Condensed', sans-serif;
}

.header-menu-button:hover {
    background: #bb9;
    cursor: pointer;
    color: black;
}







#hamburger {
    margin: 9px 12px 0 0;
    display: inline-block;
    padding: 2px 10px;
    font-size: 18px;
    font-weight: bold;
    transition: 0.2s;
    background: #666;
    border-radius: 8px;
    color: #eee;
}

#menu-popup {
    text-align: center;
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    background: #333;
    padding: 12px 0;
}

#menu-popup .header-button {
    margin: 8px;
}





@media only screen and (max-width: 799px) {
    #header { max-height: 50px; }
    #header-undergap { height: 50px; }
    #header-logo-image { max-height: 38px; }
    /*#header-hamburger { display: inline; }*/
    #header-menu-small { display: inline-block; }
    #header-menu-large { display: none; }
    #branding-title { display: none; }
    #branding-title-small { display: inline-block; }
}





/***************
* FOOTER STUFF *
***************/

#footer {
    text-align: center;
    background: black;
    color: #ccc;
    padding: 12px 0;
}

#footer a { color: lightskyblue; }

.footer-card {
    display: inline-block;
    box-sizing: border-box;
    line-height: 1.42em;
    vertical-align: top;
}

.footer-48 { width: 48%; }
.footer-24 { width: 24%; }

@media only screen and (max-width: 799px) {
    .footer-card {
        display: block;
        width: 100%;
        padding: 24px;
    }
}


/****************
* PAGE SECTIONS *
****************/
/* THESE ARE NOT NEEDED ???? */
DEATHROW.fullwide-gray { background: #efefef; }
DEATHROW.fullwide-lightblue { background: #93d3e9; }


/**********
* GADGETS *
**********/

.home-page-text-blob {
    display: inline-block;
    position: relative;
    width: clamp(300px, 300px, 300px);
    height: clamp(342px, 342px, 342px);
    vertical-align: top;
    background: #93d3e9;
    border-radius: 24px;
    text-align: justify;
    padding: 8px;
    box-sizing: border-box;
    margin: 8px;
}

.home-page-text-blob-button {
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: calc(100% - 16px);
}

.home-page-text-blob p {
    font-family: "Ubuntu Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 18px;
}

.admin-edit-link { display: inline-block; vertical-align: middle; background: black; color: yellow; padding: 2px; font-size: 12px; font-weight: bold; text-decoration: none; border: 1px solid red; }

.stackable-300 { display: inline-block; vertical-align: top; width: clamp(300px, 300px, 300px); box-sizing: border-box; }
.stackable-600 { display: inline-block; vertical-align: top; width: clamp(600px, 600px, 600px); box-sizing: border-box; }
@media screen and (max-width: 767px) {
    .stackable-300 {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.poohbear { display: none; }


.page-banner { background: #93d3e9; font-family: Rubik, sans-serif; font-size: clamp(14px, 4vw, 42px); padding: 58px 4px; }
.page-banner-text { display: inline-block; max-width: 960px; padding: 6px 2px; box-sizing: border-box; }

#booking-image-main {
    width: 200px; height: 200px; display: inline-block;
    background-size: cover;
    border-radius: 999px 100px 999px 999px;
}



.profile-mockup {
    position: relative;
    display: inline-block;
    width: 90%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 0.75;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid pink;
}

.profile-mockup-bar {
    position: absolute;
    background: rgba(64,64,64,0.7);
    height: clamp(56px, 8vw, 80px);
    width: 100%;
    bottom: 0;
    left: 0;
    padding-top: 4px;
    box-sizing: border-box;
}

.profile-mockup-bar-text {
    font-family: "Ubuntu Condensed";
    font-size: clamp(20px, 3vw, 30px);
    vertical-align: top;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}





/********
* NODES *
********/

.node-image-hero {
    /*border: 4px solid pink;*/
    display: inline-block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    aspect-ratio: 3 / 1;
    box-sizing: border-box;
}
@media (orientation: landscape) {
    .node-image-hero-container { padding: 36px; text-align: center; }
    .node-image-hero { max-width: 1600px; }
}
@media (orientation: portrait) {
    .node-image-hero-container { padding: 0; }
    .node-image-hero { margin: 0; }
}




.node-image-big {
    width: 100%;
    max-width: 1200px;
    display: block;
    margin: 48px auto 0;
}

.node-image-half {
    width: 50%;
    min-width: 300px;
    display: block;
    margin: 48px auto 0;
}








/*************
* SLIDESHOWS *
*************/

.slideshow-4x3 { width: 100%; aspect-ratio: 4 / 3; position: relative; }
.slideshow-4x3-slide { width: 100%; aspect-ratio: 4 / 3; background-size: cover; }
.slideshow-4x3-slide-caption { background: rgba(64, 64, 64, .65); width: 100%; text-align: center; color: var(--vegas-gold); position: absolute; display: block; bottom: 0; font-size: calc(16px + 2vw); }






/***********************
* PAGE-SPECIFIC TWEaKS *
************************/






/**********
* BUTTONS *
**********/


.tinybutt { display: inline-block; max-width: 60px; min-width: 60px; border-radius: 999px; font-family: 'Rubik', sans-serif;
    font-size: 14px; font-weight: 500; padding: 6px 0 4px; text-align: center; white-space: nowrap; text-decoration: none; }
.smallbutt { display: inline-block; max-width: 90px; min-width: 90px; border-radius: 999px; font-family: 'Rubik', sans-serif;
    font-size: 14px; font-weight: 500; padding: 4px 0; text-align: center; white-space: nowrap; }
.butt { display: inline-block; width: clamp(110px, 110px, 110px); border-radius: 999px; font-family: 'Rubik', sans-serif;
    font-size: 16px; font-weight: bold; padding: 4px 0; text-align: center; white-space: nowrap; }
.bigbutt { display: inline-block; width: clamp(126px, 126px, 126px);  border-radius: 999px; font-family: 'Rubik', sans-serif;
    font-size: 16px; font-weight: bold; padding: 6px 0; text-align: center; white-space: nowrap; text-decoration: none; }
.fatbutt { display: inline-block; max-width: 160px; min-width: 120px; border-radius: 999px; font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 22px; font-weight: bold; padding: 6px 0; text-align: center; white-space: nowrap; }
.hugebutt { display: inline-block; max-width: 280px; min-width: 280px; border-radius: 999px; font-family: 'Rubik', sans-serif;
    font-size: 16px; font-weight: 500; padding: 6px 0; text-align: center; white-space: nowrap; }

.butt:hover, .bigbutt:hover, .smallbutt:hover, .hugebutt:hover, .fatbutt:hover { background: #ddd; color: black; cursor: pointer; }

.butt-red { background: #c00; color: white; }
.butt-blue { background: #00c; color: white; }
.butt-maroon { background: maroon; color: white; }
.butt-black { background: black; color: white; }
.butt-yellow { background: yellow; color: black; }
.butt-orange { background: orange; color: black; }
.butt-eee { background: #eee; color: black; }
.butt-aaa { background: #aaa; color: black; }




