.bg-primary {
    background-color: #006c74 !important;
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Sit on top */
    right: 0;
    top: 0;
    /*background-color: #006c74ed;*/
    /* Redfallback color */
    /*background-color: #006c74ed;*/
    /* Red w/o opacity */
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    background: linear-gradient(265deg, rgba(0,108,116,0.8) 0%, rgba(0,108,116,0.8) 100%), url('https://taqueriadonpedro.us/wp-content/uploads/2020/12/b9044508c889eea6b83eaaf3ee8a0d7f-copy.jpg') no-repeat center;
    background-size: cover;
}


/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    padding-top: 75px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    text-align: left;
    padding-left: 55px;
}


/* The navigation links inside the overlay */
.overlayWho a {
    padding: 8px;
    text-decoration: none;
    font-size: 1em;
    color: #fff;
    display: block;
    /* Display block instead of inline */
    transition: 0.3s;
    /* Transition effects on hover (color) */
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;

}

.open {
    width: 100%;
}
.overlay-content h2 {
    font-family: 'acumin-pro-condensed';
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover,
.overlay a:focus {
    color: #f0b529;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    font-size: 60px;
}

#menuTab {
    position: absolute;
    font-size: 2em;
    z-index: 999;
    color: #000;
}

#hamburger-1 {
    position: inherit;
    z-index: 9999;
}

.hamburger .line {
    width: 25px;
    height: 3px;
    background-color: #f0b529;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger .line:nth-child(2) {
    width: 33px;
    height: 3px;
    background-color: #f0b529;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger-1 .line:nth-child(2) {
    width: 33px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

.hamburger .is-active {
    position: fixed;
}

#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-1 i {
    color: #f0b529;
    font-size: 40px;
}


#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

input[type="text"]::placeholder {

    /* Firefox, Chrome, Opera */
    text-align: right;
    color: #fff;
}

#navRow1 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    top: 65px;
}

.navbar li {
    display: inline;
    color: white;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    text-decoration: none;
    font-family: 'swistblnk_monthoersregular';
    text-transform: lowercase;
    font-size: 1.5em;
}

.overlay-content li {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    list-style-type: none;
}

.overlay-content ul {
    list-style-type: none;
    padding-inline-start: 0px;
}

.navbar li:first-child {
    padding-left: 0px;
}

.navbar li:last-child {
    padding-right: 0px;
}

#hamburger-1 {
    display: none;
}

#mobileMenuLogo {
    padding-bottom: 40px;
}
#mobileMenuLogo2 {
    width: 350px;
    max-width: 100%;
    height: auto;
    padding-bottom: 20px;
}

#mobileMenuContainer {
    padding-bottom: 40px;
}
.order-online-mobile-header {
    padding-bottom: 20px;
}
.order-online-mobile-header .btn {
    font-size: 1.5rem;
}
#mobileMenuContainer li {
    font-size: 2rem;
    line-height: 1.2;
}

.overlay-content h2 {
    font-size: 2.25em;
}

.overlay-content h2 a {
    color: #f0b529;
}

@media only screen and (max-width: 1000px) {
    #hamburger-1 {
        display: block;
    }

    #fullMenu {
        display: none;
    }

    .overlay-content {
        padding-left: 15px;
    }

}