body {
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f5f5f5;
}
.custom-logo {
    max-width: 400px;
    height: auto;
}

.navbar-custom {
    background-color: #3e2723;
}

.container {
    margin-top: 20px;
    padding-bottom: 1.5em;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.heroimage {
    background-image: url('records.jpg'); 
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 20px;
    height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.heroimage-2 {
    background-image: url('records.jpg'); 
    background-size: cover;
    background-position: center;
    height: 25vh;
}

.heroimage-inner {
    max-width: 600px;
    margin: 0 auto;
}

.heroimage h1 {
    font-size: 3em;
    margin-bottom: 20px;
}

.heroimage p {
    font-size: 1.2em;
    margin: 0;
}

.nav-link:hover { /* Fix nav hover color */
    background-color: #b7a5a1;
}

.intro-text {
    text-align: center;
    font-style: italic;
    background-color: #b7a5a1;
    background-size: cover;
    padding-top: 3em;
    padding-bottom: 3em;
   
}

h2 {
    text-align: center;
}

.value  {
    font-size: 16px;
    text-align: center;
    padding: .5em;
}

.icon {
    font-size: 60px;
    padding-bottom: .25em;
}
.display-4 {
    padding-bottom: .5em;
}

.display-6 {
    padding-bottom: .5em;
}
.feature-cards-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: auto;
    padding-left: 5em;
    padding-right: 5em;
    padding-bottom: 2em;
}

.feature-card {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    margin: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.feature-card i {
    font-size: 40px;
    color: #000000; 
    margin-bottom: 10px;
}

.feature-card h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 16px;
    color: #666;
}

.button-container {
    text-align: center;
}

.centered-button {
    background-color: #3e2723; 
    color: #fff; 
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

p {
    font-size: 16px;
    text-align: center;
}

.row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.col {
    flex: 1;
    padding-top: 20px;
}

.grid-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 2em;
    border-radius: 8px;
}

.grid-image-2 {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}

.record-image {
    max-width: auto;
    max-height: 500px;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}

.care-step {
    padding-bottom: 2em;
    
}

.vinyl-guide {
    padding-top: 3em;
    margin-bottom: 2em;
}

.content-text {
    padding-bottom: 2em;
}

.video-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    margin-top: 2em;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.new-to-vinyl {
    padding-bottom: 2em;
}

section.events {
    text-align: center;
}

.event-card {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.event-card:hover {
    transform: scale(1.05);
}

.event-image {
    max-width: 100%;
    height: auto;
}

.event-details {
    padding: 20px;
}

h2.event-title {
    color: #343a40;
    margin-bottom: 10px;
}

p.event-description {
    color: #495057;
    margin-bottom: 20px;
}

span.event-date {
    color: #868e96;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background-color: #3e2723; 
    color: #ffffff; 
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}

.button:hover {
    background-color: #b7a5a1;
}

section.menu {
    text-align: center;
    padding-top: 2em;
}

ul.coffee-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

li.coffee-item {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    width: 300px;
    text-align: left;
}

li.coffee-item:hover {
    transform: scale(1.05);
}


.coffee-details {
    padding: 20px;
}

h2.coffee-name {
    color: #343a40;
    margin-bottom: 10px;
}

p.coffee-description {
    color: #495057;
    margin-bottom: 20px;
}

span.coffee-price {
    color: #868e96;
    font-weight: bold;
}

footer {
    font-size: 75%;
    font-style: italic;
    text-align: center;
	padding: 2em;
	background-color: #b7a5a1;
}

section.contact-form {
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 8px;
    color: #343a40;
}

input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    box-sizing: border-box;
}

input,textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    box-sizing: border-box;
}


button {
    background-color: #3e2723;
    color: #ffffff;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #b7a5a1;
}

@media (max-width: 768px) {
    .feature-cards-container {
        flex-direction: column; 
        align-items: center;
        padding-left: 3em;
        padding-right: 3em;
    }

    .feature-card {
        width: 100%; 
    }

    .row {
        flex-direction: column;
    }

    .custom-logo {
        max-width: 200px;
        height: auto;
    }
    
}