#main-body {
 background-color:black;Zz
}


/**************************** Navbar ***********************************/
.navbar {
    border-bottom: 2px solid gray;
}

#navbarNav {
    margin-left: 100px;

}

    .avatar, .avatar-placeholder {
        width: 32px;
        height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 16px;
    }

    .avatar-placeholder {
        background-color: #007bff;
        color: white;
    }

.navbar-nav .nav-link {
    color: white !important;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #bcb9b3 !important;
    background-color: transparent;
    text-decoration: none;
}

/**************************** Main content ***********************************/
.main-content {
    overflow-y: auto;
    color: #454a4d;
    margin-bottom:50px;
}

@media (max-width: 1000px) {
  .container {
    max-width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.lead {
    color:#d5d2cc;
}

/**************************** Home page ***********************************/
#welcome-section, #features-section {
    padding: 20px;
    background-color: #0d6efd;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    color: white;
}

#welcome-section h1, #features-section h1 {
    margin-top: 0;
    color: white;
}

#welcome-section p, #features-section p {
    margin: 0;
    color: white;
}

.home-layout {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    padding: 40px;
    align-items: stretch;
    flex-wrap: nowrap;
}

.text-content {
    flex: 0 0 38%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.text-bubble {
    background-color: rgba(0, 0, 139, 0.1);
    padding: 20px;
    border-radius: 12px;
    font-size: 1rem;
}

.image-content {
    flex: 0 0 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    max-height: 1070px;
}

.image-content img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}

@media (max-width: 1000px) {
  .home-layout {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
  }

  .text-content, .image-content {
    flex: 1 1 50%;
    max-width: 50%;
  }

  .text-content {
    padding-right: 10px;
  }

  .image-content {
    flex: 0 0 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    max-height: 1250px;
  }

  . img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
  }
}


/**************************** Footer ***********************************/
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color:black;
    color: #ffffff;
    text-align: center;
    font-size: 10px;
    border-top: 2px solid gray;
}


/**************************** Styles for images ***********************************/
.drumlib-logo1 {
    width: 200px;
}

.drumlib-logo2 {
    display:flex;
    width: 300px;
}

.drumlib-logo3 {
    width: 80px;
}

.drumlib-logo4 {
    width: 350px;
}


/**************************** Badges with section titles ***********************************/
.text-bg-primary {
    font-size: 2rem;
}

#section-title {
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 2px solid gray;
    padding: 10px 0;
    overflow-x: hidden;
}

.centered-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 768px) {
    .centered-badge h1 {
        display: block;
        text-align: center;
        word-break: break-word;
        font-size: 1.8rem;
        line-height: 1.3;
    }
}

.drummers-bg {
    height: 100px;
    object-fit: cover;
    object-position: left center;
    width: 100%;
    max-width: none;
}

/**************************** Drummer Image Inside Card ***********************************/
.card-img-top {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

/**************************** drummer-profile section ***********************************/

#drummer-profile-title {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    border-bottom: 2px solid gray;
}

.drummer-profile-img {
    height: 330px;

}

#drummer-profile-image {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width:500px;
    margin-bottom: 20px;
}

#drummer-name {
    display: flex;
    align-items: right;
    justify-content: center;
    margin-left:80px;
    margin-top:90px;
    max-height:120px;
}

.drummer-photos {
    margin-top: 70px;
}

#drummer-bio {
    max-width: 450px;
    margin: 0 auto;
    text-align: justify;
    line-height: 1.6;
    color:#d5d2cc;
}

#drummer-bio p {
    margin-bottom: 4em;
}

#collaborating-artists {
    color:#d5d2cc;
}

#drummer-bio p::first-line {
    font-weight: bold;
}


/**************************** Discographies ***********************************/

.discographies {
    max-width: 1000px;
    margin-bottom:40px;
    --bs-body-bg:#1c1e1f;
}


.drummer-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 600px;
    margin-left:120px;
    color:#d5d2cc;

}

.name {
    flex: 1;
    text-align: left;
}

.disc-photo {
    max-width: 300px;
    height: auto;
    padding-top:30px;
    padding-bottom:30px;
}




.discography-profile-img {
    max-width: 300px;
    align-items: right;
}

