* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.4), 
        rgba(0, 0, 0, 0.4)
      ),
      url('/images/bg.png'); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

header {
    text-align: center;
    padding: 2rem;
    background-color: antiquewhite;
    height: auto;
    opacity: 55%;
    transition: 0.5s;
}

header:hover {
    opacity: 100%;
    box-shadow: 0px 0px 10px 1px black;
}

header .header-contents {
    display: flex;
    justify-content: center;
    /* border: 1px solid black; */
}

header .header-contents .icon {
    display: none;
    text-decoration: none;
}

header nav {
    /* border: 1px solid black; */
    align-self: center;
    margin-left: auto;
}

a {
    font-size: 25px;
    padding: 0rem 3rem;
    text-decoration: none;
    color: black;
    transition: 0.5s;
    height: auto;
    width: auto;
    /* transition: 2s; */
}

#img-a {
    padding: 0;
    margin: 0;
}

a:hover {
    text-decoration: underline;
}

header img {
    max-width: 200px;
    max-height: 200px;
    clear: left;
}

/* body here */

body .nav .navigate {
    display: none;
}

body .nav {
    display: none;
    /* border: 1px solid white; */
    z-index: 99;
    width: 10rem;
}

body .content {
    display: flex;
    justify-content: center;
    padding: 10rem 2rem;
    /* border: 1px solid blue; */
    padding-bottom: 0;
}

body .content .title {
    font-size: 100px;
    /* border: 1px solid black; */
    text-align: center;
    width: auto;
    height: auto;
    padding-top: 2rem;
    padding-left: 3rem;
    color: white;
    text-shadow: 3px 3px black;
}
 
body .about-text p {
    /* border: 1px solid black; */
    text-align: justify;
    width: auto;
    height: auto;
    margin: 10rem;
    padding: 5rem 10rem;
    font-size: 20px;
    color: white;
    /* letter-spacing: 2px; */
    /* line-height: 26px; */
    word-spacing: 5px;
    /* text-justify: inter-ideograph; */
}

/* FOOTER */

footer {
    padding: 3rem 2rem;
    background-color: antiquewhite;
    box-shadow: 0px 0px 10px 1px black;
    height: auto;
}

footer .footer-text {
    display: flex;
    /* border: 1px solid blue; */
    padding: 2rem 0rem;
}

footer .footer-text h4 {
    color: gray;
}

footer .footer-text .logo-flag {
    /* border: 1px solid black; */
    margin-left: auto;
}

footer .footer-text img {
    padding-right: 2rem;
    max-width: 100px;
    max-height: 100px;
}


footer .links {
    display: flex;
    /* border: 1px solid black; */
    justify-content: center;
    padding: 1rem;
}

footer .links nav #footer-menu-link, footer .links nav #footer-location-link, footer .links nav #footer-order-link  {
    font-size: 18px;
    text-decoration: none;
    padding: 1rem;
}

footer .all-rights {
    text-align: center;
}

/* MEDIA QUERY */

@media only screen and (max-width: 600px) {
    * {
        margin: 0;
        padding: 0;
        scroll-behavior: smooth;
        overflow-x: hidden;
    }
    
    body {
        font-family: Arial, Helvetica, sans-serif;
        background-image: linear-gradient(
            rgba(0, 0, 0, 0.4), 
            rgba(0, 0, 0, 0.4)
          ),
          url('/images/bg.png'); 
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    header {
        text-align: center;
        padding: 1.5rem;
        background-color: antiquewhite;
        height: auto;
        width: auto;
        opacity: 100%;
    }

    header .header-contents {
        display: flex;
        justify-content: center;
        /* border: 1px solid black; */
        width: 100%;
    }

    header .header-contents .icon {
        display: block;
        font-size: 30px;
    }   

    header nav {
        /* border: 1px solid green; */
        align-self: center;
        margin-left: auto;
    }
    
    a {
        display: none;
        font-size: 25px;
        padding: 0rem 3rem;
        text-decoration: none;
        color: black;
        height: auto;
        width: auto;
    }

    header img {
        max-width: 125px;
        max-height: 110px;
        clear: left;
        border-radius: 10px;
    }

    body .nav .navigate {
        display: block;
        font-size: 16px;
    }

    body .nav {
        visibility: hidden;
        display: flex;
        justify-content: center;
        /* border-top: 1.5px solid black; */
        z-index: 1;
        width: auto;
        background-color: antiquewhite;
        box-shadow: 0px 10px 10px -1px black;
    }    

    body .nav nav {
        display: flex;
        padding-bottom: 1rem;
        /* border: 1px solid black; */
    }

    body .content {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        /* border: 1px solid blue; */
        padding-bottom: 0;
    }

    body .content .title {
        font-size: 50px;
        /* border: 1px solid black; */
        padding: 0 1.5rem;
        color: white;
        text-shadow: 3px 3px black;
    }

    body .about-text {
        display: flex;
        justify-content: center;
        /* border: 1px solid blue; */
        height: 100%;
        width: 100%;
        padding: 0;
        margin-top: 18rem;
        margin-bottom: 5rem;
    }

    body .about-text p {
        text-align: justify;
        font-size: 1.25rem;
        line-height: 1.5;
        color: white;
        height: 100%;
        width: 100%;
        /* border: 1px solid white; */
        padding: 2rem 2rem;
        margin: 0;
    }

    footer .links nav {
        height: auto;
        width: auto;
        overflow-y: hidden;
    }

    footer .links nav #footer-menu-link, footer .links nav #footer-location-link, footer .links nav #footer-order-link {
        display: inline;
        font-size: 15px;
        text-decoration: none;
        padding: 1rem;
    }
}