/* Total Document */
*
{
    margin: 0;
    padding: 0;
}

body
{
    background-size: cover;
    background-repeat: no-repeat;
    background-color: whitesmoke;
    /*background-image: url(media/images/Chinese%20Bar.jpg);*/
}
/* End Total Document */

/* Navigation Bar */

p.mission
{
    color: #be1e2d;
    font-family: Athelas;
    font-size: 12px;
    font-style: italic;
    text-align: right;
}

.wrapper
{
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 3px 3px rgba(0, 191, 255, 0.2);
    background: #333;
}

nav ul img
{
    display: block;
    max-width: 90%;
    max-height: 30px;
    margin-left: auto;
    margin-right: auto;
}

nav
{
    
}

nav ul
{
    list-style-type: none;
    padding: 0;
}

nav a
{
    text-decoration: none;
    color: #be1e2d;
    display: block;
    font-family: Athelas;
    font-size: 20px;
    text-align: center;
}

nav a:hover
{
    background: #555;
}

/* End Navigation Bar */

/* Flex Styles */

/* Real Monitors */
@media screen and (min-width: 768px)
{        
    div.col_wrapper2
    {
        display: flex;
        flex-direction: column;
        height: 100vh;
    }
    
    /* Navigation Bar */
    
    .wrapper
    {
        background: #333;
        box-shadow: 0px 0px 3px 3px rgba(0, 191, 255, 0.2);
        flex: 0 0 10px;
    }
    
    p.mission
    {        
        display: flex;
        justify-content: flex-end;
        padding-right: 5px;
    }
    
    nav
    {
        display: flex;
        justify-content: space-between;
    }
    
    ul.logo
    {
        flex: 1 1 300px;
    }
    
    nav ul img
    {
        max-width: 90%;
        max-height: 50px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 5px;
    }
    
    nav a
    {
        text-decoration: none;
        color: #be1e2d;
        display: block;
        font-family: Athelas;
        font-size: 30px;
        text-align: center;
    }
    
    nav ul.links
    {
        display: flex;
        flex: 1 1 100%;
        justify-content: space-around;
    }
    
    /* End Navigation Bar */
} 
/* Real Monitors */
    
    
    /* Univeral Screen Sizes */
    
    /* Page Contents */

div.col_wrapper
{
    display: flex;
    flex-direction: column;
    height: 100vh;
}

div.row_pagecontents
{     
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 90%;
    background: #777;
}

    /* Index */

div.imagecycle
{
    display: flex;
    flex: 0 0 50%;
    height: 100%;
    align-items: center;
    overflow-y: hidden;
}

img.image_slide
{
    max-width: 100%;
    height: auto;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.5); 
}

div.col_menu_options
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 50%;
    height: 100%;
    overflow-y: hidden;
}

div.row_menu_options1
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    max-height: 50%;
}

div.row_menu_options2
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

a.menu_image_link
{
    flex: 1 0 40%;
    max-width: 45%;
    min-height: 0;
}

img.menu_filter_image
{
    max-width: 100%;  
}

a:hover
{
    background: #555;
}

    /* End Index */

    /* Menu */
div.col_menupage
{
    padding-bottom: 2%;
    padding-top: 2%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 90%;
    background: #777;
}

div.row_menubar
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

div.menu_picture
{
    text-align: center;
}

div.menu_description
{
    text-align: center;
}

img.menu_image
{
    width: 90%;
    height: inherit;
}

    /* End Menu */

    /* Directs */



    /* End Directions */

    /* Reservations */



    /* End Reservations */
    
    /* End Page Contents */

div.bottom_banner
{
    display: flex;
    flex-direction: row;
    flex: 0 0 40px;
    background: #333;
    justify-content: space-between;
}

div.info_pannel
{
    padding-left: 5px;
}

div.item_social_media
{
    padding-right: 5px;
}

a.social_media_link:hover
{
    background: #0000
}

img.social_media_button
{
    width: 40px;
    height: 40px;
}

    /* End Univeral Screen Sizes */