*, *::before,*::after {
    text-decoration: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: Helvetica;
}

.hiddensiteimg {
    display: none;
}

body {
    overflow-x: hidden;
    max-width: 100vw;
}

.fixed_navbar_wrapper ul .music_portal_link {
    display: none;
}

.fixed_navbar_wrapper ul .merch_store_link {
    display: none;
}

.active_page_section_button {
    background-color: white;
    color: black;
}

.siteimg {
    max-width: 20rem;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: auto;
}

.fixed_navbar_wrapper {
    position: fixed;
    top: 0;
    display: none;
    width: 100vw;
    overflow: hidden;
    height: 2rem;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 101;
}

.fixed_navbar_wrapper ul {
    display: flex;
    justify-content: space-evenly;
    list-style-type: none;
    height: 100%;
}

.fixed_navbar_wrapper ul li {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.fixed_navbar_wrapper ul li:hover {
    cursor: pointer;
}

.fixed_navbar_wrapper ul li:hover a {
    color: #4b0e85;
}

.fixed_navbar_wrapper ul li a {
    color: white;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.corner_record_wrapper {
    position: fixed;
    top: 2rem;
    left: 2rem;
    z-index: 100;
}

.corner_record_wrapper img:hover {
    animation: spin_record 2000s infinite;
}

.socials_sidebar_wrapper {
    position: fixed;
    width: 8rem;
    background-color: rgba(128,128,128,0.5);
    right: 0;
    top: 20vh;
    height: 25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.socials_sidebar_wrapper .socials_inner_wrapper {
    width: 90%;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.socials_sidebar_wrapper .close_socials_button {
    width: 2rem;
    height: 2rem;
    background-color: red;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.message_status {
    display: none;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 2rem;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 4rem;
    right: 2rem;
    padding: 2px;
}

.band_member_nav {
    display: none;
    position: fixed;
    top: 2rem;
    height: 2rem;
    justify-content: center;
    align-items: center;
    width: 100vw;
}

.band_member_nav ul {
    display: flex;
    text-decoration: none;
    list-style-type: none;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
}

.band_member_nav ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.band_member_nav ul li a {
    background-color: rgba(83, 0, 47, 0.5);
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(.3rem, 2vw + .4rem, 1rem);
}

.landing_section_wrapper {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ff9d00;
}

.landing_section_wrapper .top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    padding-top: 2rem;
}

.landing_section_wrapper .top .top_inner_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.landing_section_wrapper .top .top_inner_wrapper img {
    max-width: 60%;
    object-fit: contain;
}
.landing_section_wrapper .bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    /* debug */
    /* border-top: 2px dotted greenyellow;  */
}

.landing_section_wrapper .bottom .bottom_inner_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing_section_wrapper .bottom .bottom_inner_wrapper nav {
    width: 100%;
    display: flex;
    height: 10%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.landing_section_wrapper .bottom .bottom_inner_wrapper nav ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 98%;
}

.landing_section_wrapper .bottom .bottom_inner_wrapper nav ul li {
    max-width: fit-content;
}

.landing_section_wrapper .bottom .bottom_inner_wrapper nav ul li a {
    color: #4b0e85;
    font-size: xx-large;
}

.landing_section_wrapper .bottom .bottom_inner_wrapper nav ul li a:hover {
    animation: fade_button .5s;
    color: #8c49cc;
}

.landing_section_wrapper .bottom .bottom_inner_wrapper nav .mobile_socmed {
    display: none;
}

/* HOME PAGE */
.home_wrapper {
    min-height: 100vh;
    height: fit-content;
    background-color: rgba(0,0,0,0.9);
    display: flex;
    justify-content: center;
    color: white;
}

.home_wrapper .main_content_wrapper {
    width: 90%;
    height: 90%;
    bottom: 0;
    margin-top: 5rem;
    margin-bottom: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home_wrapper .main_content_wrapper .announcements_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.home_wrapper .main_content_wrapper .announcements_wrapper .slider_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home_wrapper .main_content_wrapper .announcements_wrapper .slider_wrapper .carousel {
    max-width: 56.5625rem;
    max-height: 31.8125rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}


.home_wrapper .main_content_wrapper .announcements_wrapper .slider_wrapper .carousel .carousel_image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.carousel_image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: auto;
}

.home_wrapper .main_content_wrapper .announcements_wrapper .slider_wrapper .carousel_indicator_wrapper {
    width: 10rem;
    height: 3rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.home_wrapper .main_content_wrapper .announcements_wrapper .carousel_indicator_wrapper .carousel_indicator {
    width: .5rem;
    height: .5rem;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.home_wrapper .main_content_wrapper .article_section_wrapper {
    display: flex;
    justify-content: space-evenly;
    padding: 5rem;
    width: 100%;
}

.home_wrapper .main_content_wrapper .article_section_wrapper article {
    max-width: 20rem;
    border-radius: 2rem;
    padding: 2rem;
    height: fit-content;
}

/* ABOUT PAGE */
.about_wrapper {
    min-height: 100vh;
    height: fit-content;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: white;
}

.about_wrapper .band_wrapper {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    bottom: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.8);
}

.about_wrapper .band_wrapper .article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.about_wrapper .band_wrapper .article .band_photo_wrapper {
    max-width: 56.5625rem;
    max-height: 31.8125rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: contain;
}

.lefttoright {
    max-width: 80%;
    
}

.about_wrapper .band_wrapper .article .band_photo_wrapper img {
    object-fit: contain;
    max-width: 90%;
}

.about_wrapper .article .about_them_cbd_text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    max-width: 56.5625rem;
    height: fit-content;
}

.about_wrapper .member_wrapper {
    display: flex;
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 5rem;
    gap: 10rem;
    justify-content: space-evenly;
    min-height: 100vh;
}

.about_wrapper .member_wrapper .portrait_photo_wrapper {
    width: 50%;
}
.about_wrapper .member_wrapper .portrait_photo_wrapper img {
    object-fit: contain;
    max-width: 100%;
}

/*THIS IS .about_wrapper .member_wrapper .text_wrapper*/
.text_wrapper {
    color: black;
    font-size: 1.2rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 50%;
}

.text_wrapper .bio_wrapper {
    display: flex;

}

/* LIVE PAGE */
.live_wrapper {
    display: flex;
    min-height: 100vh;
    background-color: rgba(0,0,0,0.9);
}

/* BOOKING PAGE */
.booking_wrapper {
    min-height: 100vh;
    height: fit-content;
    padding-top: 4rem;
    padding-bottom: 2rem;
    background-color: #ff9d00;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100vw;
}

.booking_wrapper .booking_form {
    width: 80%;
    min-height: 40rem;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.booking_wrapper .booking_form .send_message_button {
    width: 6rem;
    font-size: 2rem;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background-color: rgba(0,0,0,0.5);
    color: white;
}

.booking_wrapper .booking_form .send_message_button:hover {
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
}

.booking_wrapper .booking_form input,select {
    height: 2.5rem;
    font-size: 1.3rem;
}

.booking_wrapper .booking_form textarea {
    min-height: 6rem;
    font-size: 1.5rem;
    resize: none;
}

.booking_wrapper .booking_form label {
    font-weight: bold;
    font-size: 1.3rem;
}

/* FOOTER */
footer {
    height: 10vh;
    background-color: gray;
    display: flex;
    justify-content: space-evenly;
}

footer .footer_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer .footer_section p {
    color: white;
    text-align: left;
}

/* ANIMATIONS */

@keyframes fade_button {
    0% {
        color: #4b0e85;
    }
    100% {
        color: #8c49cc;
    }
}

@keyframes spin_record {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(500000deg);
    }
}

@keyframes close_socials {
    from {
        width: 8rem;
    }
    to {
        width: 2rem;
    }
}

@keyframes open_socials {
    from {
        width: 2rem;
    }
    to {
        width: 8rem;
    }
}

@keyframes carousel_fade_in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/*Below is the mobile version of the site*/

@media(max-width:930px) {

    * {
        padding: 0;
        margin: 0;
    }

    body {
        overflow-x: hidden;
        min-width: 100vw;
    }

    .landing_section_wrapper .bottom .bottom_inner_wrapper nav {
        gap: 2rem;
        align-items: center;
    }
    .landing_section_wrapper .bottom .bottom_inner_wrapper nav .mobile_socmed {
        display: flex;
        flex-direction: column;
    }
    
    .landing_section_wrapper .bottom .bottom_inner_wrapper nav .mobile_socmed .mobile_socmed_section {
        display: flex;
        justify-content: center;
        gap: 2rem;
    }

    .socials_sidebar_wrapper {
        display: none;
    }

    .landing_section_wrapper 
    {
        top: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    .landing_section_wrapper .top
    {
        min-height: 90vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }

    .landing_section_wrapper .top img {
        max-width: 90vw;
    }

    .landing_section_wrapper .bottom {
        height: 110vh;
    }

    .landing_section_wrapper .bottom .bottom_inner_wrapper .navbar ul{
        flex-direction: column;
        gap: 2rem;
    }
    .about_wrapper .band_wrapper .article .band_photo_wrapper {
        width: 95vw;
    }
    
}

@media (max-width: 640px) {
    .about_wrapper .member_wrapper,
    .home_wrapper .main_content_wrapper .article_section_wrapper {
      flex-wrap: wrap;
      padding-left: 1rem !important;
      padding-right: 1rem !important; 
      gap: 1rem !important;  
      width: 100%;
    }
  
    .about_wrapper .member_wrapper > *,
    .home_wrapper .main_content_wrapper .article_section_wrapper article {
      flex: 1 1 100%;
      max-width: 100% !important;
    }
  
    .booking_wrapper .booking_form {
      width: 90vw !important; 
      height: auto !important;
      margin: 0 auto;
    }
  

    img, .carousel_image, .siteimg {
      max-width: 100vw !important;
      width: 100% !important;
      height: auto !important;
      object-fit: contain;
    }
  
    html, body {
        overflow-x: hidden !important;
        max-width: 100vw !important;
        margin: 0;
        padding: 0;
    }  
    .corner_record_wrapper {
        bottom: 2rem;
        right: 2rem;
        position: fixed;
        top: auto;
        left: auto;
    }
    .message_status {
        top: 10vh;
        left: 2rem;
        bottom: auto;
        right: auto;
        position: fixed;
    }
}
  