﻿
@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Montserrat:ital,wght@1,100&family=Stardos+Stencil&family=Ubuntu&display=swap');

:root {
    --font-title: 'Stardos Stencil', sans-serif;
    --font-Mons: 'Montserrat', sans-serif;
    --font-cog: 'Courgette', sans-serif;
    --font-ubu: 'Ubuntu', sans-serif;
    --miotato-a: #8B0000;
    --miotato-bg: #ffa500;
    --miotato-gray: rgb(104, 104, 104);
    --miotato-mostza: #CFB015;
    --miotato-footer: #363636;
    --miotato-orange: #c84800;
}

.start {
    z-index: 0;
    margin-left: 10px;
    margin-top: 20px;
}

.middle {
    margin-top: 18%;
}

#container-menu {
    width: 80%;
    margin-left: 11%;
    margin-top: 1%;
    background-color: antiquewhite;
    display: flex;
    position: relative;
    justify-content: space-evenly;
    border: 10px double orange;
    background-image: linear-gradient(0deg, rgb(255 225 196 / 96%) 0%, rgb(255 247 208 / 91%) 100%), url(/Images/dots.png);
    background-size: cover;
}


#title h1 {
    position: relative;
    font-size: 9rem;
    color: rgb(111, 111, 111);
    font-family: var(--font-title);
    margin-top: 0;
    margin-bottom: -45px;
}

#flag {
    width: 46%;
    height: 40px;
    text-align: center;
    background: orange;
    position: relative;
    margin-inline: auto;
}

    #flag h3 {
        font-family: var(--font-Mons);
        padding-top: 10px;
        color: #fff;
    }

    #flag::after {
        position: absolute;
        top: 8px;
        left: -44px;
        content: '';
        z-index: -1;
        border-left: 50px solid transparent;
        border-top: 20px solid #ed9900;
        border-bottom: 20px solid #ed9900;
        border-right: 25px solid #ac7000;
    }

    #flag::before {
        position: absolute;
        top: 8px;
        right: -44px;
        content: '';
        z-index: -1;
        border-right: 50px solid transparent;
        border-top: 20px solid #ed9900;
        border-bottom: 20px solid #ed9900;
        border-left: 25px solid #ac7000;
    }

#platillos h3,
#option-box h2 {
    font-family: var(--font-cog);
    font-size: 4rem;
    color: var(--miotato-a);
    margin-bottom: 24px;
}

#platillos h4,
#option-box h4 {
    font-family: var(--font-Mons);
}

#platillo-fuerte {
    margin-top: 0;
    height: 90px;
}

#tag-date {
    position: absolute;
    display: grid;
    transform: rotate(6deg);
    top: 10px;
    background-color: #fffbe6;
    width: 150px;
    height: 150px;
    justify-items: center;
    justify-content: space-around;
    box-shadow: 11px 7px 13px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 11px 7px 13px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 11px 7px 13px 1px rgba(0, 0, 0, 0.5);
}

    #tag-date h1,
    #tag-date h3,
    #tag-date h4 {
        margin: 0;
    }

    #tag-date h3 {
        font-family: var(--font-ubu);
    }

    #tag-date h1 {
        font-family: var(--font-title);
        color: var(--miotato-orange);
        font-size: 6rem;
    }

    #tag-date h4 {
        font-family: var(--font-Mons);
    }

#menu-solo,
#menu-pechuga {
    display: grid;
    background-color: var(--miotato-orange);
    border-radius: 50%;
    height: 120px;
    width: 120px;
    margin-bottom: 10px;
    justify-items: center;
    justify-content: space-evenly;
    box-shadow: 11px 7px 13px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 11px 7px 13px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 11px 7px 13px 1px rgba(0, 0, 0, 0.5);
}

    #menu-solo h4,
    #menu-pechuga h4 {
        margin-bottom: 0;
        font-size: 1.6rem;
        color: antiquewhite;
        text-align: center;
        font-family: var(--font-Mons);
    }

    #menu-solo h2,
    #menu-pechuga h2 {
        margin-top: 0;
        font-size: 3rem;
        color: antiquewhite;
        font-family: var(--font-title);
    }

#photos img {
    margin-top: 195px;
    border-radius: 50%;
    border: 10px double orange;
}

#photos .platillo-1 {
    margin: 0;
}

#option-box {
    display:flex;
    background-color: #f2c3a8;
    border-radius: 5px;
    margin-right: 5px;
}

    #option-box ul {
        height: 80px;
        list-style: none;
    }
    #option-box ul li{
        margin:.5rem;
        margin-left:3rem;
    }

    #option-box h2 {
        margin-bottom: 0;
    }

    #option-box h4,
    #option-box ul {
        margin-top: 0;
    }

#logo {
    position: absolute;
    bottom: 0;
    right: 1%;
}

@media (max-width: 930px) {
    .start {
        margin-left: 11px;
        width: 55%;
    }

    .middle {
        display: flex;
        margin: 0px !important;
        margin-left: 20% !important;
    }

    #container-menu {
        display: block;
        height: 600px;
        width: 280px;
    }

    #flag h3 {
        padding-top: 9px;
        font-size: 1.9rem;
    }

    #tag-date {
        top: 100px;
        right: 16px;
        width: 120px;
        height: 120px;
    }

    #title h1 {
        font-size: 8rem;
    }


    #platillos h4,
    #option-box h4 {
        font-size: 1rem;
        padding-bottom: 2px;
    }

    #platillos h3,
    #option-box h2 {
        font-size: 2rem;
        margin-bottom: 12px;
    }


    #option-box ul li {
        margin: 0.5rem;
        margin-left: 1rem;
    }

    #platillo-fuerte {
        height: 30px;
    }

    #menu-solo,
    #menu-pechuga {
        height: 60px;
        width: 60px;
        margin-left: 10px;
    }

        #menu-solo h4,
        #menu-pechuga h4 {
            font-size: .4rem;
        }

        #menu-solo h2,
        #menu-pechuga h2 {
            font-size: 1rem;
        }

    #photos {
        margin-left: 0px !important;
    }

        #photos img {
            width: 60px;
            height: 60px;
            margin-left: 10px;
            border: 2px double orange;
        }

    #option-box ul {
        height: 30px;
    }

    #option-box {
        margin-left: 5px;
        height: 70px;
    }

    #logo img {
        width: 40px;
        height: 40px;
    }

    #photos img {
        width: 60px;
        height: 60px;
        margin-left: 10px;
        margin-top: 0px;
    }

    .platillo-3 {
        width: 20% !important;
        height: 44px !important;
    }
}
