
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');


h1, h3, h4, p, .p_lg {
    font-family: "Karla", sans-serif; 
    font-style: normal;
}
h1 {    
    font-size: 2.5rem; 
    font-weight: 400; 
    letter-spacing: 4.8px;
}

h2 {
    font-family: "Nanum Pen Script", cursive;
    font-size: 2rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3.6px;
}

h3 {
    font-size: 1.75rem; 
    font-weight: 600; 
    letter-spacing: 1.2px;
}

h4 {
    font-size: 1.5rem; 
    font-weight: 400; 
    letter-spacing: 1.2px;
}

h5 {
    font-size: 1.125rem; 
    font-weight: 500; 
    letter-spacing: 1.2px;
}

p {
    font-size: 1rem; 
    font-weight: 300; 
    line-height: 30px;
    letter-spacing: 1.2px;
}

.p_lg {
    font-size: 1.25rem; 
    font-weight: 300;
    letter-spacing: 1.2px; 
    line-height: 35px;
}

#slogan {
    font-size: 3.25rem;
    line-height: 60px;
}

.primary {
    color: #b75523;
}

.secondary {
    color: #d19479;
}



body {
    margin: 0px;
    padding: 0px;

    color: #2b2421;
    background-color: #ebe1da;

    font-family: "Karla", sans-serif; 
    font-style: normal;

    color: #2b2421;

    animation: fadeInAnimation ease 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

    body a {
        text-decoration: none;
    }

    @keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.wrapper {
    margin: 0px;
    padding: 0px;

    width: 100%;
    height: auto;

    z-index: 10;
}



.navbar {
    position: sticky;

    top:0px;
    left: 0px;

    width: 100%;
    height: 95px;

    z-index: 900;

    display: flex;
    flex-direction: row;
    justify-content: space-between;

    background-color: rgba(235, 225, 218, 0.8);

    padding-bottom: 15px;
}

    .navbar-logo {
        margin-left: 100px;
        margin-bottom: 5px;
        width: 40px;
        height: 41px;

        place-self: flex-end;
    }

    .nav-links {
        margin-right: 100px;

        display: flex;
        flex-direction: row;
        justify-content: flex-end;

        align-self: flex-end;
    }

        .nav-button {
            display: flex;
            flex-direction: row;
            justify-content: flex-end;

            margin: 0px;
            padding: 0px;
            
        }

            .btn-cta {
                width: auto;
                height: 20px;
                padding: 5px 20px 5px 20px;

                background-color: #b75523;
                color: #ebe1da;
                border-radius: 25px;

                align-self: flex-end;

                font-size: 1rem;
                letter-spacing: 3px;

                transition: background-color 0.3s ease-in-out;
            }

                .btn-cta:hover {
                    background-color: #d19479;
                    transition: background-color 0.3s ease-in-out;
                }

        .nav-links ul {
            margin: 0px;
            padding-bottom: 5px;

            display: flex;
            flex-direction: row;
            justify-content: flex-end;

            gap: 36px;
            list-style: none;

            align-self: flex-end;
            align-items: flex-end;
        }

            .nav-links ul a {
                text-decoration: none;
                color: #d19479;

                font-size: 1rem;
                letter-spacing: 3px;
            }

            .nav-links ul li {
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                align-self: flex-end;

                gap: 36px;
            }

            .nav-links ul li:hover {
                color: #b75523;
            }

    .nav-mobile {
        margin-right: 80px;

        display: none;
        flex-direction: row;
        justify-content: flex-end;

        align-self: flex-end;
    }

        .nav-mobile-menu {
            display: flex;

            background-image: url('images/mobile_menu_icon.png');
            background-repeat: no-repeat;

            width: 40px;
            height: 40px;
        }

            .nav-mobile-menu:hover {
                background-image: url('images/mobile_menu_icon_hover.png');
            }

        .nav-mobile-stretched {
            position: absolute;
            top: 0px;
            right: 0px;

            width: 100%;
            height: 100vh;
            z-index: 1000;

            padding: 80px 24px 50px 24px;

            background-color: rgba(209, 148, 121, 0.9);

            opacity: 0;
            transition: opacity 0.5s ease-in-out;
            visibility: hidden;   
        }

            .nav-mobile-stretched.show {
                opacity: 1;
                visibility: visible;
                transition: opacity 0.5s ease-in-out;
            }

        .nav-mobile-close {
            background-image: url('images/mobile_close_icon.png');
            background-repeat: no-repeat;

            position: absolute;
            top: 50px;
            right: 80px;

            width: 35px;
            height: 35px;
        }
        
        .nav-mobile-links {
            margin: 50px;

            display: flex;
            flex-direction: column;
            justify-content: flex-end;
        }

        .nav-mobile-links ul {
            display: flex;
            flex-direction: column;
            justify-content: flex-end;

            gap: 52px;
            list-style: none;

            align-self: flex-end;
            align-items: flex-end;

            margin-bottom: 54px;
        }

            .nav-mobile-links ul li {
                font-size: 3rem; 
                font-weight: 400; 
                letter-spacing: 4.8px;
                color: #b75523;
            }

            .nav-mobile-links ul li a {
                text-decoration: none;
            }


            .nav-mobile-links ul li:hover {
                color: #2b2421;                
            }

.index_hero {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;

    width: 100%;
    height: auto;

    margin-top: 48px;
}

    #index_hero_bowl, #index_hero_ritto {
        max-width: 50vw;
        height: 60vh;

        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        text-align: center;

        background-size: cover;
        background-repeat: no-repeat;

        transition: background-image 0.3s ease-in-out; 
    }

    #index_hero_bowl {
        background-image: url("images/hero_kimchi_bowl.png");
    }

        #index_hero_bowl:hover {
            background-image: url("images/hero_hover_bowl.png");
            transition: background-image 0.3s ease-in-out;  
        }

    #index_hero_ritto {
        background-image: url("images/hero_kimchi_ritto.png"); 
    }
        #index_hero_ritto:hover {
            background-image: url("images/hero_hover_ritto.png");
            transition: background-image 0.3s ease-in-out; 
        }

    .hero_title {
        font-weight: 800;
        font-size: 10.5rem;
        letter-spacing: 5px;
        text-align: center;
        color: rgba(235, 225, 218, 0.8);

        margin-bottom: -50px;
    }

