/****************
* 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 {
    --cdx-purple: purple;
    --cdx-maroon: maroon;
    --cdx-red: red;
    --cdx-blue-calm: #7284ba;
    --cdx-blue-regal: #182e6f;
    --cdx-blue-feint: #F0F6FF;
    --cdx-light-gold: palegoldenrod;
    --that-green: #e3fc02;
    --almost-black: #1f1f21;
}


/***************
* GLOBAL STUFF *
***************/

stress { font-weight: bold; color: var(--cdx-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 */
/* but could probably do a better job with CSS on individual elements so this isn't necessary */
/* gonna try to make p-tags a little more responsive/adaptive */
p { font-weight: normal;  font-family: 'Rubik', sans-serif; font-size: clamp(12px, 2vw, 20px); color: black; line-height: 1.2em; }


/**************
* TEXT STYLES *
**************/
.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-24 { font-size: 24px; }
.fontsize-32 { font-size: 32px; }



/*a { text-decoration: none; color: blue; }*/

/*a:link {*/
/*color:inherit;*/
/*}*/

h1 { font-weight: normal; color: var(--cdx-purple); font-family: "Permanent Marker", sans-serif; font-size: clamp(24px, calc(10px + 3vw), 42px); line-height: 1.2em; margin: 18px auto; }
h2 { font-weight: bold; color: var(--cdx-blue-regal);  font-family: Rubik, sans-serif; font-size: clamp(24px, calc(14px + 2vw), 36px); line-height: 1.2em; margin: 18px auto; }
h3 { font-weight: bold; font-family: "Permanent Marker", sans-serif; font-size: clamp(22px, calc(12px + 2vw), 32px); line-height: 1.2em; margin: 18px auto; }
h4 { font-weight: normal; font-family: Rubik, sans-serif; font-size: clamp(18px, calc(12px + 2vw), 28px); color: black; line-height: 1.2em; margin: 18px auto; }
h5 { font-weight: normal; font-family: 'Ubuntu Condensed', sans-serif; font-size: clamp(16px, calc(12px + 1vw), 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(10px + 1vw), 18px); color: black; line-height: 1.2em; margin: 18px auto; }


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; }

.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-medblue { background: var(--cdx-blue-calm);  color: black; }
.back-lightblue { background: var(--cdx-blue-feint);  color: black; }
.back- { background: var(--almost-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-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-bot-48px { margin-bottom: 48px; }
.marg-lr-12 { margin-left: 12px; margin-right: 12px; }
.marg-lr-12px { margin-left: 12px; margin-right: 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; }


.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-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-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: var(--cdx-light-gold);
    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: 60px;
    box-sizing: border-box;
    background-color: palegoldenrod;
    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: 60px; }

#branding-block { float: left; }
#branding-block-small { float: left; }

#branding-logo { float: left; }
#branding-logo-small { float: left; }

#branding-logo-image { height: 66px; transition: 0.2s; margin: 4px 0 0 0;}
#branding-logo-image-small { height: 48px; margin: 4px 6px 0 4px; }

#branding-title {
    float: left;
    font-family: "Rubik", sans-serif;
    font-size: 60px;
    font-weight: normal;
    /*letter-spacing: 4px;*/
    margin: 1px 0 0 12px;
    transition: 0.2s;
}
#branding-title-small {
    color: #ccc;
    float: left;
    font-family: "Rubik", sans-serif;
    font-size: 22px;
    margin: 10px 0 0 4px;
}

#header-menu { margin: 0; float: right; }
#header-menu-small { margin: 0; float: right; }

.header-menu-button {
    margin: 26px 16px 0;
    transition: 0.2s;
    font-family: 'Ubuntu Condensed', sans-serif;
}
.header-menu-small-button {
    margin: 16px 12px 0 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 { 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 *
**********/

.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); }
.stackable-600 { display: inline-block; vertical-align: top; width: clamp(600px, 600px, 600px); }
@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: #666; color: white; cursor: pointer; }

.butt-red { background: #c00; color: white; }
.butt-blue { background: var(--cdx-blue-regal); 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-gold { background: var(--cdx-light-gold); color: black; }






/**************
* TILES/CARDS *
***************/

.item-tile { width: clamp(142px, 142px, 142px); margin: 24px 8px; text-align: center; overflow: hidden; box-sizing: border-box; display: inline-block; border: 1px solid white; vertical-align: top;
    height: clamp(250px, 250px, 250px); font-size: 0px; background: white; }
.item-tile:hover { border: 1px solid black; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
.item-tile-title { font-size: 14px; font-weight: bold; height: clamp(56px, 56px, 56px); color: var(--cdx-blue-regal); }
.item-tile-value { font-size: 22px; font-family: color: var(--cdx-purple); margin: 6px 0; }
.item-tile-image { width: 100%; aspect-ratio: 1/1; margin: 0; padding: 0;
    background: linear-gradient(45deg, var(--cdx-blue-calm), white, var(--cdx-blue-calm));
    border: 1px solid black;
}



.item-bar { width: clamp(300px, 300px, 300px); height: clamp(100px, 100px, 100px); margin: 12px 8px; text-align: left;
    display: inline-block; overflow: hidden; box-sizing: border-box; border: 1px solid white; vertical-align: top;
    background: #eee;
}
.item-bar:hover { border: 1px solid black; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
.item-bar-data-container { display: inline-block; width: clamp(186px, 186px, 186px); vertical-align: top; text-align: left;
    padding: 0; height: clamp(100px, 100px, 100px); }
.item-bar-image-container { display: inline-block; width: clamp(100px, 100px, 100px); height: clamp(100px, 100px, 100px);
    background: linear-gradient(45deg, var(--cdx-blue-calm), white, var(--cdx-blue-calm));
    border: 1px solid black; }
.item-bar-image { width: 100%; aspect-ratio: 1/1; }
.item-bar-title { display: inline-block; width: clamp(186px, 186px, 186px); vertical-align: top; text-align: left;
    font-size: 14px; font-weight: normal; height: clamp(36px, 36px, 36px); color: var(--cdx-blue-regal);
    overflow: hidden; }
.item-bar-notice { display: inline-block; overflow: hidden; width: 186px; height: clamp(12px, 12px, 12px); font-size: 11px;
    color: var(--cdx-red); padding: 0; font-weight: bold; }
.item-bar-details { display: inline-block; width: clamp(186px, 186px, 186px); vertical-align: top; text-align: left;
    margin: 0; font-size: 11px; font-weight: normal; height: clamp(38px, 38px, 38px); font-style: italic; overflow: hidden; }
