/* ================================== Utility Styles ================================== */

#mobile-header {display: none;}

:root {
    --brown: #543308;
    --cream: #fcf3ec;
}
html {
    color: var(--brown);
}
@font-face {
    font-family: PlayfairDisplay;
    src: url(/fonts/PlayfairDisplay[wght].ttf);
}
@font-face {
    font-family: PlayfairDisplay-Italic;
    src: url(/fonts/PlayfairDisplay-Italic[wght].ttf);
}
@font-face {
    font-family: BioRhyme;
    src: url(/fonts/BioRhyme-Regular.ttf);
}
@font-face {
    font-family: BioRhyme;
    src: url(/fonts/BioRhyme-Bold.ttf);
    font-weight: bold;
}
h1 {
    font-size: 4.5rem;
    font-family: PlayfairDisplay;
    font-weight: 900;
    margin-bottom: 1rem;
    line-height: 5rem;
}
h2 {
    font-family: PlayfairDisplay;
    font-size: 4.5rem;
    font-weight: 900;
    margin-bottom: 1rem;
}
h3 {
    font-family: PlayfairDisplay;
    font-size: 3.5rem;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 2rem;
}
h4 {
    font-family: PlayfairDisplay;
    font-size: 2.25rem; 
}
h5 {
    font-family: PlayfairDisplay;
    font-size: 2.25rem;
    font-weight: 700;
}
h6 { font-family: BioRhyme;
    letter-spacing: .4rem;
    text-transform: uppercase;
    font-size: 1.65rem;
}
p, i, strong, a, input, select, label, button, textarea, ::placeholder, li {
    font-family: BioRhyme;
    font-size: 1.5rem;
    color: var(--brown);
}
p + p {
    padding-top:2rem;
}
a {
    transition-property: filter;
    transition-duration: .3s;
    color: var(--brown);
}
a:hover, button:hover {
    filter: brightness(2);
}
section {
    padding: 2rem 0;
}
button {
    border-radius: 0;
    border: none;
}
li {
    padding-bottom:.75rem;
    margin-left:2rem;
    list-style-type: disc;
}

/* ================================== Main Styles ================================== */
.center {text-align: center;}
header {background-color: var(--cream);}
header img {width: 25rem;}
header .flex-row {align-items: center;;}
#hamburger {display: none;}
nav {text-align: end;}
nav * {
    text-decoration: none;
    padding: 1rem;
    font-size: 1.25rem;
}
.brown-button, .cream-button {
    text-align: center;
    padding: 1rem 3rem;
    text-decoration: none;
    background-color: var(--brown);
    color: var(--cream)
}
.cream-button {
    background-color: var(--cream);
    color: var(--brown);
}
.cream-button:hover { filter: brightness(.85); }
#hero { background-color: var(--cream); }
#hero .inset-row { align-items: center; }
#hero-text {
    text-align: right;
    display: inline;
}
#mobile-hero-image {display: none;}
#hero .inset-row img {
    width: 45rem;
}
#about-chef {
    display: grid;
    grid-template-columns: 40rem auto;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
}
.brown-row {
    background-color: var(--brown);
    padding: 5rem;
    text-align: center;
}
.brown-row p {
    color:var(--cream);
    padding-bottom: 5rem;
    max-width: 80rem;
    margin: auto;
    font-size: 1.9rem;
}
#grid-1 { 
    grid-area: 1 / 1 / 2 / 2;
    width: 40rem;
}
#grid-2 { 
    grid-area: 1 / 2 / 2 / 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#grid-3 { 
    grid-area: 2 / 1 / 3 / 3;
    width: 98rem; 
}
#services {margin-bottom: 2rem;}
#services .column:first-of-type {text-align: right;}
#services .inset-row {margin: 2rem auto;}
/* #gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
}
#gallery img {width: 31rem;} */
#gallery img {padding: 1rem;}
#reviews {
    background-color: var(--cream);
    padding: 3rem;
    margin: 3rem 0;
}
#carousel {
    width: 80rem;
    margin: auto;
    padding-top: 2rem;
}
.review {padding: 1rem;}
.review img {width: 10rem;}
.review h6 {
    padding-bottom: 1rem;
    letter-spacing: normal;
    font-weight: bold;
    font-size: 2rem;
    text-transform: none;
}
.slick-prev:before, .slick-next:before {
    color: var(--brown) !important;
}
.slick-prev {left: -4rem !important;}
.slick-next {right: -4rem !important;}
input, textarea {
    width: 100%;
    margin: 1rem 0;
    padding: 1rem;
    background-color: var(--cream);
    border: none;
}
footer {
    background-color: var(--brown);
    text-align: center;
    padding: 1rem;
}
footer p, footer a {
    color: var(--cream);
    font-size: 1rem;
}
/* ================================== Mobile Styles ================================== */

@media screen and (max-width: 720px) {
    nav a, #about-chef {display: block;}
    #navigation, #hero-image {display: none;}
    header .flex-row {display: flex;}
    #hamburger {
        display: inline;
        width: 2rem;
        padding: 1rem;
    }
    #mobile-navigation {
        z-index:999;
        width: 100vw;
        margin: 0;
        text-align: center;
        position: absolute;
        top: 8rem;
        left:0;
        background-color: white;
    }
    #mobile-hero-image {
        display: block;
        margin: -4rem 0;
        transform: scale(1.06);
    }
    #hero-text {text-align: center;}
    #hero-title {
        font-size: 3.5rem;
        line-height: 4.5rem;
    }
    #hero .inset-row img {padding:0;}
    #hero-subtitle {
        font-size: 1.25rem;
        letter-spacing: .25rem;
        margin-bottom: 4rem;
    }
    .brown-row p {font-size: 1.75rem;}
    #grid-3 {
        margin-top: 2rem;
        width: 38rem;
    }
    #services .inset-row {
        display: flex;
        flex-direction: column-reverse;
    }
    #services .column:first-of-type {text-align: left;}
    /* #gallery {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(9, 1fr);
    }
    #gallery img, #carousel, #grid-1 {width: 38rem;} */
    #reviews {
        width: 100vw;
        padding: 4rem 0 0 0;
    }
    input, textarea {width: 36rem;}
    #carousel {width: 35rem;}
}