
/***************
* GLOBAL STUFF *
***************/



.editable { background: mistyrose; }
.editable:hover { background: pink; }






.herobar-320 { max-height: 320px; min-height: 320px; max-width: 100%; background-size: cover; background-position: center center; }
.herobar-320 { max-height: 320px; min-height: 320px; max-width: 100%; background-size: cover; background-position: center center; }


body { margin: 0px; background: white; color: black;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; }

a { }  /* Don't change here - let the site's CSS handle A tags - highly sensitive to particular designs

/*a:link {*/
    /*color:inherit;*/
/*}*/



h1 {font-family: 'Audiowide', sans-serif;}
h2 {font-family: 'Ubuntu Condensed', sans-serif;}
h3 {font-family: 'Ubuntu Condensed', sans-serif;}
h4 {font-family: 'Ubuntu Condensed', sans-serif;}
h5 {font-family: 'Ubuntu Condensed', sans-serif;}
h6 {font-family: 'Ubuntu Condensed', sans-serif;}

/* Cool fonts: Coming Soon, Love Ya Liek A Sister, Kaushan Script, Odibee Sans, Permanent Marker, Patrick Hand, Share Tech, Ubuntu Condensed */

h1 { font-weight: normal; font-size: 42px; color: black; line-height: 42px; margin: 24px auto; }
h2 { font-weight: normal; font-size: 36px; color: black; line-height: 1.25em; margin: 24px auto; }
h3 { font-weight: bold; font-size: 28px; color: black; line-height: 1.25em; margin: 24px auto; }
h4 { font-weight: bold; font-size: 20px; color: black; line-height: 1.25em; margin: 24px auto; }
h5 { font-weight: normal; font-size: 24px; color: black; line-height: 1.25em; margin: 24px auto; }
h6 { font-weight: bold; font-size: 18px; color: black; line-height: 1.25em; margin: 24px auto; }

p { font-weight: normal;  font-family: 'Rubik', sans-serif; font-size: 16px; color: black; line-height: 24px; }

keep { display: inline-block; }

bulktext { display: inline-block; font-family: 'Ubuntu Condensed'; font-size: clamp(18px, 3vw, 24px); }

/* DIV STYLES */
.inlined { display: inline-block; width: 100%; box-sizing: border-box; }
.automargined { margin-left: auto; margin-right: auto; }

.report-fullwidth { width: calc(100% - 32px); margin: auto; }

.vmarg24 { margin-top: 24px; margin-bottom: 24px; }
.vmarg60 { margin-top: 60px; margin-bottom: 60px; }

.pad8 { padding: 8px; }
.pad16 { padding: 16px; }

.max-page-width { max-width: 1280px; }

.max142 { max-width: 142px; }
.max300 { max-width: 300px; }
.max480 { max-width: 480px; }
.max600 { max-width: 480px; }
.max640 { max-width: 640px; }
.max800 { max-width: 800px; }
.max960 { max-width: 960px; }
.max1200 { max-width: 1200px; }
.max1280 { max-width: 1280px; }
.max1400 { max-width: 1400px; }
.max1600 { max-width: 1600px; }

.max300, .max480, .max640, .max800, .max960, .max1200, .max1280, .max1400, .max-page-width {
    padding: 0 8px; box-sizing: border-box;
}

.bg-lightblue { background: #def; }

.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; }

.orb-blue { background: darkblue; padding: 12px; border-radius: 24px; color: #eee; }
.orb-lightblue { background: #def; padding: 12px; border-radius: 24px; color: black; }



/*******************
* RESPONSIVE STUFF *
*******************/

@media all and ( max-width: 599px ) { .at600 { display: none; } }
@media all and ( max-width: 899px ) { .at900 { display: none; } }
@media all and ( max-width: 1199px ) { .at1200 { display: none; } }


/***************
* HEADER STUFF *
***************/

@media screen and ( max-width: 799px ) {
    #header { display: none; }
    #tinyheader { display: block; }
    #header-undergap { height: 60px; }
}

@media screen and ( min-width: 800px ) {
    #header { display: block; }
    #tinyheader { display: none; }
    #header-undergap { height: 80px; }
}

#header {
    height: 80px;
    box-sizing: border-box;
    /*background-color: #1a1a1a;*/
    /*background-color: #def;*/
    background-color: #def;
    padding: 0;
    color: white;
    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-branding {
    display: inline-block;
    text-align: left;
}

#header-title {
    color: blue;
    float: left;
    font-family: 'Audiowide', sans-serif;
    font-size: 26px;
    margin-top: 1px;
    transition: 0.2s;
}

#header-top { height: 80px; overflow: hidden; padding-top: 4px; }

#header-tagline {
    color: black;
    float: left;
    font-family: 'Ubuntu Condensed', sans-serif;
    margin: 1px 0 0 0;
    font-size: 18px;
}


#header-logo {
    height: 68px;
    transition: 0.2s;
    vertical-align: top;
    margin-right: 6px;
}

.header-button {
    display: inline-block;
    padding: 4px 12px;
    font-size: 18px;
    font-weight: bold;
    transition: 0.2s;
    background: #666;
    border-radius: 999px;
    color: #eee;
}

.header-button:hover {
    background: #bb9;
    cursor: pointer;
    color: black;
}

#header-menu-large .header-button {
    margin: 18px 24px 0 0;
}

#header-menu-small {
    display: none;
    margin: 0;
    float: right;
}

#header-menu-icon {
    width: 60px;
    height: 60px;
    margin: 6px 12px;
    float: right;
    transition: 0.2s;
}

