body.home {
    background-color: #8b0c15;
}

body.ride {
    background-color: #52aed7; 
}

body.about {
    background-color: #c1c0bc; 
}

.header-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 2vh; /* Minimum height is 10% of the viewport height */
    background-color: #7E1015;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 6px; /* Optional: add padding to ensure some spacing */
    text-align: center;
}

main {
    margin-top: calc(2vh + 5px); /* Adjust margin-top to account for min-height and padding */
    padding: 20px;
}

h3 {
    font-size: 0.8em;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #ffffff; 
    text-shadow: -0.75px -0.75px 0 #575656, 0.75px -0.75px 0 #575656, -0.75px  0.75px 0 #575656, 0.75px  0.75px 0 #575656; 
}

.page-wrap-opacity-about
{
    opacity: 100%;
}

.page-wrap-about {
    background:none ;
}

.image-about-sections {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
    height: auto;
}

@media screen and (max-height: 1080px) {
    .image-about-sections {
        width: 98%;
    }
}

@media screen and (max-width: 1024px){
    .image-about-sections {
        width: 98%;
    }
}

@media (max-width: 720px) { 
    .image-about-sections {
        width: 98%;
    }

    img.bg.bandanageneric {
        margin-left: 0px;
    }
}

.image {
    padding: 0px;
}