@import "styleguide.css";

/* --- Global --- */
html,body { padding: 0; margin: 0; font-family: 'Montserrat',sans-serif; font-size: 16px; font-optical-sizing: auto; font-style: normal; font-weight: 400; scroll-behavior: smooth; line-height: 1.5; }
h1,.h1, h2,.h2, h3,.h3 { color: #000000; font-family: 'Noto Serif', serif; font-style: normal; font-weight: bold; }
h1,.h1 { font-size: 36px; }
h2,.h2 { font-size: 32px; }
h3,.h3 { font-size: 22px; font-style: italic; font-weight: 400; }

a { text-decoration: none; }
a:hover, a:focus { text-decoration: underline; }
.small { font-size: 0.75em; }

.content-container {
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.wrap-content {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 2;
}


/* --- Buttons --- */
.btn, button {
    width: fit-content;
    background-color: rgb(255 255 255 / 25%);
    color: var(--primary);
    border: 3px solid var(--primary);
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    padding: 20px 35px;
    text-transform: none;
    text-decoration: none;
}
.btn:hover, .btn:focus, button:hover, button:focus { background-color: var(--primary); color: #ffffff; cursor: pointer; text-decoration: none; }
.btn.secondary, button.secondary { border-color: var(--secondary); color: var(--secondary); }
.btn.secondary.dark-bg, button.secondary.dark-bg { background-color: rgb(0 0 0 / 25%); }
.btn.secondary:hover, button.secondary:hover { background-color: var(--secondary); color: #ffffff; }
.multi-btns { display: flex; justify-content: start; gap: 20px; width: 100%; }
.center .multi-btns,
.intro-block .multi-btns { justify-content: center; }

/* --- Forms --- */
.form-fields {
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    position: relative;
    width: 100%;
}

.form-fields .reqField { text-align: right; }

.form-fields .dual-fields {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    flex-wrap: wrap;
}

.form-fields input[type='text'],
.form-fields select,
.form-fields textarea {
    padding: 10px;
    border: 3px solid var(--gray);
    width: 100%;
    min-height: 30px;
}

.form-fields textarea { box-sizing: border-box; }

::placeholder {
    color: #000000;
    font-family: var(--body-font-family);
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
    color: #000000;
    font-family: var(--body-font-family);
}

.form-fields select, .form-fields select option {
    color: #000000;
    font-family: var(--body-font-family);
}


/* --- Navigation --- */
.nav {
    width: 100%;
    padding: 10px 0;
    background-color: #ffffffff;
    box-shadow: 0 4px 4px #0000001f;
    position: relative;
    min-height: 35px;
}

.nav a {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--nav-font-family);
    font-weight: var(--nav-font-weight);
    color: #000000;
    font-size: var(--nav-font-size);
    letter-spacing: var(--nav-letter-spacing);
    line-height: var(--nav-line-height);
    font-style: var(--nav-font-style);
}

.nav a:hover, .nav a:focus {
    text-decoration: none;
    color: var(--secondary);
}

#nav-left { top: 70px; }
#nav-right {margin-bottom: 20px;}
.wdc-icon {
    position: absolute;
    width: auto;
    height: 35px;
    top: 10px;
    left: 10px;
}
.wdc-icon.scroll { height: 35px; }
.wdc-icon:hover, .wdc-icon:focus { cursor: pointer; }

.nav .navBurger {color: #000000;position: absolute;top: 15px;right: 20px;font-size: 1.5em;line-height: 1em;}
.nav .navLinks { display: none; z-index: 10; min-width: 200px; }
.nav .navLinks.active {display: flex;flex-direction: column;gap: 20px;align-items: center;margin-top: 20px;}





.overlap {
    position: relative;
    width: 100vw;
    height: auto;
}

/* --- Hero --- */
.hero {
    width: 100%;
    height: 400px;
    /*background-image: url("../img/cake_1219-2000-LR-3.jpg"); !* default img *!*/
    background-color: var(--gray);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #000;
}

.intro-block {
    position: relative;
    top: -90px;
    background-color: var(--tan);
    margin: 0 auto;
    width: 600px;
    padding: 50px 70px;
    text-align: center;
}

.intro-block .heading {
    margin-top: 0;
}

.intro-block p {
    max-width: 550px;
    margin: 20px auto;
}


/* --- Reusable Components --- */
.side-by-side {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto 150px;
}

.side-by-side .img {
    /*max-width: 630px;*/
    /*max-height: 800px;*/
    object-fit: cover;
    height: auto;
    /*width: 50%;*/
}

.side-by-side .img img,
.full-bg-gradient .img img,
.txt-img-overlap .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.text-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 450px;
    align-items: center;
    gap: 15px 20px;
    padding: 20px;
    align-content: center;
}

.text-container.center {
    margin: 0 auto;
    max-width: 550px;
}

.side-by-side .text-container { padding-right: 50px; max-width: unset; flex-basis: 450px; }
.side-by-side .text-container ul { margin-top: 0; padding-left: 20px; }
.side-by-side .text-container ul li { padding-bottom: 5px; }
.text-container .heading { margin-bottom: 0; }
.text-container .subhead { margin-top: -10px; margin-bottom: 0; }

.full-bg-gradient { width: 100%; position: relative; }
.full-bg-gradient.bg-img {
    /*background-image: url("../img/cake_1219-2000-LR-3.jpg"); !* default image *!*/
    background-size: cover;
    background-position: center;
    background-color: #ffffff;
    color: #000;
}

.full-bg-gradient .img {
    width: 100%;
    height: 90vh;
    position: absolute;
}

.full-pattern-cta {
    position: relative;
    width: 100%;
    background-image: url("../img/cloth_light_0986-2000-LR.webp");
    background-size: cover;
    background-position: 50% 50%;
    padding: 20px 0 60px;
}
body.standard .full-pattern-cta { background-image: url("../img/cloth_light_0986-2000-LR.jpg");} /* old browsers */

.txt-img-overlap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 150px auto;
}

.txt-img-overlap > div { flex-basis: 50%; }

.txt-img-overlap .img {
    padding-left: 30px;
    /*max-width: 600px;*/
    /*max-height: 800px;*/
    width: 600px;
    height: 90vh;
    position: relative;
    /*right: -25px;*/
}

.txt-img-overlap.landscape .img {
    max-width: 800px;
    max-height: 600px;
    width: 800px;
    height: 600px;
}

.txt-img-overlap .textboxWrapper {
    flex-basis: 500px;
    background-color: var(--tan);
    padding: 30px 30px 60px;
    position: relative;
    left: -25px;
    box-shadow: 6px 6px 10px 2px rgba(0, 0, 0, 0.12);
    max-width: none;
}

.txt-img-overlap .textboxWrapper.alt { background-color: var(--gray); }
.textboxWrapper.text-container .heading { margin-bottom: 0; }


/* --- Homepage --- */
#homepage .hero {
    background-image: url("../img/cake_1219-2000-LR-3.webp");
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 90vh;
}
#homepage.standard .hero { background-image: url("../img/cake_1219-2000-LR-3.jpg");} /* old browsers */

#homepage .hero picture {display: block; text-align: center;}
#homepage #hero-name img { padding-top: 100px; max-width: 700px; }
#homepage #hero-tag img {max-width: 550px;}
#homeAbout .multi-btns { justify-content: flex-start; }

#homepage #homeDining .text-container { height: 100%; position: absolute; z-index: 2; }
#homepage #homeNews .text-container { height: 80%; position: absolute; z-index: 2; align-content: flex-end; }

#homepage .full-pattern-cta,
#homepage .full-pattern-cta .heading { color: #ffffff; }
#homepage .full-pattern-cta { background-image: url("../img/cloth_dark_0986-2000.webp");} /* modern browsers */
#homepage.standard .full-pattern-cta { background-image: url("../img/cloth_dark_0986-2000.jpg");} /* old browsers */

#homeEvents { background-color: #040303; padding: 80px 0; }
#homeEvents .txt-img-overlap { margin: 80px auto 0; flex-direction: row-reverse; }
#homeEvents .txt-img-overlap .textboxWrapper { left: unset; right: -25px; }
#homeEvents .txt-img-overlap .img { padding-left: 0; right: unset; left: -25px; }

#homeNews { color: #ffffff; background-color: #040303; }
#homeNews .heading { color: #ffffff; }
#homeNews:before { background: linear-gradient(180deg, #070302 3.17%, rgba(7, 3, 2, 0.00) 19.17%); }


/* --- Menu + Dining --- */
#dining .hero { background-image: url("../img/ny_strip_1110-2000-FD02.webp");} /* modern browsers */
#dining.standard .hero { background-image: url("../img/ny_strip_1110-2000-FD02.jpg");} /* old browsers */

#dining #drinks .text-container {
    position: absolute;
    bottom: 50px;
    left: 50px;
    color: #FFFFFF;
}
/*#dining #drinks { display: flex; justify-content: center; align-items: flex-start; }*/
/*#dining #drinks .text-container { position: relative; color: #FFFFFF; text-align: center; justify-content: center; }*/
#dining #drinks .heading { color: #FFFFFF; margin-top: 0; }


