body{
    background-color: #ffe7c9;
    background-image: url(../images/graphics/bg_pale_p.jpg);
    padding: 0px;
    margin: 0px:
}
a{
    color: inherit;
    text-decoration: none;
}

/* Desktop CSS +++++++++++++++++++++++++++++++++++++++++ */
@media (min-width: 750px){
    body{
        padding: 0px;
        margin: 0px;
    }
    h1{
        font-family: "Kanit", sans-serif;
        font-weight: 900;
        font-style: normal;
        padding:0px;
        margin:0px;
    }
    h2{
        font-family: "Kanit", sans-serif;
        font-weight: 700;
        font-style: normal;
        padding:0px;
        margin:0px;
        font-size: 50px;
        line-height: 40px;
        color: #c72c41;
    }
    h3{ 
        font-family: "Anton", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 35px;
        line-height: 30px;
        padding: 0px;
        margin: 0px;
    }
    p{
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-style: normal;
        padding:0px;
        margin:0px;
        font-size: 20px;
        line-height: 26px;
        color: #3a3a3a;
    }
#container_nav_phone{
    max-width: 750px;
    padding: 0px 0px;
    margin: 0px auto;
    display: none;
}
/* Navigation Section +++++++++++++++++++++++++++++++++++++++++ */
    #container_nav_bg{
        background-color: #c72c41;
        height: 100px;
        width: 100%;
        margin: 0px auto;
        padding: 0px;
    }
    #container_nav{
        max-width: 1200px;
        margin: 0px auto;
        height: 100px;
        display: flex;
    }
    #nav_logo{
        height: 75px;
        width: 250px;
        margin: auto auto auto 0px;
        background-image:url(../images/graphics/logo.png);
        z-index: 1;
    }
    #nav_buttons{
        margin: auto 0px;
    }
    #nav_buttons ul{
        list-style-type: none;
        list-style: none;
        font-family: "Anton", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
    }
    #nav_buttons ul li{
        margin-right: 40px;
        color: white;
        margin-bottom: 3px;
        margin-top: 3px;
        display:inline-block;
    }
    #nav_buttons ul li:hover{

        animation: nav_change  0.15s ease-in-out forwards;
    }
    @keyframes nav_change {
    100% {
        color: #ff8c00;
        margin-bottom: 0px;
        border-bottom: 3px solid #ff8c00;
  }
    0% {
        margin-right: 40px;
        color: white;
        margin-bottom: 3px;
        margin-top: 3px;
        display:inline-block;
  }
}
    #nav_buy{
        height: 54px;
        width: 146px;
        margin: auto 5px auto 0px;
        background-image: url(../images/graphics/ticket01.png);
    }
    #nav_buy:hover{
        background-image: url(../images/graphics/ticket02.png);
    }

/* Header Section | Home ++++++++++++++++++++++++++++++++++++++++++ */
#banner_link {
    background-color: #c72c41;
    width: auto;
    height: 600px;
    display: block;
    position: relative;
}

#container_header_bg {
    height: 600px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.fade-banner {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fade-banner.show {
    opacity: 1;
    z-index: 2;
}
/* Information Section | Home ++++++++++++++++++++++++++++++++++++++ */
    #container_info_bg{
        max-width: 1200px;
        margin: 0px auto;
        padding: 0px;
        background-image: url(../images/graphics/info_pattern.png);
        background-position: left top;
        background-repeat: no-repeat;
    }
    #container_info{
        display:flex;
        margin-right: 5px;
        padding: 120px 0px;
    }
    #info_header{
        width: 250px;
        float: left;
        margin-left: auto;
        padding: 20px 10px 20px 20px;
        text-align: right;
        background-color: rgba(255, 255, 255, 0.7);
    }
    #info_context{
        width: 450px;
        float: left;
        padding: 20px 20px 20px 0px;
        margin: 0px;
        background-color: rgba(255, 255, 255, 0.7);
    }
/* Marguee Banner | Home +++++++++++++++++++++++++++++++++++++++++++ */
    #container_scroller{
        width: 100%;
        font-family: "Anton", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 36px;
        color: #c72c41;
        padding: 0px;
        margin: 0px;
        overflow: hidden;
        display: flex;
        gap: 15px;
        user-select: none;
    }
    #container_scroller ul{
        list-style: none;
        display: flex;
        min-width: 100%;
        gap: 15px;
        padding:0px;
        margin:0px;
        align-items: center;
        flex-shrink: 0;
        animation: scroll 120s linear infinite;
    }
    @keyframes scroll{
        to{
            transform: translateX(calc(-100% - 15px));
        }
    }
