/***************
* GLOBAL STUFF *
***************/


body { margin: 0px; background: white; color: black;
    font-family: 'Rubik', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; }

/*a { text-decoration: none; color: blue; }*/

/*a:link {*/
/*color:inherit;*/
/*}*/

h1 { font-weight: normal; font-family: 'Boogaloo', sans-serif; font-size: clamp(18px, calc(12px + 3vw), 42px); color: black; line-height: 1.2em; }
h2 { font-weight: bold; font-family: 'Rubik', sans-serif; font-size: clamp(18px, calc(12px + 3vw), 36px); line-height: 1.2em; }
h3 { font-weight: normal; font-family: 'Rubik', sans-serif; font-size: clamp(18px, calc(12px + 3vw), 30px); color: black; line-height: 1.2em; }
h4 { font-weight: bold;   font-family: 'Ubuntu Condensed', sans-serif; font-size: clamp(24px, calc(18px + 2vw), 30px); color: black; line-height: 1.2em; }
h5 { font-weight: normal; font-family: 'Ubuntu Condensed', sans-serif; font-size: clamp(20px, calc(14px + 2vw), 26px); color: black; line-height: 1.2em; }
h6 { font-weight: bold;   font-family: 'Ubuntu Condensed', sans-serif; font-size: clamp(16px, calc(10px + 2vw), 22px); color: black; line-height: 1.2em; }

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: auto; }
.inlined { display: inline-block; padding: 12px; box-sizing: border-box; }

.max1200 { max-width: 1200px; }
.max960 { max-width: 960px; }
.max800 { max-width: 800px; }
.max640 { max-width: 640px; }
.max480{ width: clamp(300px, 100%, 480px); }
.max300{ max-width: 300px; }

.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: black; }
.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-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; }


.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; }
.marg-tb-36 { margin-top: 36px; margin-bottom: 36px; }

.bord-tb { border: solid black; border-width: 2px 0; }

.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; }






/********************
* 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: #1a1a1a;
    padding: 6px 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 {
    color: #ccc;
    float: left;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 60px;
    margin: 1px 0 0 12px;
    transition: 0.2s;
}
#branding-title-small {
    color: #ccc;
    float: left;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 32px;
    margin: 4px 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;
}
.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 *
**********/

.poohbear { display: none; }

.stackable-300 { display: inline-block; vertical-align: top; max-width: 300px; min-width: 300px; padding: 12px; }

.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;
}





/***********************
* 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; max-width: 100px; min-width: 100px; 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; max-width: 120px; min-width: 180px; border-radius: 999px; font-family: 'Rubik', sans-serif;
    font-size: 16px; font-weight: 500; 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: #999; color: black; cursor: pointer; }

.butt-red { background: #c00; color: white; }
.butt-blue { background: #00c; color: white; }
.butt-green { background: darkgreen; 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; }
}