/* --- Events --- */
#events .hero { background-image: url("../img/ballroom_night_0432-2000-LR3.webp"); background-position: bottom;} /* modern browsers */
#events.standard .hero { background-image: url("../img/ballroom_night_0432-2000-LR3.jpg"); background-position: bottom;} /* old browsers */


/* --- Rooms --- */
#rooms .hero { background-image: url("../img/riverview_members_1446-2000-LR.webp");} /* modern browsers */
#rooms.standard .hero { background-image: url("../img/riverview_members_1446-2000-LR.jpg");} /* old browsers */

#riverview .hero { background-image: url("../img/riverview_river_0807-2000-LR.webp"); background-position: bottom;} /* modern browsers */
#riverview.standard .hero { background-image: url("../img/riverview_river_0807-2000-LR.jpg");} /* old browsers */

#tavern .hero { background-image: url("../img/bar_alcohol_1941-2000-LR.webp"); background-position: bottom;} /* modern browsers */
#tavern.standard .hero { background-image: url("../img/bar_alcohol_1941-2000-LR.jpg");} /* old browsers */

#ballroom .hero { background-image: url("../img/ballroom_easter_4152-2000-LR.webp"); background-position: bottom;} /* modern browsers */
#ballroom.standard .hero { background-image: url("../img/ballroom_easter_4152-2000-LR.jpg");} /* old browsers */

