html, body{
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    background-color: #252622;
    font-size: 16px;
}
@font-face {
    font-family: "human";
    src: url('fonts/human.ttf');
}
@font-face {
    font-family: "techmono";
    src: url('fonts/ShareTechMono-Regular.ttf');
}
header{
    padding-top: 1rem;
    text-align: center;
    z-index: 5;
    background-color: transparent; 
    position: relative; 
}
header div a{
    color: #dbd7cd;
    text-align: center;
    text-decoration: none;
    font-size: 7vw;
    font-family: "human";
}
nav {
    margin-top: 2vh;
    z-index: 3;
    position: relative;
}
nav a {
    color: #dbd7cd;
    text-align: center;
    text-decoration: none;
    font-size: 5vw;
    font-family: "human";
    padding: 0.5rem .7rem;
}
.tour_image img{
    width: 100vw;
    position: relative;
    margin-top: -5.2rem;
    top: 0;
    z-index: 1;
}
.tour-dates {
    padding: 0 2% 2%;
    font-family: "techmono";
    color: #dbd7cd;
    width: 95%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.tour-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 0;
}

.date-location {
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    gap: 0.2em;
}

.date, .venue, .location {
    font-size: .8rem;
}

.tickets-button {
    
    color: #dbd7cd;
    text-decoration: none;
    padding: 0.5em 1em;
    padding-right: 5%;
    font-size: 1.5rem;
    font-family: "human";
    transition: background-color 0.3s ease;
}

.tickets-button:hover {
    color: #4B433D;
}

hr {
    border: none;
    border-top: 1px solid #096833;
    margin: .05em 0;
}
footer {
    background-color: #096833; /* Light background color to make it distinct */
    color: white;
    text-align: center;
    padding: 1.5rem .5rem;
    left: -0.5rem;
    position: relative;
    width: 100%;
    z-index: 3; /* Keep it above color blocks */
    font-family: "techmono";
}

footer p {
    margin: 0;
    font-size: .7rem;
}
.social-links{
    padding-bottom: 1rem;
}
.social-links a {
    color: white;
    font-family: "techmono";
    text-decoration: none;
    font-size: 1.2rem;
    padding: 0 0.5rem;
    transition: color 0.3s ease; /* Adds a transition effect to link hover */
}

.social-links a:hover {
    color: #252622; /* Change color on hover to indicate links are clickable */
}



