/* Original transparent artwork. The Hebrew name is already part of the logo. */
.shemtov-logo { display:block; object-fit:contain; flex-shrink:0; border-radius:0; background:none; }
.shemtov-logo--small { width:96px; height:94px; }
.shemtov-logo--hero { width:200px; height:196px; margin-inline:auto; }
.shemtov-logo--footer { width:120px; height:117px; margin:0 auto 1rem; }
.nav-logo, .nav a.brand { display:inline-flex; align-items:center; }
.nav a.brand { line-height:1; }
.nav a.brand .shemtov-logo--small { width:80px; height:78px; }
.logo-sm .shemtov-logo--small { width:80px; height:78px; }
.sc-logo { display:inline-flex; align-items:center; }
.shemtov-logo--demo { display:inline-block; width:40px; height:39px; object-fit:contain; vertical-align:middle; }
.logo .logo-mark { width:80px; height:78px; background:none; }
.logo-mark .shemtov-logo--small { width:80px; height:78px; }
.logo h1:has(.shemtov-logo--hero) { margin-bottom:.8rem; }
.site-header .brand .shemtov-logo--small { width:96px; height:94px; }
.site-footer .brand .shemtov-logo--small { width:104px; height:102px; }
@media(max-width:480px) {
  .nav-logo .shemtov-logo--small, .site-header .brand .shemtov-logo--small { width:84px; height:82px; }
  .nav a.brand .shemtov-logo--small { width:76px; height:74px; }
  .shemtov-logo--hero { width:180px; height:176px; }
}
