.feature .feature-item h3{
    margin-top: 20px;
}

.feature .feature-item img{
    margin-top: 30px;
}
.food .food-item img{
    height: calc(100% + 20px);
    border-radius: 15px;
}

.food .food-item h2{
    margin-top: 20px;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/page-header.jpg?embed_image_url={{{document_url_uri}}});

}

.menu .about-img img {
    position: relative;
    width: 95%;
    border-radius: 20px;
}

.team .row{
    justify-content: center;
}

.team .pagination{
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}


.center-button {
    padding: 10px 20px;          
    font-size: 16px;             
    cursor: pointer;              
    background-color: #fbaf32;   
    color: white;                 
    border:2px solid #fbaf32;                 
    border-radius: 5px;          
    transition: background-color 0.3s; 
}

.center-button:hover {
    background-color: #fff;  
    color:#fbaf32; 
} 

.menu .team-text{
        position: relative;
        padding: 25px 15px;
        text-align: center;
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, .07);
        border-top: none;
        border-radius: 0 0 15px 15px;
}

.menu .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.menu .team-social a {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 16px;
    color: #ffffff;
    background: #fbaf32;
    opacity: 0;
}

.menu .team-social a:hover {
    color: #ffffff;
    background: #719a0a;
}

.menu .team-item:hover .team-social {
    background: rgba(256, 256, 256, .5);
}

.menu .team-item:hover .team-social a:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.menu .team-item:hover .team-social a:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.menu .team-item:hover .team-social a:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .2s;
}

.menu .team-item:hover .team-social a:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .3s;
}

.menu .team-text h2 {
    font-size: 22px;
    font-weight: 700;
}

@media (max-width: 991.98px) {   
    .navbar {
        background: #0d0d0d !important;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #ffff !important;
    }

    .navbar-light .navbar-toggler {
        color: rgb(13, 13, 13);
        border-color: rgb(24, 23, 23);
    }

    .navbar-toggler {
        background-color: #f9f7f7 !important; 
    }

    .team .team-img {
        border-radius: 15px 15px 0 0;
    }

    .team .team-text h2 {
        font-size: 18px;
        font-weight: 700;
        
    }

    .team .team-img img {
        position: relative;
        width: 80%;
        margin-top: 15px;
        transform: scale(1.1);
        transition: .3s;
        height:80%;
        padding-left: 100px;
   
    }
    
    .menu .team-text{
        margin-bottom: 20px;
    }
}