#tn-forest .hero { background-image: url("../img/forest_tn_0618-2000-LR.webp");} /* modern browsers */
#tn-forest.standard .hero { background-image: url("../img/forest_tn_0618-2000-LR.jpg");} /* old browsers */

.rooms-list {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 10px 0;
}

.rooms-list > div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    min-height: 120px;
}

.room-opt:nth-child(1) { z-index: 4; }
.room-opt:nth-child(2) { z-index: 3; }
.room-opt:nth-child(3) { z-index: 2; }
.room-opt:nth-child(4) { z-index: 1; }

.rooms-list div img,
.rooms-list div picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
}

.rooms-list > div:before { /* dark overlay */
    content: '';
    width: 100%;
    /*height: 120px;*/
    height: 100%;
    background: #00000085;
    position: absolute;
    z-index: 1;
    transition: background 200ms;
}

.rooms-list .room-opt.selected:after { /* downward triangle */
    content: '';
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 auto;
    transform: rotate(45deg);
}

.room-opt h3 {
    color: #FFFFFF;
    z-index: 3;
    position: relative;
    top: 0;
    transition: top 200ms;
    text-shadow: -1px 1px 3px #000000;
}

.room-opt:before, .room-opt:focus, .room-opt h3 { cursor: pointer; }
.rooms-list > div:hover:before, .rooms-list > div:focus:before { background: transparent; }
.rooms-list > div:hover h3, .rooms-list > div:focus h3 { top: -3px; }


/* Rooms Index */
#rlmain { text-align: center; margin: -30px auto 0; }
#rlmain p { padding: 0 30px 10px; }
#event-options { margin: 75px auto; }
#event-options .heading { margin-top: 0; }

#rlmain .rooms-list { justify-content: center; padding: 0 30px; }
#rlmain .rooms-list:before { content: unset; }

#rlmain .rooms-list > div {
    width: auto;
    flex-basis: 25%;
    min-height: 200px;
    height: 70vh;
}

#accordion-landscape {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px auto 0;
}

#accordion-landscape .placeholder {
    background: #BBBBBB;
    width: 190px;
    height: 350px;
}