/* Special Banner | Home ++++++++++++++++++++++++++++++++++++++++++ */
    #container_sb_bg{
        width: 100%;
        height: 500px;
        background: green;
        background-image:url(../images/graphics/fourdaysfourjourneys.jpg);
        background-size:cover;
        background-position:center;
        background-repeat: no-repeat;
        margin: 0px;
        padding: 0px;
    }
    #container_sb{
        max-width: 1200px;
        position: relative;
        height: 500px;
        margin: 0px auto;
        padding: 0px;
    }
    #sb_top_text{
        font-family: "Anton", sans-serif;
        font-weight: 400;
        font-style: normal;
        width: 100%;
        text-align: left;
        color:#ffe7c9;
        font-size: 150px;
        line-height: 130px;
        position:absolute;
        top: 0;
        left: 0;
    }
    #sb_bottom_text{
        font-family: "Anton", sans-serif;
        font-weight: 400;
        font-style: normal;
        width: 100%;
        text-align: right;
        color:#ffe7c9;
        font-size: 150px;
        line-height: 125px;
        position:absolute;
        bottom: 0;
        right: 0;
    }
/* Meet the Artists | Home ++++++++++++++++++++++++++++++++++++++++++ */
    #container_show_lineup{
        width: auto;
        margin: 0px auto;
        margin-top: 80px;
        margin-bottom: 80px;
        text-align: center;
}
    #show_lineup_grid{
        max-width: 1200px;
        margin: 20px auto;
        text-align: center;
    
}
    #show_container{
    width: 258px;
    height: 300px;
    margin: 0px 5px 20px 5px;
    text-align: center;
    display: inline-block;
    color: #3a3a3a;
}
    #show_headshot{
    width: 250px;
    height: 250px;
    margin-bottom: 5px;
    background-size: cover;
    background-position: center;
    border: 4px solid #ffe7c9;
        background-color: #3a3a3a;
}
    #show_container:hover{
    #show_headshot{
    border: 4px solid #c72c41;
    }
    h3{
    color: #c72c41;
    }
}
    #see_more{
    max-width: 580px;
    padding:10px 0px;
    margin: 20px auto 0px auto;
    background-color: #c72c41;
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    color: #ffe7c9;
}
    #see_more:hover{
    background-color: #ff8c00; 
    animation: big_link_button_change  0.15s ease-in-out forwards;
}
    #lineup_grid a{
    color: inherit;
}
    .fest_title_size{
        font-size: 20px;
    }
    .fest_des_size{
        font-size: 16px;
        line-height: 14px;
    }
/* Bottom Links | Home ++++++++++++++++++++++++++++++++++++++++++++ */
#container_link_bg{
    background-image: url(../images/graphics/bottom_banner.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    text-align: center;
    padding: 100px 0px;
}
#big_link_button{
    width: 300px;
    padding: 40px 0px;
    margin: 10px 5px;
    background-color: #c72c41;
    display: inline-block;
    text-align: center;
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    color:#ffe7c9;
}
#big_link_button:hover{
    background-color: #ff8c00;
    animation: big_link_button_change  0.15s ease-in-out forwards;
        }
    @keyframes big_link_button_change {
    100% {
        background-color: #ff8c00;
  }
    0% {
        background-color: #c72c41;
  }
}
/* Footer Section ++++++++++++++++++++++++++++++++++++++++++++ */
    #container_footer_bg{
    width: 100%;
    background-color: #3a3a3a;
    padding-top: 40px;
}
    #footer_grid{
        max-width: 1200px;
        margin: 0px auto;
        display: flex;
    }
    #contact_box{
        margin: 0px 0px 0px auto;
        max-width: 550px;
    }
    #location_box{
        width: 280px;
    }
    #copyright_info{
    max-width: 1200px;
    color: white;
    margin: 0px auto;
    padding: 40px 0px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 15px;
    text-align: center;
    border-top: 1px solid white;
}
    .footer_header{
        color: #c72c41;
        font-size: 25px;
    }
    .footer_text{
        color: white;
        font-size: 15px;
        line-height: 20px;
    }
    #footer_logo{
        width: 175px;
        margin-right: 10px;
    }
    #social_blank{
        height: 40px;
        width: 40px;
        background-image: url(../images/graphics/social_blanka.png);
        display: inline-block;
        margin-right: 10px;
    }
    #social_blank:hover{
        background-image: url(../images/graphics/social_blankb.png);
    }
    #social_email{
        height: 40px;
        width: 40px;
        background-image: url(../images/graphics/social_emaila.png);
        display: inline-block;
        margin-right: 10px;
    }
    #social_email:hover{
        background-image: url(../images/graphics/social_emailb.png);
    }
    #social_instagram{
        height: 40px;
        width: 40px;
        background-image: url(../images/graphics/social_instagrama.png);
        display: inline-block;
        margin-right: 10px;
    }
    #social_instagram:hover{
        background-image: url(../images/graphics/social_instagramb.png);
    }
    #social_facebook{
        height: 40px;
        width: 40px;
        background-image: url(../images/graphics/social_facebooka.png);
        display: inline-block;
        margin-right: 10px;
    }
    #social_facebook:hover{
        background-image: url(../images/graphics/social_facebookb.png);
    }
