/*

Theme Name: shevet-reim
Author: EladBarr
varsion: 1.0

*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@100..900&display=swap');

/* Header */
div.fixed-header{
    display: flex;
    justify-content: space-between;
    padding: 15px 33px;
    font-family: "Noto Sans Hebrew", sans-serif !important;
    background-color: #9b9797;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

div.wrap-menu-logo{
    display: flex;
    justify-content: space-around;
}

div.logo-section{
    margin-left: 30px;
}

div.header-menu{
    padding-top: 20px;
}

ul.nav-list{
    list-style: none !important;
    display: flex;
}

ul.nav-list a{
    color: #000;
    margin-left: 30px;
    color: #000;
    margin-left: 30px;
    font-size: 16px;
    text-decoration: none;
}

div.lang-donate-part{
    padding-top: 29px;
    display: flex;
    justify-content: space-between;
}

div.lang-part{
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 4px 7px;
    font-weight: 800;
    height: 24px;
    margin-left: 30px;
    cursor: pointer;
}

a.donate-btn{
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    background-color: #009be8;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: 3px;
        height: 24px;
}