#accordion-landscape .placeholder-mid {
    background: #D9D9D9;
    width: 800px;
    height: 350px;
}


/* --- Membership --- */
#membership .hero { background-image: url("../img/cheers_0695-2000-LR.webp");} /* modern browsers */
#membership.standard .hero { background-image: url("../img/cheers_0695-2000-LR.jpg");} /* old browsers */

#membership #benefits p { margin-bottom: 0; }
#membership #benefits ul { margin-top: 0; }
#membership #benefits .img { /*width: 600px;*/ position: relative }
#membership #benefits .img:after {
    content: 'Pianist: David Anthony';
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
}


/* --- About --- */
#about .hero { background-image: url("../img/tenderloin_1084-2000-FD02.webp"); background-position: bottom;} /* modern browsers */
#about.standard .hero { background-image: url("../img/tenderloin_1084-2000-FD02.jpg"); } /* old browsers */

#about .full-bg-gradient#history {
    background-color: #3f1614;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#about .full-bg-gradient#history .img { width: auto; right: 0; }

#about .full-bg-gradient#history .content-wrapper {
    margin: 0;
    padding-left: 50px;
    z-index: 2;
    color: #ffffff;
}

#about .full-bg-gradient#history .heading,
#about .full-pattern-cta,
#about .full-pattern-cta .heading { color: #ffffff; }
#about .full-pattern-cta { background-image: url("../img/cloth_dark_0986-2000.webp");} /* modern browsers */
#about.standard .full-pattern-cta { background-image: url("../img/cloth_dark_0986-2000.jpg");} /* old browsers */

#about #team .textboxWrapper {
    background-color: var(--gray);
    padding: 50px 30px;
    /*max-width: 450px;*/
    max-width: none;
    display: flex;
    align-items: center;
}
#about #team .textboxWrapper #teamBack {padding-right: 20px;}
#about #team .textboxWrapper #teamForward {padding-left: 20px;}
#about #team .objControl:hover, #about #team .objControl:focus {cursor: pointer; color: var(--primary);}
#about #team .textboxWrapper #tmMainContent {width: calc(100% - 60px);}

/* --- Team --- */
#team-intro .text-container { max-width: 800px; }
.tm-Img { position: relative; width: 100%; box-sizing: border-box; min-height: 550px; overflow: hidden; }
.tm-Img .img { opacity: 0; transition: opacity 200ms; max-width: 600px; width: 100%; margin: 0 0 0 auto; padding-left: 0; position: absolute; right: 0; top: 0; }
.tm-Img .img.active { opacity: 1; }
.tm-Img .img img { width: 100%; height: 100%; object-fit: cover; }

.teamMembers {width: 100%; white-space: nowrap; overflow: hidden; font-size: 0;}
.teamMemberCard {width: 100%; display: inline-flex; overflow: hidden;box-sizing: border-box;transition: transform 350ms ease-in-out;flex-direction: column;}
.teamMemberCard .details {white-space: normal;}
.teamMemberCard .details .name { margin: 0; }
.teamMemberCard .details .title { margin-top: 10px; color: var(--secondary); }
.teamMemberCard .details p { font-size: 1rem; }

.lower-icons {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
}

.slideshow-nav { display: flex; gap: 10px; }

.nav-dot {
    background-color: transparent;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    border: 3px solid var(--primary);
}

.nav-dot.active { background-color: var(--primary); }
.nav-dot:hover, .nav-dot:focus { background-color: var(--primary); cursor: pointer; }
.lower-icons .icon { position: relative; }
.lower-icons i {
    opacity: 0;
    transition: opacity 200ms;
    font-size: 2em;
    color: var(--secondary);
    position: absolute;
    bottom: 0;
    right: 0;
}
.lower-icons i.active { opacity: 1; }
#about .full-bg-gradient#join-team { display: flex; align-items: center; justify-content: flex-start; }
#about .full-bg-gradient#join-team .content-wrapper { margin: 0; padding-left: 50px; position: relative; z-index: 2; }
#join-team h2 { margin-top: 0; }


/* --- Contact --- */
#contact .hero { background-image: url("../img/pork_chop_1123-2000-FD02.webp"); background-position: bottom; } /* modern browsers */
#contact.standard .hero { background-image: url("../img/pork_chop_1123-2000-FD02.jpg"); } /* old browsers */
#contact-form { margin: -30px 10px 50px; padding: 0 10px; }
#contact-form .heading { margin-bottom: 0; }
#contact-form input.btn { width: 100%; }


