/*
 * Custom CSS
 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Oswald:wght@200..700&display=swap');

html {
    scroll-padding-top: 84px;
}
body {
    font-family: 'Nunito';
    font-size: 14pt;
    color: #1a1a1a;
    max-width: 100%;
    overflow-x: hidden;
}

html:not([data-scroll='0']) {
    .sticky-top {
        margin-bottom: 0;
        background-color: #1a1a1a;
        box-shadow: 0 0 .5em rgba(0, 0, 0, .5);
    }
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #d2401e; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    width: 60px;
    height: 60px;
    border-radius: 30px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    transition: all 500ms;
    border: 2px solid #1a1a1a;
}

#myBtn:hover {
    background-color: #B2914B; /* Add a dark-grey background on hover */
}

section, footer {
    padding: 60px 0;
}

.section-head {
    margin-bottom: 50px;
}

.no-padding {
    padding: 0;
}
.pr-30 {
    padding-right: 30px;
}
.pr-60 {
    padding-right: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.pl-0 {
    padding-left: 0;
}
.ml-40 {
    margin-left: 40px;
}
.pl-60 {
    padding-left: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-120 {
    padding-bottom: 120px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-60 {
    margin-top: 60px;
}
.pt-370 {
    padding-top: 370px;
}

.btn-st {
    padding: 6px 20px;
    margin-top: -170px;
    text-transform: uppercase;
    font-family: "Oswald";
    color: #fff !important;
    background-color: #d2401e;
    border: 2px solid #d2401e;
    border-radius: 5px;
    transition: all 500ms;
}
.btn-st:hover, .btn-st:active {
    color: #d2401e !important;
    background-color: #ede5c9;
    border: 2px solid #d2401e;
}

nav {
    margin-bottom: -84px;
}
.nav-link {
    font-family: "Oswald";
    color: #1a1a1a;
    border-bottom: 4px solid transparent;
    transition: all 500ms;
    padding-left: 4px !important;
    padding-right: 4px !important;
    padding-bottom: 0 !important;
    margin-right: 25px;
}
.nav-link:hover, .nav-link.active {
    color: #d2401e !important;
    border-bottom: 4px solid #d2401e;
}
.navbar-text {
    position: absolute;
    right: 0;
    margin-top: 20px;
}
.navbar-text a i {
    padding-left: 20px;
    color: #fff;
    transition: color 500ms;
}
.navbar-text a i:hover {
    color: #d2401e;
}
.navbar-text .btn-st {
    display: inline;
    margin-left: 40px;
}

.navbar-toggler, .navbar-toggler:active {
    border: none;
    /*border-color: #d2401e;*/
}
/* Setting the stroke to green using rgb values (0, 128, 0) */

.navbar-toggler-icon {
    background-image: url(
    "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(210, 64, 30, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.scrolled {
    height: 87px;
    background: url("/img/white-panel-texture-transparent.png");
    background-repeat: repeat;
}
.scrolled .nav-link {
    color: #ede5c9;
}

.home, .home .col-lg-6 {
    height: 100vh;
    background-color: #F7F5E7;
}

.inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bg-spots {
    background: url("/img/panel-texture-transparent.png");
    background-repeat: repeat;
}

.welcome-left {
    width: 100%;
    max-width: 650px;
    float: right;
    margin-top: 105px;
    padding-left: 1rem;
}

.bg-sub {
    background: url("/img/IMG_9678.JPG");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.bg-red {
    background-color: #d2401e;
    margin-top: -22px;
    position: relative;
}
.bg-beige {
    background-color: #EDE5C9;
}

.highlights {
    font-family: 'Oswald';
    letter-spacing: .2rem;
    font-size: 1.5em;
    color: #ede5c9;
    font-weight: normal;
    display: table;
}
.highlights p {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0;
    position: relative;
}

.scroll {
    font-family: 'Oswald';
    font-size: 0.8em;
    padding-top: 10px;
    color: #ede5c9;
    width: 120px;
    height: 120px;
    border-radius: 100% 100% 0 0;
    background-color: #d2401e;
    margin-top: -60px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    cursor: pointer;
}

.submarines {
    background: url("/img/tileable_wood_texture.png");
    background-repeat: repeat;
    padding-top: 30px;
}

h2, h3, h4 {
    font-family: "Oswald";
    text-transform: uppercase;
    font-weight: 400;
}
h2 {
    font-size: 1.75em;
}
h3 {
    font-size: 1.2em;
    color: #d2401e;
    margin-bottom: 15px;
}
h4 {
    font-size: 1.1em;
    color: #B2914B;
}
h5 {
    font-size: .85em;
    color: #B2914B;
    margin-top: -20px;
    margin-bottom: 25px;
}

.blurb {
    color: #d2401e;
    font-size: 0.85em;
    font-family: "Oswald";
    text-transform: uppercase;
}
.blurb-desc {
    font-family: "Nunito";
}
.menu-item, .catering-item {
    font-family: "Oswald";
    font-size: 1.1em;
    color: #d2401e;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.menu-item-desc {
    font-family: "Nunito";
    margin-bottom: 25px;
}
.catering-item {
    margin-bottom: 25px;
}
.catering-item-desc {
    margin-top: -25px;
}
.menu-item span, .catering-item span {
    float: right;
}

.subs-slider {
    width: 100%;
}

.slick-prev, .slick-next{
    background-color: #d2401e !important;
    color: #B2914B;
    width: 9vh !important;
    height: 9vh !important;
    border-radius: 50%;
    top: 50% !important;
    transform: translateY(-70%) !important;
    overflow: hidden;
    transition: all 500ms;
}
.slick-prev:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content: "\f323" !important;
    padding-right: 8px !important;
}
.slick-next:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content: "\f324" !important;
    padding-left: 8px !important;
}
.slick-prev:hover, .slick-next:hover {
    background-color: #B2914B !important;
    color: #d2401e !important;
}
.slick-prev {
    left: 0 !important;
    border-radius: 0 9vh 9vh 0;
    width: 4.5vh !important;
}
.slick-next {
    right: 0 !important;
    border-radius: 9vh 0 0 9vh;
    width: 4.5vh !important;
}
.slick-slide {
    padding: 0 30px;
}
.slick-list {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 0 auto !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    position: absolute;
}
.carousel-control-prev-icon {
    left: 60px;
}
.carousel-control-next-icon {
    right: 60px;
}
.price, .size {
    font-family: "Oswald";
}
.price {
    line-height: 14px;
    color: #d2401e;
    max-width: 225px;
    margin: 0 auto;
}
.size {
    font-size: 0.75em;
    text-transform: uppercase;
    max-width: 225px;
    margin: 0 auto;
}
.price-b {
    border-left: 2px solid #d2401e;
    border-right: 2px solid #d2401e;
}

/***** MENU SECTION *****/
.menu {
    background: url("/img/seamless_paper_texture.png");
    padding-bottom: 0;
}

.our-menu {
    font-family: "Oswald";
    font-size: 1.1em;
    list-style-type: none;
    text-transform: uppercase;
    visibility: visible;
    max-width: 200px;
    float: right;
    width: 100%;
}
.our-menu-mobile {
    visibility: hidden;
}

.our-menu li {
    padding-top: 1px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: color 500ms;
    height: 30px;
}
.our-menu li hr {
    border: none;
}
.our-menu li:hover, .our-menu li.active-menu {
    color: #d2401e;
}

.our-menu li.active-menu:before {
    content: "";
    display: table;
    clear: both;
}

.our-menu li.active-menu span {
    padding-left: 10px;
    float: right;
}

.our-menu li.active-menu hr {
    border: 1px solid #d2401e;
    border-width: 3px 0 0 0;
    margin-top: 12px;
    opacity: 1;
}

#subsM, #burgersM, #hot-dogsM, #pitasM, #dinnersM, #saladsM, #sides-extrasM, #ice-creamM, #beveragesM, #sandwichesM {
    display: none;
}
.active-menu-items {
    display: block !important;
}

/***** CATERING SECTION *****/
.party-trays {
    background: url("/img/highlight-tear.png");
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    /*margin-bottom: -50px;*/
    /*padding-bottom: 50px;*/
}
/*.party-trays h2, .blurb {*/
/*    padding-left: 40px;*/
/*}*/
.subs-bg {
    background: url("/img/subs.png");
    background-position: top left -240px;
    background-repeat: no-repeat;
}
.call-us-bg {
    background: url("/img/call-us.png");
    background-position: top right;
    background-repeat: no-repeat;
}
.catering {
    max-width: 225px;
    margin-bottom: 0;
}
.call-us {
    position: relative;
    bottom: -200px;
}

/***** ABOUT US SECTION *****/
.about-us {
    margin-top: -270px;
    background: url("/img/seamless_paper_texture.png");
}
.sliced-bg {
    background: url("/img/meats-sliced-daily.png");
    background-repeat: no-repeat;
    background-position: top 40px left;
}
.fresh-bg {
    background: url("/img/fresh-is-the-best.png");
    background-position: bottom left;
    background-repeat: no-repeat;
}

/***** REVIEWS SECTION *****/
.reviews {
    background: url("/img/brickwall.png");
    background-repeat: repeat;
    border-top: solid 20px #d2401e;
    border-bottom: solid 20px #d2401e;
}
.review {
    margin-top: 40px !important;
    padding: 0 125px;
    background-image: url('/img/c-quote.png'), url('/img/o-quote.png');
    background-position: right bottom, left top;
    background-repeat: no-repeat, no-repeat;
    margin: 0 75px;
}
.review p {
    font-size: 1.6em;
    font-family: 'Oswald';
}
.review span {
    font-size: .85em;
    position: relative;
    top: -50px;
}
.review span:before {
    font-size : 4em;
    color: #d2401e;
    content: "—";
    padding-right: 15px;
    position: relative;
    top: 12px;
}

/***** CONTACT US SECTION *****/
.contact-us h3 {
    margin-top: 40px;
    margin-bottom: 25px;
}
.contact-us h3, .contact-us h4, .contact-us p {
    padding-left: 40px;
}
.location:before, .phone:before, .hours:before {
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    padding-right: 21px;
    margin-left: -40px;
    color: #d2401e;
}
.location:before {
    content: "\f3c5";
    padding-right: 26px;
}
.phone:before {
    content: "\f879";
}
.hours:before {
    content: "\f017";
}
.contact-us i {
    color: #d2401e;
}
.bottom-bg {
    position: relative;
}
.bottom-bg:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("/img/dine-in-carryout-catering.png");
    background-position: bottom center;
    background-repeat: no-repeat;
}
.stop-by {
    background: url("/img/stop-by.png");
    background-position: top left 60px;
    background-repeat: no-repeat;
    padding: 140px 0;
}
#map {
    height: 550px;
    width: 140%;
    margin-left: -40%;
    z-index: 2;
}