/* Underconstruction ++++++++++++++++++++++++++++++++++++++++++++ */
#underconstruction{
    max-width: 1200px;
    text-align: center;
    margin: 50px auto;
    display: block;
}
.uc_resize{
    max-width: 800px;
    width: 100%;
    height: 100%;
    margin: 0px auto;
}
.text_uc{
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    color: #c72c41;
    line-height: 50px;
}
/* Backgound Day 1 ++++++++++++++++++++++++++++++++++++++++++++ */
    #container_day1_bg{
    width: 100%;
    background-color: #7d3c98;
}
    #container_day1{
    max-width: 1200px;
    margin: 0px auto;
    padding: 50px 0px 10px 0px;
    text-align: center;
}
    .day1_header{
    color: white;
}
    #artist_container_day1{
    width: 258px;
    height: 300px;
    margin: 20px 5px 20px 5px;
    text-align: center;
    display: inline-block;
    color: white;
}
    #artist_headshot_day1{
    width: 250px;
    height: 250px;
    margin-bottom: 5px;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-image: url(../images/artists/day1.jpg);
}
    #artist_headshot_day1 img{
        width: 250px;
        height: 250px;
        text-align: center;
        position:relative;
    }
    #artist_container_day1:hover{
        .day1_name{
            color: #c72c41;
            }
        #artist_headshot_day1 img{
        animation: fadeIn 0.15s ease-in-out forwards;
        }
        }
    .day1_name{
        color: white;
        }
/* Backgound Day 2 ++++++++++++++++++++++++++++++++++++++++++++ */
    #container_day2_bg{
    width: 100%;
    background-color: #ff8c00;
}
    #container_day2{
    max-width: 1200px;
    margin: 0px auto;
    padding: 50px 0px 10px 0px;
    text-align: center;
}
    .day2_header{
    color: white;
}
    #artist_container_day2{
    width: 258px;
    height: 300px;
    margin: 20px 5px 20px 5px;
    text-align: center;
    display: inline-block;
    color: white;
}
    #artist_headshot_day2{
    width: 250px;
    height: 250px;
    margin-bottom: 5px;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-image: url(../images/artists/day2.jpg);
}
    #artist_headshot_day2 img{
        width: 250px;
        height: 250px;
        text-align: center;
        position:relative;
    }
    #artist_container_day2:hover{
        .day2_name{
            color: #7d3c98;
            }
        #artist_headshot_day2 img{
        animation: fadeIn 0.15s ease-in-out forwards;
        }
        }
    .day2_name{
        color: white;
        }

/* Backgound Day 3 ++++++++++++++++++++++++++++++++++++++++++++ */
    #container_day3_bg{
    width: 100%;
    background-color: #c72c41;
}
    #container_day3{
    max-width: 1200px;
    margin: 0px auto;
    padding: 50px 0px 10px 0px;
    text-align: center;
}
    .day3_header{
    color: white;
}
    #artist_container_day3{
    width: 258px;
    height: 300px;
    margin: 20px 5px 20px 5px;
    text-align: center;
    display: inline-block;
    color: #c72c41;
}
    #artist_headshot_day3{
    width: 250px;
    height: 250px;
    margin-bottom: 5px;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-image: url(../images/artists/day3.jpg);
}
    #artist_headshot_day3 img{
        width: 250px;
        height: 250px;
        text-align: center;
        position:relative;
    }
    #artist_container_day3:hover{
        .day3_name{
            color: #ff8c00;
            }
        #artist_headshot_day3 img{
        animation: fadeIn 0.15s ease-in-out forwards;
        }
        }
    .day3_name{
        color: white;
        }

