body {
    background-image: url('./images/Dark-Smiles-AC.gif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	background-attachment: fixed;
    height: 100vh;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #f5f8f0;
    color: #000000;
}
.available-text {
    margin: 0px;
    font-size: 14px;
    letter-spacing: 1.56px;
    color: #000;
    text-transform: uppercase;
    opacity: 1;
    border: 3px solid #000;
    padding: 0.5vw 1vw;
    line-height: 1;
}
a {
    text-decoration: none; /* Removes underline from links */
}
a:hover {
    opacity: 0.5;
}
iframe {
    padding: 20px;
    box-sizing: border-box;
}

/* Mobile background */
@media only screen and (max-width: 767px) {
    body {
        background-image: url('./images/Dark-Smiles-AC2.gif');
		justify-content: flex-start;
    }
	.bottom-left-div, .bottom-right-div {
		display: block;
        position: static;
        width: 100%;
        padding: 20px; /* Adjust padding for better touch targets */
		top: 700px;
        text-align: center; /* Center text for better readability */
        background-color: rgba(0, 0, 0, 0.0); /* Keep semi-transparent background */
        margin-bottom: 500px; /* Space between stacked divs */
    }
	.available-text {
	padding: 20px;
    font-size: 25px;
    letter-spacing: 1.56px;
    color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    opacity: 1;
    border: 3px solid #fff;
    line-height: 1;
}
	#home {
    position: relative;
    top: 18px;
    width: 100%;
    text-align: center;
    max-width: 100%;
	padding-top: 20px;
}
	iframe {
    padding: 20px;
    box-sizing: border-box;
}
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.0);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

#home {
    padding-top: 50px; /* Space from the top of the screen */
}

#home .spotify {
	max-width: 50%;
	
}

#about {
    background-color: rgba(0, 0, 0, 1.0);
    width: 100%;
}

.logo-container {
    position: absolute;
    top: 18px;
    width: 100%;
    text-align: center;
    max-width: 100%;
	padding-top: 20px;
}

.logo {
    max-width: 100%;
    height: auto;
    max-height: 150px; /* Adjust as needed */
}	
		
.social-links {
    position: relative;
    top: 130px;
	right: 0;
}

nav ul {
    background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
    list-style: none;
    margin: 0;
    padding-top: 10px;
	padding-bottom: 10px;
    display: flex;
}

nav ul li {
    margin-left: 20px;
}

nav ul li a {
	font-family: myFirstFont;
	font-size: 25px;
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
}

nav ul li a:hover {
    opacity: 0.5; /* Change opacity on hover */
}

main {
    padding-top: 80px; /* Space for fixed header */
}

section {
    padding: 60px 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

td {
    padding: 10px;
    vertical-align: top;
}

table td img {
    max-width: 100%;
    height: auto;
    display: block;
}

.bottom-left-div, .bottom-right-div {
    position: absolute;
    bottom: 50px;
    width: 400px; /* Adjust as needed */
    background-color: rgba(0, 0, 0, 0.0);
    color: #fff;
    text-align: center;
    padding: 10px;
    z-index: 1000; /* Ensure it's above other content */
}

.bottom-left-div {
    left: 0;
}

.bottom-right-div {
    right: 0;
}

footer {
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    bottom: 0;
	color: #fff;
}
@font-face {
font-family: myFirstFont;
src: url('fonts/BebasNeue.otf'),
     url('fonts/BebasNeue.otf'); /* IE9 */
}