/* Apply Montserrat font to the entire body */
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Ensure body takes at least full viewport height */
    overflow: -moz-scrollbars-none; /* For older Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    scrollbar-width: none; /* For Firefox */
    color: #FFF;
    font-size: 16px; /* Base font size */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    header {
        width: 100%;
        height: auto;
        position: relative;
    }
    main {
        margin-left: 0;
        padding-top: 20px;
    }
    footer {
        width: 100%;
        left: 0;
    }
    .home h1, .about, .album, .tour, .contact {
        font-size: 1.5rem; /* Adjust for readability on smaller screens */
    }
    nav ul li a {
        padding: 10px 0;
    }
}

/* Header styling */
header {
    background: #000;
    color: #fff;
    width: 250px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    font-size: 1rem; /* Use rem for consistency */
}

/* Logo styling */
header .logo img {
    margin: 20px 0;
    width: 200px;
}

/* Navigation styling */
nav {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}

nav ul li {
    width: 100%;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
    display: block;
    width: 100%;
}

nav ul li a:hover {
    background: #555;
}

/* Main content area */
main {
    margin-left: 250px;
    padding: 20px;
    padding-bottom: 15vh; /* Increase padding to ensure footer doesn't overlap */
    flex: 1;
    background: url('background.jpg');
    background-size: cover; /* Cover ensures full background */
}

/* Home section styling - Band Name */
.home {
    background: url('ListenNowImage.jpg') no-repeat center center/cover;
    color: #FFFF;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    font-size: 2rem; /* Use rem for consistency */
    border-radius: 20px;
    box-sizing: border-box;
}
.home h1 {
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 8px;
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    font-size: 3rem; /* Use rem for consistency */
}

/* Styling for .about section */
.about {
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 8px;
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    font-size: 1rem; /* Use rem for consistency */
}

.about-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

.button-wrapper {
    position: relative;
    display: inline-block;
    margin-top: 20px;
}

.button-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1; /* Ensure button is on top of the image */
}

.cta {
    background: #ff0000;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    position: relative; /* Position relative to ensure z-index works */
    z-index: 1;
}

.cta:hover {
    background: #cc0000;
}

/* Section styling */
section {
    padding: 40px 20px;
}

.album-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

.album {
    display: flex;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 8px;
    box-sizing: border-box;
    width: 100%;
    font-size: 1rem; /* Use rem for consistency */
    margin-bottom: 20px;
}

.album img {
    width: 400px; /* Fixed width for images */
    height: auto; /* Maintain aspect ratio */
    margin-right: 20px;
}

.album-details {
    max-width: 600px; /* Maximum width for the details */
}

/* Tour section styling */
.tour {
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 8px;
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    font-size: 1rem; /* Use rem for consistency */
}

.tour-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

.tour li{
    font-size: 1.3rem;
}

/* Contact Section Styling */
.contact {
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background to match site theme */
    padding: 40px 20px;
    border-radius: 10px; /* Rounded corners */
    color: #FFF; /* Text color */
    margin: 40px auto; /* Centering with top and bottom margin */
    max-width: 800px; /* Limit width for a cleaner layout */
    box-sizing: border-box;
    font-size: 1.2vw; /* Scalable font size */
}


/* Contact Section Styling */
.contact {
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    padding: 20px; /* Reduced padding */
    border-radius: 8px; /* Slightly less rounded corners */
    color: #FFF;
    margin: 20px auto; /* Centering with smaller margins */
    max-width: 600px; /* Reduced max-width */
    box-sizing: border-box;
    font-size: 0.9vw; /* Smaller scalable font size */
}

/* Contact Form Styling */
.contact h2 {
    text-align: center;
    font-size: 1.5vw; /* Smaller font size */
    margin-bottom: 15px; /* Reduced bottom margin */
}

.contact label {
    display: block;
    margin-bottom: 8px; /* Reduced margin */
    font-weight: bold;
}

.contact input[type="text"],
.contact input[type="email"],
.contact textarea {
    width: 100%;
    padding: 8px; /* Reduced padding */
    margin-bottom: 15px; /* Reduced margin */
    border: 1px solid #FFF;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1); /* Transparent input background */
    color: #FFF;
    font-size: 0.9vw; /* Smaller font size */
}

.contact input[type="text"]::placeholder,
.contact input[type="email"]::placeholder,
.contact textarea::placeholder {
    color: #CCC; /* Placeholder color */
}

.contact button {
    background: #ff0000;
    color: #FFF;
    padding: 8px 16px; /* Smaller padding */
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1vw; /* Smaller font size */
    transition: background 0.3s;
    text-align: center;
    margin-top: 10px;
}

.contact button:hover {
    background: #cc0000;
}

/* Footer styling */
footer {
    font-size: 1rem; /* Use rem for consistency */
    background: #000;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    width: calc(100% - 250px);
    position: fixed;
    bottom: 0;
    left: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 10; /* Ensure footer is above other content */
}

footer .social-media {
    display: flex;
    gap: 100px;
    margin-top: 10px;
}

footer .social-media a {
    color: #fff;
    text-decoration: none;
}

footer .social-media a:hover {
    text-decoration: underline;
}