/* --- Footer --- */
.footer {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #346569;
    color: #FFFFFF;
}

.footer .overlap-group {
    height: auto;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    justify-content: space-around;
    align-items: flex-start;
    margin: 0;
    padding: 70px 0;
}

.footer h3 { font-style: normal; }
.footer a { color: #FFFFFF; }

.footer-details {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.footer .logo { transition: transform 200ms;}
.footer .logo:hover { transform: scale(1.05); }

.footer .logo img {
    /*width: 298px;*/
    /*height: 139px;*/
    width: 300px;
    height: auto;
    /*object-fit: cover;*/
}

.social-icons {
    display: flex;
    gap: 30px;
}

.social-icons a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 30px;
    position: relative;
    top: 0;
    transition: top 200ms;
}

.social-icons a:hover, .social-icons a:focus { top: -3px; }
.contact-info { margin: 0; }
.bbt:hover, .bbt:focus { cursor: pointer; }

.footerLeft {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
}

/* Hours */
.hours {
    display: flex;
    flex-direction: column;
}

.hours > div {
    display: flex;
    gap: 15px;
}

.hours-headings {
    margin-bottom: 10px;
    align-items: flex-end;
}

.hours > div > * {
    min-width: 120px;
}

.hours-headings h2 {
    color: #FFFFFF;
    margin-bottom: 0;
}

.footer .hours p, .footer .hours h3 {
    margin: 5px 0;
}

/* Footer Nav */
.footer-nav {
    display: flex;
    gap: 45px;
}

.nav-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 0 1 140px;
}

.day, .nav-title {
    color: #ffffff;
    font-family: var(--nav-font-family);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
}

.time, .nav-item {
    color: #ffffff;
    font-family: var(--nav-font-family);
    font-weight: var(--nav-font-weight);
    font-size: var(--nav-font-size);
    letter-spacing: var(--nav-letter-spacing);
    line-height: var(--nav-line-height);
    font-style: var(--nav-font-style);
}

/* Copyright */
.copyright-bar {
    position: relative;
    background-color: var(--secondary);
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #ffffff;
    font-family: var(--nav-font-family);
    font-weight: var(--nav-font-weight);
    font-size: var(--nav-font-size);
    letter-spacing: var(--nav-letter-spacing);
    line-height: var(--nav-line-height);
    font-style: var(--nav-font-style);
}


/* --- Media Queries --- */

/* mobile */
@media (max-width: 767px) {
    .btn, button { width: 100%; text-align: center; max-width: 400px; }
    .multi-btns { flex-wrap: wrap; max-width: 400px; margin: 0 auto; }
    .wdc-icon { height: 35px; }
    .hero { background-attachment: unset; height: 300px; }
    .intro-block { width: auto; padding: 50px 20px; }
    .intro-block p { text-align: left; }
    #homepage .hero:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgb(0 0 0 / 30%);
        z-index: 1;
    }
    #homepage .hero img { width: 90%; z-index: 2; position: relative; }
    #homeAbout .text-container { justify-content: center; }
    #homeAbout .heading { text-align: center; }
    #homeAbout .heading span { display: block; }

    .side-by-side { flex-wrap: wrap; display: flex; flex-direction: column-reverse; }
    .side-by-side .text-container { padding: 20px; }
    .side-by-side .img { flex-basis: 45%; }

    .rooms-list { display: flex; flex-wrap: wrap; }
    .rooms-list > div { flex: 1 1 300px; }
    #rlmain .rooms-list > div { flex-basis: 300px; height: auto; }

    .footer .overlap-group { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; flex-direction: column-reverse; align-content: center; text-align: center; }
    .footer-details { display: flex; align-items: center; }
    .footer-nav { display: flex; padding: 10px 20px; justify-content: space-around; }
    .nav-title { margin: 40px 0 0; }
    .hours > div { gap: 10px; display: flex; justify-content: center; }
}

