﻿/* Restaurant CSS */

.title-1{
    font-size: 44px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-shadow: none;
    color: #3d3d3d;
    line-height: 3rem;
    padding-right: 15rem;
}

.description-restaurant, .description-restaurant p{
    padding-right: 10rem;
    color: #3d3d3d;
    text-shadow: none;
    margin: 5rem 0 5rem 0;
    text-align: left;
    text-shadow: 0;
    font-size: 18px;
}

.description-restaurant a{
    color: #FE8903;
}

.list-restaurant li{
    list-style: none;
    margin: 5px 0 5px 0;
}
.list-restaurant li i{
    color: #0165B1;
}
.list-restaurant li span{
    color: #6d6d6d;
}

.restaurant-image{
    height: 25rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 0;
}

.my-5rem{
    margin: 10rem 0 10rem 0;
}
/* ______ Media Queries ______ */

@media (min-width: 991px){
    /* .section-container-restaurant{
        padding-right: 0;
    } */
}

@media (max-width: 990px){
    .my-5rem{
        margin: 5rem 0 5rem 0;
    }
    .title-1{
        padding-right: 0;
    }
    .description-restaurant{
        padding-right: 3rem;
    }
}

@media (max-width:820px){
    .title-1{
        font-size: 35px;
        padding-right: 0;
    }

}

@media (max-width:767px){
    .description-restaurant{
        padding-right: 0;
    }
    .restaurant-image{
        height: 20rem;
    }
}