@import url('https://fonts.googleapis.com/css2?family=Yellowtail&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Outfit", sans-serif;
}

/* jump link scrolling */
html {
    scroll-behavior: smooth;
}

/* bacground/text color */
body {
    background-color: #fff7de;
    color: #4e3b2e;
}

/* top header that sticks to scroll; contains logo, nav, and specialties */
header {
    z-index: 10;
    width: 80%;
    color: #8C3826;
    background-color: rgb(210, 180, 140, 0.9);
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    position: sticky;
    top: 0;
}

h1 {
    color: white;
    line-height: 100%;
    font-family: "Yellowtail", cursive;
    font-weight: lighter;
}

h2 {
    font-family: "Lexend Deca", sans-serif;
}

h3 {
    font-family: "Lexend Deca", sans-serif;
    font-size: 30px;
    padding-bottom: 20px;
}

/* nav links and hover effects */
nav {
    align-content: center;
    text-align: right;
    font-size: 18px;
    font-weight: 450;
    word-spacing: 18px;

    a {
        color: white;
    }

    a:hover {
        transition: .1s;
        font-size: 19px;
    }
}

footer {
    width: 100%;
    background-color: #D2B48C;
    font-size: small;
    font-style: italic;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
}

/* footer address spacing */
.address {
    padding-top: 10px;
}

a {
    color: #8C3826;
    text-decoration: none;
}

a:hover {
    text-decoration:underline;
}

/* music events table styling */
table , td {
    font-family: "Lexend Deca", sans-serif;
    margin-left: auto;
    margin-right: auto;
       border: 2px solid #4e3b2e;
       background-color: #FEFAEB;
       border-collapse: collapse;
   }
   td {
       padding: 10px;
       height: 40px;
   }
   th {
    padding: 10px;
   }

/* logo sizing */
.logo {
    display: flex;
    width: 60px;
}

/* header spacing */
.header-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding-left: 2%;
    padding-right: 2%;
    border-bottom: 4px solid #8C3826;
}

.header-items {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: left;
}

.header-name {
    align-content: center;
    padding-left: 10px;
}

/* nav link spacing */
.nav-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}

/* specialties spacing and styling */
.specialties {
    padding: 5px 0px 5px 0px;
    display: flex;
    width: 100%;
    font-size: 20px; 
    color: white;
    font-family: 'Lexend Deca', sans-serif;
    justify-content: center;
    border-top: 1px solid #8C3826;
}

/* page titles */
.title-text {
    font-size: 50px; 
    font-family: 'Lexend Deca', sans-serif;
    padding: 30px 0px 5px 15px;
    border-bottom: 2px solid #D2B48C;
    width: max-content;
}

/* page content */
.content-container {
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    width: 100%;
}

/* page image */
.img-container {
    margin-top: -100px;
    display: flex;
    flex-wrap: no-wrap;
    width: 100%;
    height: 10%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* index page image header text spacing/styling */
.index-img-header {
    width: 100%;
    height: 650px;
    justify-content: left;
    align-content:flex-end;
    color: white;
    padding: 0px 0px 60px 60px;
    font-family: "Lexend Deca", sans-serif;
    font-size: 3em;
    font-weight: 500;
}

/* music page image header text spacing/styling */
.music-img-header {
    width: 100%;
    height: 650px;
    justify-content: left;
    align-content:flex-end;
    color: white;
    padding: 0px 0px 250px 30px;
    font-family: "Lexend Deca", sans-serif;
    font-size: 3em;
    font-weight: 500;
}

/* jobs page image header text spacing/styling */
.jobs-img-header {
    width: 100%;
    height: 650px;
    justify-content: right;
    align-content: flex-end;
    color: white;
    padding: 0px 0px 50px 70%;
    font-family: "Lexend Deca", sans-serif;
    font-size: 3em;
    font-weight: 500;
}

/* index page image body text spacing/styling */
.index-img-body {
    text-align: right;
    width: 35%;
    height: 650px;
    justify-content: right;
    align-content:flex-start;
    color: white;
    padding-top: 150px;
    padding-right: 70px;
    font-size: 20px;
    font-weight: 320;
}

/* menu item cards */
.menu-items {
    display: flex;
    flex-wrap: wrap;
    width: 350px;
    justify-content: space-evenly;
    border-radius: 20px;
    background-color: #f8ebc5;
}

/* menu product image */
.menu-img {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 70%;
    width: 90%;
    justify-self: center;
    align-self: flex-end;
}

/* menu product descriptions */
.menu-text {
    padding-left: 20px;
    padding-right: 78px;
    width: 100%;
    justify-content: left;
    align-content: flex-end;

    h2 {
        padding-bottom: 5px;
    }

    p {
        padding-bottom: 15px;
    }
}

/* responsive design */

/* tablet sizing and spacing */
@media (min-width: 481px) and (max-width: 1024px) {

    .specialties {
        font-size: 15px;
    }

    .index-img-body {
        width: 40%;
        padding-right: 20px;
        padding-top: 190px;
    }

    .index-img-header {
        width: 100%;
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .jobs-img-header {
        padding: 0px 0px 70px 50%;
        font-family: "Lexend Deca", sans-serif;
    }

    .title-text {
        font-size: 40px;
        width: 90%;
    }

    .img-container {
        margin-top: -180px;
    }

}

/* phone sizing and spacing*/

@media (min-width: 320px) and (max-width: 480px) {

    nav {
        font-size: 15px;
    }

    .header-name {
        font-size: 30px;
    }

    .specialties {
        font-size: 12px;
    }

    .title-text {
        font-size: 30px;
        width: 90%;
    }
    
    .img-container {
        margin-top: -150px;
    }

    .index-img-body {
        font-size: 12px;
        width: 100%;
        align-content: flex-end;
        padding: 0px 20px 15px 0px;
    }

    .index-img-header {
        font-size: 30px;
        width: 80%;
        align-content: flex-end;
        padding: 0px 0px 40% 20px;
    }

    .music-img-header {
        font-size: 30px;
        width: 80%;
        align-content: flex-start;
        padding: 250px 0px 0px 20px;
    }

    .jobs-img-header {
        font-size: 30px;
        width: 80%;
        align-content: flex-end;
        padding: 0px 0px 60px 10%;
    }

    .content-container {
        padding: 20px 10px 10px 10px;
    }

    .menu-items {
        width: 300px;
    }

    .menu-text {
        padding-right: 30px;
    }

    .menu-img {
        width: 80%;
        height: 65%;
    }

    table , td { 
        font-size: 12px;
    }
    
    textarea {
        width: 90%;
    }

    p {
        font-size: 15px;
    }

    ul {
        font-size: 15px;
    }

}