.js_warn {
    position: fixed; font-size: 100%; line-height: 115%;
    background-color: red;
    bottom: 0px; width: 100%; margin: 0px;
}
.epk_blurb {
    min-height: 200px;
}
header {
    text-align: center;
    margin: auto;
    padding: 32px;
}
body {
    text-align: center;
    color: white;
    margin: 0px; width: 100%;
    background-image: url("marshmallow.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
body, input, select {
    font-family: "Alumni Sans"; font-size: 150%;
    font-optical-sizing: auto;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-style: normal;
}
footer {
    margin: 0px; width: 100%;
    
}

a {  text-decoration: none; color: white; }
i { font-size: 9px; margin: 0px; color: #aa8; }

.lithiums_logo { height: 80px; }
.titlebar {  margin: auto; display: block; }
.sub { color: gray; font-size: 115%; }
.content {
    width: auto; margin: auto;
    max-width: 100%;
}
.banner {
    margin: 0px;
    max-width: 100%; height: auto;
}
.page {
    margin: auto;
    width: auto;
}
.slideshow {
    max-width: 80%;
    max-height: 50vh;
    margin: auto;
}
.subscribe_box{
    border-collapse: collapse;
    border: none;
    margin: auto;
}
.subscribe_box td {
    padding: 8px;
}
.subscribe_box th {
    border: none;
}
.social_div { vertical-align: middle; }
.social_icon { vertical-align: middle; margin: 20px; height: 50px; }
input {
    border: none;
    border-radius: 10px;
    background-color: black;
    color: #aa8; /* Off-white text */
    padding: 8px;
    outline: none; /* Remove focus border */
}
select {
    border: none;
    border-radius: 10px;
    background-color: black;
    color: #aa8; /* Off-white text */
    padding: 8px;
    outline: none; /* Remove focus border */
    appearance: none; /* Hide default dropdown styling */
}
/* Scrollbar for Webkit browsers (Chrome, Safari) */
select::-webkit-scrollbar {
    width: 12px; /* Adjust width as needed */
}

select::-webkit-scrollbar-track {
    background: #332; /* Off-black background */
    border-left: 1px solid #aa8;
    border-right: 1px solid #aa8;
}

select::-webkit-scrollbar-thumb {
    background: white; /* Scroll-wheel color */
    border: 2px solid #aa8; /* Thin border */
    border-radius: 0; /* Solid straight edges */
}

/* Firefox scrollbar */
select {
    scrollbar-color: white #332;
    scrollbar-width: thin;
}
button {
    color: white;
    border: none; border-radius: 8px;
    padding: 10px 20px;
    min-width: 200px;
    font-size: 220%;
    background: none;
    font-family: inherit;
    cursor: pointer;
}

button:hover {
    background: #3c2b24;
}
