﻿body {
    font-family: 'Varela Round', sans-serif;
    height: 100%;
}

.header {
    padding-top: 2%;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11111;
}

.logo_name, .menu_ul li a, p, input, textarea {
    font-family: 'Cuprum', sans-serif;
}

.menu-right {
    text-align: right;
    width: 25%;
    float: left;
}

.menu-left {
    text-align: left;
    width: 25%;
    float: left;
}

.menu {
    margin: 0% 0%;
    list-style-type: none;
    display: inline-block;
    letter-spacing: 1px;
}

    .menu a {
        color: white;
        text-decoration: none;
        font-size: 26px;
        letter-spacing: 2px;
    }

.logo-container {
    color:silver;
    text-align: center;
    float: left;
    width: 50%;
    display: inline-block;
}


.logo-holder {
    height: 54px;
    margin-left: 10px;
    display: inline-block;
}

    .logo-holder img {
        text-align: center;
        vertical-align: middle;
        height: 50px;
        display: inline-block;
        z-index: 111111;
    }

.welcomeLogo {
    background-color: white;
    text-align: center;
    background-image: none;
}

.dish-container img {
    display: inline-block;
    width: 50%;
    height: auto;
}

.dish-container {
    background: url('../images/page-1_img05.jpg');
    background-position: top center;
    padding-bottom: 150px;
}

.name-cont div {
    display: inline-block;
    padding: 10px 30px;
    background-color: #2c0b16;
    color: #fef9e0;
    font-family: 'Cinzel Decorative', cursive;
    letter-spacing: 2px;
}

.purplebackground {
    background-image: none;
    background: none;
    background-color: #2c0b16;
    color:silver;
    padding:10px;
}
.infotable{
    width:100%;
    font-size:25px;
}
.infocontainer{
    padding:25px;
    height:400px;
}
.infocontainer img {
    height:300px;
}
.infocontainerRight{
    float:left;
    width:70%;

}
.infocontainerLeft {
    float: left;
    width: 20%;
}
.welcomeLogo {
    background-image: none;
    background: none;
    background-color: white;
}

.footer {
    background-color: #2c0b16;
    background-image: url(../Images/bg4.png);
    color: white;
    font-weight:700;
}

.itemdescription {
    float: left;
    width: 50%;
    vertical-align:middle ;
    background-image: url(../Images/bg3.png);
    height: 400px;
    color: white;
}

    .itemdescription img {
        width: 100%;
    }

    .itemdescription p {
        padding: 20px;
    }

    .itemdescription h3 {
        padding: 10px;
    }

.credits p {
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 700;
    margin: 1px;
    padding: 20px;
    color: #dc7979 !important;
    text-align: center;
}

.credits a {
    font-size: 12px !important;
    color: #e87884;
}

.addrss {
    padding: 10px 20px;
    text-align: right;
    color: #fef9e0;
    font-size: 20px;
}
