@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Splash&display=swap');

:root {
    --accent-color: #ffa500;
    --accent-color: #A40E4C;
}

body {
    margin: 0;
    font-size: 20px;
}

header a {
    color: white;
    text-decoration: none;
    padding: 0.5rem 0;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    width: max-content;
}

header a:hover {
    border-bottom: 5px solid var(--accent-color);
}

header {
    height: 300px;
    text-align: center;
    margin-bottom: -300px;
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    column-gap: 4rem;
    font-size: 22px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    align-items: center;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    justify-items: center;
}

header img {
    padding: 2rem;
    width: 150px;
}

section {
    font-family: "Montserrat", sans-serif;
    max-width: 960px;
    margin: 0 auto 3rem auto;
}

footer {
    background-color: #352D39;
    color: white;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    padding: 1rem 0;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 4rem calc((100vw - 960px) / 2);

    font-weight: 400;
    font-size: 24px;
}

footer a {
    color: white;
    text-decoration: none;
}

footer ul {
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem;
    font-weight: 400;
}

#about {
    margin-top: 10rem;
}

#about p {
    line-height: 2;
    padding: 0 3rem;
}

#location {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
}

h1 {
    margin-top: 5rem;
}

#hero {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.3)), url(_MG_0556.jpg);
    background-size: cover;
    background-position-x: center;

    min-height: min(30vw, 720px);

    color: white;
    text-align: center;

    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 400;
}

#hero h1 {
    font-size: 120px;
    font-family: "Splash", cursive;
    font-weight: 400;
    font-style: normal;
    margin-bottom: -1rem;
}

h2 {
    font-size: 48px;
    grid-column-start: 1;
    grid-column-end: 3;
    font-family: "Libre Baskerville", serif;
    color: #A40E4C;
    text-align: center;
    margin-top: 3rem;
}

h3 {
    font-family: "Libre Baskerville", serif;
}

#menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: min-content;
}

#menu h2 {
    width: 100%;
}

#menu section {
    margin: 0;
}

#menu ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 1rem;
}

#menu li {
    line-height: 2;
}

#menu h2 {
    grid-column-start: 1;
    grid-column-end: 3;
}

#hero p {
    margin-top: 1rem;
    padding: 1.5rem 3rem;
    font-size: 36px;
    font-weight: 400;
    width: max-content;
    margin: auto;
}

#hero a {
    font-family: "Montserrat", sans-serif;
}

ul, li {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

#hero {
    padding: 1rem calc((100vw - 960px) / 2);
    padding-top: 300px;
}

#location ul {
    grid-column-start: 1;
    text-align: right;
}

#location li {
    display: flex;
    font-size: 20px;
    line-height: 1.5;
}

#location iframe {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
}

.day {
    font-weight: 600;
    margin-right: auto;
}

footer ul {
    text-align: right;
}

.social {
    flex-direction: row;
    column-gap: 0.5rem;
}

.social img {
    width: 50px;
}

footer div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

blockquote {
    padding: 0;
    margin: 5rem auto;
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    color: #352D39;
    font-family: "Libre Baskerville", serif;
    font-style: italic;
}

#events {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1rem;
    justify-content: center;

}

#events section {
    display: grid;
    grid-template-columns: min-content auto;
    grid-template-rows: auto auto 1fr;
    margin-bottom: 1rem;
    border: 2px solid #A40E4C;
    border-radius: 6px;

    justify-content: left;
    column-gap: 1rem;
    align-items: center;
    width: 100%;
}

#events h2 {
    grid-column-end: 2;
}

#events h3 {
    grid-column-start: 2;
    margin: 0;
    padding: 0 1rem 0 0;
    margin-top: auto;
    font-size: 22px;
    margin-top: 1rem;
}

#events div {
    padding: 0 0 1rem 0;
}

#events p {
    margin-top: 0;
    margin-bottom: auto;
}

#events p:not(.when) {
    grid-column-start: 2;
}

#events .when {
    grid-row-start: 1;
    grid-row-end: 3;
    width: 150px;

    background-color: #A40E4C;
    color: white;

    margin: 0;
    padding: 1rem;

    height: 100%;
    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;

    aspect-ratio: 1/1;
}

#events .when:nth-child(4) {
    background-color: white;
    color: black;
    border-left: 2px solid #A40E4C;
}

#events .day {
    font-size: 28px;
    margin: auto;
    font-family: "Libre Baskerville", serif;
    width: min-content;
}

.social img {
    width: 50px;
}

#specials img {
    max-width: 100%;
}

#specials {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
}

#specials h2 {
    grid-column-start: 1;
    grid-column-end: 3;
}

#specials p {
    margin-top: 0;
    display: flex;
    line-height: 2;
    font-size: 18px;
}

h3 {
    font-size: 24px;
}

#specials h3 {
    margin-bottom: 0;
}

#specials li {
    margin: 0 auto 3rem auto;
}

.vineyard {
    margin-left: auto;
    color: black;
}

#specials .title {
    color: #A40E4C;
    font-size: 20px;
    font-weight: 600;
}

#about img {
    float: right;
    width: 40%;
    margin: 1rem;
    transform: rotate(-1.5deg);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
