@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro&family=Julius+Sans+One&family=Montserrat:wght@300&display=swap');

body {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

.container {
    text-align: center;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image:url(../IMAGES/COMPRESSED/TOP_IMAGES/FIRESHOWS.jpg);
    background-size: cover;
    background-position: center;

    /*  this is where the magic happens:  */
    background-attachment: fixed;
}

/* // GENERAL */

.options-section{

    margin-top: 6.25em;
    display: flex;
    justify-content: center;
}

.options-section-PHONE{
    display: none;
}


.show-title{
    border-bottom: 2px solid rgba(224, 205, 103, 0); /* Adjust the pixel size here (2px in this example) */
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    transition: border-bottom 1.5s ease;
    white-space: nowrap;
}

.needed, .needed2{
    margin-top: 0.43em;
    /*padding-right: 6.8em;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.show1-box, .show2-box, .show3-box, .show4-box, .show5-box{
    /*border: #E0CD67 solid 2px;*/
    border: #44474f solid 2px;

    padding: 1.8em 2rem 1.8rem 3rem;
    /*width: 56em;*/
    width: 90%;
    /*padding-left: 3rem;*/
    transition: border 0.5s ease;

}
.show1-box:hover, .show2-box:hover, .show3-box:hover, .show4-box:hover, .show5-box:hover{
    border: #E0CD67 solid 2px;

}
.show1-image, .show2-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#show1-img, #show2-img, #show3-img, #show4-img, #show5-img {
    z-index: 1;
    transition: transform 1.5s ease;
}

#show1-img.zoomed, #show2-img.zoomed, #show3-img.zoomed, #show4-img.zoomed, #show5-img.zoomed{
    transform: scale(1.02);
}

.needed li, .needed p, .stage , .artists ,.video_link{
    display: inline-block;
}

.needed ul{
    margin-left: -2rem;
}

.span{
    color: #E0CD67;
}

.time, .artists ,.video_link{
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-left: 28em;
    margin-top: 1.25em;
}

.stage {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-top: -3.1em;
    margin-left: 4em;
}

.clock-icon, .stage-icon, .artists-icon{
    margin-right: 0.9em;
}

.show1-content, .show2-content{
    display: flex;
    justify-content: flex-start;
}




/* // SHOW 1 */

.show1-text{
    width: 100%;
    /*margin-left: 1.8em;*/
}

.show1-text p, .show2-text p {
    width: 95%;
    margin: 0 0 0 0;
    text-align: justify;
}


.show1-image img, .show1-image{
    height: 21.8em;
    display: inline-block ;
}

/* // SHOW 2 */

.show2-image img, .show2-image{
    height: 21.8em;
    display: inline-block ;
    margin-right: -3.1em;
}

.show2-text{
    width: 95%;
    /*margin-left: 0.6em;*/
    /*margin-right: -3.75em;*/
}

.needed2 li, .needed2 p, .stage2 , .artists2, .video_link2{
    display: inline-block;
}

.time2, .artists2, .video_link2{
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-top: 1.25em;
}

.stage_video2{
    display: flex;
    flex-direction: column;
    margin-top: 1.25em;
}

.video_link_title2 a{
    cursor: pointer;
    font-family: "Crimson Pro" ,"sans-serif";
    text-decoration: underline 0.2rem #E0CD67;
    border-bottom: 0.4rem;
    color: #E0CD67;
    font-size: 1.2rem;
    margin-left: 1rem;
    padding-bottom: -2rem;

}

.stage2{

    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-top: -3.1em;
    margin-left: 13.25em;
}

.time2 p{
    margin-left: 1.25em;
}

.clock-icon2{
    margin-right: -0.31em;
    margin-bottom: -0.37em;
    /*padding-left: 10px;*/
}

.stage-icon2{
    margin-bottom: -0.18em;
    margin-right: 0.9em;
}

.double-artists-icon{
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-right: 0.9em;
}

.artists-icon3{
    /*margin-right: -20px;*/
    margin-left: -0.6em;
}

.artists-icon2{
    margin-right: -0.9em;
    margin-left: -1.56em;
}



/* // SHOW 3 */

.needed3{
    margin-top: -1.25em;
    margin-left: -2rem;
}

.stage_video{
    display: flex;
    flex-direction: column;
    margin-top: 1.25em;
}

.video_link_title a{
    cursor: pointer;
    font-family: "Crimson Pro" ,"sans-serif";
    text-decoration: underline 0.2rem #E0CD67;
    border-bottom: 0.4rem;
    color: #E0CD67;
    font-size: 1.2rem;
    margin-left: 1rem;
    padding-bottom: -2rem;

}


/* // SHOW 4 */

.show4-title{
    /*margin-left: 40em;*/
    margin-bottom: 0.31em;
}

.artists-icon-fe{
    margin-right: 0.6em;
}

.artists4 {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-top: 1.25em;
    margin-left: 1.6em;
}

.artists4 p{
    margin-left: 1em;
}

.needed4{
    margin-top: 3.1em;
}

/* // SHOW 5 */

.show5-text{
    width: 100%;
    margin-left: 1.8em;
}

.show5-text p{
    width: 100%;
    margin: 0 0 0 0;
    text-align: justify;
}

/*TODO: SCREENSIZE 950-1200*/
@media screen and (min-width: 950px) and (max-width: 1200px) {

    .options-section{
        display: flex;
    }

    .options-section-PHONE{
        display: none;
    }
    .show-title{
        margin-bottom: 1.2rem;
    }

    .needed ul{
        margin-left: -2rem;
    }

    .stage {
        margin-left: 5rem;
    }

    .time, .artists ,.video_link{
        margin-left: 24.8em;
    }

    .show1-box-950, .show2-box-950, .show3-box950, .show4-box-950, .show5-box-950{
        border: #44474f solid 2px;
        padding: 1.8em 2rem 1.8rem 3rem;
        width: 90%;
        transition: border 0.5s ease;
    }
}

/*TODO: SCREENSIZE 768-950*/
@media screen and (min-width: 768px) and (max-width: 950px) {

    /*.options-section_PHONE{*/
    /*    display: flex;*/
    /*}*/

    /*options-section{*/
    /*    display: none;*/
    /*}*/

    /*#show1-phone,#show2-phone,#show3-phone,#show4-phone,#show5-phone{*/
    /*    display: flex;*/
    /*}*/

    /*#show1-web,#show2-web,#show3-web,#show4-web,#show5-web{*/
    /*    display: none;*/
    /*}*/

}



