* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "kopik", sans-serif;
    font-style: normal;
}

header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navBar {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100px;
    position: absolute;
    display: flex;
    left: 0;
    top: 0;
}

.navBar2 {
    background-color:#773030; 
    height: 100px;
    display: flex;
}

.pageLinksContainer a{
    font-family: "brushberry-sans-one", sans-serif;
    font-size: xx-large;
    font-style: normal; 
}

/* line below navigation bar options */
.line {
    width: 100%;   
    position: absolute;
    top: 72%;
    left: 52%;
    border-bottom: #EEDF7A solid 4px;
    border-radius: 100px;
    transform: translate(-50%, -50%);
}

/* styling for active page */ 
.active {
    border: #EEDF7A solid 3px;
    padding: 5px;
    border-radius: 300px; 
}

.logoContainer {
    display: flex;
    padding: 7px;
    text-align: left;
}

.logoContainer p{
    font-family: "brushberry-sans-one", sans-serif;
    font-size: xx-large;
    font-style: normal; 
    color:#EEDF7A;
    padding: 10px;
}

.logoContainer img{
    height: 80px;
    object-fit: cover;
}

/* places the video behind everything and makes sure it uses the users viewport*/
.videoContainer {
    position: relative;
    z-index: -1;
    height: 100vh;
    width: 100vw;
    background-color: #343131;
}

#bgVideo {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    opacity: 0.4;
}

/* Text box in the middle of video */
.videoTextBox {
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.videoTextBox h1 {
    padding: 25%;
    font-weight: 700;
    font-style: normal;
    font-size: 50px;
    text-align: center;
    color: white;
}

.mainContainer {
    background-color: #343131;
    color: #EEDF7A;
    text-align: center;
}

footer {
    display: flex;
    flex-flow: row wrap;
    background-color: #343131;
    color: #EEDF7A;
    text-align: center;
}

.imageDressCode img{
    border: 2px solid #EEDF7A;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    object-fit: cover;
    width: 50%;
    height: 350px;
}

.relative {
    position: relative;
}

.textImageBox {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 25%;
    top: 97%;
}

.footerLogo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerLogoContainer img{
    width: 50%;
    height: 100%;
    object-fit: contain;
}

.footerTextContainer p {
    margin: 1%;
}

/* Styling for newsletter section */
.newsLetterContainer {
    padding: 75px;
    background-color: #7a2727;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
}

.newsLetterContainer h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 100px;
    font-weight: 300;
    margin-bottom: 4%;
}

/* Styling for subscription section */
.subscriptionContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 50%;
}

/* Styling for subscription button */
.subscriptionContainer button {
    position: absolute;
    background-color: #343131; 
    border-radius: 150px;
    color: #EEDF7A;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    left: 55%; 
    z-index: 1;
}

/* Styling for subscription input */
.subscriptionContainer input {
    background-color: white; 
    border-radius: 150px;
    color: #EEDF7A;
    padding: 10px 100px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}

.menuContainer {
    display: none;
}

/* Styling for ideas container in the suggestion page */
.ideasContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Styling for form container in the suggestion page */
.formContainer {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 80%;
    background-color: white;
    border-radius: 100px;
}

.form {
    text-align: center;
    padding: 10%;
}

.form input{
    width: 100%;
    outline: none;
    border-bottom: #343131 1px solid;
}

h1 {
    font-family: "brushberry-sans-one", sans-serif;
    font-size: xx-large;
    font-style: normal; 
}


/* Styling for about us section in the index page */
.aboutUsSection {
    display: flex;
    flex-flow: row wrap;
}

