@font-face {
    font-family: 'Gveret Levin';
    src: url('../fonts/GveretLevin.ttf') format('truetype'),
         url('../fonts/GveretLevin.otf') format('opentype'),
         url('../fonts/GveretLevin.woff2') format('woff2'),
         url('../fonts/GveretLevin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

body {
    background-color: #FFFFFF;
    margin: auto;
    color: #333;
    font-family: 'Permanent Marker', cursive, 'Gveret Levin';
}

body:lang(he-IL) {
    font-family: 'Gveret Levin', cursive;
    text-align: right;
    direction: rtl;
}

.topbar {
    padding: 20px;
    border: 3px solid black;
    margin: 20px;
    font-family: 'Permanent Marker', cursive, 'Gveret Levin';
}

.topbar a {
    margin-right: 10px;
    font-size: 20px;
    text-decoration: none;
}

.topbar span {
    margin-right: 10px;
    font-weight: bold;
    background-color: gold;
    font-size: 20px;
    color: #333;
}

.flheb {
    float: right;
}

.fleng {
    float: left;
}

header {
    color: #fff;
    padding: 20px;
    border: 3px solid black;
    text-align: center;
    margin: 20px;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

img:hover {
    box-shadow: 0 0 2px 1px gold;
}

main {
    font-family: 'Permanent Marker', cursive, 'Gveret Levin';
    color: #333;
    border: 3px solid black;
    margin: 20px;
}

#divMain, #about {
    border: 3px solid gold;
}

#divMain a {
    text-decoration: none;
}

h1, h2 {
    color: #333;
}

h1 {
    font-family: 'Permanent Marker', cursive;
}

h1 a {
    text-decoration: none;
    color: #333;
}

.crtl, .cltr {
    font-family: 'Permanent Marker', cursive, 'Gveret Levin';
    text-align: center;
    border: 3px solid black;
    margin: 20px;
    padding: 20px;
    font-weight: lighter;
    font-size: 17px;
}

footer div a {
    text-decoration: none;
}

.crtl {
    direction: rtl;
}

.cltr {
    direction: ltr;
}

.heb1, .eng1 {
    font-family: 'Permanent Marker', cursive, 'Gveret Levin';
    padding: 20px;
    margin: 20px;
    font-size: 20px;
}

.heb1 {
    text-align: right;
    direction: rtl;
}

.eng1 {
    text-align: left;
    direction: ltr;
}

footer {
    color: #333;
    border: 3px solid black;
    margin: 20px;
}

.p1 {
    color: #191970;
    text-shadow: 2px 2px 2px gold;
}

a:hover {
    font-weight: bold;
    text-decoration: underline;
    font-size: 102%;
}
