@import url('https://fonts.googleapis.com/css2?family=BBH+Hegarty&family=Cherry+Cream+Soda&family=Exo+2:wght@100..900&family=Foldit:wght@100..900&family=Linefont:wght@4..1000&family=Metal+Mania&family=Rubik+Glitch&display=swap');

body {
    font-family: "Exo 2", sans-serif;
    background-color: rgb(154, 0, 0);
}

p {
    line-height: 24px;
}

header {
    display: flex;
    justify-content: space-evenly;
    position: sticky;
    top: 0px;
    background-color: #333;
    overflow: hidden;
    max-width: 100%;
    width: 100vw;
    border-bottom: 2px;
    border-style: solid;
    border-color: white;
}

nav {
    display: flex;
    justify-content: space-evenly;
    width: 100vw;
    align-items: center;
    overflow: hidden;
    padding: 18px 16px;

}

nav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    transition: .4s;
}

nav a:hover {
    background-color: white;
    color: black;
}

#logo {
    position: absolute;
    top: 1px;
    left: 2px;
    height: 100%;
    padding: 3px;
}

#logo img {
    margin: 5px;
    height: 35px;
    max-height: 90%;
    filter: invert(100%);
}

.small {
    display: none;
}

#fool {
    display: flex;
    flex-direction: column;
    align-content: center;
}

#fooler {
    display: grid;
    grid-template-areas:
        "awe name";
}

#awe {
    font-family: "Metal Mania", system-ui;
    grid-area: awe;
    text-align: center;
    padding: 20px;
    padding-top: 30px;
    font-size: 10vw;
    padding-bottom: 0px;
}

#name {
    grid-area: name;
    text-align: center;
    padding: 20px;
    font-size: 80px;
    color: aliceblue;
}

#some {
    font-family: "Metal Mania", system-ui;
    text-align: center;
    font-size: 11vw;
}

#homemain {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-areas:
        "one tall"
        "two tall"
        "wide wide"
        "tres four"
        "wagle wogle";
    overflow: hidden;
}

#homemain section {
    max-width: 100%;
    overflow: hidden;
    background-color: #333;
    color: white;
    margin: 20px;
    padding: 20px;
    border-radius: 20px;
    overflow-x: hidden;
}

.thingone {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.thingone * {
    padding: 6px;
    margin: auto;
    font-size: 18px
}

.thingone img {
    margin: auto;
    max-height: 600px;
    height: 100%;
    max-width: 60%;
    width: 30vw;
    padding: 10px;
}

ol {
    width: 90%;
    padding: 20px;
    list-style: circle;
}

#one {
    grid-area: one;
}

#two {
    grid-area: two;
}

#tall {
    grid-area: tall;
}

#wide {
    grid-area: wide;
}

#wide>div {
    height: 90%;
    display: flex;
    align-items: center;
    margin: auto;
}

#wide img {
    width: 30%;
}


#tres {
    grid-area: tres;
}

#four {
    grid-area: four;
}

h3 {
    font-size: 3.2vw;
    text-align: center;
}

h4 {
    font-size: 30px;
    text-align: center;
}

#wadle {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr 1fr 1fr;
    padding: 10px;
}

#wadle>p {
    padding: 0 15px 0 15px;
    text-align: center;
    font-size: small;
    line-height: 20px;
}

.bookbutton {

    text-align: center;
    background-color: rgb(154, 0, 0);
    font-size: 18px;
    color: white;
    margin: auto;
    padding: 20px 22px;
    border-radius: 20px;
    text-decoration: none;
    justify-self: center;
    align-self: center;
    transition: .4s;
}

.aaaaaa {
    display: flex;
    flex-direction: column;
    align-items: center;

}

#wack {
    display: flex;
    align-items: center;
    justify-content: center;
}

#wack img {
    width: 40%;
    padding: 20px;
    margin: auto;
}

footer {
    display: flex;
    justify-content: space-between;
    background-color: #333;
    color: white;
    padding: 20px;
}

#wagle {
    grid-area: wagle;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#wagle iframe {
    padding: 20px;
    border-radius: 30px;
    max-width: 550px;
}

#wogle {
    grid-area: wogle;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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;
    color: black;
}

#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: 200px;
    border-radius: 10px;
    padding: 10px;
}

