body {
    margin: 0;
    background-color: #ffffff;
}

.container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-header {
    width: 100%; /* This ensures the image takes up 100% of the width of its container */
    height: auto; /* This keeps the image's aspect ratio while scaling */
    max-width: 100%; /* Prevents the image from exceeding its original size */
}

.full-width {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.column {
    flex: 1;
    padding: 20px;
    text-align: center;
    background-color: #ffffff;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .column {
        flex: 100%;
    }
}

.coffee-container {
    max-width: 600px;
    margin: 0 auto;
}

.image-container {
    margin-top: 20px;
}

.image-container img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border: 1px solid #ddd;
    padding: 10px;
}

/* Styling for the image button */
.image-button {
    display: inline-block;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.image-button img {
    width: 100%;
    max-width: 400px;
    height: auto;
}

/* Basic styling for images */
#flagshipButtonImage, #goldButtonImage, #silverButtonImage {
    width: 100%;
    max-width: 400px;
    height: auto;
    cursor: pointer;
}

.topmenu-navbar {
    display: flex;
    background-color: black;
}

.topmenu-navbar a {
    padding-top: 1px;
    margin-left: 10px;
    margin-right: 10px;
    color: white;
    text-decoration: none;
}

.header {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: white;
}

a {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-decoration: none;
    color: black;
}

a.header:link, a.header:visited {
    color: white;
    text-decoration: none;
}

a.header:hover {
    color: red;
    text-decoration: none;
}

#coffeeTypeText {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: black;
}

#silvercoffeeType, #flagshipcoffeeType, #goldcoffeeType {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: black;
    border: 2pt solid black;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
}

#silvercoffeeType option, #flagshipcoffeeType option, #goldcoffeeType option {
    background-color: white;
    color: black;
}

#silvercoffeeType option:hover, #flagshipcoffeeType option:hover, #goldcoffeeType option:hover {
    background-color: black;
    color: white;
}

/* Styling for the radio buttons container */
.radio-group {
    display: flex;
    gap: 1px;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

/* Styling for the radio buttons */
.radio-group input[type="radio"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2pt solid black;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Styling for the selected (checked) radio button */
.radio-group input[type="radio"]:checked {
    background-color: black;
    border: 2pt solid black;
}

/* Styling for the text (labels) next to the buttons */
.radio-group label {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: black;
    margin-left: 8px;
}

/* Styling for the subscription text */
.subscription-text {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: black;
    text-align: center;
    margin-top: 20px;
}

.left-align-center-text {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    padding: 20px;
}

#rainforest-trust {
    width: 75px;
    height: 150px;
}

/* Styling for general text elements */
p {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #383838;
}

h1, h2, h3, h4, li, #text-400, #text-400-sm, #text-400-tiny, #text-500, #text-500-med, #text-500-big, #text-500-giant, #text-500-sm, #text-500-tiny {
    font-family: 'Montserrat Alternates', sans-serif;
    color: #383838;
}

h1 { font-size: 30px; font-weight: 500; }
h2 { font-size: 28px; font-weight: 500; }
h3 { font-size: 24px; font-weight: 500; }
h4 { font-size: 20px; font-weight: 500; }
li, #text-400, #text-500 { font-size: 20px; font-weight: 400; }
#text-400-sm, #text-500-tiny { font-size: 16px; font-weight: 400;}
#text-400-tiny { font-size: 14px; font-weight: 400; }
#text-500-med { font-size: 24px; font-weight: 500; }
#text-500-big { font-size: 32px; font-weight: 500; }
#text-500-giant { font-size: 50px; font-weight: 500; }
#text-500-sm { font-size: 18px; font-weight: 500;}

#quotebox, #quotebox-bg {
    left: 50%;
    transform: translate(-50%);
    height: 180px;
    width: 600px;
    border: 2px solid black;
    background-color: #dadbdb;
    position: relative;
}

#quotebox-bg {
    height: 280px;
}

#quotetitle {
    position: absolute;
    top: -10px;
    left: 20px;
    height: 40px;
    width: 350px;
    padding-top: 12px;
    background-color: white;
    border: 3px solid red;
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #383838;
}

#quotetext {
    padding-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}


.org-image-links {
    display: flex;
    gap: 10px; /* Space between images */
    justify-content: center; /* Center the images horizontally */
    align-items: center; /* Align images vertically within their container */
}

.org-image-links img {
    width: 100%; /* Ensures the images are responsive within their flex items */
    max-width: 200px; /* Set a maximum width for both images */
    height: auto; /* Maintains the aspect ratio */
    object-fit: contain; /* Ensures the images scale uniformly within max dimensions */
}

@media screen and (max-width: 600px) {
    #quotebox {
        height: 292px;
        width: 90%;
        border: 2px solid black;
        background-color: #f0ebeb;
        position: relative;
    }

    #quotetitle {
        position: absolute;
        top: -10px;
        left: 20px;
        height: 60px;
        width: 240px;
        padding-top: 4px;
        background-color: white;
        border: 3px solid red;
        text-align: center;
        font-family: 'Montserrat Alternates', sans-serif;
        font-size: 20px;
        font-weight: 400;
        color: #383838;
    }

    #quotetext {
        padding-top: 36px;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .topmenu-navbar {
      flex-direction: column;
}

.topmenu-navbar a {
   font-size: 16px;
   padding-top: 6px;
   margin-left: 6px;
   margin-right: 6px;
}
}