

.actions {
    width: 100%;
    background-image: url("../assets/background.png");
    background-size: cover;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
}

.actions a {
    width: 250px;
    margin-left: 25px;
    background-color: #785449;
    color: #dcdcdc;
}

.navbar-brand {
    display: inline-block;
    width: 250px;
}

.navbar-brand img {
    width: 100%;
}

.menu_footer,.menu_logo {
    display: none;
}

.main_footer {
    text-align: center;
}

    .navbar-nav {
        margin-left: auto !important;
    }

    .navbar-collapse {
        /* background-color: rgb(28, 28, 28); */
        /* background-image: url(../assets/background.png); */

        top: 0;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 75%;
        height: 100%;
    }

    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }

    .carousel-item img {
        min-height: 80vh;
        max-height: 80vh;
    }


    .actions a {
        margin-bottom: 15px;
    }

    .navbar-brand {
        width: 173px;
        margin-left: 7px;
    }

    .delivery-order-block.style-three .delivery-order-content {

        background-image: url("../assets/bg4.png");
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50px;
        min-height: 500px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
 
    @media (max-width: 992px) {

        #mainNav .navbar-nav li.nav-item a.nav-link:hover {
            color: #ae4f4f;
          }

        .delivery-order-block.style-three .delivery-order-content {
            min-height: 300px;
        }

        .delivery-order-block {
            margin-bottom: 25px;
        }

        #mainNav .navbar-nav li.nav-item a.nav-link {
            color: #343434;
        }
    

    .actions {
        flex-direction: column;
    }

        .navbar-nav {
            margin-left: 0 !important;
        }

        .menu_footer {
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
        }
    
        .menu_contact h3 {
            color: #5f2424;
        }
    
        .menu_contact p {
            text-transform: capitalize;
        }
    
        .copy {
            text-transform: capitalize;
        font-size: .8rem;
        color: #4c4c4c;
        }
    
        .menu_logo {
            display: flex;
        justify-content: center;
        margin-top: 12px;
    }
    
    #mainNav .navbar-toggler {
        font-size: 1.7rem;
    }
    
    .navbar-collapse {
        /* background-color: rgb(28, 28, 28); */
        background-image: url("../assets/background.png");
        position: fixed;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    }
#promotionModal img {
    display: block;
    width: 80%;
    margin: 20% auto;
}

#mainNav .logo_container {
  display: flex;
  align-items: center;
}

#mainNav .logo_container .beer_garage {
  width: 65px;
}

#mainNav .logo_container .beer_garage img {
  border-radius: 60%;
}

#banner-top {
    position: absolute;
    top: 115px;
    z-index: 555;
    background: #fff;
    width: 100%;
    align-items: center;
    text-align: center;
    padding: 5px 0;
    font-weight: 600;
}