/* Backgound Day 4 ++++++++++++++++++++++++++++++++++++++++++++ */
    #container_day4_bg{
    width: 100%;
    background-color: #3a3a3a;
}
    #container_day4{
    max-width: 1200px;
    margin: 0px auto;
    padding: 50px 0px 10px 0px;
    text-align: center;
}
    .day4_header{
    color: white;
        font-size: 30px;
}
    #artist_container_day4{
    width: 258px;
    height: 300px;
    margin: 20px 5px 20px 5px;
    text-align: center;
    display: inline-block;
    color: #3a3a3a;
}
    #artist_headshot_day4{
    width: 250px;
    height: 250px;
    margin-bottom: 5px;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-image: url(../images/artists/day4.jpg);
    
}
    #artist_headshot_day4 img{
        width: 250px;
        height: 250px;
        text-align: center;
        position:relative;
    }
    #artist_container_day4:hover{
        .day4_name{
            color: #c72c41;
            }
        #artist_headshot_day4 img{
        animation: fadeIn 0.15s ease-in-out forwards;
        }
        }
    .day4_name{
    color: white;
        font-size: 24px;
}
/* All 2025 Lineup ++++++++++++++++++++++++++++++++++++++++++++ */
    #container_all_bg{
    width: 100%;
}
    #container_all{
    max-width: 1200px;
    margin: 0px auto;
    padding: 50px 0px 10px 0px;
    text-align: center;
}
    .all_header{
    color: #c72c41;
}
    #artist_container_all{
    width: 258px;
    height: 300px;
    margin: 20px 5px 20px 5px;
    text-align: center;
    display: inline-block;
    color: white;
}
    #artist_headshot_all{
    width: 250px;
    height: 250px;
    margin-bottom: 5px;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-image: url(../images/artists/artist_link.jpg);
}
    #artist_headshot_all img{
        width: 250px;
        height: 250px;
        text-align: center;
        position:relative;
    }
    #artist_container_all:hover{
        .all_name{
            color: #c72c41;
            }
        #artist_headshot_all img{
        animation: fadeIn 0.15s ease-in-out forwards;
        }
        }
    @keyframes fadeIn {
    100% {
        opacity: 0.2;
        filter: grayscale(100%);
        zoom: 1.1;
        left: -10px;
        top: -10px;
  }
    0% {
        opacity: 1; /* End completely opaque */
        zoom: 1;
        left: 0px;
        top: 0px;
  }
}
    .all_name{
        color: #3a3a3a;
        }
/* Information Page ++++++++++++++++++++++++++++++++++++++++++++ */
    #container_about_bg{
        width: 100%;
    }
    #about_section{
        max-width: 1200px;
        margin: 40px auto;
        display: flex;
        color: #3a3a3a;
    }
    #about_nav{
        width: 200px;
        margin-right: auto;
        margin-left: 5px;
    }
    #about_nav ul{
        list-style: none;
        padding: 0px;
        margin: 10px 0px;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-size: 16px;
        text-align: left;
        color: #3a3a3a;
        border-top: 1px dotted #3a3a3a;

    }
    #about_nav ul li{
        border-bottom: 1px dotted #3a3a3a;
        padding: 5px 0px;
    }
    #about_nav ul li:hover{
        color: #c72c41;
        text-decoration: underline;
        text-underline-offset: 3px;
        text-decoration-thickness: 2px;
    }
    #about_nav ul a li{
        border-bottom: 1px dotted #3a3a3a;
        padding: 5px 0px;
    }
    #about_nav ul a li:hover{
        color: #c72c41;
        text-decoration: underline;
        text-underline-offset: 3px;
        text-decoration-thickness: 2px;
    }
    #about_content{
        width: 70%;
    }
    .info_mid_stroke{
        border-bottom: 1px dotted #3a3a3a;
        max-width: 1200px;
        margin: 45px auto 50px auto;
    }
    #mobile_back_to_top{
        display: none;
    }
    
/* Other Elements ++++++++++++++++++++++++++++++++++++++++++++ */
    #container_black_divider{
        height: 50px;
        width 100%;
        background-image: url(../images/graphics/divider_black.png);
        background-position: center;
    }
    #container_red_divider{
        height: 50px;
        width 100%;
        background-image: url(../images/graphics/divider_red.png);
        background-position: center;
    }
    #container_yellow_divider{
        height: 50px;
        width 100%;
        background-image: url(../images/graphics/divider_yellow.png);
        background-position: center;
    }

    #tester_header{
    width:100%;
    height:600px;
    background-color: blue;
    background-image: url(../images/banners/banner_test.jpg);
    background-position: center;
    background-size: cover;
}
    