/* tablets and larger */
@media (min-width: 768px) {
    #contact-form { max-width: 700px; margin: 0 auto 100px }
    .form-fields .dual-fields { flex-wrap: nowrap; }
    .form-fields .dual-fields input { flex-basis: 50%; }
    .full-pattern-cta { background-attachment: fixed; }
}

/* tablets and smaller */
@media (max-width: 991px) {
    .btn, button { padding: 18px 25px; }
    .wdc-icon { height: 35px; }
    .txt-img-overlap .img { padding: 0; height: auto; }
    .txt-img-overlap > div { flex-basis: 100%; }
    .txt-img-overlap {padding: 50px 10px;flex-wrap: wrap;margin: 0 auto;background-color: var(--tan);}
    .txt-img-overlap .textboxWrapper {flex-basis: 100%;box-shadow: none;padding: 10px;left: 0; max-width: 600px}
    .txt-img-overlap .img, .txt-img-overlap .textboxWrapper { max-width: 600px; }
    .side-by-side .img img, .full-bg-gradient .img img, .txt-img-overlap .img img { max-height: 320px; }

    #homepage .hero { height: 60vh; position: relative; }
    #homepage #hero-name img { padding-top: 20px; }
    #homeDining.full-bg-gradient .img,
    #about .full-bg-gradient#history .img,
    #about .full-bg-gradient#join-team .img { width: 90%; position: relative; height: auto; margin: 30px auto 0; max-width: 600px; }
    #homeDining.full-bg-gradient:before { content: unset }
    #homepage #homeDining .text-container, #homepage #homeNews .text-container { position: relative; padding: 30px 20px 50px; max-width: 600px; margin: 0 auto; }
    #homeEvents { padding: 0; }
    #homeEvents .txt-img-overlap { margin: 0 auto; }
    #homeEvents .txt-img-overlap .img { left: unset; }
    #homeEvents .txt-img-overlap .textboxWrapper { right: unset; }

    #dining #drinks { background-color: #03060b; }
    #dining #drinks .text-container { position: static; }
    .full-bg-gradient .img { width: 90%; max-width: 600px; margin: 0 auto; height: auto; position: relative; }

    #membership #benefits .img { top: unset; margin: 0 auto; }

    #about .full-bg-gradient#history { display: flex; flex-wrap: wrap; background-color: unset; justify-content: center; margin: -30px auto 30px; }
    #about .full-bg-gradient#history .content-wrapper,
    #about .full-bg-gradient#history .heading { color: #000000; padding: 0; }
    #about #history .text-container,
    #about #join-team .text-container { max-width: none; }

    #about .full-bg-gradient#join-team { display: flex; flex-wrap: wrap; justify-content: center; margin: -30px auto 30px; }
    #about .full-bg-gradient#join-team .content-wrapper { padding: 0; }

    .tm-Img { min-height: 320px; }
    #about #team .textboxWrapper { width: 90%; padding: 30px 15px; margin: 10px; }
    #team .txt-img-overlap { margin: 0 auto 80px; padding: 50px 0; }
    .txt-img-overlap > div { flex-basis: 300px; }

    #event-options .multi-btns { justify-content: flex-start; margin: 0; }

    .footer { padding: 0 10px; }
    .footer-nav { flex-wrap: wrap; }
    .footer .logo img { width: 230px; }
}

