@import url('https://fonts.googleapis.com/css2?family=Agdasima:wght@400;700&family=Explora&family=Italianno&family=Story+Script&display=swap');

body {
    background-repeat: no-repeat;
    overflow-x: hidden;
    background-color: rgb(84, 0, 92);
    font-family: "Agdasima", sans-serif;
    font-style: normal;
    font-style: normal;
}

a:active {
    background-color: aliceblue;
}

header {
    display: flex;
    overflow: hidden;
    background-color: rgba(20%, 20%, 20%, 60%);
    position: fixed;
    width: 100vw;
    top: 0;
    border-bottom: white;
    border-bottom: 2px;
    align-content: center;
    height: 60px;
    justify-content: center;
    z-index: 1;
}

.topnav {
    display: flex;
    justify-self: center;
}


.topnav #myLinks {
    display: none;
    justify-self: center;
}

.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 22px;
    display: block;
    transition: .25s;
}

#menu {

    display: flex;
    justify-self: center;
    align-self: center;
    justify-content: space-around;
    width: 40vw;
}

.topnav a.icon {
    transition: .25s;
    align-items: center;
    display: none;
    justify-content: center;
    justify-self: center;
    align-items: center;
    align-self: center;
}


.topnav a:hover,
#logo:hover {
    background-color: #333;
    color: aliceblue;
}

#logo {
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 10px;
    height: 40px;
    transition: .25s;
}

#short {
    display: none;
}

#title {
    display: grid;
    grid-template-columns: 1fr 50vw 1fr;
    grid-template-rows: 55% 45%;
    text-align: center;
    height: 70vh;
    background-image: url(content/images/back.jpg);
    overflow: hidden;
}

#thethe {
    font-family: "Italianno", cursive;
    font-size: 600%;
    color: white;
    font-style: italic;
    margin-top: 70px;
}

#norm {
    font-family: "Italianno", cursive;
    color: white;
    font-size: 1100%;
    margin: auto;
    font-style: italic;
    font-weight: 580;
}

#intro {
    display: flex;
    background-color: rgba(240, 246, 252, 70%);
    object-fit: contain;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0 0;
}

#headish {
    display: none;
}

#maintitle {
    background-color: inherit;
    border-radius: 0 0 10px 10px;
}

#places {
    font-size: 50px;
    text-align: center;
    padding-left: 70px;
    font-family: "Story Script", sans-serif;
}

#CAT {
    max-width: 50%;
}

#mainarea {
    width: 100vw;
    background-color: rgb(84, 0, 92);
    display: grid;
    grid-template-areas:
        "grpic descrip"
        "gig mainimgs"
        "media media";
    object-fit: contain;
    color: white;
}

#mainarea img {
    max-width: 45vw;
    padding: 20px;
    margin: auto;
}

#descrip {
    grid-area: descrip;
    text-align: center;
    font-size: 30px;
    margin: auto;
    padding: 20px;
    font-family: "Story Script", sans-serif;
}

#mainimgs {
    display: flex;
    position: relative;
    top: 0px;
    grid-area: mainimgs;
    height: fit-content;
}


img[alt="We Always Have Fun"] {
    position: absolute;
    top: 0px;
    width: 65%;
}

img[alt="singing Guy"] {
    width: 30%;
    position: absolute;
    top: 130px;
    right: 2%;
}

img[alt="our Logo"] {
    width: 43%;
    position: absolute;
    top: 230px;
    left: 0px;
}

img[alt="saxiphone guy"] {
    width: 50%;
    position: absolute;
    top: 400px;
    right: 25px;
}

img[alt="the group playing"] {
    display: none;
}

.subtitle {
    font-size: 400%;
    text-align: center;
    font-family: "Explora", serif;
    font-weight: 600;

}

#gig {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-area: gig;
}

img[alt="The whole group"] {
    grid-area: grpic;
}

