@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway&display=swap');


body {
    font-family: 'Poppins';
}


.peachyellow{
    background-color: #FFDC55;
}
.textpeachyellow{
    color: #FFDC55;
}

.font-poppins{
    font-family: 'Poppins', sans-serif;
}
.font-raleway{
    font-family: 'Raleway', sans-serif;
}

.georgia_background{
    background-image: url('/img/georgia_background-fade3.png');
    min-height: 400px;
    background-position: bottom right;
    background-position: bottom center;
    abackground-position-x: 280px;
}

.peachcolor{
    color: #EC695F;
}

.textwhite{
    color: #fff;
}

.textshadow1{
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}


.topbar-right a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}


.peachredbg{
    background-color: #E4291B;
}

.textpeachred{
   color: #E4291B;
}


.textpeachredoutline{
   color: #E4291B;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(229, 187, 27, 0.6);
    text-shadow: 1px 1px rgba(255, 255, 255, 1.0);
}
.textpeachredoutlinewhite{
   color: #E4291B;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 1.0);
    text-shadow: 1px 1px rgba(255, 255, 255, 1.0);
}

.smoothed {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.goldstrokebutton{
border: 2px solid rgba(229, 187, 27, 0.6);
}

.pagetitle{
    margin-bottom: 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 2.8em;
    line-height: 1.0em;
    z-index: 1000;
}

.pagetitle_small{
    margin-bottom: 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 1.8em;
    line-height: 1.0em;
    z-index: 1000;
}







.fullmenutitle{
    color: navy;
    color: #E4291B;


}

.darkmenu{
    background-color: #000;
    border: 1px solid red;
}
.darkmenu a.menuitem_title{
    color: #fff;
}

.darkmenu .menuitem_description{
    color: #fff;
}

.darkmenu .menuitem_price{
    color: #fff;
}

.darkmenu .menu_subitems{
    color: #fff;
}

.darkmenu a.menu_subitems_title{
    color: #fff;
}

.darkmenu .menu_subitems_price{
    color: #fff;
}

.darkmenu .fullmenutitle{
    color: red;
}






.menuitemname{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #E4291B;
    font-size: 2.8em;
    line-height: 1em;
}


.menuitem_title{
    font-weight: bold;
    line-height: 0.8em;
    color: #E4291B;

}

.menuitem_title a{
  color: #E4291B;

}



a.button6{
    display:inline-block;
    padding:0.7em 1.4em;
    margin:0 0.3em 0.3em 0;
    border-radius:0.15em;
    box-sizing: border-box;
    text-decoration:none;
    font-family:'Roboto',sans-serif;
    text-transform:uppercase;
    font-weight:400;
    color:#FFFFFF;
    background-color:#3369ff;
    box-shadow:inset 0 -0.6em 0 -0.35em rgba(0,0,0,0.17);
    text-align:center;
    position:relative;
    font-weight: bold;
}
a.button6:active{
    top:0.1em;
}
@media all and (max-width:30em){
    a.button6{
        display:block;
        margin:0.4em auto;
        }
}


hr.bigspace{
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}



.menufoodsize_price{

    float: right;
    padding-left: 6px;
    font-weight: bold;
}