#button {
    display: flex;
    align-self: center;
    background-color: rgb(154, 0, 0);
    color: white;
    font-weight: 600;
    padding: 13px;
    width: 150px;
    border: none;
    border-radius: 3px;
    margin: 30px;
    transition: .4s;
}

#button:hover, .bookbutton:hover {
    box-shadow: 5px 5px 15px black;
}

.massive {
    font-weight: 700;
    width: 100%;
    text-align: center;
    color: white;
    letter-spacing: 1px;

}

#brand {
    font-size: 20vw;

}

#thesand {
    font-size: 16vw;
}

#sandmain {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

#sandmain section {
    max-width: 95%;
    background-color: #333;
    margin: 20px;
    padding: 20px;
    border-radius: 30px;
    color: white;
}

#kian {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.yes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.yes img {
    width: 20vw;
    padding: 10px;
}

.chess {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#otherss {
    display: flex;

    justify-content: center;
    width: 20vw;
    flex-wrap: wrap;
}

#otherss * {
    margin: 20px;
}

#auth {
    color: white;
    font-size: 10vw;
    padding: 20px;
    margin-left: 50px;
    font-family: "BBH Hegarty", sans-serif;
}

.normdoso {
    color: white;
    border-radius: 30px;
    background-color: #333;
    padding: 20px;
    margin: 20px;
}

.bookplace {
    display: flex;
    justify-content: space-between;
}

.bookplace img {
    width: 25vw;
    height: auto;
    margin: auto;
}

.bookplace>div {
    width: 35vw;
}

.info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#booktop {
    font-family: "BBH Hegarty", sans-serif;
    text-align: center;
    font-size: 23vw;
    color: white;
}

.weee {
    width: 100%;
}

.bookthing {
    display: flex;
    flex-direction: row;
}

.bookthing img {
    max-height: 26vw;
    width: 13vw;
}

.bookthing p {
    padding: 8px;
}

.bookerthing {
    background-color: #333;
    border-radius: 30px;
    width: 28vw;
    height: 28vw;
    margin: 20px;
    padding: 15px;
    color: white;
}

#mainbookarea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

h5 {
    font-family: "Cherry Cream Soda", system-ui;
    font-size: 2.5vw;
    text-align: center;
}

.dos {
    display: none;
}
@media screen and (max-width: 640px) {

    footer {
        flex-direction: column;
    }

    #name {
        display: none;
    }

    #awe {
        font-size: 16vw;
        text-align: left;
    }

    #some {
        font-size: 17vw;
    }

    #homemain {
        grid-template-columns: 100%;
        grid-template-areas:
            "one"
            "two"
            "tall"
            "wide"
            "tres"
            "four"
            "wagle"
            "wogle";
    }

    #homemain p {
        font-size: 13px;
    }

    .thingone {
        flex-direction: column;
    }

    h3 {
        font-size: 8vw;
    }

    iframe {
        width: 90%;
    }

    fieldset {
        padding: 10px;
    }

    #wadle {
        grid-template-columns: 100%;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr .25fr;
    }

    #wide>div {
        flex-direction: column;
    }

    #wide img {
        width: 100%;
    }

    #wadle>p {
        padding: 0;
        line-height: 24px;
    }

    #menu {
        display: none;
    }

    #dumb {
        display: flex;
    }
    nav {
        width: auto;
    }
    .small {
        display: flex;
    }

    #short {
        padding-top: 5px;
        display: flex;
        font-size: 30px;
        color: aliceblue;
        align-self: center;
    }
    header {
        height: 60px;
    }
    #menu {
        display: none;
        z-index: 1;
        flex-direction: column;
        background-color: #333;
        padding: 7px 8px;
        position: fixed;
        right: 0px;
        top: 62px;
    }

    #theinfinities {
        display: block;
        height: 100vh;
    }

    #logo {
        position: static;
        display: flex;
        align-items: center;
    }

    header {
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    .dos {
        display: flex;
    }
    .uno {
        display: none;
    }

    .bookplace div  {
        width: 49%;
    }

    .bookplace img {
        width: 50%;
        padding: 5px;
        margin: auto;
    }

    #auth {
        font-size: 15vw;
        margin-left: 0;
    }

    #mainbookarea {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }

    .bookerthing {
        width: 85vw;
        height: unset;
    }
    h5 {
        font-size: 8vw;
    }

    .bookthing img {
        margin: auto;
        width: 30vw;
        max-height: unset;
    }
    .yes {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .yes img {
        width: 50%;
        padding: 10px;
    }
}