#face {
    justify-self: center;
    align-self: center;
    margin: auto;
}

#media {
    display: flex;
    flex-direction: column;
    grid-area: media;
}

#media a {
    text-decoration: none;
    color: white;
    font-size: 30px;
    background-color: #333;
    padding: 25px;
    border-radius: 35px;
    margin: 30px;
    transition: .6s;
}

#media a:hover {
    box-shadow: 10px 10px 20px black;
}

footer {
    background-color: #333;
    width: 100vw;
    color: white;
    bottom: 0;
    overflow-x: hidden;
}
footer div {
    padding: 20px;
}
footer p {
    padding: 6px;
}

.gone {
    display: none;
}

#theinfinities {
    display: none;
}

#gone {
    display: none;
}

#FUN {
    margin: auto;
}

#space {
    height: 100px;
}

#aboutarea {
    display: grid;
    grid-template-columns: 50% 50%;
}

.people {
    height: 300px;
    display: grid;
    grid-template-columns: 40% 60%;
    padding: 10px;
    overflow-y: hidden;
    border-radius: 20px;
    box-shadow: 0 0 10px white;
    margin: 10px;
    background-color: white;
    font-size: 18px;
}

.people img {
    max-width: 100%;
    max-height: 100%;
    overflow-y: hidden;
    margin: auto;
}

.people div {
    padding: 10px;
}

.people h3 {
    text-align: center;
    font-family: "Explora", serif;
    font-weight: 600;
    font-size: 50px;
}

fieldset {
    max-width: 90%;
    width: 600px;
    display: flex;
    flex-direction: column;
    border: none;
    margin: auto;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    border-color: black;
    border-width: 3px;
    border-style: solid;
}

#contact {
    margin: 40px;
}

input[required] {
    width: 40%;
    border-radius: 4px;
    padding: 5px;

}

#thefool {
    padding-right: 10%;
}

.dumbest {
    color: red;
}

.flex {
    display: flex;
}

fieldset * {
    margin-bottom: 20px;
}

textarea {
    min-height: 100px;
    max-height: 100;
}

#button {
    display: flex;
    align-self: center;
    background-color: rgb(241, 141, 0);
    color: white;
    font-weight: 600;
    padding: 13px;
    width: 150px;
    border: none;
    border-radius: 3px;
    margin: 30px;
    transition: .6s;
}

#button:hover {
    box-shadow: 5px 5px 15px black;
}

#maincont {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#maincont img {
    max-width: 90%;
    max-height: 90%;
    padding: 20px;
    margin: auto;
}

#maincont div {
    max-width: 1200px;
    height: 800px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 50% 50%;
    margin: auto;
    background-color: #333;
    overflow: hidden;
}
iframe {
    max-width: 90%;
    max-height: 90%;
    margin: auto;
}
#toper {
    display: flex;
    margin-top: 20px;
    margin-bottom: 30px;
}
#map {
    border-radius: 50px;
    padding: 20px;
}
    #backto {
        padding: 30px;
        font-size: 30px;
        background-color: #333;
        text-decoration: none;
        color: aliceblue;
        border-radius: 40px;
        margin: auto;
        justify-self: center;
    }

    #final {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