/* Styling for about us section in the index page */
.aboutTitle {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Styling for about us section in the index page */
.aboutTitle h1{
    padding: 10px;
    font-weight: 300;
    font-size: 100px;
}

/* Styling for about us section in the index page */
.noodleParagraph {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Styling for about us section in the index page */
.noodleParagraph p {
    padding: 10px;
    margin: 10%;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}

/* Styling for about us section in the index page */
.noodleDivider {
    display: flex;
    justify-content: center;
    align-items: center;
}

.noodleDivider2 {
    height: 100%;
    width: 100%;
}

/* Styling for about us section in the index page */
.noodleDudeContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dressCode img{
    width: 90%;
    object-fit: cover;
}

/* Styling for featured noodle section in the index page */
.featuredNoodleSection {
    display: flex;
    flex-flow: row wrap;
}

/* Styling for featured noodle section in the index page */
.featuredNoodle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10%;
}

/* Styling for featured noodle section in the index page */
.featuredTitle {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Styling for featured noodle section in the index page */
.featuredTitle h1 {
    padding: 5px;
    margin-bottom: 5%;
    font-weight: 300;
    font-size: 100px;
    text-align: center;
}

/* Horizontal Wavy line made by this website https://css-generators.com/wavy-shapes/ */
.noodleHorizontal {
    --s: 20px; /* size of the wave */
    --b: 5px; /* thickness of the line */
    --m: 0.8; /* curvature of the wave [0 2] */

    background: #EEDF7A;
    --R: calc(var(--s)*sqrt(var(--m)*var(--m) + 1) + var(--b)/2);
    height: calc(2*var(--R));
    width: 100%;
    --_g: #0000 calc(99% - var(--b)), #000 calc(101% - var(--b)) 99%, #0000 101%;
    mask:
    radial-gradient(var(--R) at left 50% bottom calc(-1*var(--m)*var(--s)), var(--_g)) 
    calc(50% - 2*var(--s)) calc(50% - var(--s)/2 - var(--b)/2)/calc(4*var(--s)) calc(var(--s) + var(--b)) repeat-x,
    radial-gradient(var(--R) at left 50% top calc(-1*var(--m)*var(--s)),var(--_g)) 
    50% calc(50% + var(--s)/2 + var(--b)/2)/calc(4*var(--s)) calc(var(--s) + var(--b)) repeat-x;
}

/* Vertical Wavy line made by this website https://css-generators.com/wavy-shapes/ */
.noodleVertical {
    --s: 20px; /* size of the wave */
    --b: 5px; /* thickness of the line */
    --m: 0.6; /* curvature of the wave [0 2] */
    
    background:  #EEDF7A;
    --R: calc(var(--s)*sqrt(var(--m)*var(--m) + 1) + var(--b)/2);
    width: calc(2*var(--R));
    min-height: 50%;
    --_g: #0000 calc(99% - var(--b)), #000 calc(101% - var(--b)) 99%, #0000 101%;
    mask:
    radial-gradient(var(--R) at top 50% right calc(-1*var(--m)*var(--s)), var(--_g)) 
    calc(50% - var(--s)/2 - var(--b)/2) calc(50% - 2*var(--s))/calc(var(--s) + var(--b)) calc(4*var(--s)) repeat-y,
    radial-gradient(var(--R) at top 50% left calc(-1*var(--m)*var(--s)),var(--_g)) 
    calc(50% + var(--s)/2 + var(--b)/2) 50%/calc(var(--s) + var(--b)) calc(4*var(--s)) repeat-y;
}

footer p{
    font-family: "brushberry-sans-one", sans-serif;
    font-size: 30px;
    font-style: normal; 
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .col-xs-1 {width: 8.33%;}
    .col-xs-2 {width: 16.66%;}
    .col-xs-3 {width: 25%;}
    .col-xs-4 {width: 33.33%;}
    .col-xs-5 {width: 41.66%;}
    .col-xs-6 {width: 50%;}
    .col-xs-7 {width: 58.33%;}
    .col-xs-8 {width: 66.66%;}
    .col-xs-9 {width: 75%;}
    .col-xs-10 {width: 83.33%;}
    .col-xs-11 {width: 91.66%;}
    .col-xs-12 {width: 100%;}

    .row-xs-1 {height: 8.33%;}
    .row-xs-2 {height: 16.66%;}
    .row-xs-3 {height: 25%;}
    .row-xs-4 {height: 33.33%;}
    .row-xs-5 {height: 41.66%;}
    .row-xs-6 {height: 50%;}
    .row-xs-7 {height: 58.33%;}
    .row-xs-8 {height: 66.66%;}
    .row-xs-9 {height: 75%;}
    .row-xs-10 {height: 83.33%;}
    .row-xs-11 {height: 91.66%;}
    .row-xs-12 {height: 100%;}
    
    main, footer{
        display: flex;
    }

    .navBar, .mainContainer, footer, .navBar2 {
        flex-flow: row wrap;
    }

    .pageLinksContainer, .searchUserIconContainer {
        display: none;
    }

    /* Shows menu container in mobile view */
    .menuContainer {
        display: flex;
        justify-content: end;
        align-items: center;
        padding-right: 3%;
    }

    .menuContainer a i{
        color: #EEDF7A;
    }

    /* STYLING FOR MOBILE RESPONSIVENESS */
    .responsive .logoContainer, .responsive .menuContainer{
        height: 100px;
        background-color: #343131;
    }

    /* STYLING FOR MOBILE RESPONSIVENESS */
    .responsive2 .logoContainer, .responsive2 .menuContainer{
        height: 100px;
        background-color: #494949;
    }

    /* STYLING FOR MOBILE RESPONSIVENESS */
    .responsive .pageLinksContainer, .responsive2 .pageLinksContainer {
        display: flex;
        height: 93vh;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        z-index: 1;
    }

    /* STYLING FOR MOBILE RESPONSIVENESS */
    .responsive .pageLinksContainer li, .responsive2 .pageLinksContainer li {
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    /* STYLING FOR MOBILE RESPONSIVENESS */
    .responsive .pageLinksContainer li a, .responsive2 .pageLinksContainer li a {
        text-decoration: none;
        color: #EEDF7A;
    }

    .footerIconContainer {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
    }
    
    .footerIconContainer p {
        margin-bottom: 10%;
    }
    
    .icons i {
        margin: 10px;
    }
    
    .footerTextContainer {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
    }

    /* Origin Page Layout */

    .mainContainer2 {
        display: flex;
        flex-flow: row wrap;
    }

    .contentContainer {
        display: flex;
        flex-flow: row wrap;
        background-color: #343131;
    }

    /* Hides content for mobile view */
    .imageContainer {
        display: none;
    }
    
    /* Hides content for mobile view */
    .imageContainer2 {
        display: none;
    }

    /* Hides content for mobile view */
    .textContainer {
        display: none;
    }

    /* Styling for mobile version */
    .titleImageContainer {
        background-image: url(../images/oldNoodle.png);
        background-size: cover;
        height: 75vh;
        width: 100%;
        margin-bottom: 25%;
    }

    .titleContainer {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.8);
        text-align: center;
        color: #EEDF7A;
    }

    .titleContainer h1 {
        font-size: 100px;
        font-weight: 500;
    }

    /* Styling for mobile version */
    .splitTextContainer {
        display: flex;
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #EEDF7A;
        text-align: center;
        font-size: 20px;
    }

    /* Styling for mobile version */
    .splitTextImageContainer {
        position: relative;
        display: flex;
        height: 75vh;
        margin-bottom: 20%;
    }

    /* Styling for mobile version */
    .splitTextImageContainer div img {
        position: absolute;
        border: #EEDF7A solid 5px;
        top: 10%;
        left: 0%;
        width: 90%;
        height: 40vh;
        object-fit: cover;
    }

    /* Styling for mobile version */
    .splitTextImageContainer div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Styling for mobile version */
    .splitTextImageContainer div p {
        padding: 10px;
        margin: 10px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #EEDF7A;
        text-align: center;
        font-size: 20px;
        z-index: 1;
    }

    /* Styling for quote container */
    .textContainer2 {
        background-color: #7a2727;
        display: flex;
        flex-flow: row wrap;
        padding: 20px;
        text-align: center;
        justify-content: center;
        align-items: center;
        height: 30vh;
        color: #EEDF7A;
    }

    /* How To Page */

    /* Sets a 3x3 grid */
    .gridContainer {
        width: 100%;
        display: grid;
        grid-template-columns: 40% 20% 40%;
        text-align: center;
        height: 100%;
    }
    
    /* Sets padding to grids expect item1 and item23 */
    .gridContainer div:not(.item1, .item23) {
        padding: 20%;
        background-color: #343131;
    }
    
    /* Sets width and height of item1 and changes background to an image */
    .item1 {
        grid-column: 1/4;
        height: 20vh;
        background-image: url(../images/variety.png);
        background-size: cover;
    }
    
    /* Sets width and height of item1 and change background color */
    .item23 {
        background-color: #A04747;
        grid-column: 1/4;
        height: 20vh;
    }

    .gridContainer h1 {
        color: #EEDF7A;
        font-size: 25px;
        font-weight: 50;
    }

    .gridContainer h2 {
        font-family: "brushberry-sans-one", sans-serif;
        font-style: normal; 
        color: #7a2727;
        font-size: 200px;
        font-weight: 300;
    }

    .gridContainer p {
        color: #EEDF7A;
        font-size: 12px;
    }

    /* Circle shape for the number steps */
    .item3 div, .item6 div, .item9 div, .item12 div, .item15 div, .item18 div, .item21 div {
        position: relative;
        width: 100px;
        height: 100px;
        border: #EEDF7A 5px solid;
        border-radius: 500px;
    }

    /* places number closer to the middle of the circle */
    .item3 h2, .item6 h2, .item9 h2, .item12 h2, .item15 h2, .item18 h2, .item21 h2{
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
    }

    .item1 {
        grid-column: 1/4;
        height: 20vh;
        background-image: url(../images/variety.png);
        background-size: cover;
    }

    .item1 h1 {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.8);
        color: #EEDF7A;
        font-size: 50px;
        font-weight: 200;
        height: 100%;
    }

    .item23 {
        background-color: #531e1e;
        grid-column: 1/4;
        height: 20vh;
    }

    .item23 h1 {
        padding: 10px;
        font-size: 20px;
    }

    .item23 button{
        padding: 5px;
        background-color: #343131;
        border-radius: 25px;
        color: #EEDF7A;
    }

    /* Noodles Page Layout*/
    
    .noodleContainer {
        display: flex;
        flex-flow: row wrap;
        background-color: #343131;
        height: 80vh;
    }

    /* Styling of food container while adding a background image of a cutting board */
    .foodContainer {
        display: flex;
        flex-flow: row wrap;
        background-image: url(../images/board.png); 
        background-size: cover;
        height: 100%;
    }

    .foodDressCode {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 20%;
        width: 35%;
    }

    .foodDressCode img{
        width: 100%;
        height: 300px;
        border: #EEDF7A 3px solid;
        object-fit: cover;
    }

    .textStyle {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .foodContainer h1 {
        text-align: center;
        padding: 7%;
        color: #EEDF7A;
        font-size: 25px;
        font-weight: 100;
    }

    .foodContainer p {
        text-align: center;
        padding: 10%;
        color: #EEDF7A;
        font-size: 14px;
    }

    .quoteContainer {
        height: 15vh;
        background-color: #A04747;
    }

    .quoteContainer p{
        padding: 8%;
        text-align: center;
        color: #EEDF7A;
        font-size: 16px;
    }

    .arrowContainer {
        margin-top: 1%;
        text-align: center;
        color: red;
    }

    .arrowContainer i{
        margin-left: 10px
    }

    .continentTitleContainer {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-evenly;
    }

    .continentTitleContainer div {
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .continentTitleContainer div p{
        text-align: center;
        font-family: "brushberry-sans-one", sans-serif;
        color: #EEDF7A;
        font-size: 20px;
        font-style: normal;
        font-weight: 100;
        opacity: 1; 
    }

    /* Preemptive measure to display nothing for food container and let the script run */
    .slides, .slides2, .slides3, .slides4, .slides5, .slides6, .slides7 {
        display: none;
    }

    /* shows 1 content on load */
    .show {
        display: flex;
    }

    /* To hide an element */
    .none {
        display: none;
    }

    /* On hover that changes the color of the div of the country container */
    .continentTitleContainer div p:hover {
        background-color: black !important;
        color: goldenrod !important;
    }

    /* Suggestions Page Layout*/

    /* Sets height and background color */
    .messageContainer {
        background-color: #3b1414;
        height: 75vh;
    }

    /* Sets height and background color */
    .ideasContainer {
        background-color: #343131;
        height: 75vh;
    }

    /* Styling for message container */ 
    .messageContainer h1{
        padding: 10%;
        text-align: center;
        color: #EEDF7A;
        font-size: 50px;
        font-weight: 300;
    }

    /* Styling for message container */ 
    .messageContainer p{
        padding: 10%;
        text-align: center;
        color: #EEDF7A;
        font-size: 20px;
        font-weight: 300;
    }

    /* Styling for form */ 
    .formContainer h1 {
        font-size: 75px;
        font-weight: 300;
        padding: 5%;
    }

    /* Styling for form */ 
    .formContainer form {
        padding: 10%;
    }

    /* Styling for form */ 
    .formContainer form input {
        border: 0;
        border-bottom: #494949 1px solid;
    }

    #messageId {
        margin-top: 20%;
    }

    /* Styling for form */ 
    .formContainer button {
        background-color: #773030;
        border-radius: 150px;
        font-size: 15px;
        font-weight: 100;
        padding: 10px;
        width: 150px;
        color: #EEDF7A;
    }

    footer {
        display: inline-block;
    }

    .line {
        display: none;
    }

    /* index page styling */
    .videoTextBox h1 {
        padding: 20%;
        font-weight: 300;
        font-style: normal;
        font-size: 30px;
        text-align: center;
        color: white;
    }

    .subscriptionContainer input {
        padding: 10px 60px;
    }

    .subscriptionContainer button {
        padding: 10px 40px;
    }

    .noodle {
        display: none;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}

    .row-s-1 {height: 8.33%;}
    .row-s-2 {height: 16.66%;}
    .row-s-3 {height: 25%;}
    .row-s-4 {height: 33.33%;}
    .row-s-5 {height: 41.66%;}
    .row-s-6 {height: 50%;}
    .row-s-7 {height: 58.33%;}
    .row-s-8 {height: 66.66%;}
    .row-s-9 {height: 75%;}
    .row-s-10 {height: 83.33%;}
    .row-s-11 {height: 91.66%;}
    .row-s-12 {height: 100%;}

    main {
        display: flex;
    }

    footer{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mainContainer {
        flex-flow: row wrap;
    }

    .pageLinksContainer {
        display: block;
    }

    nav ol {
        display: flex;
        flex-flow: row wrap;
        height: 100%;
    }
    
    nav ol li {
        display: flex;
        align-items: center;
        justify-content: center;
        list-style: none;
    }
    
    nav ol li a {
        color: white;
        text-decoration: none;
    }

    .pageLinksContainer ol li a{
        font-size: 20px;
    }

    .logoText {
        display: none;
    }

    .searchUserIconContainer {
        display: none;
    }
    
    .searchUserIconContainer .user {
        justify-content: left;
    }

    .menuContainer {
        display: none;
    }

    .imageDressCode img{
        border: 5px solid #EEDF7A;
        border-top-left-radius: 200px;
        border-top-right-radius: 200px;
        width: 55%;
        height: 500px;
        object-fit: cover;
    }

    .textImageBox {
        font-style: italic;
        background-color: rgba(0, 0, 0, 0.8);
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 92%;
        font-size: 30px;
        width: 54%;
        padding: 10px;
    }

    .footerIconContainer {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
        border-right: #EEDF7A solid 1px;
    }
    
    .footerIconContainer p {
        font-size: 16px;
        margin-bottom: 9%;
    }
    
    .icons i {
        margin: 10px;
    }
    
    .footerTextContainer {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
        border-left: #EEDF7A solid 1px;
        margin-top: 1%;
        margin-bottom: 1%;
    }

    .footerTextContainer p {
        font-size: 16px;
    }

    .noodleParagraph p {
        font-size: 12px;
    }

    /* Origin Page Layout*/
    .splitTextContainer {
        display: none;
    }

    .splitTextImageContainer {
        display: none;
    }

    .mainContainer2 {
        display: flex;
        flex-flow: row wrap;
    }

    .titleImageContainer {
        height: 100vh;
    }

    .contentContainer {
        display: flex;
        flex-flow: row wrap;
        background-color: #343131;
    }

    .textContainer2{
        background-color: #A04747;
        display: flex;
        padding: 20px;
        text-align: center;
        justify-content: center;
        align-items: center;
        height: 15vh;
        color: #EEDF7A;
    }

    .imageContainer img{
        border: #EEDF7A solid 3px;
        border-radius: 20px;
        width: 100%;
    }

    .textContainer2 {
        background-color: #7a2727;
        display: flex;
        flex-flow: row wrap;
        padding: 25px;
        text-align: center;
        justify-content: center;
        align-items: center;
        height: 30vh;
        color: white;
    }

    .textContainer2 p {
        font-size: 20px;
    }

    .titleContainer {
        display: flex;
        justify-content: end;
        align-items: end;
        text-align: center;
        color: #EEDF7A;
    }

    .titleContainer h1{
        font-size: 100px;
        font-weight: 400;
        margin: 5%;
    }

    .textContainer p {
        padding: 25px;
        color: #EEDF7A;
        text-align: center;
        margin-top: 20%;
        font-size: 12px;
        font-weight: 100;
        margin-bottom: 100%;
    }

    .noodle {
        margin-bottom: 10%;
    }

    .imageContainer2 {
        position: relative;   
    }

    .imageContainer2 .oldBowlImage {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }

    .imageContainer2 .oldBowlImage img {
        border: solid #EEDF7A 5px;
        border-radius: 25px;
        width: 250px;
        height: 600px;
        object-fit: cover;
    }

    .imageContainer2 .oldNoodleImage {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 82%;
        left: 0%;
        z-index: 1;
    }

    .imageContainer2 .oldNoodleImage img {
        border: solid #EEDF7A 5px;
        border-radius: 25px;
        width: 300px;
        height: 150px;
        object-fit: cover;
    }

    /* How To Page */
    .gridContainer {
        width: 100%;
        display: grid;
        grid-template-columns: 40% 20% 40%;
        text-align: center;
        height: 100%;
    }

    .gridContainer div:not(.item1, .item23) {
        padding: 20%;
        background-color: #343131;
    }

    .gridContainer h1 {
        color: #EEDF7A;
        font-size: 50px;
        font-weight: 100;
    }

    .gridContainer h2 {
        font-family: "brushberry-sans-one", sans-serif;
        font-size: xx-large;
        font-style: normal; 
        color: #7a2727;
        font-size: 200px;
        font-weight: 300;
    }

    .gridContainer p {
        color: #EEDF7A;
        font-size: 14px;
    }

    .item3 div, .item6 div, .item9 div, .item12 div, .item15 div, .item18 div, .item21 div {
        position: relative;
        width: 100px;
        height: 100px;
        border: #EEDF7A 5px solid;
        border-radius: 500px;
    }

    .item3 h2, .item6 h2, .item9 h2, .item12 h2, .item15 h2, .item18 h2, .item21 h2{
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
    }


    .item1 {
        grid-column: 1/4;
        height: 20vh;
        background-image: url(../images/variety.png);
        background-size: cover;
    }

    .item1 h1 {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.8);
        color: #EEDF7A;
        font-size: 75px;
        font-weight: 200;
        height: 100%;
    }

    .item23 {
        background-color: #531e1e;
        grid-column: 1/4;
        height: 20vh;
    }

    .item23 h1 {
        padding: 15px;
        font-size: 20px;
    }

    .item23 button{
        padding: 10px;
        background-color: #343131;
        border-radius: 25px;
        color: #EEDF7A;
    }

    /* Noodles Page Layout*/
    
    .noodleContainer {
        display: flex;
        flex-flow: row wrap;
        height: 80vh;
        background-color: #343131;
        
    }

    .foodContainer {
        position: relative;
        display: flex;
        flex-flow: row wrap;
        background-image: url(../images/board.png); 
        background-size: cover; 
    }

    .foodDressCode {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 20%;
        width: 30%;
    }

    .foodDressCode img{
        width: 80%;
        height: 500px;
        border: #EEDF7A 3px solid;
        object-fit: cover;
    }

    .textStyle {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .foodContainer h1 {
        text-align: center;
        padding: 5%;
        color: #EEDF7A;
        font-size: 50px;
        font-weight: 100;
    }

    .foodContainer p {
        text-align: center;
        padding: 5%;
        color: #EEDF7A;
        font-size: 16px;
    }

    .arrowContainer {
        margin-top: 3%;
        text-align: center;
        color: red;
    }

    .arrowContainer i{
        margin-left: 50px
    }

    .quoteContainer {
        background-color: #A04747;
        height: 15vh;
    }

    .quoteContainer p{
        padding: 4%;
        text-align: center;
        color: #EEDF7A;
        font-size: 25px;
    }

    .continentTitleContainer {
        display: flex;
        flex-flow: column wrap;
        justify-content: space-around;
    }

    .continentTitleContainer div p{
        text-align: center;
        font-family: "brushberry-sans-one", sans-serif;
        color: #EEDF7A;
        font-size: 40px;
        font-style: normal;
        opacity: 0.7; 
    }

    .slides, .slides2, .slides3, .slides4, .slides5, .slides6, .slides7 {
        display: none;
    }

    .show {
        display: flex;
    }

    .none {
        display: none;
    }

    .continentTitleContainer div p:hover {
        background-color: black !important;
        color: goldenrod !important;
    }

    /* Suggestions Page Layout*/

    .messageContainer {
        background-color: #3b1414;
        height: 75vh;
    }
    
    .ideasContainer {
        background-color: #343131;
        height: 75vh;
    }

    .messageContainer h1{
        padding: 10%;
        text-align: center;
        color: #EEDF7A;
        font-size: 75px;
        font-weight: 300;
    }

    .messageContainer p{
        padding: 10%;
        text-align: center;
        color: #EEDF7A;
        font-size: 20px;
        font-weight: 300;
    }

    .formContainer h1 {
        font-size: 50px;
        font-weight: 300;
        padding: 5%;
    }

    .formContainer form {
        padding: 3%;
    }

    .formContainer form input {
        border: 0;
        border-bottom: #494949 1px solid;
    }

    #messageId {
        margin-top: 20%;
    }

    .formContainer button {
        background-color: #773030;
        border-radius: 150px;
        font-size: 15px;
        font-weight: 100;
        padding: 10px;
        width: 150px;
        color: #EEDF7A;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .col-l-1 {width: 8.33%;}
    .col-l-2 {width: 16.66%;}
    .col-l-3 {width: 25%;}
    .col-l-4 {width: 33.33%;}
    .col-l-5 {width: 41.66%;}
    .col-l-6 {width: 50%;}
    .col-l-7 {width: 58.33%;}
    .col-l-8 {width: 66.66%;}
    .col-l-9 {width: 75%;}
    .col-l-10 {width: 83.33%;}
    .col-l-11 {width: 91.66%;}
    .col-l-12 {width: 100%;}

    .row-l-1 {height: 8.33%;}
    .row-l-2 {height: 16.66%;}
    .row-l-3 {height: 25%;}
    .row-l-4 {height: 33.33%;}
    .row-l-5 {height: 41.66%;}
    .row-l-6 {height: 50%;}
    .row-l-7 {height: 58.33%;}
    .row-l-8 {height: 66.66%;}
    .row-l-9 {height: 75%;}
    .row-l-10 {height: 83.33%;}
    .row-l-11 {height: 91.66%;}
    .row-l-12 {height: 100%;}
    
    main {
        display: flex;
    }

    footer{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mainContainer {
        flex-flow: row wrap;
    }

    .pageLinksContainer {
        display: block;
    }

    nav ol {
        display: flex;
        flex-flow: row wrap;
        height: 100%;
    }
    
    nav ol li {
        display: flex;
        align-items: center;
        justify-content: center;
        list-style: none;
    }
    
    nav ol li a {
        color: white;
        text-decoration: none;
    }

    .pageLinksContainer ol li a{
        font-size: 25px;
    }

    .searchUserIconContainer {
        display: flex;
        flex-flow: row wrap;
        justify-content: end;
    }

    .searchUserIconContainer div {
        color: #EEDF7A;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .searchUserIconContainer input {
        width: 100%;
        margin: 5%;
        padding: 3%;
        background-color: #343131;
        border: 1px solid #EEDF7A;
        border-radius: 10px;
        color: #EEDF7A;
    }
    
    .searchUserIconContainer .user {
        justify-content: left;
    }

    .menuContainer {
        display: none;
    }

    .imageDressCode img{
        border: 5px solid #EEDF7A;
        border-top-left-radius: 200px;
        border-top-right-radius: 200px;
        width: 55%;
        height: 500px;
        object-fit: cover;
    }

    .textImageBox {
        font-style: italic;
        background-color: rgba(0, 0, 0, 0.8);
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 92%;
        font-size: 30px;
        width: 54%;
        padding: 10px;
    }

    .footerIconContainer {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
        border-right: #EEDF7A solid 1px;
    }
    
    .footerIconContainer p {
        margin-bottom: 9%;
    }
    
    .icons i {
        margin: 10px;
    }
    
    .footerTextContainer {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
        border-left: #EEDF7A solid 1px;
        margin-top: 1%;
        margin-bottom: 1%;
    }

    /* Origin Page Layout*/
    .splitTextContainer {
        display: none;
    }

    .splitTextImageContainer {
        display: none;
    }

    .mainContainer2 {
        display: flex;
        flex-flow: row wrap;
    }

    .titleImageContainer {
        height: 100vh;
    }

    .contentContainer {
        display: flex;
        flex-flow: row wrap;
        background-color: #343131;
    }

    .textContainer2{
        background-color: #A04747;
        display: flex;
        padding: 20px;
        text-align: center;
        justify-content: center;
        align-items: center;
        height: 15vh;
        color: #EEDF7A;
    }

    .imageContainer img{
        border: #EEDF7A solid 3px;
        border-radius: 20px;
        width: 100%;
    }

    .textContainer2 {
        background-color: #7a2727;
        display: flex;
        flex-flow: row wrap;
        padding: 25px;
        text-align: center;
        justify-content: center;
        align-items: center;
        height: 30vh;
        color: white;
    }

    .textContainer2 p {
        font-size: 20px;
    }

    .titleContainer {
        display: flex;
        justify-content: end;
        align-items: end;
        text-align: center;
        color: #EEDF7A;
    }

    .titleContainer h1{
        font-size: 100px;
        font-weight: 400;
        margin: 5%;
    }

    .textContainer p {
        padding: 25px;
        color: #EEDF7A;
        text-align: center;
        margin-top: 20%;
        font-size: 16px;
        font-weight: 200;
        margin-bottom: 100%;
    }

    .noodle {
        margin-bottom: 10%;
    }

    .imageContainer2 {
        position: relative;   
    }

    .imageContainer2 .oldBowlImage {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }

    .imageContainer2 .oldBowlImage img {
        border: solid #EEDF7A 5px;
        border-radius: 25px;
        width: 400px;
        height: 600px;
        object-fit: cover;
    }

    .imageContainer2 .oldNoodleImage {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 82%;
        left: 20%;
        z-index: 1;
    }

    .imageContainer2 .oldNoodleImage img {
        border: solid #EEDF7A 5px;
        border-radius: 25px;
        width: 600px;
        height: 300px;
        object-fit: cover;
    }

    /* How To Page */
    .gridContainer {
        width: 100%;
        display: grid;
        grid-template-columns: 40% 20% 40%;
        text-align: center;
        height: 100%;
    }

    .gridContainer div:not(.item1, .item23) {
        padding: 20%;
        background-color: #343131;
    }

    .gridContainer h1 {
        color: #EEDF7A;
        font-size: 75px;
        font-weight: 100;
    }

    .gridContainer h2 {
        font-family: "brushberry-sans-one", sans-serif;
        font-size: xx-large;
        font-style: normal; 
        color: #7a2727;
        font-size: 200px;
        font-weight: 300;
    }

    .gridContainer p {
        color: #EEDF7A;
        font-size: 30px;
    }

    .item3 div, .item6 div, .item9 div, .item12 div, .item15 div, .item18 div, .item21 div {
        position: relative;
        width: 175px;
        height: 175px;
        border: #EEDF7A 5px solid;
        border-radius: 500px;
    }

    .item3 h2, .item6 h2, .item9 h2, .item12 h2, .item15 h2, .item18 h2, .item21 h2{
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
    }


    .item1 {
        grid-column: 1/4;
        height: 20vh;
        background-image: url(../images/variety.png);
        background-size: cover;
    }

    .item1 h1 {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.8);
        color: #EEDF7A;
        font-size: 100px;
        font-weight: 200;
        height: 100%;
    }

    .item23 {
        background-color: #531e1e;
        grid-column: 1/4;
        height: 20vh;
    }

    .item23 h1 {
        padding: 20px;
        font-size: 35px;
    }

    .item23 button{
        padding: 10px;
        background-color: #343131;
        border-radius: 25px;
        color: #EEDF7A;
    }

    /* Noodles Page Layout*/
    
    .noodleContainer {
        display: flex;
        flex-flow: row wrap;
        height: 80vh;
        background-color: #343131;
        
    }

    .foodContainer {
        position: relative;
        display: flex;
        flex-flow: row wrap;
        background-image: url(../images/board.png); 
        background-size: cover; 
    }

    .foodDressCode {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 20%;
        width: 30%;
    }

    .foodDressCode img{
        width: 80%;
        height: 500px;
        border: #EEDF7A 3px solid;
        object-fit: cover;
    }

    .textStyle {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .foodContainer h1 {
        text-align: center;
        padding: 5%;
        color: #EEDF7A;
        font-size: 100px;
        font-weight: 100;
    }

    .foodContainer p {
        text-align: center;
        padding: 5%;
        color: #EEDF7A;
        font-size: 25px;
    }

    .arrowContainer {
        margin-top: 3%;
        text-align: center;
        color: red;
    }

    .arrowContainer i{
        margin-left: 50px
    }


    .quoteContainer {
        background-color: #A04747;
        height: 15vh;
    }

    .quoteContainer p{
        padding: 3%;
        text-align: center;
        color: #EEDF7A;
        font-size: 25px;
    }

    .continentTitleContainer {
        display: flex;
        flex-flow: column wrap;
        justify-content: space-around;
    }

    .continentTitleContainer div p{
        text-align: center;
        font-family: "brushberry-sans-one", sans-serif;
        color: #EEDF7A;
        font-size: 60px;
        font-style: normal;
        opacity: 0.7; 
    }

    .slides, .slides2, .slides3, .slides4, .slides5, .slides6, .slides7 {
        display: none;
    }

    .show {
        display: flex;
    }

    .none {
        display: none;
    }

    .continentTitleContainer div p:hover {
        background-color: black !important;
        color: goldenrod !important;
    }

    /* Suggestions Page Layout*/

    .messageContainer {
        background-color: #3b1414;
        height: 75vh;
    }
    
    .ideasContainer {
        background-color: #343131;
        height: 75vh;
    }

    .messageContainer h1{
        padding: 10%;
        text-align: center;
        color: #EEDF7A;
        font-size: 75px;
        font-weight: 300;
    }

    .messageContainer p{
        padding: 10%;
        text-align: center;
        color: #EEDF7A;
        font-size: 30px;
        font-weight: 300;
    }

    .formContainer h1 {
        font-size: 75px;
        font-weight: 300;
        padding: 5%;
    }

    .formContainer form {
        padding: 3%;
    }

    .formContainer form input {
        border: 0;
        border-bottom: #494949 1px solid;
    }

    #messageId {
        margin-top: 20%;
    }

    .formContainer button {
        background-color: #773030;
        border-radius: 150px;
        font-size: 15px;
        font-weight: 100;
        padding: 10px;
        width: 150px;
        color: #EEDF7A;
    }

    .logoText {
        display: block;
    }

    .noodleParagraph p {
        font-size: 20px;
    }
}