/* Show Information Page ++++++++++++++++++++++++++++++++++++++++++++ */
    #container_show_page_bg{
        width: 100%;
        height: auto;
    }
    #container_show_page{
        max-width: 1200px;
        margin: 50px auto;
    }
    #show_article{
    max-width: 1200px;
    display: flex;
    gap: 30px;
    }
    #show_poster{
        width: 50%;
    }
    #show_poster img{
        width: 100%;
        height: auto;
    }
    #show_description{
        width: 50%;
    }
}

/* Mobile CSS ---------------------------------------------------- */
@media (max-width: 749px){
    h1{
        font-family: "Kanit", sans-serif;
        font-weight: 900;
        font-style: normal;
        padding:0px;
        margin:0px;
    }
    h2{
        font-family: "Kanit", sans-serif;
        font-weight: 700;
        font-style: normal;
        padding:0px;
        margin: 0px;
        font-size: 40px;
        line-height: 40px;
        color: #c72c41;
    }
    h3{ 
        font-family: "Anton", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 35px;
        line-height: 30px;
        padding: 0px;
        margin: 0px;
    }
    p{
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-style: normal;
        padding:0px;
        margin:0px;
        font-size: 20px;
        color: #3a3a3a;
    }
/* Navigation Section ---------------------------------------- */
    #container_nav_bg{
        background-color: #c72c41;
        height: 100px;
        width: 100%;
        margin: 0px auto;
        padding: 0px;
        display: none;
    }
    #container_nav{
        max-width: 724px;
        margin: 0px auto;
        height: 100px;
        display: flex;
    }
    body{
        padding: 0px;
        margin: 0px;
    }
    #nav_logo{
        height: 75px;
        width: 250px;
        margin: auto auto auto 0px;
        background-image:url(../images/graphics/logo.png);
        position: absolute;
        top:10px;
        left: 0px;
    }
/* Header Section | Home ---------------------------------------- */
#banner_link {
    background-color: #c72c41;
    width: auto;
    height: 270px;
    display: block;
    position: relative;
}
#container_header_bg {
    height: 270px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.fade-banner {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.fade-banner.show {
    opacity: 1;
    z-index: 2;
}
/* Information Section | Home ---------------------------------------- */
    #container_info_bg{
        max-width: 749px;
        margin: 0px auto;
        padding: 0px 10px;
    }
    #container_info{
        display:block;
        margin-right: 5px;
        height: auto;
    }
    #info_header{
        width: 100%;
        float: left;
        padding-top: 60px;
        margin-left: auto;
        margin-right: 10px;
        text-align: left;
    }
    #info_context{
        width: 100%;
        float: left;
        padding: 0px;
        margin: 20px 0px 60px 0px;
    }
/* Marguee Banner | Home ---------------------------------------- */
    #container_scroller{
        width: 100%;
        font-family: "Anton", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 30px;
        color: #c72c41;
        padding: 0px;
        margin: 0px;
        overflow: hidden;
        display: flex;
        gap: 15px;
        user-select: none;
    }
    #container_scroller ul{
        list-style: none;
        display: flex;
        min-width: 100%;
        gap: 15px;
        padding:0px;
        margin:0px;
        align-items: center;
        flex-shrink: 0;
        animation: scroll 120s linear infinite;
    }
    @keyframes scroll{
        to{
            transform: translateX(calc(-100% - 15px));
        }
    }
/* Special Banner | Home ---------------------------------------- */
    #container_sb_bg{
        width: 100%;
        height: 400px;
        background: green;
        background-image:url(../images/graphics/fourdaysfourjourneys_small.jpg);
        background-size:cover;
        background-position:center;
        background-repeat: no-repeat;
        margin: 0px;
        padding: 0px;
    }
    #container_sb{
        max-width: 749px;
        position: relative;
        height: 400px;
        margin: 0px auto;
        padding: 0px;
    }
    #sb_top_text{
        font-family: "Anton", sans-serif;
        font-weight: 400;
        font-style: normal;
        width: 100%;
        text-align: left;
        color:#ffe7c9;
        font-size: 85px;
        line-height: 72px;
        position:absolute;
        top: 0;
        left: 0;
    }
    #sb_bottom_text{
        font-family: "Anton", sans-serif;
        font-weight: 400;
        font-style: normal;
        width: 100%;
        text-align: right;
        color:#ffe7c9;
        font-size: 85px;
        line-height: 72px;
        position:absolute;
        bottom: 0;
        right: 0;
    }
