﻿/*Menu Background Color*/
.navbar-custom
{
    background-color: #a92a31;
    border-radius: 0px;
}


    /*Company Name*/
    .navbar-custom .navbar-brand
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 35px;
        text-decoration: none;
        color: #ffffff;
        font-weight: 700;
    }

        /*Company Name Hover*/
        .navbar-custom .navbar-brand:hover, .navbar-default .navbar-brand:focus
        {
            color: #ffffff;
        }

    /*Menu Font*/
    .navbar-custom .navbar-nav > li > a
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        color: #000000;
    }

        /*Menu Font Hover*/
        .navbar-custom .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
        {
            color: #ffffff;
        }

    /*Mobile Drop Down Menu Font*/
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a, .navbar-custom .navbar-nav .open .dropdown-menu
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        color: #000000;
    }

    /*PC & Mobile Drop Down Header Font & background*/
    .navbar-custom .navbar-nav > .open > a, .navbar-custom .navbar-nav > .open > a:hover, .navbar-custom .navbar-nav > .open > a:focus
    {
        color: #2244ff;
        background-color: #333333;
    }

    /*PC & Mobile Drop Down Hover Font & background*/
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus
    {
        color: #2244ff;
        background-color: #cccccc;
    }

/*PC Drop Down Menu Font*/
.dropdown-custom .dropdown-menu li > a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #000000;
}

/*PC & Mobile Drop Down background*/
.dropdown.open
{
    background: #ffffff;
}

.bgImage
{
    background-image: url(Images/Banner.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
}

.bgImagePizza
{
    background-image: url(Images/PizzaPep600.png);
    background-repeat: no-repeat;
    height: 500px;
    background-position: center center;
}

.bgMenuAppetizers
{
    background-image: url(Images/bg_MenuAppetizers.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.bgMenuSalad
{
    background-image: url(Images/bg_MenuSalad.png);
    background-repeat: repeat-y;
    background-position: center center;
}

.bgMenuSandwich
{
    background-image: url(Images/bg_MenuSandwich.png);
    background-repeat: repeat-y;
    background-position: center center;
}

.bgMenuMagiaRolls
{
    background-image: url(Images/bg_MenuMagiaRolls.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.bgMenuPizza
{
    background-image: url(Images/bg_MenuPizza.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.bgMenuRibs
{
    background-image: url(Images/bg_MenuRibs.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.bgMenuSeafood
{
    background-image: url(Images/bg_MenuSeafood.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.bgMenuDessert
{
    background-image: url(Images/bg_MenuDessert.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.Text-Vcenter
{
    /* Internet Explorer 10 */
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.content
{
    width: 480px;
    margin-left: auto;
    margin-right: auto;
}

/* how far down should the content start */
body
{
    padding-top: 70px;
}

@media (max-width: 1200px)
{
    body
    {
        padding-top: 70px;
    }
}

@media (max-width: 992px)
{
    body
    {
        padding-top: 70px;
    }
}

@media (max-width: 768px)
{
    body
    {
        padding-top: 70px;
    }
}

@media (max-width: 480px)
{
    body
    {
        padding-top: 70px;
    }
}

@media (max-width: 320px)
{
    body
    {
        padding-top: 70px;
    }
}


.wide
{
    width: 100%;
    height: 200px;
    background-image: url('Images/Banner.png');
    background-position: 50% 50%;
    background-size: cover;
}

.navbar-inner
{
    background-image: url(Images/Banner.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.wide img
{
    width: 100%;
}

.logo
{
    color: #fff;
    font-weight: 800;
    font-size: 14pt;
    padding: 25px;
    text-align: center;
}

.line
{
    padding-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

/*cellpadding*/
th, td
{
    padding: 0px 4px 0px 4px;
}

/* cellspacing*/
table
{
    border-collapse: separate;
    border-spacing: 0px;
}

table
{
    border-collapse: collapse;
    border-spacing: 0px;
    border: none; 
}

/* valign*/
th, td
{
    vertical-align: middle;
}

/* align (center)*/
table
{
    margin: 0 auto;
}

.MenuWidth
{
    width: 600px;
    height: 100%;
}

@media (max-width: 1200px)
{
    .MenuWidth
    {
        width: 600px;
        height: 100%;
    }
}

@media (max-width: 992px)
{
   .MenuWidth
    {
        width: 600px;
        height: 100%;
    }
}

@media (max-width: 768px)
{
    .MenuWidth
    {
        width: 480px;
        height: 100%;
    }
}

@media (max-width: 480px)
{
    .MenuWidth
    {
        width: 320px;
        height: 100%;
    }
}

@media (max-width: 320px)
{
    .MenuWidth
    {
        width: 300px;
        height: 100%;
    }
}

.MenuWidthPlus
{
    width: 900px;
    height: 100%;
}

@media (max-width: 1200px)
{
    .MenuWidthPlus
    {
        width: 900px;
        height: 100%;
    }
}

@media (max-width: 992px)
{
   .MenuWidthPlus
    {
        width: 768px;
        height: 100%;
    }
}

@media (max-width: 768px)
{
    .MenuWidthPlus
    {
        width: 480px;
        height: 100%;
    }
}

@media (max-width: 480px)
{
    .MenuWidthPlus
    {
        width: 320px;
        height: 100%;
    }
}

@media (max-width: 320px)
{
    .MenuWidthPlus
    {
        width: 300px;
        height: 100%;
    }
}

.MenuWidthLess
{
    width: 400px;
    height: 100%;
}
@media (max-width: 320px)
{
    .MenuWidthLess
    {
        width: 300px;
        height: 100%;
    }
}

p { margin:0 }

.BoxedTable
{
    border-collapse: collapse;
    border-spacing: 0px;
    border: thin black solid; 
}
.SmallText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    color: #000000;
}
.PDFText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-decoration: none;
    color: #000000;
}

.NormalText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #000000;
}

.MenuItemText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    color: #000000;
}

.MenuItemDescText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
}

.LinkText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #000000;
}

.BlackBoldText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
}

.RedText
{
    font-family: Arial, Helvetica, sans-serif;
    color: #a92a31;
    font-size: 18px;
}

.RedTextBig
{
    font-family: Arial, Helvetica, sans-serif;
    color: #a92a31;
    font-weight: 700;
    font-size: 40px;
}

.WhiteText
{
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-weight: 700;
    font-size: 35px;
}

.WhiteSmallText
{
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 28px;
}

.TextLeft
{
    text-align: left;
}

.TextRight
{
    text-align: right;
}

.TextCenter
{
    text-align: center;
}

.TextItalics
{
    font-style: italic;
}

.ImageCenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bgGreen
{
    background-image: url(Images/bg_Green.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 29px;
    background-position: 50% 50%;
}

.bgBlue
{
    background-color: #2ba7e3;
}

.bgGrey
{
    background-color: #ebebeb;
}

.bgRed
{
    background-color: #f2354b;
}

.bgWhite
{
    background-color: #ffffff;
}

/*.btnImage {
    border: 1px solid #563d7c;
    border-radius: 5px;
    color: white;
    padding: 5px 10px 5px 25px;
    background-image: url(Images/btnBlue.png);
    background-position-y: 465px;
    background-position-x: 5px;
    background-color: #563d7c;
}*/


