@media only screen and (max-width: 1000px) {
    .epk-images {
        display: none;
    }

    #epk-text {
        width: 80% !important;
    }

    #main-image {
        width: 90% !important;
    }

    #contact-us {
        font-size: 30px !important;
    }

    .image-column {
        width: 480px !important;
    }

    .gallery_image_centered {
        width: 90%;
        height: auto !important;
    }

    .right-column {
        display: none !important;
    }

    .only-phone-images {
        display: block !important;
    }

    .nav-bar-text {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
        font-size: 30px; 
    }

    .titles {
        margin-top: 160px !important;
        font-size: 70px !important;
    }

    #socials-links {
        font-size: 50px !important;
        width: 500px !important;
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .profile-section {
        flex-direction: column;
    }

    #shows-table {
        font-size: 40px !important;
    }

    td {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .gig-card {
        margin-left: 3% !important;
        margin-right: 3% !important;
    }

    .gig-date-text {
        font-size: 40px;
    }

    .gig-card-text {
        font-size: 30px;
    }

    .gig-card-location-text {
        font-size: 20px;
    }

    .tickets-button {
        padding: 15px !important;
    }
}

body {

    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 60px;
    justify-content: center;
    background-color: #0f0f0f;

    font-family: Verdana;
    color: #ffffff;
}

#main-column {
    width: 100%;

    margin-left: auto;
    margin-right: auto;

    display: flex;
    justify-content: space-between;
    flex-direction: column;

    margin-top: -10px;

    /*
    border: 2px solid #787878;
    border-radius: 2px;*/
    
    background-color: #0f0f0f;
}

#nav-bar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    
    position: fixed;
    width: 100%;
    box-shadow: 0px 8px 30px #000000;

    background-color: #0f0f0f;   

    z-index: 10000;
}

.nav-bar-text {
    text-decoration: none;
    margin: 20px;
    color: #aaaaaa;
    transition: color 0.3s, margin-top 0.3s;
}

.nav-bar-text:hover {
    color: #ffffff;
    margin-top: 15px;
}

.titles {  
    font-size: 40px;
    margin-top: 90px;
    text-align: center;
}

.subtitles {
    font-size: 20px;
    color: #afafaf;
    text-align: center;
}

#main-image {
    width: 35%;
    height: auto;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
}

#socials-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 210px;
    margin-left: auto;
    margin-right: auto;

    font-size: 22px;
}

#contact-us {
    text-align: center;
    font-size: 16px;
}

.fa {
    font-size: 25px !important;
    text-align: center;
    text-decoration: none;
    color: #aaaaaa;
    width: 31px;
    height: 31px;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;

    transition: font-size .3s, color .3s;
}

.fa:hover {
    font-size: 31px !important;
    color: #ffffff;
}


#spotify-embeds {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.spotify-embed {
    width: 300px;
    height: 300px;
    margin: 20px;
    margin-bottom: -20px;
    border-radius: 12px;

}

#apple-music-embeds {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.apple-music-embed {
    width: 300px;
    margin: 20px;
    border-radius: 12px;
}

#images {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.image-column {
    display: flex;
    flex-direction: column;
    width: 320px;
    justify-content: start;
}

.image {
    margin: 10px;
    background-color: #0f0f0f;
    border: 1px solid #656565;
    padding: 10px;
    border-radius: 10px;

    transition: scale 0.3s, filter 0.5s !important;
}

.gallery_image_centered {
    position: fixed; /* Fixes the image to the viewport */
    
    height: 80%;

    margin: 0px;

    left: 50%; /* Center horizontally */
    top: 50%;
    transform: translate(-50%, -50%) !important; /* Adjust horizontally by half of its own width */


    z-index: 1000; /* Ensures the image is on top of other content */

    transition: all 0.0s !important;
}

.gallery_image_clicked {
    overflow: hidden;
}

.gallery_image_hover {
    transition: scale 0.3s;
}

.gallery_image_hover:hover {
    scale: 1.05;
    /*box-shadow: 0 4px 8px 0 #3e3e3e, 0 6px 20px 0 #3e3e3e;*/
}

.only-phone-images {
    display: none;
}

#current-page {
    color: #ffffff;
}

#epk-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#epk-text {
    text-align: left;
    width: 50%;
}

#tech-rider {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.epk-images {
    margin-left: 50px;
    margin-right: 50px;
    width: 25%;    
}

.epk-image {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
}

a {
    color: #afafaf;
    transition: color 0.3s;
}

a:hover {
    color: #ffffff;
}

#meet-the-band-images {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    margin-left: auto;
    margin-right: auto;
}

.meet-the-band-image {
    width: 240px;
    height: auto;

    box-shadow: #353535 0px 0px 30px;
    border: 3px solid #000000;
    border-radius: 10px;

    transition: all 0.3s;
}

.meet-the-band-image-with-caption {
    text-align: center;
    margin: 15px;
}

.meet-the-band-image-with-caption:hover .meet-the-band-image {
    box-shadow: #626262 0px 0px 30px;
    transform: scale(1.05)
}

.profile-section {
    display: flex;

    justify-content: center;

    margin-left: auto;
    margin-right: auto;
}

#profile-image-box {
    margin-left: auto;
    margin-right: auto;

    display: flex;
    justify-content: center;
    width: 50%;
}

#profile-text-box {
    margin-left: auto;
    margin-right: auto;
    
    width: 70%;

    text-align: left;
}

.profile-image {
    width: 340px;
    height: auto;

    box-shadow: #353535 0px 0px 30px;
    border: 3px solid #000000;
    border-radius: 10px;
}

#shows-table {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

td {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.gig-card {
    background-color: #222222;
    border: 2px solid #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    margin-left: 20%;
    margin-right: 20%;

    margin-top: 15px;
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0px 0px 10px #000000 inset;
    line-height: 15px;


    transition: all 0.3s;

    text-decoration: none;
}

.gig-card:hover {
    transform: scale(1.03);
}

.tickets-button {
    background-color: #000000;
    color: #ffffff;
    padding: 10px;
    border-radius: 20px;

    box-shadow: 0px 0px 10px #000000;

    transition: all 0.3s;
}

.gig-card:hover .tickets-button {
    background-color: #ffffff;
    color: #000000;

    box-shadow: 0px 0px 10px #ffffff;
}