@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Devanagari&family=Open+Sans&display=swap');

html {
    scroll-behavior: smooth;
    min-height: 100vh
}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background-color: #3C5648;
}

h1,
h2 {
    font-family: 'Noto Serif Devanagari', serif;
}

/* header styling */

header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #241e20;
    height: auto;
}

/* header logo */

#logo {
    display: flex;
    align-items: center;
    margin: 0;
    width: 20%;
    min-width: 175px;
    height: auto;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
}

#tbw-logo {
    width: 100%;
    height: auto;
    float: left;
}

/* navigation bar */

#nav-menu {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

nav a {
    text-decoration: none;
    font-size: 18px;
    padding: 20px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

nav a:hover {
    color: #8c6a4f;
    transition: all 0.5s ease 0s;
    border-bottom: 1px solid;
}

nav a:active {
    color: #3C5648;
}

/* biography */

#bio {
    background-color: #241e20;
    width: 100%;
    position: relative;
}

#bio-bg {
    height: 700px;
    width: 100%;

    background-image: url('../images/bio-bg.webp');
    background-size: cover;
    background-position: center;
}

.about {
    width: 500px;

    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;

    background-color: rgba(60, 86, 72, 0.6);
    border-radius: 8px;

    position: absolute;

    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

/* new album section */

#new-album {
    background-color: #241e20;
}

#new-album img {
    width: 100%;
    max-width: 300px;
    height: auto;
    padding-left: 30px;
    padding-top: 20px;
    padding-right: 20px;
}

#new-album-container {
    display: flex;
    align-items: center;
    padding-top: 50px;
}

#new-album-text {
    display: flex;
    flex-direction: column;
    padding-left: 50px;
    font-size: 2em;
}

#new-album-text h2 {
    color: #76a38f;
}

#new-album-text h2,
h3 {
    text-transform: uppercase;
    font-size: 2em;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 4px;
    margin: 0;
}

#new-album-text p {
    font-size: 1.25em;
}

/* tour dates & locations */

#tour-heading {
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 7px;
    margin: 0;
    padding: 60px;
}

.tour-location {
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0;
}

.tour-details {
    display: flex;
    flex-direction: row;
    height: auto;
    padding-left: 40px;
}

.tour-right {
    width: 45%;
}

.tour-left {
    width: 35%;
}

.dublin {
    padding-bottom: 110px;
}

/* tour map iframes */

.tour-right iframe {
    border: 0;
    width: 100%;
}

/* discography */


#discography {
    padding-bottom: 100px;
}

#discography-title {
    text-align: center;
    font-size: 2em;
    letter-spacing: 7px;
    padding: 30px;
    text-transform: uppercase;
    margin: 0;
}

#discography h3 {
    font-family: 'Noto Serif Devanagari', serif;
}

.discography-container {
    margin: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 50px;
    background-color: rgba(36, 30, 32, 0.6)
}


.album-cover {
    width: auto;
    max-width: 500px;
    height: auto;
    border-radius: 8px;
}

.album-description {
    font-size: 20px;
    padding-left: 20px;
}

.album-description iframe {
    border: 0;
    width: 100%;
    height: 120px;
}


/* newsletter sign up page */

.form-container {
    width: 500px;
    height: 500px;
    margin: auto;
    display: table;

    background-color: rgba(36, 30, 32, 0.6);
    padding: 20px;
}

fieldset {
    margin: auto;
    width: 75%;
}

.form-container h2,
.form-container p {
    text-align: center;
}

.form-container input {
    width: 100%;
    clear: both;
}

#form-button {
    width: auto;
    padding: 0.5em;
    margin-top: 10px;
    color: white;
    background-color: #3C5648;
    border: 1px solid;
    border-radius: 5px;
}

/* Styling below adds a shadow to the button when the user hovers over it
CSS borrowed from: https://www.w3schools.com/css/css3_buttons.asp */

#form-button:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    transition: all 0.5s ease 0s;
}

/* thank you page */

#thank-you-page {
    margin: 30px;
}

/* footer */

footer {
    background-color: #241e20;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
}

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

#social-links a {
    text-decoration: none;
    color: #ffffff;

    font-size: 28px;
    padding: 13px;
}

#social-links a:hover {
    color: #8c6a4f;
    text-decoration: underline;
    transition: all 0.5s ease 0s;
}

footer p {
    text-align: center;
    margin: 0;
    font-size: 0.75rem;
    padding: 5px;
}

/* Media queries */

/* For large screens 1200 and below */

@media screen and (max-width: 1200px) {
    #logo {
        font-size: 16px;
    }

    nav a {
        font-size: 16px;
        padding: 18px;
    }
}

/* For larger to medium screens, 1000px & below */
@media screen and (max-width: 1000px) {

    header {
        flex-direction: column;
        justify-content: center;
    }

    #nav-menu {
        justify-content: center;
    }

    #logo {
        font-size: 14px;
    }

    .about {
        width: 450px;
        font-size: 17px;
    }

    #new-album-text h2,
    h3 {
        font-size: 1.75em;
    }

    #new-album-text p {
        font-size: 1em;
    }

    .discography-container {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .album-description {
        padding: 20px;
    }
}

/* For medium screens (775px and below) */
@media screen and (max-width: 775px) {
    .nav-icon {
        display: none !important;
    }

    nav a {
        font-size: 20px;
        padding: 11px;
    }

    .about {
        width: 450px;
        font-size: 17px;
        padding: 17px;
    }

    #new-album-text {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        max-width: fit-content;
        height: auto;
    }

    #new-album-text h2,
    h3 {
        font-size: 1.5em;
    }

    #new-album-text p {
        font-size: 0.75em;
    }

    #tour-heading {
        padding: 50px;
        font-size: 1.75em;
    }

    .tour-details {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-left: 0;
    }

    #discography-title {
        font-size: 1.5em;
    }

    .form-container {
        width: 475px;
        height: 475px;
        font-size: 18px;
        padding: 15px;
    }

}

/* For small screens (600px and below) */
@media screen and (max-width: 600px) {
    #logo {
        font-size: 13px;
    }

    nav a {
        font-size: 15px;
        padding: 7px;
    }

    .about {
        width: 400px;
        font-size: 15px;
        padding: 15px;
        top: 35%;
    }

    #new-album-container {
        flex-direction: column;
        justify-content: center;
    }

    #new-album-text h2,
    h3 {
        font-size: 1.25em;
    }

    #new-album-text p {
        font-size: 0.5em;
    }

    #tour-heading {
        padding: 40px;
        font-size: 1.5em;
    }

    #discography-title {
        font-size: 1.5em;
    }

    .album-cover {
        max-width: 350px;
    }

    .form-container {
        width: 425px;
        height: 425px;
        font-size: 12px;
        padding: 11px;
    }

}

/* For extra small screens (450px and below) */
@media screen and (max-width: 450px) {
    #logo {
        font-size: 11px;
    }

    nav a {
        font-size: 11px;
        padding: 5px;
    }

    #bio-bg {
        height: 500px;
    }

    .about {
        width: 280px;
        font-size: 11px;
        padding: 9px;
    }

    #new-album img {
        max-width: 200px;
    }

    #new-album-text h2,
    h3 {
        font-size: 1em;
    }

    #tour-heading {
        padding: 30px;
        font-size: 1.25em;
    }

    #discography-title {
        padding: 20px;
        font-size: 1.25em;
    }

    .album-cover {
        max-width: 250px;
    }

    .album-description iframe {
        display: none;
    }

    .form-container {
        width: 300px;
        height: 300px;
    }
}