#header-navbar {
    z-index: 99999;
    position: sticky; top: 60px;
    width: 100%; padding: 4px 0;
    background-color: #666; font-weight: bold; font-size: 14px; font-family: 'Open Sans', cursive;
}
.header-navlink { color: #ddd; padding: 4px 12px; text-decoration: none; }
.header-navlink.active {color: #def; }
.header-navlink:hover { background-color: #ccc; color: black; }

#header-tagline { color: black; font-size: 18px; font-family: 'Ubuntu Condensed', sans-serif; }


#tinyheader {
    height: 60px;
    box-sizing: border-box;
    /*background-color: #1a1a1a;*/
    /*background-color: #def;*/
    background-color: #def;
    padding: 0;
    color: white;
    position: fixed; /* Fixed position - sit on top of the page */
    top: 0;
    width: 100%; /* Full width */
    z-index: 9999;
}

#tinyheader-menu-icon { min-width: 42px; max-width: 42px; min-height: 42px; position: absolute; right: 12px; top: 9px; padding: 0; font-size: 0; }
#tinyheader-menu-icon>img { width: 100%; height: 100%; }

#tinyheader-logo {height: 52px; margin: 4px; float: left; }

#tinyheader-branding { display: inline-block; text-align: left; padding: 0 0 0 0; height: 60px; max-height: 60px; overflow: hidden; box-sizing: border-box; }

#tinyheader-title { font-family: 'Audiowide', sans-serif; font-size: 16px; margin: 4px 0 0 0; color: blue; }

#tinyheader-tagline { margin: 0px; font-family: 'Ubuntu Condensed'; font-size: 15px; color: black; }



#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;
}










/***************
* FOOTER STUFF *
***************/

#footer {
    text-align: center;
    background: #333333;
    color: #ccc;
    padding-top: 36px;
}

#footer-links { margin-bottom: 12px; }

#footer-domain { font-family: Arial, sans-serif; color: #ccc; font-size: 18px; }

#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 *
****************/

.fullwide-gray { background: #efefef; }
.fullwide-lightblue { background: #93d3e9; }


/**********
* GADGETS *
**********/

.poohbear { display: none; }

.stackable-300 { display: inline-block; vertical-align: top; max-width: 300px; min-width: 300px; padding: 12px; }


.hero-slider-container { width: 100%; height: 33vw; box-sizing: border-box; }
.hero-slider { width: 100%; height: 33vw; background-size: 100%; background-repeat: no-repeat; background-position: center center; }

/*@media only screen and (max-width: 799px) {*/
/*    .hero-slider, .hero-slider-container { max-height: 180px; min-height: 180px; }*/
/*}*/
/*@media only screen and (min-width: 800px) {*/
/*    .hero-slider, .hero-slider-container { max-height: 420px; min-height: 420px; }*/
/*}*/



/**********
* BUTTONS *
**********/

.cms-button { display: inline-block; font-family: 'Rubik', sans-serif; border-radius: 999px; }
.cms-button:hover { background: #999; color: black; cursor: pointer; }

.butt-big { max-width: 180px; min-width: 180px; font-size: 16px; font-weight: 500; padding: 6px 0; text-align: center; white-space: nowrap; margin: 24px; }
.butt-huge { max-width: 280px; min-width: 280px; font-size: 16px; font-weight: 500; padding: 6px 0; text-align: center; white-space: nowrap; margin: 16px; }
.butt-small { max-width: 90px; min-width: 90px; font-size: 14px; font-weight: 500; padding: 4px 0; text-align: center; white-space: nowrap; margin: 8px; }


.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; }






/********
* NODES *
********/

#node-title-area {
    max-width: 1200px;
    padding: 12px;
    margin: auto;
}
#node-body {
    max-width: 100%;
    overflow: hidden;
}

#node-intro {  }


.section-title { text-align: left; color: maroon; }
.section-subtitle { text-align: left; color: black; }
.section-text { text-align: justify; font-family: 'Ubuntu Condensed', sans-serif; font-size: 18px; }

.responsive-image-div-float-right { max-height: 200px; border: 4px black solid; font-size: 0; }
@media all and (min-width: 600px) {
    .responsive-image-div-float-right {
        float: right; display: inline-block; margin: 0 0 18px 18px;
    }
}
@media all and (max-width: 599px) {
    .responsive-image-div-float-right {
        display: block;
    }
}

/*POLAROIDS*/
.polaroid { display: inline-block; width: 280px; height: 320px; text-align: center;
    background: #eee; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
@media all and (max-width: 599px) {
    .polaroid { margin: 34px auto !important; }
}
.polaroid-pic { display: inline-block; background-size: cover;
    background-position: center center; width: 240px; height: 240px; margin-top: 20px; }
.polaroid-caption {
    font-family: "Permanent Marker"; font-size: 22px; max-width: 94%; margin: 2px auto;
    height: 2.3em; line-height: 1.1em; overflow: hidden;
}






/*********
* IMAGES *
*********/

.image-square300 {
    position: relative;
    display: inline-block;
    max-width: 300px; min-width: 300px; max-height: 300px; min-height: 300px;
    background-position: center;
    background-size: cover;
    margin: 12px;
}
.image-square300-caption {
    color: white;
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
    padding: 4px;
    background: rgba(64,64,64,.7);
    box-sizing: border-box;
}

.gallery-image-container { display: inline-block; width: 30vw; min-width: 300px; padding: 0; font-size: 0; margin: 8px; }
.gallery-image { margin: 0px; display: inline-block; width: 30vw; height: 30vw; min-width: 300px; min-height: 300px;
    background-size: cover; background-repeat: no-repeat; background-position: center center; }
.gallery-image-caption { max-height: 100px; min-height: 100px; margin: 0; max-width: 100%; overflow: hidden; font-size: 18px !important; }
@media all and (max-width: 799px) {
    .gallery-image-caption {
        max-height: 136px;
        min-height: 136px;
    }
}







/*****************
* 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; }
}