/*===== Root Variables =====*/
:root {
    --secondary-color: #D4CBA5;
    --dark: #19191A;
    --text: #333333;
    --dark-grey: #707070;
    --body-font: "montserrat";
    --heading-font: "cormorant-garamond";
    --base-font-size: 16px;
    --font-size-sm: 0.75rem;
    --font-size-regular: 1rem;
    --font-size-md: 1.125rem;
    --font-size-lg: 1.5rem;
    --font-size-title: 3.75rem;
}

/* 
.modal {
    z-index: 1050; 
    margin-top: 0rem;
  }

  .modal-dialog {
    max-width: 750px;
    margin: 4.75rem auto;
} */

/* ADOBE FONTS LIST */

/* 

font-family: montserrat, sans-serif;
font-weight: 400;
font-style: normal;

font-family: montserrat, sans-serif;
font-weight: 600;
font-style: normal;

font-family: cormorant-garamond, serif;
font-weight: 700;
font-style: normal; 

*/

/*===== UTILITIES =====*/

html {
    font-size: var(--base-font-size);
}


body {
        
    font-family: var(--body-font);
    color: var(--text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    text-transform: uppercase;
}

h1 {
    text-transform: uppercase;
}

p {
	font-family: montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
}

ul {
	padding: 0px;
	margin: 0px;
}

li {
	list-style: none;
}



/*===== Root Variables =====*/
:root {
    --secondary-color: #D4CBA5;
    --dark: #19191A;
    --text: #333333;
    --body-font: "montserrat";
    --heading-font: "cormorant-garamond";
    --base-font-size: 16px;
    --font-size-sm: 0.75rem;
    --font-size-regular: 1rem;
    --font-size-md: 1.125rem;
    --font-size-lg: 1.5rem;
    --font-size-title: 3.75rem;
}
/*===== Preset Styles =====*/



.btn {
    text-transform: uppercase;
    font-weight: 500;
    font-size: var(--font-size-md);
}
.btn-dark {
    background-color: #000!important;
}
.btn-gray {
    background-color: gray;
    color: #fff;
}
section {
    padding: 75px 0;
    text-align: center;
}
.title {
    font-size: var(--font-size-title);
    font-weight: bold;
    /* max-width: 360px; */
    margin: 0 auto;
}
.bg-dark .title {
    /* color: var(--secondary-color); */
    color: white;
}


.navbar-brand img {
    height: 50px;
}


.header-text {
    color: white;
    font-size: 6rem;
}



/* ================== HOME ==================  */


.navbar {
    position: absolute;
    width: 100%;
    top: 6px;
    z-index: 9999;
}

.navbar .container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.navbar .container ul .nav-item .nav-link  {
font-size: 22px;
}


#top-header {
    background: url(../img/meyerson_header.jpg) no-repeat center/cover;
    height: 100vh;

}

#top-header .container {

    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

}



/* ================== NEW CODE ==================  */