/* Show Lineup | Home -------------------------------------- */
    #container_show_lineup{
        width: auto;
        margin: 0px auto;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
}
    #show_lineup_grid{
        max-width: 749px;
        margin: 20px auto 0px auto;
        text-align: center;
    
}
    #show_container{
    width: 258px;
    height: 300px;
    margin: 0px 5px 10px 5px;
    text-align: center;
    display: inline-block;
    color: #3a3a3a;
}
    #show_headshot{
    width: 250px;
    height: 250px;
    margin-bottom: 5px;
    background-size: cover;
    background-position: center;
    border: 4px solid #ffe7c9;
    background-color: #3a3a3a;
}
    #show_container:hover{
    #artist_headshot{
    border: 4px solid #c72c41;
    }
    h3{
    color: #c72c41;
    }
}
    #see_more{
    width: 380px;
    padding:10px 0px;
    margin: 0px auto;
    background-color: #c72c41;
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    color: #ffe7c9;
}
    #see_more:hover{
    background-color: #ff8c00; 
    color: white;
}
    #lineup_grid a{
    color: inherit;
}
    .fest_title_size{
        font-size: 20px;
    }
    .fest_des_size{
        font-size: 16px;
        line-height: 14px;
    }

/* Bottom Links | Home ---------------------------------------- */
#container_link_bg{
    background-image: url(../images/graphics/bottom_banner.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    text-align: center;
    padding: 50px 0px;
}
#big_link_button{
    width: 300px;
    padding: 40px 0px;
    margin: 10px 5px;
    background-color: #c72c41;
    display: inline-block;
    text-align: center;
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    color:#ffe7c9;
}
#big_link_button:hover{
    background-color: #ff8c00;
}
/* Footer Section */
    #container_footer_bg{
    width: 100%;
    background-color: #3a3a3a;
    padding: 40px 0px 0px 0px;
    text-align: center;
}
    #copyright_info{
    max-width: 1200px;
    color: white;
    margin: 0px auto;
    padding: 40px 0px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 12px;
    text-align: center;
    border-top: 1px solid white;
}
    #footer_grid{
        max-width: 1200px;
        margin: 0px auto;
        display: block;
    }
    #contact_box{
        width:auto;
        margin: 0px auto;
        display: block;
        max-width: 400px;
    }
    #location_box{
        width: auto;
        margin-bottom: 40px;
    }
    .footer_header{
        color: #c72c41;
        font-size: 25px;
    }
    .footer_text{
        color: white;
        font-size: 12px;
    }
    #footer_logo{
        width: 260px;
        padding-bottom: 40px;
        margin: 0px auto;
    }
    #social_blank{
        height: 40px;
        width: 40px;
        background-image: url(../images/graphics/social_blanka.png);
        display: inline-block;
        margin-right: 10px;
    }
    #social_blank:hover{
        background-image: url(../images/graphics/social_blankb.png);
    }
    #social_email{
        height: 40px;
        width: 40px;
        background-image: url(../images/graphics/social_emaila.png);
        display: inline-block;
        margin-right: 10px;
    }
    #social_email:hover{
        background-image: url(../images/graphics/social_emailb.png);
    }
    #social_instagram{
        height: 40px;
        width: 40px;
        background-image: url(../images/graphics/social_instagrama.png);
        display: inline-block;
        margin-right: 10px;
    }
    #social_instagram:hover{
        background-image: url(../images/graphics/social_instagramb.png);
    }
    #social_facebook{
        height: 40px;
        width: 40px;
        background-image: url(../images/graphics/social_facebooka.png);
        display: inline-block;
        margin-right: 10px;
    }
    #social_facebook:hover{
        background-image: url(../images/graphics/social_facebookb.png);
    }
    
/* Mobile Navigation ---------------------------------------- */ 
.mobile_menu {
    overflow: hidden;
    position: relative;
    height: 90px;
    background-color: #c72c41;
}
#mobile_links {
    display: none;
    text-align: center;
    background-color: white;
    font-size: 40px;
    padding: 10px 0px;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #c72c41;
    width: 100%;
}
.mobile_menu a {
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}
.mobile_menu a.icon {
    background-image: url("../images/graphics/icon_menu_a.png");
    background-position: center;
    position:absolute;
    right: 0;
    top: 23px;
    height: 20px;
    width: 20px;
}
.mobile_menu a.icon.open {
    background-image: url("../images/graphics/icon_menu_b.png");
}
#mobile_links a:hover {
    background-color: #ff8c00;
    color: white;
}
#container_nav_phone{
    max-width: 750px;
    padding: 0px 0px;
    margin: 0px auto;
}