/* sm laptops and larger */
@media (min-width: 992px) {
    .wrap-content { max-width: 1600px; }
    #dining .wrap-content { height: 90vh; }
    .full-bg-gradient { min-height: 90vh; }
    .text-container.center { text-align: center; justify-content: center; }
    .side-by-side .img { height: 90vh; }
    #team .txt-img-overlap { padding-left: 30px; }
    #about .full-bg-gradient#history:before {
        content: '';
        background-image: linear-gradient(to right, rgba(63,22,20,1) 50%, rgba(63,22,20,0)80%);
        height: 100%;
        width: 70vw;
        position: absolute;
        z-index: 1;
    }
    #about .full-bg-gradient#join-team {height: 100vh;}
    #about .full-bg-gradient#join-team .img { height: 100%; }
    #rlmain { margin-top: 0; }
    #event-options { text-align: center; }

    .nav {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 95px;
        padding: 10px 0;
        position: fixed;
        top: 0;
        background-color: #ffffffc9;
        box-shadow: 0 4px 4px #0000001f;
        z-index: 10;
        transition: background-color 200ms;
    }

    .nav:hover, .nav:focus { background-color: #ffffff; }

    .nav a {
        position: relative;
        width: fit-content;
        margin-top: -1px;
        font-family: var(--nav-font-family);
        font-weight: var(--nav-font-weight);
        color: #000000;
        font-size: var(--nav-font-size);
        letter-spacing: var(--nav-letter-spacing);
        line-height: var(--nav-line-height);
        font-style: var(--nav-font-style);
    }

    .nav a:hover, .nav a:focus {
        text-decoration: none;
        color: var(--secondary);
    }

    #nav-left {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 65px;
        padding: 0 1px;
        position: relative;
        flex: 0 0 auto;
        top: unset;
    }

    .wdc-icon {
        position: relative;
        width: auto;
        height: 85px;
        object-fit: cover;
        transition: height 250ms;
        top: unset;
        left: unset;
    }

    .wdc-icon.scroll { height: 35px; }
    .wdc-icon:hover, .wdc-icon:focus { cursor: pointer; }

    #nav-right {
        display: inline-flex;
        align-items: center;
        gap: 95px;
        position: relative;
        flex: 0 0 auto;
        margin-bottom: 0;
    }

    .nav .navBurger { display: none; }
    .nav .navLinks { display: block; }
}

/* sm laptops */
@media (min-width: 992px) and (max-width: 1199px) {
    .nav { gap: 35px; }
    #nav-left { gap: 45px; }
    .wdc-icon { height: 65px; }
    #nav-right { gap: 55px; }

    #homeDining.full-bg-gradient:before {
        content: '';
        background-image: linear-gradient(to right, rgba(255,255,255,1) 50%, rgba(255,255,255,0)80%);
        height: 100%;
        width: 50vw;
        position: absolute;
        z-index: 1;
    }
    #homeDining.full-bg-gradient .img,
    #about .full-bg-gradient#history .img,
    #about .full-bg-gradient#join-team .img { width: 70%; right: 0; }
    #dining #drinks .text-container { bottom: 30px; left: 30px; }
    #about .full-bg-gradient#join-team:before {
        content: '';
        background-image: linear-gradient(to right, rgba(227,227,227,1) 50%, rgba(227,227,227,0)80%);
        height: 100%;
        width: 70vw;
        position: absolute;
        z-index: 1;
    }
    #team .txt-img-overlap { margin: 100px auto 80px; }
    #homepage #homeNews .text-container { height: 85%; align-content: flex-end; padding-left: 50px; }
}

/* sm laptops and smaller */
@media (max-width: 1199px) {
    h1,.h1 { font-size: 30px; }
    h2,.h2 { font-size: 26px; }
    h3,.h3 { font-size: 20px; }

    .side-by-side { margin: 0 auto 80px; }
    #homeDining h2 { margin-top: 0; }

    .footer-nav { gap: 15px; }
    .day, .time, .nav-title, .nav-item { font-size: 14px; }
    .hours > div > * { min-width: 100px; }
    .footer-details { gap: 20px; }
}

/* md screens and larger */
@media (min-width: 1200px) {
    .hero { height: 500px; }
    #homeAbout .heading span { display: block; }
    #homeDining p { max-width: 400px; }
    .txt-img-overlap .img { right: -25px; }
    .txt-img-overlap .textboxWrapper { padding: 50px 50px 80px; }
    .intro-block { width: 800px; }
    #event-options { margin: 95px auto; }
    #about .full-bg-gradient#history { margin-top: 100px; }
    #about .full-bg-gradient#history:before { width: 50vw; }
    #team .txt-img-overlap { padding-left: 0; }
    /*#about #team .textboxWrapper { max-width: 500px; }*/
    .tm-Img { height: 100vh; }
    #about .full-bg-gradient#join-team:before { content: unset }
}

/* md screens */
@media (min-width: 992px) and (max-width: 1599px) {
    #benefits.side-by-side { align-items: start; }
    #membership #benefits .img { top: 50px; }
}

/* lg screens and larger */
@media (min-width: 1600px) {
    .content-wrapper { max-width: 1500px; }
    #homeDining p { max-width: unset; }
    #about .full-bg-gradient#history .img { width: 100%; }
    #about .full-bg-gradient#history:before { content: unset }
}