/*===== Hero Styles =====*/
header {
    background: url(../img/opus/opus-hero.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 700px;
}
.contact header {
    background: url(../img/contact-hero.png);
}
header * {
    z-index: 1;
}
header:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
header .intro {
    position: relative;
    text-align: center;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*===== Our Standards Section Styles =====*/
section.our-standards {
    padding-bottom: 150px;
}
.image-links {
    margin-top: 60px;
    column-gap: 30px;
}
.image-links > * {
    flex-basis: 25%;
    transition: transform 0.25s;
}
.image-links > :nth-child(odd) {
    padding-top: 80px;
}
.image-links img {
    width: 100%;
    object-fit: cover;
}
.image-links.home-image-links {
    margin-top: 80px;
}
.image-links.home-image-links a {
    position: relative;
    display: block;
}
.image-links.home-image-links a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    left: 0;
    top: 0;
    opacity: 0.45;
    transition: opacity 0.25s;
}
.image-links.home-image-links a:hover:after {
    opacity: 0;
}
.image-links.home-image-links a span {
    position: absolute;
    text-decoration: none;
    z-index: 1;
    left: 0;
    bottom: 80px;
    color: #fff;
    font-family: var(--heading-font);
    /* font-size: 34px; */
    font-size: 2.5vw;
    width: 100%;
    text-align: center;
}
/*===== Chef Section Styles =====*/
section.chef-section {
    background-color: #F1EBE4;
    text-align: start;
    padding: 110px 0;
    margin-top: 20px;
}
section.chef-section .col-left {
    padding-right: 80px;
}
section.chef-section img {
    width: 100%;
}
section.chef-section .title {
    max-width: 100%;
}
/*===== Opus Menu Section Styles =====*/
.menu {
    margin-top: 40px;
}
.menu-title {
    /* color: var(--secondary-color); */
    color: white;
    font-size: 36px;
    font-weight: bold;
    text-transform: capitalize;
}
.menu-item {
    text-align: start;
    max-width: 535px;
    margin-bottom: 60px;
}
.menu-item .menu-list {
    list-style: none;
    padding-left: 0;
}
.menu-two-col {
    column-gap: 50px;
}
.carousel-item .ratio {
    background-color: transparent!important;
}
/*===== Gallery Section Styles =====*/
.gallery {
    margin-top: 45px;
}
.gallery .d-flex {
    flex-wrap: wrap;
    column-gap: 35px;
    row-gap: 35px;
}
.gallery .gallery-item {
    flex-basis: calc(33% - 20px);
    transition: transform 0.25s;
}
.gallery .gallery-item:hover {
    transform: scale(1.07)
}
.gallery .gallery-item img {
    width: 100%;
}

/*===== Footer Styles =====*/
footer {
    padding: 80px 0 70px;
}
footer p {
    margin-bottom: 0;
}

/*===== Our Team Styles =====*/
.our-team {
    position: relative;
    padding-bottom: 150px;
}
.our-team:after {
    content: "";
    width: 100%;
    height: 50%;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.our-team .container-fluid {
    padding: 0 100px;
}
/* .team-cards {
    margin-top: 45px;
    column-gap: 30px;
    row-gap: 30px;
} */
/* .team-cards > * {
    flex-basis: 25%;
} */
.team-cards .card {
    padding: 50px;
    border: 1px solid var(--dark-grey);
    border-radius: 0;
}
.team-cards .card img {
    height: 220px;
    width: 220px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.team-cards .card .card-body {
padding: 3rem;
}
.team-cards .card .card-title {
    font-size: var(--font-size-lg);
    font-weight: bold;
    font-style: italic;
    margin-bottom: 30px;
}

/*===== Contact Section Styles =====*/
.contact-section .title {
    max-width: 100%;
    text-transform: capitalize;
}

.contact-section form {
    margin-top: 60px;
    max-width: 800px;
}
.contact-section form > .d-flex > * {
    flex: 1;
}
.contact-section form label {
    font-weight: 600;
}
.contact-section form input {
    display: inline;
}
.contact-section form button {
    min-width: 250px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}
.col-gap-30 {
    column-gap: 30px;
}
.side-text {
    margin-top: 50px;
}
.side-text strong {
    display: block;
}


/* HOME GALLERY */

.gallery-section .gallery .d-flex {
    justify-content: center;
}


/*==================== Allegro Page ====================*/

#allegro header {
    background: url(../img/allegro/CULINAIRE_Meyerson_allegro_02.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 700px;
}


/*==================== Opus Page ====================*/



/*==================== PRE-ORDER - INTERMISSION ====================*/

#pre-order header {
    background: url(../img/pre-order/pre-order-header.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 700px;
}


#pre-order .image-links > :nth-child(odd) {
    padding-top: 0;
}

#pre-order .image-links .item-image-2 {
    padding-top: 65px;
}

#pre-order .image-links .item-image-3 {
    padding-top: 40px;
}

#pre-order h4 {
    text-transform: none;
}






/*==================== WEDDINGS ====================*/

#weddings header {
    background: url(../img/weddings/weddings-header.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 700px;
}

#weddings #photographer-credits-section h5 {
   text-transform: none;
}

#weddings #photographer-credits-section .photographer {
    margin-bottom: 0px;
}




/*==================== Special Events ====================*/

#special-events header {
    background: url(../img/special-events/meyerson_special_events_header.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 700px;
}

/*==================== Reservations ====================*/


#reservations header {
    background: url(../img/reservations/reservations-header.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 700px;
}


/*==================== Contact ====================*/

#our-team-2   {
position: relative;
}

#our-team-2:after {
    content: "";
    width: 100%;
    height: 50%;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.contact  header {
    margin-bottom: 7rem;
}

#our-team-2 .card-container {
    margin: 1rem 2rem;
    min-width: 15rem;
    display: flex;
    justify-content: center;
}

#our-team-2 .card  {
    border: 1px solid #707070;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16rem;
    height: 21rem;
    min-width: 17rem;
}

#our-team-2 .card-body  {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 2rem;
    /* justify-content: center; */
    /* padding: 4rem 0rem; */
    /* max-height: 26rem; */
}

#our-team-2 .card-body img {
    width: 50%;
    margin-bottom: 1rem;
    border-radius: 50%;
}

#our-team-2 .card-body p {
    
    margin-bottom: 0rem;
}

#our-team-2 .card-body a {
    
    color: #0d6efd;
    text-decoration: none;
}

