body {
    background: url("/img/background-tiled.jpg") repeat top center;
    font-family: 'Droid Serif', serif;
    font-size: 16px;
    color: #6C0E0F;
    margin: 0;
}
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 9999;
}
@font-face {
    font-family: "Hot Pizza";
    src: url("/fonts/Hot Pizza/hotpizza.ttf") format("truetype");
}
@font-face {
    font-family: "Neuton Bold";
    src: url("/fonts/Neuton/Neuton-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "Droid Serif Italic";
    src: url("/fonts/Droid Serif/DroidSerif-Italic.ttf") format("truetype");
}
@font-face {
    font-family: "Droid Serif";
    src: url("/fonts/Droid Serif/DroidSerif-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Wisdom Script";
    src: url("/fonts/WisdomScript/Wisdom Script.otf") format("opentype");
}
@font-face {
    font-family: "Oswald Bold";
    src: url("/fonts/Oswald/Oswald-Bold.ttf") format("truetype");
}
h1 {
    font-family: "Hot Pizza";
    font-size: 46px;
    text-transform: lowercase;
    padding-top: 50px;
}
h2 {
    font-family: "Neuton Bold";
    font-size: 36px;
    color: #ed6713;
}
h3 {
    font-family: "Droid Serif Italic";
    font-size: 12px;
    color: #6c0e0f;
}
h4 {
    font-family: "Droid Serif Regular";
    font-size: 16px;
    color: #ad4a25;
}
h5 {
    font-family: "Droid Serif Regular";
    font-size: 14px;
    color: #6c0e0f;
}

.logo {
    margin: 30px 0;
}

.f1 {
    font-family: 'Neuton', serif;
    font-weight:bold;
    font-size:36px;
    color:#ed6713;
}
.f2 {
    font-family: 'Droid Serif', serif;
    font-style:italic;
    font-size:12px;
    color:#6c0e0f;
}
.f3 {
    font-family: 'Droid Serif', serif;
    font-size:16px;
    color:#ad4a25;
    line-height:25px;
    font-weight:bold;
}
.f4 {
    font-family: 'Droid Serif', serif;
    font-size:14px;
    color:#6c0e0f;
    line-height:20px;
}
.f5 {
    font-family: 'Droid Serif', serif;
    font-weight:bold;
    font-size:24px;
    color:#ed6713;
    line-height:22px;
}
.f6 {
    font-family: 'Droid Serif', serif;
    font-size:16px;
    font-weight:bold;
    color:#6c0e0f;
    line-height:24px;
}
.f7 {
    font-family: 'Droid Serif', serif;
    font-size:16px;
    color:#6c0e0f;
    line-height:24px;
}
.f8 {
    font-family: 'Droid Serif', serif;
    font-size:19px;
    color:#6c0e0f;
    line-height:30px;
}
.f9 {
    font-family: 'Droid Serif', serif;
    font-size:12px;
    color:#6c0e0f;
    line-height:20px;
    font-weight:bold;
    padding-left:25px;
}

a {color:#ed6713; text-decoration:underline; transition: all 0.2s linear;}
a:visited {color:#ed6713; text-decoration:underline;}
a:hover {color:#ed6713; text-decoration:none;}
a:active {color:#a3c439; text-decoration:underline;}

.btn-ba {
    font-family: "Oswald Bold";
    background-color: #a3c439;
    height: 32px;
    padding: 6px 20px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.2s linear;
    border: none;
    position: relative;
    float: right;
    line-height: 20px;
}
.btn-ba:after {
    content: '';
    position: absolute;
    left: -12px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-top: 16px solid #a3c439;
    border-bottom: 16px solid #a3c439;
    transition: all 0.2s linear;
}
.btn-ba:before {
    content: '';
    position: absolute;
    right: -12px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 12px solid #a3c439;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    transition: all 0.2s linear;
}
.btn-ba:hover {
    background-color: #6c0e0f;
}
.btn-ba:hover:before {
    border-left: 12px solid #6c0e0f;
}
.btn-ba:hover:after {
    border-top: 16px solid #6c0e0f;
    border-bottom: 16px solid #6c0e0f;
}
.btn-green {
    color: #fff;
    background-color: #a3c439;
    border-color: #cfe390;
}
.btn-green:hover {
    color: #ed6713;
}
.navbar {
    background: #ed6713 !important;
    font-family: "Oswald Bold", sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.navbar-toggler {
    border: none !important;
    color: transparent !important;
    border-color: transparent !important;
}
.navbar-nav {
    width: 100%;
}
.nav-item {
    text-decoration: none;
    font-size: 17px;
    width: 20%;
    text-align: center;
    height: 50px;
    display: inline-table;
    margin-top: -10px;
}
.nav-item:hover {
    cursor: pointer;
}
/*.nav-item:hover, .nav-item .active {*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-left: 1px solid transparent;*/
/*    border-right: 1px solid transparent;*/
/*    border-bottom: 2px solid #fbf7c7;*/
/*}*/
.nav-item:before {
    content: "our";
    color: #6c0e0f;
    font-family: "Wisdom Script";
    text-transform: lowercase;
    font-size: 1.35em;
}
.nav-item div {
    width:1px;
    height: 50px;
    margin-top: 10px;
    background-color: #fbf7c7;
    float: left;
}

.nav-link {
    color: #fff !important;
    font-size: 1.3em;
    line-height: 0;
}

.carousel-cell {
    width: 100%; /* full width */
    height: 461px; /* height of carousel */
    margin-right: 10px;
}

.soup {
    text-align: center;
    margin-top: -95px;
    border-bottom: 2px solid #ad4a25;
    border-top: 2px solid #ad4a25;
    padding: 15px 0;
}

.daily-specials {
    border: 1px solid #6c0e0f;
    padding: 0 20px;
    background-color: #FBF7C7;
}
.specials-copy h2 {
    font-family: 'Neuton', serif;
    font-size: 22px;
    font-weight: bold;
    color: #ed6713;
    padding: 20px 0 0 0;
    margin-bottom: 0;
}
.specials-copy p {
    font-family: 'Droid Serif', serif;
    font-size: 16px;
    color: #6C0E0F;
}
.specials-copy hr {
    color: #6C0E0F;
    margin: 20px 0 0 0;
    height: 2px;
    opacity: 1;
}
.tv h2 {
    font-size: 2em;
}
.tv p {
    font-size: 1.4em;
}

h1 .menu-type {
    position: absolute;
    margin-top: 10px;
    margin-left: 30px;
    text-transform: uppercase;
    color: #ed6713;
    font-family: "Oswald", sans-serif;
    padding: 6px;
    font-size: .35em;
    cursor: pointer;
}
h1 .menu-type:nth-child(2) {
    margin-left: 175px;
}
h1 .menu-type:hover, .menu-type.active {
    color: #fff;
    background-color: #a3c439;
}
h1 .menu-type:hover:after, .menu-type.active:after {
    content: '';
    position: absolute;
    left: 42%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #a3c439;
    clear: both;
}

.menu-left {
    border-right:1px solid #6c0e0f;
}

.menu-jump {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #fff;
    background: #a3c439;
    border: 1px solid;
    padding: 5px 0;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 1.2em;
}

.bg-orange {
    background-color: #ed6713;
}
.social-box {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 20px;
    background-color: #f8ebd6;
    color: #ed6713;
    font-size: 1.4em;
    border-radius: 10px;
    transition: all 0.2s linear;
}
.social-box:hover {
    background-color: #edd1a6;
}
.social-email {
    color: #fff;
    padding: 40px 0;
    margin-top: -45px;
}
.form-name {
    display: none;
}
.input {
    background-color: #fff;
    height: 32px;
    width: 100%;
}
.input input {
    width: 100%;
    border: none;
    height: 32px;
    max-width: 243px;
    float: left;
    padding: 0 10px;
}

.location input, .location textarea {
    width: 100%;
    height: 45px;
    border: 1px solid #ed6713;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-size: 16px;
    color: #ad4a25;
    padding: 0 10px;
    margin-bottom: 25px;
}
.location textarea {
    height: 125px;
    padding: 10px;
}
.location .btn-ba {
    margin-right: 10px;
}
.social-email {
    font-family: "Oswald Bold";
}

.copyright {
    padding: 20px 0;
    font-size: 0.85em;
    padding-left: calc(var(--bs-gutter-x) * .5);
    color: #3e0000;
}
.hide {
    display: none;
}

@media (max-width: 1400px) {
    .soup {
        margin-top: -80px;
    }
}
@media (max-width: 1200px) {
    .soup {
        margin-top: -65px;
    }
}
@media (max-width: 992px) {
    .soup {
        margin-top: -47px;
    }
    .menu-left {
        border-right: none;
    }
    .location .btn-ba {
        margin-bottom: 30px;
    }
    .nav-item {
        width: 100%;
        height: 100px;
    }
    .nav-item div {
        display: none;
    }
}
@media (max-width: 768px) {
    .soup {
        margin-top: -110px;
    }
    h1 {
        font-size: 2em;
    }
    h1 .menu-type {
        font-size: .5em;
        margin-top: 2px;
    }
    h1 .menu-type:nth-child(2) {
        margin-left: 150px;
    }
}
@media (max-width: 414px) {
    .soup {
        margin-top: -85px;
    }
}