.margined_wrapper {
    margin: 60px 100px 120px 100px;
}

.three_columns_wrapper {
    width: 100%;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;

    row-gap: 60px;
}

    .three_column {
        width: 100%;
        height: auto;
        min-height: 100px;

        flex: 1; 
    }

        .three_column_third {
            grid-column: 3;
            justify-self: start;
            margin: 0;
        }

            .three_column_third a {
                text-decoration: none;
                color: #b75523;
            }

            .three_column_third a:hover {
                color: #d19479;
            }

    .thumbnail {
        display: flex;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;

        height: 30vh;
        min-height: 300px;  

        overflow: hidden;

        filter: opacity(100%);
        transition: filter 0.4s ease; 
    }

        #thumbnail-bowls {                  
            background-image: url("images/index_menu_thumb_bowl.png");
        }

        #thumbnail-ritto {                  
            background-image: url("images/index_menu_thumb_ritto.png");
        }

        #thumbnail-sides {                  
            background-image: url("images/index_menu_thumb_sides.png");
        }

        .thumbnail:hover {
            filter: opacity(70%);
        }


.hero40 {
    width: 100%;
    height: auto;
    max-height: 40vh;
}

    .hero40 img {
        width: 100%;
        height: auto;
        max-height: 40vh;
        object-fit: cover;
        object-position: center top;
    }

.two_third_columns_wrapper {
    width: 100%;

    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 20px;

    row-gap: 60px;

    margin-bottom: 80px;
}

    .one_third_column, .two_third_column {
        height: auto;
    }

.two_columns_wrapper {
    width: 100%;

    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;

    row-gap: 60px;
}

    .half_column {
        width: 100%;
        height: auto;
    }

        .half_column img {
            width: 100%;
            height: auto;
            max-height: 40vh;
            object-fit: cover;
            object-position: center center;

            filter: opacity(100%);
            transition: filter 0.4s ease; 
        }

            .half_column img:hover {
                filter: opacity(70%);
            }