.contact .contact-section .contact-form-text {
    padding-left: 3.5rem;
}

@media (max-width: 1400px) {


}


/*==================== IPAD ====================*/

@media (max-width: 850px) {
    
    .navbar-collapse {
        background: black;
        padding: 10px 30px;
    }

    /* Home Gallery */
    
    .gallery-section .gallery .d-flex {
        justify-content: center;
    }

/*==================== Allegro Page ====================*/

 #allegro header .intro img {
    width: 80%;
 }
}


@media (max-width: 768px) {
    html {
        font-size: 14px;
    }
    section {
        padding: 50px 0;
    }
    header {
        min-height: 500px;
    }
    /* header .intro {
        height: 500px;
    } */
    header .intro img {
        width: 100%;
    }
    section.our-standards {
        padding-bottom: 50px;
    }
    .opus-menu .d-flex {
        flex-direction: column;
    }
    .gallery > .d-flex {
        flex-direction: column;
    }




    .image-links {
        flex-direction: column;
        row-gap: 20px;
        padding: 10px;
    }
    .image-links > :nth-child(odd) {
        padding-top: 0;
    }
    footer {
        padding: 40px 0 10px;
    }
    footer p {
        margin-bottom: 30px;
    }
    .our-team {
        padding-bottom: 50px;
    }
    .our-team .container-fluid {
        padding: 0 10px;
    }
    .our-team:after {
        display: none;
    }
    .contact-section form {
        margin-bottom: 60px;
    }
    iframe#map {
        width: 100%;
    }
    .team-cards {
        flex-direction: column;
    }
    section.chef-section {
        padding: 60px 0;
    }
    section.chef-section .col-left {
        padding-right: 0px;
    }
    section.chef-section img {
        margin-top: 30px;
    }


    .image-links.home-image-links a span {
        font-size: 4rem;
    }

/*     
    .desktop-cateogry-btn-container {
        display: none !important;
    } */

}


/*=============  Mobile Only Styles  =============*/

@media (max-width: 575px) {
    
    .navbar-collapse {
        background: black;
        padding: 10px 30px;
    }

    /* =========== HOME =========== */
    
    .image-links.home-image-links a span {
        font-size: 4rem;
    }

    .desktop-category-btn-container  {
        align-items: center;
    }

    .desktop-category-btn-container .category-item {
        width: 80%;
    }

    #top-header .container {
        padding: 0 2rem;
    }

    /* GALLERY SECTION */

    .gallery-section .gallery-container {
        align-items: center;
    }

    .gallery-section .gallery-container .gallery-item {
        align-items: center;
        width: 90%;
    }

    
    /* =========== ALLEGRO MOBILE =========== */
    
    #allegro header {
        min-height: 500px;
    }
    
    
    #allegro header .intro img {
        width: 90%;
    }

    
    
    #pre-order .order-directions-text {
        text-align: start;
    }
    
    /* =========== OPUS MOBILE =========== */
    
    
    #opus .our-standards .opus-logo {
        width: 15rem;
        margin-bottom: 2rem;
    }
    
    /* =========== ALLEGRO MOBILE =========== */


    #allegro .our-standards .allegro-logo {
        width: 75%;
        margin-bottom: 2rem;
    }

    #allegro .header-text {
        color: white;
        font-size: 5rem;
    }

    /* =========== RESERVATION MOBILE =========== */

    #reservations .header-text {
        color: white;
        font-size: 3.5rem;
    } 




    /* =========== PRE-ORDER / INTERMISSIONS MOBILE =========== */

    
    #pre-order .header-text {
        color: white;
        font-size: 3.5rem;
    } 

    #pre-order #drinks-order .bubbles-bar .row {
        flex-direction: column-reverse;
    }
        
    #pre-order #drinks-order .noble-container .row {
        flex-direction: column-reverse;
    }


    
    /* =========== WEDDINGS MOBILE =========== */

    #weddings .header-text {
        color: white;
        font-size: 3.75rem;
    } 
    
    /* =========== WEDDINGS MOBILE =========== */

    #special-events .header-text {
        color: white;
        font-size: 5rem;
    } 



    /* ============ CONTACT ============= */

    .contact .header-text {
        color: white;
        font-size: 3.5rem;
    }


    .contact .contact-section .contact-form-text {
        padding-left: 10px;
    }


    
#our-team-2 .card-body  {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 4rem 0rem;
    max-height: none;
}


    /* ============ FOOTER ============= */

    footer {
        padding: 40px 30px;
    }

    
}


@media (max-width: 375px) {


    /* ============ HOME =========== */

    .image-links.home-image-links a span {
        font-size: 3.5rem;
    }


}