/* Backgound Day 1 ---------------------------------------- */
    #container_day1_bg{
    width: 100%;
    background-color: #7d3c98;
}
    #container_day1{
    max-width: 1200px;
    margin: 0px auto;
    padding: 50px 0px 0px 0px;
    text-align: center;
}
    .day1_header{
    color: white;
    padding-bottom: 20px;
}
    #artist_container_day1{
    width: 158px;
    height: 200px;
    margin: 10px 5px 0px 5px;
    text-align: center;
    display: inline-block;
    color: white;
}
    #artist_headshot_day1{
    width: 150px;
    height: 150px;
    margin-bottom: 0px;
    background-size: cover;
    background-position: center;
    background-image: url(../images/artists/day1.jpg);
}
    #artist_headshot_day1 img{
        width: 100%;
        height: 100%;
    }
    #artist_container_day1:hover{
        .day1_name{
            color: #c72c41;
            }
        #artist_headshot_day1 img{
        animation: fadeIn 0.15s ease-in-out forwards;
        }
    }
    .day1_name{
        color: white;
        font-size: 20px;
        }
/* Backgound Day 2 ---------------------------------------- */
    #container_day2_bg{
    width: 100%;
    background-color: #ff8c00;
}
    #container_day2{
    max-width: 1200px;
    margin: 0px auto;
    padding: 50px 0px 0px 0px;
    text-align: center;
}
    .day2_header{
    color: white;
    padding-bottom: 20px;
}
    #artist_container_day2{
    width: 158px;
    height: 200px;
    margin: 10px 5px 0px 5px;
    text-align: center;
    display: inline-block;
    color: white;
}
    #artist_headshot_day2{
    width: 150px;
    height: 150px;
    margin-bottom: 0px;
    background-size: cover;
    background-position: center;
    background-image: url(../images/artists/day2.jpg);
}
    #artist_headshot_day2 img{
        width: 100%;
        height: 100%;
    }
    #artist_container_day2:hover{
        .day2_name{
            color: #7d3c98;
            }
        #artist_headshot_day2 img{
        animation: fadeIn 0.15s ease-in-out forwards;
        }
        }
    .day2_name{
        color: white;
        font-size: 20px;
        }

/* Backgound Day 3 ---------------------------------------- */
    #container_day3_bg{
    width: 100%;
    background-color: #c72c41;
}
    #container_day3{
    max-width: 1200px;
    margin: 0px auto;
    padding: 50px 0px 0px 0px;
    text-align: center;
}
    .day3_header{
    color: white;
    padding-bottom: 20px;
}
    #artist_container_day3{
    width: 158px;
    height: 200px;
    margin: 10px 5px 0px 5px;
    text-align: center;
    display: inline-block;
    color: #c72c41;
}
    #artist_headshot_day3{
    width: 150px;
    height: 150px;
    margin-bottom: 0px;
    background-size: cover;
    background-position: center;
    background-image: url(../images/artists/day3.jpg);
}
    #artist_headshot_day3 img{
        width: 100%;
        height: 100%;
    }
    #artist_container_day3:hover{
        .day3_name{
            color: #ff8c00;
        }
        #artist_headshot_day3 img{
        animation: fadeIn 0.15s ease-in-out forwards;
        }
    }
    .day3_name{
        color: white;
        font-size: 20px;
        }
/* Backgound Day 4 ---------------------------------------- */
    #container_day4_bg{
    width: 100%;
    background-color: #3a3a3a;
}
    #container_day4{
    max-width: 1200px;
    margin: 0px auto;
    padding: 50px 0px 50px 0px;
    text-align: center;
}
    .day4_header{
    color: white;
    padding-bottom: 20px;
}
    #artist_container_day4{
    width: 158px;
    height: 190px;
    margin: 10px 5px 0px 5px;
    text-align: center;
    display: inline-block;
    color: #3a3a3a;
}
    #artist_headshot_day4{
    width: 150px;
    height: 150px;
    margin-bottom: 0px;
    background-size: cover;
    background-position: center;
    background-image: url(../images/artists/day4.jpg);
}
    #artist_headshot_day4 img{
        width: 100%;
        height: 100%;
    }
    #artist_container_day4:hover{
        .day4_name{
    color: #c72c41;
    }
        #artist_headshot_day4 img{
        animation: fadeIn 0.15s ease-in-out forwards;
        }
}
    .day4_name{
    color: white;
    font-size: 20px;
}
    @keyframes fadeIn {
    100% {
        opacity: 0.2;
        filter: grayscale(100%);
  }
    0% {
        opacity: 1; /* End completely opaque */
        left: 0px;
        top: 0px;
  }
    }