@media (min-width: 768px) {
    header div a{
        font-size: 8vw;
    }
    header div{
        padding-top: 1.8rem;
    }
    nav {
        margin-top: 2vh;
        z-index: 3;
        position: relative;
    }
    nav a {
        text-align: center;
        text-decoration: none;
        font-size: 6vw;
        font-family: "human";
        padding: 1.5rem .7rem;
    }
    .tour_image img{
        width: 100vw;
        position: relative;
        margin-top: -14rem;
        top: 0;
        z-index: 1;
    }
    .tour-dates {
        padding: 0 2% 2%;
        font-family: "techmono";
        color: #dbd7cd;
        width: 70%;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .date, .venue, .location {
        font-size: .8rem;
    }
}

@media (min-width: 1024px) {
    html, body {
        width: 100%;
        margin: 0;
        overflow-x: hidden;
    }
    header {
        flex-direction: row;
        text-align: left;
        justify-content: space-between;
        z-index: 3;
    }
    header div a {
        position: relative;
        text-align: left; /* Align 'Tyler, The Creator' to the left */
        font-size: 3vw; /* Adjust font size for larger screens */
        left: 4.5vw;
        top: -2vw;
        transition: transform 0.3s ease; /* Adds smooth transition effect for growing/shrinking */
    }

    header div a:hover {
        transform: scale(1.2); /* Increase size by 20% on hover */
    }

    nav {
        flex: 1;
        justify-content: flex-end; /* Align nav links to the right */
    }

    nav a {
        font-size: 2vw; /* Adjust font size for nav links */
        float: right;
        position: relative;
        top: -5.5rem;
        right: 2.5vw;
        transition: transform 0.3s ease;
    }
    nav a:hover {
        transform: scale(1.2); /* Makes the link grow by 20% when hovered */
    }
    .tour_image img{
        width: 100vw;
        position: relative;
        margin-top: -19rem;
        top: 0;
        z-index: 1;
    }
    .tour-dates {
        padding: 0 2% 2%;
        font-family: "techmono";
        color: #dbd7cd;
        width: 70%;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .date, .venue, .location {
        font-size: .8rem;
    }
}

@media (min-width: 1220px) {
    header {
        flex-direction: row;
        text-align: left;
        justify-content: space-between;
        z-index: 3;
    }
    header div a {
        position: relative;
        text-align: left; /* Align 'Tyler, The Creator' to the left */
        font-size: 3vw; /* Adjust font size for larger screens */
        left: 4.5vw;
        top: -1.2vw;
        transition: transform 0.3s ease; /* Adds smooth transition effect for growing/shrinking */
    }

    header div a:hover {
        transform: scale(1.2); /* Increase size by 20% on hover */
    }

    nav {
        flex: 1;
        justify-content: flex-end; /* Align nav links to the right */
    }

    nav a {
        font-size: 2vw; /* Adjust font size for nav links */
        float: right;
        position: relative;
        top: -5.8rem;
        right: 2.5vw;
        transition: transform 0.3s ease;
    }
    nav a:hover {
        transform: scale(1.2); /* Makes the link grow by 20% when hovered */
    }
    .tour_image img{
        width: 100vw;
        position: relative;
        margin-top: -19rem;
        top: 0;
        z-index: 1;
    }
    .tour-dates {
        padding: 0 2% 2%;
        font-family: "techmono";
        color: #dbd7cd;
        width: 70%;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .date, .venue, .location {
        font-size: .8rem;
    }
}

@media (min-width: 1440px) {
    header {
        flex-direction: row;
        text-align: left;
        justify-content: space-between;
        z-index: 3;
    }
    header div a {
        position: relative;
        text-align: left; /* Align 'Tyler, The Creator' to the left */
        font-size: 3vw; /* Adjust font size for larger screens */
        left: 4.5vw;
        top: -1vw;
        transition: transform 0.3s ease; /* Adds smooth transition effect for growing/shrinking */
    }

    header div a:hover {
        transform: scale(1.2); /* Increase size by 20% on hover */
    }

    nav {
        flex: 1;
        justify-content: flex-end; /* Align nav links to the right */
    }

    nav a {
        font-size: 2vw; /* Adjust font size for nav links */
        float: right;
        position: relative;
        top: -6rem;
        right: 2.5vw;
        transition: transform 0.3s ease;
    }
    nav a:hover {
        transform: scale(1.2); /* Makes the link grow by 20% when hovered */
    }
    .tour_image img{
        width: 100vw;
        position: relative;
        margin-top: -19rem;
        top: 0;
        z-index: 1;
    }

    .tour-dates {
        padding: 0 2% 2%;
        font-family: "techmono";
        color: #dbd7cd;
        width: 60%;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .date, .venue, .location {
        font-size: 1.2rem;
    }

@media (min-width: 2260px) {
    html, body {
        width: 100%;
        margin: 0;
        overflow-x: hidden;
    }
    header {
        flex-direction: row;
        text-align: left;
        justify-content: space-between;
        z-index: 3;
    }
    header div a {
        position: relative;
        text-align: left; /* Align 'Tyler, The Creator' to the left */
        font-size: 3vw; /* Adjust font size for larger screens */
        left: 4.5vw;
        top: -.5vw;
        transition: transform 0.3s ease; /* Adds smooth transition effect for growing/shrinking */
    }

    header div a:hover {
        transform: scale(1.2); /* Increase size by 20% on hover */
    }

    nav {
        flex: 1;
        justify-content: flex-end; /* Align nav links to the right */
    }

    nav a {
        font-size: 2vw; /* Adjust font size for nav links */
        float: right;
        position: relative;
        top: -9.2rem;
        right: 2.5vw;
        transition: transform 0.3s ease;
    }
    nav a:hover {
        transform: scale(1.2); /* Makes the link grow by 20% when hovered */
    }
}
