body {
    text-align: center;
    background-image: url("photos/background2.JPG");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Syne Mono", monospace;
    font-size: 20px;
    color: white;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

a {
    color: #d6849f;
}

.nav {
    margin-bottom: 100px;
}

.gigs {
    text-align: center;
    margin-top: 200px;
    text-align: center;
    margin-bottom: 200px;
    
}

.button {
    background-color: black; /* Green background */
    color: white; /* White text */
    border: 2px solid white;
    padding: 15px 30px; /* Add padding */
    text-align: center; /* Center text */
    text-decoration: none; /* Remove underline */
    display: inline-block; /* Inline-block for proper spacing */
    font-size: 24px; /* Adjust font size */
    margin: 5px 2px; /* Add margin between buttons */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s ease; /* Smooth hover effect */
}

@media (max-width: 768px) {
    .button {
        background-color: black; /* Green background */
        color: white; /* White text */
        border: 2px solid white;
        padding: 10px 20px; /* Add padding */
        text-align: center; /* Center text */
        text-decoration: none; /* Remove underline */
        display: inline-block; /* Inline-block for proper spacing */
        font-size: 16px; /* Adjust font size */
        margin: 5px 2px; /* Add margin between buttons */
        cursor: pointer; /* Pointer cursor on hover */
        transition: background-color 0.3s ease; /* Smooth hover effect */
    }
}

.button:hover {
    background-color: white; /* Darker green on hover */
    border-color: #ffffff; /* Change border color on hover */
    color: black;
}

.poster {
    width: 500px;
    height: auto;
}

.photo {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 50%;
    height: auto;
}

.dates {
    margin-top: 150px;
    margin-bottom: 150px;
}

.credits {
    margin-top: 50px;
    margin-bottom: 100px;
}

#t-shirt-preorder {
    margin-bottom: 100px;
}

#link {
    text-align: center;
}

#poster {
    width: 600px;
    height: 600px;
}

#band {
    width: 600px;
    height: auto;
}


#header {
    color: white;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    
}

#fulfordgate {
    margin-top: 100px;
    margin-bottom: 100px;
}

#haxbysportsbar {
    margin-bottom: 100px;
}

#avoider {
    margin-bottom: 200px;
}

#avoider img {
    scale: 75%;
}

#shorts {
    display: block;
    max-width: 1000px;
    min-width: 550px;
    height: auto;
}

#videos {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#videos iframe {
    margin-top: 50px;
}

#t-shirt-preorder {
    margin-top: 100px;
}

#liveatfulfordarmscd {
    margin-top: 100px;
}







