/* General Demo Style */

#foodMenu {
    font-family: 'Raleway', 'Arial', sans-serif;
    font-size: 16px;
    background: #fff url(assets/images/bg.jpg);
    -webkit-font-smoothing: antialiased;
    overflow-y: hidden;
    overflow-x: hidden;
    font-weight: 300;
    margin: 0 auto;
}

#foodMenu strong {
    font-weight: 500;
}

#foodMenu .clr {
    clear: both;
    padding: 0;
    height: 0;
    margin: 0;
}


@font-face {
    font-family: 'entypo-selected';
    src: url("font/entypo-selected.eot");
    src: 
        url("font/entypo-selected.eot?#iefix") format('embedded-opentype'), 
        url("font/entypo-selected.woff") format('woff'), 
        url("font/entypo-selected.ttf") format('truetype'), 
        url("font/entypo-selected.svg#entypo-selected") format('svg');
    font-weight: normal;
    font-style: normal;
}

.rm-container {
    width: 100%;
    height: auto;
    max-width: 800px;
    margin: 40px auto 40px auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    -webkit-perspective: 0px;
    perspective: 0px;
    color: #2a323f;
}

.rm-wrapper {
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    position: relative;
    text-align: center;
}

.rm-wrapper > div {
    background: #fff url(assets/images/white_paperboard.jpg);
    width: 100%;
    height: auto;
    position: relative;
    padding: 30px;
    margin-bottom: 10px;
    box-shadow: 
        inset 0 0 0 16px #fff, 
        inset 0 0 0 17px #e6b741, 
        inset 0 0 0 18px #fff, 
        inset 0 0 0 19px #e6b741, 
        inset 0 0 0 20px #fff, 
        inset 0 0 0 21px #e6b741,
        0 3px 5px rgba(0,0,0,0.2);
}

.rm-content {
    padding: 20px;
}

.rm-logo, .rm-content h2, .rm-content h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Arvo', Arial, sans-serif;
}

.rm-logo {
    width: 150px;
    height: 150px;
    background: #323b4c url(assets/images/restaurant.jpg) no-repeat center center;
    border-radius: 50%;
    margin: 20px auto;
    box-shadow: 
        0 0 0 3px #fff, 
        0 0 0 4px #e6b741, 
        0 0 0 5px #fff, 
        0 0 0 6px #e6b741, 
        0 0 0 7px #fff, 
        0 0 0 8px #e6b741;
}

.rm-content h2 {
    letter-spacing: 2px;
    font-size: 26px;
    text-shadow: 1px 1px 0 #fff, 3px 3px 0 #e6b741;
}

.rm-content h3 {
    font-size: 15px;
    margin: 20px 0;
    padding: 10px 40px;
    color: #323b4c;
    font-weight: 500;
    border-top: 4px double rgba(50, 59, 76, .1);
    text-transform: uppercase;
    line-height: 20px;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
}

.rm-content h4 {
    margin: 0 0 10px 0;
    font-size: 22px;
    padding-bottom: 10px;
    color: #323b4c;
    border-bottom: 4px double rgba(50, 59, 76, .1);
    text-shadow: 1px 1px 0 #fff, 2px 2px 0 #E6B741;
    letter-spacing: 2px;
}

.rm-content h4:not(:first-child) {
    margin-top: 35px;
}

.rm-info p {
    line-height: 20px;
}

.rm-content dl{
    margin: 0;
}

.rm-content dl dt, .rm-content dl dd{
    display: block;
    margin: 5px;
}

.rm-content dl dt {
    font-weight: 500;
    font-size: 20px;
    /*text-transform: uppercase;*/
}

.rm-content dl dd {
    font-size: 14px;
    padding: 0px 5px 5px;
    line-height: 15px;
    color: #333;
}

.rm-order {
    padding: 10px;
    background: rgba(213, 193, 154, 0.2);
    margin: 20px 0 0;
}