/***** FOOTER SECTION *****/
footer {
    border-top: solid 20px #d2401e;
    background: url("/img/white-panel-texture-transparent.png");
    background-repeat: repeat;
    background-color: #1a1a1a;
}
footer ul {
    margin: 40px 0;
    list-style-type: none;
    padding-left: 0;
}
footer li {
    display: inline-block;
    padding: 0 25px;
}
footer li a {
    font-family: "Oswald";
    color: #EDE5C9;
    transition: color 500ms;
    text-decoration: none;
}
footer li a:hover {
    color: #d2401e;
}
footer h4 {
    clear: both;
}
.copyright {
    font-family: "Nunito";
    font-size: 0.75em;
    color: #808080;
    border-top: 1px solid #EDE5C9;
    padding-top: 40px;
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
}
.copyright div {
    padding-left: 0;
    padding-right: 0;
}
.copyright span {
    float: right;
}
footer i {
    padding-left: 20px;
    color: #EDE5C9;
    transition: color 500ms;
}
footer i:hover {
    color: #d2401e;
}
.copyright a {
    color: #d2401e;
    text-decoration: underline;
    transition: all 500ms;
}
.copyright a:hover {
    color: #5a5a5a;
}
.mobile-show {
    display: none;
}

@media screen and (max-width: 991px) {
    .welcome-left .btn-st {
        margin-top: -100px;
    }
    .mobile-container {
        width: 100%;
        max-width: 100%;
        --bs-gutter-x: 0;
    }
    .navbar-toggler {
        width: 25px;
        height: 25px;
        position: relative;
        transition: .5s ease-in-out;
    }
    .navbar-toggler, .navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
        border: 0;
    }
    .navbar-toggler span {
        margin: 0;
        padding: 0;
    }
    .toggler-icon {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #d2401e;
        border-radius: 1px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }
    .middle-bar {
        margin-top: 0;
    }
    .navbar-toggler .top-bar {
        margin-top: 0;
        transform: rotate(135deg);
    }
    .navbar-toggler .middle-bar {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .navbar-toggler .bottom-bar {
        margin-top: 0;
        transform: rotate(-135deg);
    }
    .navbar-toggler.collapsed .top-bar {
        margin-top: -20px;
        transform: rotate(0deg);
    }
    .navbar-toggler.collapsed .middle-bar {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .navbar-toggler.collapsed .bottom-bar {
        margin-top: 20px;
        transform: rotate(0deg);
    }
    .navbar-collapse {
        background-image: url("/img/white-panel-texture-transparent.png");
        background-color: #1a1a1a;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: -1;
    }
    .navbar-text {
        position: initial;
    }
    .navbar-text a {
        margin-right: 20px;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: inline;
        font-size: 1em !important;
    }
    .mobile-margin {
        margin-top: 0;
        margin-right: 9px;
    }
    .nav-item {
        margin-bottom: 30px;
        font-size: 1.5em;
    }
    .nav-link {
        margin-right: 0;
        color: #F7F5E7;
    }
    .pl-60 {
        padding-left: 20px;
    }
    .call-us {
        bottom: 0;
    }
    .call-us .btn {
        margin-top: 20px;
    }
    .call-us-bg {
        margin-left: 0;
        background-size: auto;
        height: 220px;
        background-position: bottom left;
    }
    #catering .mt-60 {
        margin-top: 0;
    }
    .welcome-left {
        margin-top: 35px;
    }
    .home .col-lg-6 {
        height: 50vh;
    }
    .inner {
        height: 100vh;
        display: block;
    }
    .bg-sub {
        height: 50vh;
    }
    .bg-red {
        margin-top: -60px;
    }
    .bg-red .container, .contact-us .container {
        width: 100%;
        max-width: 100%;
    }
    .highlights {
        font-size: 1.1em;
    }
    .submarines {
        padding-top: 90px;
    }
    .our-menu {
        display: none;
        visibility: hidden;
    }
    .our-menu-mobile {
        visibility: visible;
    }
    label.wrap {
        width:200px;
        overflow: hidden;
        height: 50px;
        position: relative;
        display: block;
        background: transparent;
        margin-bottom: 25px;
    }
    select.our-menu-mobile{
        height: 50px;
        padding: 10px;
        border: 2px solid #d2401e;
        width: 200px;
        font-family: "Oswald";
        text-decoration: underline;
        text-transform: uppercase;
        color: #d2401e;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        text-decoration: none;
    }
    label.wrap:after {
        content:"\f078 ";
        font-family: "Font Awesome 5 Pro";
        color: #d2401e;
        font-size: 1.1em !important;
        position: absolute;
        right: 10px;
        top: 12px;
        z-index: 1;
        width: 10%;
        height: 100%;
        pointer-events: none;
    }
    select{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .section-head {
        margin-bottom: 10px;
    }
    .section-head .text-end {
        text-align: left !important;
    }
    .slick-prev, .slick-next {
        height: 5vh !important;
        width: 2.5vh !important;
    }
    .slick-slide {
        padding: 0 30px;
    }
    .review {
        padding: 0;
        margin: 0;
        background-image: url('/img/c-quote.png');
        background-position: right bottom;
        background-repeat: no-repeat;
        padding-bottom: 50px;
    }
    .review img {
        margin-bottom: 10px;
    }
    .review p {
        font-size: 1em;
    }
    .review span:before {
        font-size: 2em;
        top: 4px;
    }
    .review span {
        top: -25px;
    }
    #map {
        width: 100%;
        height: 300px;
        margin-left: 0;
    }
    .stop-by {
        padding-bottom: 0;
        background-size: contain;
        background-position: left top;
    }
    .sliced-bg {
        background-size: contain;
        background-position: top 150px left;
    }
    .sliced-bg .pb-60 {
        padding-bottom: 0;
    }
    .fresh-bg {
        background-size: contain;
        background-position: bottom left;
        padding-bottom: 140px;
    }
    .bottom-bg:after {
        background: none;
    }
    .bottom-bg-mobile {
        background-size: contain !important;
        background: url("/img/dine-in-carryout-catering.png");
        background-position: bottom 6px center;
        background-repeat: no-repeat;
    }
    .copyright {
        padding-left: 10px;
        padding-right: 10px;
    }
    .copyright p {
        text-align: left;
    }
}
@media screen and (max-width: 500px) {
    .highlights {
        font-size: 0.75em;
    }
}