@media screen and (max-width: 1023px) {
    fieldset {
        width: 500px;
    }
    #final {
        flex-direction: column;
    }
    #aboutarea {
        grid-template-columns: 100%;
    }

    #title {
        display: grid;
        grid-template-columns: 0 100vw 0;
        grid-template-rows: 55% 45%;

    }

    #places {
        font-size: 40px;
        text-align: center;
        padding-left: 70px;
        font-family: "Story Script", sans-serif;
        padding: 10px;
        display: flex;

    }

    #places>* {
        padding: 15px;
    }

    #intro {
        display: grid;
        grid-template-rows: 50% 50%;
    }

    #CAT {
        max-height: 80%;
        padding: 30px;
        margin: auto;
    }

    #norm {
        font-size: 800%;
    }

    #mainarea {
        grid-template-columns: 100vw;
        grid-template-rows: auto auto auto auto auto;
        grid-template-areas:
            "grpic"
            "descrip"
            "gig"
            "mainimgs"
            "media";
        background-color: rgb(84, 0, 92);
    }

    #mainimgs {
        position: relative;
        height: 100vw;
    }

    #mainarea>img {
        max-width: 80%;
    }

    #IHATETHIS {
        width: 60%;
        left: 20px;
    }

    img[alt="singing Guy"] {
        width: 30%;
        top: 60px;
        right: 17px;
    }

    img[alt="our Logo"] {
        width: 43%;
        top: 22vw;
        left: 20px;
    }

    img[alt="saxiphone guy"] {
        width: 50%;
        top: 48vw;
        right: 25px;
    }

    img[alt="the group playing"] {
        display: block;
        width: 70vw;
        position: absolute;
        top: 60vw;
        right: auto;
        left: 10px;
    }

    .subtitle {
        font-size: 300%;
    }

    #maybe {
        display: block;
    }

    #FUN {
        max-height: 100%;
        max-width: 80vw;
        padding: 10px;
    }

    .people {
        font-size: 15px;
    }

    #gig img {
        max-width: 80%;
    }

    #maincont div {
        background-color: unset;
        grid-template-columns: 50% 50%;
        grid-template-rows: 1fr 1fr 1fr;
        height: fit-content;
    }
}

@media screen and (max-width: 410px) {

    fieldset {
        max-width: 350px; padding: 10px;
    }

    #space {
        display: none;
    }

    .people h3 {
        font-size: 30px;
    }

    .people {
        font-size: 14px;
    }

    #headish {
        display: block;
        height: 60px;
        background-color: #333;
    }

    #title {
        background-image: none;
        height: auto;
        grid-template-columns: 100vw;
        grid-template-rows: 1fr;
    }

    #intro {
        border-radius: 0px;
        background-color: rgb(84, 0, 92);
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    #intro * {
        padding: 0px;
        margin: 0px;
        font-size: 30px;
        color: white;

    }

    #places div {
        display: flex;
        margin: auto;
    }

    #mainarea {
        grid-template-columns: 100vw;
        grid-template-rows: auto auto auto auto auto;
        grid-template-areas:
            "grpic"
            "descrip"
            "gig"
            "mainimgs"
            "media";
    }

    #norm,
    #thethe {
        display: none;
    }

    #gone {
        display: flex;
    }

    #gone img {
        width: 100vw;
    }

    #dumpster {
        display: flex;
        margin: 10px;
    }

    #short {
        padding-top: 5px;
        display: flex;
        font-size: 50px;
        color: aliceblue;
        align-self: center;
        font-family: "Italianno", cursive;
    }

    #menu {
        display: none;
        z-index: 1;
        flex-direction: column;
        background-color: rgba(20%, 20%, 20%, 55%);
        padding: 7px 8px;
        position: fixed;
        right: 0px;
        top: 60px;
    }

    #theinfinities {
        display: block;
        height: 100vh;
    }

    #logo {
        position: static;
    }

    header {
        display: flex;
        justify-content: space-between;
    }

    #maybe {
        display: block;
    }

    #mainarea>img,
    #gig img {
        max-width: 80%;
    }

    #mainimgs {
        position: relative;
        height: 100vw;
    }

    #places {
        display: grid;
        grid-template-rows: 50% 50%;

    }

    #places * {
        margin: auto;
    }

    #maincont div {
        grid-template-columns: 100%;
        grid-template-rows: unset;
    }

    #backto {
        padding: 30px;
        font-size: 30px;
        background-color: #333;
        text-decoration: none;
        color: aliceblue;
        border-radius: 40px;
        margin: auto;
        margin-bottom: 30px;
    }
}