*
{
    font-family: roboto;
    padding: 0;
    margin: 0;
}
::-webkit-scrollbar {
    width: 0px;
}
body
{
    margin-bottom: 70px;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
}  
.search-box
{
    display: flex;
    justify-content: center;
    margin-left: 2.5vw;
    width: 95vw;
    height: 62px;
    margin-top: 25px;
}
.filter-btn-box
{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    height: 18px;
    width: 95vw;
}
.filter-btn
{
    height: 18px;
    width: 15px;
}
.search-bar
{
    border-radius: 40px;
    height: 60px;    
    width: 95vw;
    border: 0.5px black solid;
    background: url('../../img/initialMenu/magnifier.png');
    background-repeat: no-repeat;
    background-position: 20px 20px;
    text-align: center;
    border-radius: 30px;
}
.search-bar:focus
{
    border: none;
}
body > div > div
{
    margin-top: 5px;
}
.slider-head
{
    margin-top: 20px;
    margin-left: 5vw;
    width: 95vw;
    font-size: 6vw;
}
.slider-body
{
    width: 100vw;
    height: 115px;
    background-color: transparent;
    display: flex;    
    overflow-x: auto;
    overflow-y: hidden;
    align-items: center;
}
.slider-body > .meal, .slider-body > .category
{
    margin-left: 5vw;
    min-width: 90px;
    height: 90px;
    border: 1px #E1E1E1 solid;
    border-radius: 10%;
    display: block;
    float: left;
}
.slider-body > .celebration, .slider-body > .homechef, .slider-body > .eventchef
{
    margin-left: 5vw;
    min-width: 155px;
    height: 90px;
    border: 1px #E1E1E1 solid;
    border-radius: 10%;
    display: block;
    float: left;
} 
.chef-container
{
    height: 310px;
    width: 90vw;
    margin-left: 5vw;    
    margin-top: 20px;   
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}
.chef-title
{
    width: 95vw;
    font-size: 6vw;
}
.chef-box
{
    border-radius: 10px;
    width: 90vw;
    margin-top: 10px;
    height: 85px;
    font-size: 6vw;
    box-shadow: inset 0px 0px 3px 0.1px #E1E1E1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chef-image
{
    border-radius: 5px;
    border: 0.5px  #807e7e solid;
    width: 50px;
    height: 50px;
    background-image: url('../../img/initialMenu/emptyPhoto.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.chef-info
{
    width: calc(90vw - 80px);
    margin-left: 5px;
    height: 50px;
}
.chef-info-name
{
    font-size: 3vw;
    width: calc(90vw - 80px);
    margin-left: 5px;
    height: 20px;
}
.chef-info-evaluation
{
    font-size: 4vw;
    width: calc(90vw - 80px);
    margin-left: 5px;
    height: 30px;
}
.star
{
    width: 15px;
    height: 15px;
}
footer
{
    position: fixed;
    bottom: 0;
    background-color: #019682;
    width: 100vw;
    height: 7.6vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rectangleperson{
    margin-right: 4vw;
}
.rectanglecircle{
    background-color: white;
    border-radius: 50px;
    width: 19vw;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -7vh;
}
.rectanglehome{
    margin-left: 4vw;
}
img{
    width: 8vw;
}
.rectanglecircle img
{
    width: 14vw;
    height: 8vh;
}