body {
    font-family: 'Baskervville', serif;
}

a {
    color: #222;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*
Theme Name: Erlings Ølsmagninger
Theme URI: https://eksempel.dk/
Author: Dit Navn
Description: Et simpelt og elegant tema til Erlings Flaskebutik.
Version: 1.0
*/

.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.logo img.custom-logo {
    width: 150px;
    height: auto;
}

.header-right {
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-title {
    width: 66.66%;
    text-align: center;
}

.main-nav {
    width: 100%;
}

.main-nav .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.main-nav .menu li {
    margin-bottom: 10px;
}

.hero {
    height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.hero-content h2 {
    font-size: 48px;
    margin: 0;
}

.hero-content p {
    font-size: 24px;
    font-style: italic;
}

.tasting-intro {
    padding: 40px 20px;
}

.tasting-intro h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
}

.columns {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
}

.column-left,
.column-right {
    width: 48%;
}

.upcoming-tastings {
    padding: 40px 20px;
}

.tasting-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 960px;
    margin: 0 auto;
}

.tasting-box {
    border: 1px solid #eee;
    text-align: center;
    padding: 20px;
}

.tasting-box a {
    text-decoration: none;
    color: #222;
    display: block;
}

.tasting-box h3 {
    font-size: 24px;
    margin: 0;
}

.tasting-date {
    font-style: italic;
    color: #888;
    margin-bottom: 15px;
}

.tasting-box .tasting-image-container {
    margin-top: 15px;
}

.tasting-box img {
    max-width: 100%;
    height: auto;
}

.tasting-categories {
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.tasting-categories .tasting-grid {
    grid-template-columns: repeat(3, 1fr);
}

.tasting-categories .tasting-box {
    background-color: #fff;
}

.site-footer {
    padding: 40px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.footer-content {
    max-width: 960px;
    margin: 0 auto;
}

.footer-logo a {
    text-decoration: none;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
}

.footer-logo span {
    font-weight: normal;
    font-size: 18px;
}

.footer-info p {
    margin: 0;
}

.footer-info a {
    color: #000;
    text-decoration: none;
}

/* Tastings List */

.upcoming-tastings-list{
    margin-top: 3rem;
    width: 50%;
    margin: 0 auto;
}

.tasting-list-header,
.tasting-list-item {
    display: grid;
    grid-template-columns: 100px 2fr 1fr 1fr 1fr;
    gap: 1rem;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem;
}

.tasting-list-header {
    font-weight: bold;
    border-bottom-width: 2px;
}

.tasting-list-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.tasting-list-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.tasting-list-cta .button {
    background-color: #222;
    color: #fff;
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 5px;
}

.tasting-list-cta .button:hover {
    background-color: #555;
}
