/****************
* 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 {
    --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 *
***************/


@font-face {
    font-family: LoungeBait;
    src: url(/libs/fonts/lounge-bait/LoungeBait.ttf);
}

@font-face {
    font-family: CasinoRegular;
    src: url(/libs/fonts/casino/CasinoRegular.ttf);
}

@font-face {
    font-family: Bandero;
    src: url(/libs/fonts/bandero/Bandero.ttf);
}

@font-face {
    font-family: Nashville;
    src: url(/libs/fonts/nashville/Nashville.ttf);
}


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 *
**************/
.article-text { line-height: 1.42em; font-size: clamp(18px, calc(14px + 1vw), 26px); }
.fontsize-12 { font-size: 12px; }
.fontsize-16 { font-size: 16px; }



/*a { text-decoration: none; color: blue; }*/

/*a:link {*/
    /*color:inherit;*/
/*}*/

h1 { color: black; font-weight: normal; font-family: CasinoRegular, sans-serif; font-size: clamp(12px, calc(12px + 3vw), 42px); color: black; line-height: 1.2em; margin: 18px auto; }
h2 { color: var(--vegas-blue); font-weight: bold; font-family: Nashville, sans-serif; font-size: clamp(24px, calc(12px + 3vw), 42px); line-height: 1.2em; margin: 18px auto; }
h3 { color: var(--vegas-brown); font-weight: normal; font-family: 'Boogaloo', sans-serif; font-size: clamp(18px, calc(12px + 3vw), 36px); line-height: 1.2em; margin: 18px auto; }
h4 { font-weight: bold;   font-family: 'Rubik', sans-serif; font-size: clamp(24px, calc(18px + 2vw), 30px); color: black; line-height: 1.2em; margin: 18px auto; }
h5 { font-weight: normal; font-family: 'Ubuntu Condensed', sans-serif; font-size: clamp(20px, calc(14px + 2vw), 26px); color: black; line-height: 1.2em; margin: 18px auto; }
h6 { font-weight: bold;   font-family: 'Ubuntu Condensed', sans-serif; font-size: clamp(16px, calc(10px + 2vw), 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; }

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

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

.back-vegas-slate { background: var(--vegas-slate); }
.back-vegas-golden { background: var(--vegas-gold-lightback); }

.blacked { color: black; }

.back-black { background: #000; }
.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-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-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; }


.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: 799px) {
    .resp-300, .resp-600 {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .on-big {
        display: none;
    }

    .on-small {
        display: revert;
    }
}


@media all and (min-width: 800px) {
    .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; }

    .on-big {
        display: revert;
    }

    .on-small {
        display: none;
    }
}






/***************
* HEADER STUFF *
***************/

#header {
    height: 80px;
    box-sizing: border-box;
    background-color: var(--almost-black);
    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: 48px;
    box-sizing: border-box;
    background-color: #1a1a1a;
    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: 48px; }

#branding-block { float: left; }
#branding-block-small { float: left; }

#branding-logo { float: left; }
#branding-logo-small { float: left; }

#branding-logo-image { height: 68px; transition: 0.2s; }
#branding-logo-image-small { height: 32px; margin: 8px 6px 0 4px; }

#branding-title {
    float: left;
    font-family: Bandero, 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: Bandero, 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: 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: #333333;
    color: #ccc;
    padding-top: 36px;
}

#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; }
.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; }
.regbutt { 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; }
.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; }

.bigbutt:hover, .smallbutt:hover, .hugebutt:hover, .fatbutt:hover { background: var(--vegas-slate); color: black; cursor: pointer; }

.butt-vegas-brown { background: var(--vegas-brown); color: white; }
.butt-vegas-green { background: var(--vegas-green); color: white; }
.butt-vegas-gold { background: var(--vegas-gold); color: black; }
.butt-vegas-orange { background: var(--vegas-orange); color: black; }
.butt-vegas-slate { background: var(--vegas-slate); color: white; }
.butt-vegas-blue { background: var(--vegas-blue); color: white; }
.butt-vegas-red { background: var(--vegas-red); color: white; }
.butt-vegas-maroon { background: var(--vegas-maroon); color: white; }

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






/*****************
* HEADSHOT TILES *
*****************/

 .booking-tile { display: inline-block; margin: 7px; background: #eee; overflow: hidden;
     width: 136px; border: 1px solid #666; border-radius: 12px; text-align: center;
     max-height: 200px; min-height: 200px;
 }
.tile-image { min-width: 136px; max-width: 136px; min-height: 120px; max-height: 120px; background-position: top center; background-size: cover; }
.tile-title { font-weight: bold; text-align: center; font-family: 'Ubuntu Condensed', sans-serif; margin: 1px 0 3px; }
.tile-caption { color: darkblue; font-weight: bold; text-align: center; font-family: 'Ubuntu Condensed', sans-serif; }
.city-group { display: inline-block; margin: 12px 36px; }

@media only screen and (max-width: 799px) {
    .city-group { margin: 0; }
}