.colored_bg {
    width: 100%;
    height: auto;
    background-color: rgba(214, 214, 214, 0.5);
}

.five_columns_wrapper {
    width: 100%;

    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 30px;
}

    .five_column {
        width: 100%;
        height: auto;
    }

        .five_column img {
            width: 200px;
            height: auto;
            max-height: 240px;
            object-fit: cover;
            object-position: center top;

            filter: opacity(100%);
            transition: filter 0.4s ease; 
        }

            .five_column img:hover {
                filter: opacity(70%);
            }

        .proteinDes {
            margin: -15px 0px 50px 0px;
        }

.four_columns_wrapper {
    width: 100%;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
}

    .four_column {
        width: 100%;
        height: auto;
    }

        .four_column img {
            width: 100%;
            height: auto;
            max-height: 280px;
            object-fit: cover;
            object-position: center center;

            filter: opacity(100%);
            transition: filter 0.4s ease; 
        }

            .four_column img:hover {
                filter: opacity(70%);
            }

.map {
    width: 100%;
    height: 40vh;
    border: none;
}

.footer {
    position: static;

    bottom:0px;
    left: 0px;

    width: auto;
    height: 120px;

    margin: 150px 100px 0px 100px;
    padding-top: 20px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;

    row-gap: 10px;

    border-top: solid 1px #2b2421;

    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
}

        .footer a {
            text-decoration: none;
            color: #2b2421;
        }

        .footer a:hover {
            color: #b75523;
        }

    .footer-column {
        min-width: 250px;
    }

    .footer-logo {
        width: 100%;
        margin-block-start: 1em;
    }

.column-right {
    text-align: right;
}

.column-center {
    text-align: center;
    align-self: center;    
}

.column-space {
    margin-left: 16%;
}

.empty-col {
    width: 100%;
    background-color: #ebe1da;
}

.stickToTop {
    margin-top: -35px;
}

.stickToTop15 {
    margin-top: -15px;
}


.padded-row {
    padding: 50px 0px;
    margin: 0px;
}

.margin-after {
    padding-bottom: 50px;
}

.inline-element {
    display: flex;
    align-items: baseline; /* Aligns text neatly along the bottom edge */
    gap: 20px;       
    
    height: 50px;
}

    .inline-element a {
        text-decoration: none;
        color: #2b2421;
    }

    .inline-element a:hover {
        color: #b75523;
    }


.dotted_bg {
    position: fixed;
    top: 500px;
    left: 100px;
    z-index: -1;
    opacity: 0.7;

    width: 58%;
    height: 60vh;

    background-image: url("images/dotted_pattern.png");
    background-repeat: repeat;
}



@media screen and (max-width: 1024px) {
    .three_columns_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .nav-links {
        display: none;
    }

    .nav-mobile {
        display: flex;
    }


    .hero_title {
        font-size: 9rem;
        margin-bottom: -35px;
    }

    #spacer {
        display: none;
    }

    .two_third_columns_wrapper {
        grid-template-columns: 1fr;
    }

    .two_columns_wrapper {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .navbar-logo {
        margin-left: 80px;
    }

    .margined_wrapper {
        margin: 80px 80px 50px 80px;
    }

    .five_columns_wrapper {
        grid-template-columns: repeat(3, 1fr);
        place-content: center;   
    }

    .four_columns_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer {
        margin: 150px 80px 0px 80px;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .navbar-logo {
        margin-left: 24px;
    }

    .nav-mobile {
        margin-right: 24px;
    }

        .nav-mobile-close {
            right: 24px;
        }

    .index_hero {
        grid-template-columns: repeat(1, 1fr);
    }

        #index_hero_bowl, #index_hero_ritto {
            max-width: 100vw;
            height: 60vh;
        }

        #index_hero_bowl {
            background-image: url("images/hero_hover_bowl.png");
        }

        #index_hero_ritto {
            background-image: url("images/hero_hover_ritto.png"); 
        }
    .margined_wrapper {
        margin: 80px 24px 100px 24px;
    }

    .five_columns_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .four_columns_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer {
        margin: 150px 24px 0px 24px;
        grid-template-columns: repeat(1, 1fr);
    }

    .column-space {
        margin-left: 0;
    }
}