@font-face {
    font-family: 'simple-clm';
    src: url('../fonts/simpleclm-medium-webfont.woff');
    font-weight: normal;
}
@font-face {
    font-family: 'icons';
    src: url('../fonts/icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"] {
    margin: 0 2.5rem;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    content: '';
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
   
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
  }  
.icon-mail:before { content: '\e800'; }
.icon-facebook:before { content: '\f09a'; }
.icon-instagram:before { content: '\f16d'; }

html {
    font-family: 'simple-clm', sans-serif;
    font-size: 24px;
    direction: rtl;
    text-align: right;
    background-color: #222;
    scroll-behavior: smooth;
    overflow-x: hidden;
    color: #000;
}

header {
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.page {
    height: 100vh;
}
nav#top-menu {
    position: absolute;
    bottom: 0;
    font-size: 0.85rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

nav#top-menu ul li,
nav#top-menu ul a,
nav#top-menu ul a:visited,
nav#top-menu ul a:active {
    display: block;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
}
nav#top-menu ul li {
    margin-bottom: 6px;
}
.wrapper {
    width: 100%;
}

a, a:visited, a:active {
    color: #000;
}
a.lang-link {
    text-decoration: none;
}
a.lang-link.active {
    text-decoration: underline;
}

.lang-content:not(.he) {
    display: none;
}
#header-wrapper {
    background-image: url('../img/מוזה היא כלבה שתלטנית - ספר שירה - איור.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 32%;
    position: relative;
    color: #fff;
    text-shadow: 3px 2px 3px #000;
}
#header-wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}
hr {
    border: 1px solid #ccc;
}
h1 {
    font-size: 2rem;
    text-align: center;
    margin: 0;
}
em {
    font-style: normal;
    font-weight: bold;
    font-size: 2.25rem;
}
h2 {
    font-size: 2rem;
    text-align: center;
    margin: 0 0 0.5rem;
}
h3 {
    text-align: center;
    font-size: 1rem;
    margin: 0 0 1rem 0;
}
.title {
    text-align: right;
    font-size: 1.25rem;
}
.pad {
    padding: 3rem 4rem;
}

.block {
    background-color: #efefef;
}

section {
    border-bottom: 2px solid rgba(0,0,0,0.55);
}
section img {
    width: 100%;
}

p {
    line-height: 1.5rem;
    margin: 2rem 0;
}
p.ltr {
    text-align: left;
}
.video-frame {
    height: 75vh;
}

#form-muse-wrapper {
    padding: 1.25rem 0 1.25rem;
}
form {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 1rem 0;
    width: 100%;
    gap: 0.5rem;
}
.form-element {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.form-element.full {
    flex-basis: 100%;;
}
.form-element.row {
    flex-direction: row;
    align-items: start;
}
.form-element.row > *:not(:first-child) {
    margin: 0 0.5rem;
}
label {
    margin-bottom: 0.2rem;
    display: inline-block;
}
.form-element input[type="checkbox"] {
    height: 1rem;
    width: 1rem;
    vertical-align: middle;
}
.form-element input.missing {
    border: 1px solid red;
}
button {
    cursor: pointer;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.25);
}
#form-message {
    margin-bottom: 1.5rem;
}
#form-message, #form-message-content {
    text-align: center;
}
#form-message #try-again-button {
    width: 100%;
    margin-top: 0.5rem;
}

footer {
    padding: 0.25rem 2rem;
    display: block;
    color: #fff;
    text-align: center;
}
footer a,
footer a:visited,
footer a:active {
    color: #ddd;
    text-decoration: none;
    font-family: icons;
}
@media (max-width: 600px) {
    html {
        font-size: 16px;
    }
    .pad {
        padding: 2rem;
    }
}

.em-box {
    display: block;
    background-color: #fff;
    border: 1px solid #ff0000;
    padding: 2rem;
    border-radius: 1px;
    text-align: center;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.15);
    font-size: 1.10rem;
}
/* https://www.instagram.com/t4kmo/ */

img[class$="-cover"] {
    margin: 2rem 0;
}