#navBar
{
    padding: 20px;
    box-shadow: 0 2px 4px rgba(6,17,118,0.08), 0 4px 12px rgba(6,17,118,0.08);
    
}

#myOptions
{
    align-items: center;
    white-space: nowrap;
    
}

#MvVideoBG{
    max-width:300px;
    min-width: 300px;
    /* object-fit: cover;
    position: fixed; */
    /* left: 0;
    right: 0;
    top: 0;
    bottom: 0; */
    /* z-index: -1; */
}

#myOptions li
{
    margin:15px;
    font-weight: bolder;
   
}

#Massvid_logo
{
    max-width:100px;
}

/* MC-257: the register/login modal headline used to be an <h1>, which made "הרשמה" the
   first heading on every page of the site. It is now an <h2>; this preserves the previous
   rendered size so the modal looks unchanged. */
.auth-modal-title {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
