body, html {
    margin: 0;
    padding: 0;
    scroll-snap-type: y mandatory;
    font-family: 'Jost', sans-serif;
    font-size: 18px;    
    color: black;
    background: black;
}

.section {
    width: 90vw;
    height: calc(100dvh - 10vw);
    min-height: 400px;
    padding: 5vw;
    scroll-snap-align: start;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
    background: white;
    transition: height 1.5s ease-in-out;
}

.line-break {
    height: 2px;
    width: 100%;
    background-color: black;
}

.logo-wrapper {
    position: relative;
    width: 100vw;
    padding: 50px 0;
    border-top: 4px solid black;
    border-bottom: 4px solid black;
    outline: 3px solid #ffbe00;
}
.logo {
    width: fit-content;
    margin: auto;
}
.mighty, .creamery, .tm {
    display: block;
    font-weight: bold;
}

.mighty {
    position: relative;
    font-size: 98px; /* Adjust based on screen size */
    line-height: 75px;
}

.creamery {
    font-size: 57px; /* Adjust based on screen size */
    line-height: 50px;
}

.tm-inline {
    font-size: 10px; 
}
.tm {
    position: absolute;
    font-size: 18px; /* Adjust based on screen size */
    line-height: 19px;
    top: 0px;
    right: -30px;
}

#home::before, .logo-wrapper::before, .email-signup::before, .about::before, .contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: 0.25; 
}

#home::before {
    background-image: url('/static/images/marble.png'); /* Your marble background image */
    opacity: 0.5; /* 25% opacity */
}

.logo-wrapper::before {
    background-image: url('/static/images/marbleSplashLight.png');
    opacity: 1;
}

#notify-me::before {
    background-image: url('/static/images/birdseye_scoop.png');
    opacity: 0.25;
}

.about::before {
    background-image: url('/static/images/splash.png'); /* Your marble background image */
    background-attachment: scroll;
    opacity: .45;
}

.contact::before {
    background-image: url('/static/images/marble_ooze.png'); /* Your marble background image */
}

#home {
    position: relative;
    z-index: 1;
    font-weight: bold;
    background: black;
}

.mighty, .creamery {
    display: block;
}

p.high-protein {
    font-size: 22.5px;
    line-height: 16px;
    margin-bottom: 0px;
}
p.coming-soon {
    position: absolute;
    bottom: 50px; /* Adjust based on your preference */
    width: 100%;
    left: 0;
    font-size: 22.5px; /* Adjust based on your preference */
    color:white;
}

.coming-soon a {
    color: white;
    padding: 10px 0;
}

p, h2 {
    margin: 20px 0;
}

.badge {
    position: absolute;
    clip-path: polygon(0% 0%, 100% 0, 100% 60%, 50% 100%, 0% 60%);
}

.badge-outline {
    top: 0px;
    left: 0px;
    right: -700px;
    margin: auto;
    width: 150px;
    height: 150px;
    background-color:black;
}
.badge-border {
    top: 0px;
    right: 4px;
    width: 141px;
    height: 143px;
    background-color: #ffbe00;
}
.badge-inside {
    top: 0px;
    right: 2px;
    width: 137px;
    height: 140px;
    background-color: black;
}

.badge-text-big, .badge-text-small {
    color: white;
    width: 100%;
}
.badge-text-big {
    margin-top:20px;
    margin-bottom: -5px;
    font-size: 30px;
    line-height:31px;
    font-weight: bold;
}
.badge-text-small {
    font-size:15px;
}

.email-signup, .about, .contact {
    position: relative;
    z-index: 1;
    font-weight: bold;
}

.email-signup {
background: #f7f7f7;
text-align: center;
}

.email-signup h2 {
color: #333;
margin-bottom: 1rem;
}

.signup-label, .signup-select, .signup-input, .signup-button {
    font-family: 'Jost', sans-serif;
    text-align: center;
}

.signup-label {
    margin: 0 5px;
}
.select-wrapper {
    border-radius:15px;
    display:inline-grid;
    overflow:hidden;
    background:white;
    border:2px solid black;
    height: 35px;
  }

#customer-type {
    border: none;
    outline: none;
    text-align-last:center;
    width:135px;
    height:35px;
    margin-top: 0px
}
#zip-code {
    width: 100px;
}
#email {
    width: 255px;
}
.signup-select, .signup-input {
padding: 0.25rem;
border: 2px solid black;
border-radius: 15px; /* More rounded corners */
font-size: 1rem;
}
.signup-select {
    padding: 0px;
}
.signup-button {
    font-size:18px;
    background-color: #0056b3;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 15px; /* More rounded corners */
    cursor: pointer;
    transition: background-color 0.3s;
}

.signup-button:hover {
background-color: #ffbe00;
}

.glow {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.25));
}



.flavors {
    font-weight: normal;
}

.contact {
    height: calc(100dvh - 10vw - 40px);
}

.contact a {
    position: relative;
    text-decoration: none;
    color: black;
    font-size:24px;
}
.contact a::before {
    position: absolute;
    content: '';
    height: 28px;
    width: 100%;
    border-bottom: 2px solid gold;
    z-index: -1;
}

.contact .glow {
    background: radial-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5));
}

html {
    scroll-behavior: smooth;
}

.footer {
    background-color: #333;
    color: white;
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
  
@media (max-height: 550px) {
    .coming-soon {
      display: none;
    }
} 

@media (max-width: 940px) {
    .badge { 
      display: none;
    }
}

@media (max-width: 640px) {
    body {
        scroll-snap-type: none;
    }

    #home::before, .logo-wrapper::before, .email-signup::before, .about::before, .contact::before {
        background-attachment: scroll;
    }
}