/* All 2025 Lineup ---------------------------------------- */
    #container_all_bg{
    width: 100%;
}
    #container_all{
    max-width: 1200px;
    margin: 0px auto;
    padding: 50px 0px 50px 0px;
    text-align: center;
}
    .all_header{
    color: #c72c41;
    padding-bottom: 20px;
}
    #artist_container_all{
    width: 158px;
    height: 190px;
    margin: 10px 5px 0px 5px;
    text-align: center;
    display: inline-block;
    color: white;
}
    #artist_headshot_all{
    width: 150px;
    height: 150px;
    margin-bottom: 0px;
    background-size: cover;
    background-position: center;
    background-image: url(../images/artists/artist_link.jpg);
}
    #artist_headshot_all img{
        width: 100%;
        height: 100%;
    }
    #artist_container_all:hover{
        .all_name{
            color: #c72c41;
            }
    }
    .all_name{
        color: #3a3a3a;
        font-size: 20px;
        }  
/* Other Elements ---------------------------------------- */
    #container_black_divider{
        height: 50px;
        width 100%;
        background-image: url(../images/graphics/divider_black.png);
        background-position: center;
    }
    #container_red_divider{
        height: 50px;
        width 100%;
        background-image: url(../images/graphics/divider_red.png);
        background-position: center;
    }
    #container_yellow_divider{
        height: 50px;
        width 100%;
        background-image: url(../images/graphics/divider_yellow.png);
        background-position: center;
    }
/* Information Page ------------------------------------------ */
    #container_about_bg{
        width: 100%;
    }
    #about_section{
        max-width: 1200px;
        margin: 20px auto;
        display: block;
        color: #3a3a3a;
        padding: 0px 10px;
    }
    #about_nav{
        max-width: 749px;
        margin: 30px auto 30px auto;
        text-align: center;
        padding: 10px;
        color: #3a3a3a;
        border: 1px solid #3a3a3a;

    }
    #about_nav ul{
        list-style: none;
        padding: 0px;
        padding-top: 10px;
        margin: 8px 0px 0px 0px;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-size: 16px;
        color: #3a3a3a;
        border-top: 1px solid #3a3a3a;

    }
    #about_nav ul li{
        padding: 7px 7px;
        display: inline-flex;
        text-decoration: underline;
        text-underline-offset: 3px;
        text-decoration-thickness: 1px;
    }
    #about_nav ul li:hover{
        color: #c72c41;
        text-decoration: underline;
        text-underline-offset: 3px;
        text-decoration-thickness: 1px;
    }
    #about_content{
        max-width: 749px;
    }
    .info_mid_stroke{
        border-bottom: 1px dotted #3a3a3a;
        max-width: 1200px;
        margin: 45px auto 50px auto;
    }
    #mobile_back_to_top{
        width: 200px;
        padding: 10px 0px;
        margin: 30px auto;
        border: 1px solid #3a3a3a; 
        display: block;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-size: 16px;
        text-decoration: underline;
        text-underline-offset: 3px;
        text-decoration-thickness: 1px;
        text-align: center;
    }
    #mobile_back_to_top a:hover{
        color: #c72c41;
        text-decoration: underline;
        text-underline-offset: 3px;
        text-decoration-thickness: 1px;
    }
/* Show Information Page ----------------------------------------- */
    #container_show_page_bg{
        width: 100%;
        height: auto;
    }
    #container_show_page{
        max-width: 1200px;
        margin: 50px auto;
    }
    #show_article{
    max-width: 1200px;
    display: block;
    }
    #show_poster{
        width: 95%;
        margin: 20px auto;
    }
    #show_poster img{
        width: 100%;
        height: auto;
    }
    #show_description{
        width: 90%;
        margin: 10px auto;
    }
}
/* Underconstruction ---------------------------------------- */
#underconstruction{
    max-width: 1200px;
    text-align: center;
    margin: 50px auto;
    display: block;
}
.uc_resize{
    max-width: 800px;
    width: 100%;
    height: 100%;
    margin: 0px auto;

}
.text_uc{
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    color: #c72c41;
    line-height: 50px;
    margin: 0px;
    padding: 0px;
}