.album-container-2 {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;

    margin-bottom: 20px;

}
.album-tracks-album-cover{
    max-width:300px;
}



.album-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.album-details {
    align-items: left;
    margin-top:30px;
    gap: 10px;
    color:#d5d2cc;
}

.album-cover-img2{
    margin-top:80px;
}
.album-cover img {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width:500px;
    height: auto;
    margin-right:80px;
}


/**************************** Buttons ***********************************/

.play-button {
    margin-left: 15px;
}


/********************************** Audio Player ****************************************/
.player {
  position: fixed;
  bottom: 25px;
  width: 100%;
  background-color: rgb(37, 63, 63);
  color: #ffffff;
  text-align: center;
  border-top: 2px solid gray;
}

/* Container */
#container {
    text-align: center;
}

#title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 9px;
    margin-bottom: 5px;
    color: #fff;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
}


/* Player Controls */
#player-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

/* YouTube Icon */
#youtube-icon {
    cursor: pointer;
    width: 36px;
    height: 33px;
    background-image: url('/play.png');
    background-size: cover;
    margin-right: 19px;
    padding:20px;
}

/* Progress Bar Container */
#progressContainer {
    width: 62%;
    height: 8px;
    background-color: rgb(42, 45, 47);
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    border: 1px solid white;
}

/* Progress Bar */
#progressBar {
    height: 100%;
    background-color: #4CAF50;
    width: 0;
    transition: width 0.1s linear;
    border-radius: 4px;
}

/* Thumb */
#progressThumb {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #283593;
    border-radius: 50%;
    border: 2px solid #fff;
    pointer-events: none;
}

/* Time Info */
#timeInfo {
    margin: 5px 0;
    font-size: 13px;
    margin-right: 20px;
    margin-left: 10px;
}

/* Volume Slider */
.volume-slider {
    transform: translateY(-50%);
    float: right;
}

/* Volume Icon */
#volume-icon {
    width: 25px;
    height: auto;
    margin-left: 20px;
    margin-right: 10px;
    cursor: pointer;
    float: right;
}

/* Volume Button */
#volumeButton {
    width: 25px;
    height: 25px;
    margin-left: 20px;
    margin-right: 5px;
    background-image: url('/static/assets/img/volume-up.svg');
    background-size: cover;
    cursor: pointer;
    filter: invert(1);
}

/* Volume Button (Muted) */
#volumeButton.muted {
    background-image: url('/static/assets/img/volume-mute.svg');
}

#youtube-logo {
    width: 100px;
    height: auto;
    margin-top: 5px;
}


/********************************** Album Generator Section ****************************************/

#album-section {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}


.list-group {
    --bs-body-bg:#1c1e1f;
    --bs-body-color:#d5d2cc;
}

.list-group-item {
    --bs-body-bg:#1c1e1f;

}

.centered-badge {
    display: block;
    margin: 0 auto;
    text-align: center;
}


/********************************** Album Generator - Album Details ****************************************/
.album-container {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
    align-items: start;
    margin-bottom: 20px;
    margin-top:20px;
}

.album-details {
    display: flex;
    flex-direction: column;
}

.album-cover {
    display: flex;
    justify-content: center;
    align-items: start;
}

.album-cover img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border: 1px solid #ddd;
    padding: 5px;
}


.tracklist-heading {
    margin-top: 2rem;
}


/********************************** Registration form ****************************************/

body {
    background-color: #f8f9fa;
}

.card {
    border-radius: 10px;
}

.btn-block {
    display: block;
    width: 100%;
}

.min-vh-100 {
    min-height: 100vh;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.registration-success {
    text-align: center;
    font-size: 1.5rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 60%);
    z-index: 1000;
    width: 50%;
    padding: 20px;
    background-color: #ffe8e6;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    color: #721c24;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

/********************************** login.html ****************************************/

#reset-password-join {
    margin-top:20px;
}

.card p-4 {
    background-color: rgb(24, 26, 27);
    color: rgb(186, 180, 171)
}

/********************************** forms ****************************************/
.form-group {
    color:#d5d2cc;
}

/**************************** Comments***********************************/
.comments-section {
    color:#d5d2cc;
}

/**************************** Rotation settings for mobile devices***********************************/
@media (max-width: 768px) {
    #rotate-notice {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }
}
