@font-face {
    font-family: 'Kohelet';
    src: url('../font/new_amw/kohelet.eot');
    src: url('../font/new_amw/kohelet.eot?#iefix') format('embedded-opentype'),
      url('../font/new_amw/kohelet.woff2') format('woff2'),
      url('../font/new_amw/kohelet.woff') format('woff'),
      url('../font/new_amw/kohelet.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  
  }


.all_font_types {
    width: 80%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.container2 {
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
    font-size: 20px;
    background: url(../../images/paper-bg2.jpg);
    background-size: 100%;
    padding: 80px;
    padding-top: 30px;
    border: solid;
    border-image: url(../../images/gold-texture-wallpaper-8.jpg) 70 70 80 80 / 6 6 6 6 round round;
    color: black;
    font-family: open sans;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

.clickMe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.proph-font {
    font-family: Gabriola;
    font-size: 25px;
    font-weight: bold;
}


/*            text blink start*/

.blink3 {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 0.5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        color: blue;
    }
    50% {
        color: red;
    }
    100% {
        color: blue;
    }
}

@-webkit-keyframes blinker {
    0% {
        color: blue;
    }
    50% {
        color: red;
    }
    100% {
        color: blue;
    }
}

@keyframes blinker {
    0% {
        color: blue;
    }
    50% {
        color: red;
    }
    100% {
        color: blue;
    }
}


/*            text blink end*/


/*            text blink start*/

.blinkbackground3 {
    -webkit-animation-name: blinker2;
    -webkit-animation-duration: 2.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker2;
    -moz-animation-duration: 2.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker2;
    animation-duration: 2.0s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker2 {
    0% {
        background-color: blue;
    }
    50% {
        background-color: red;
    }
    100% {
        background-color: blue;
    }
}

@-webkit-keyframes blinker2 {
    0% {
        background-color: blue;
    }
    50% {
        background-color: red;
    }
    100% {
        background-color: blue;
    }
}

@keyframes blinker2 {
    0% {
        background-color: blue;
    }
    50% {
        background-color: red;
    }
    100% {
        background-color: blue;
    }
}


/*            text blink end*/

.blink3 {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 0.5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        color: blue;
    }
    50% {
        color: red;
    }
    100% {
        color: blue;
    }
}

@-webkit-keyframes blinker {
    0% {
        color: blue;
    }
    50% {
        color: red;
    }
    100% {
        color: blue;
    }
}

@keyframes blinker {
    0% {
        color: blue;
    }
    50% {
        color: red;
    }
    100% {
        color: blue;
    }
}


/*            text blink end*/


/*            text blink start*/

.blinkborder3 {
    -webkit-animation-name: blinker22;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker22;
    -moz-animation-duration: 0.5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker22;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker22 {
    0% {
        border-color: blue;
    }
    50% {
        border-color: red;
    }
    100% {
        border-color: blue;
    }
}

@-webkit-keyframes blinker22 {
    0% {
        border-color: blue;
    }
    50% {
        border-color: red;
    }
    100% {
        border-color: blue;
    }
}

@keyframes blinker22 {
    0% {
        border-color: blue;
    }
    50% {
        border-color: red;
    }
    100% {
        border-color: blue;
    }
}

.video2 {
    border-radius: 20px;
    width: 100%;
    max-height: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: table;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #000;
    position: relative;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-box-shadow: 0px 0px 20px 0px #000;
    -moz-box-shadow: 0px 0px 20px 0px #000;
    box-shadow: 0px 0px 20px 0px #000;
}

.height-top {
    width:100%;
    height:100px;
}

.video-full {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }

  video_bkg {
    display: block;
  }

a {
    text-decoration: none;
}

.proph_videos_div {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.shavuot-heading {
    font-size: 40px;
    color: #aa3651;
    position:relative;
    top:260px;
    font-family: 'Kohelet';
    text-shadow: 0 0 6px #ffffff;
    width:100%;
    font-size: 49px;
}

.shavuot-sub-heading {
    font-size: 33px;
    color:#910a0a;
    position:relative;
    top:260px;
    font-family: Gabriola;
    width:74%;
    margin-top:30px;
    line-height:34px;
    text-shadow: 0 0 11px #ffd300;
}

.shavuot-leaf 
{
    width:20%;
    position:relative;
    top:345px;
    height: 100px;
}

.shavuot-painting-links
{
    display: flex;
    flex-direction:row; 
    flex-wrap: wrap; 
    justify-content: center;  
    width:79%; 
    margin: 0 auto;
    left:-16px;
    position: relative;
    top:988px;
}

.shavuot-painting-size
{
    height:288px;
    width:352px;
    background-repeat:no-repeat;
}

.shavuot-painting-size2
{
    height:288px;
    width:352px;
    background-repeat:no-repeat;
    position:relative;
    top:13px;
}

.scroll-shavuot
{
    width:100%;
    margin: 0 auto;
    margin-top:30%;
    z-index:0;
    position:absolute;
    height:1400px;
    max-width:1100px;
    content:url(../images/scroll_shavuot.png);
}

.scroll-block
{
    z-index: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 65%;
    margin: 0 auto;
    /* left: 14%; */
    position: absolute;
    top: 426px;
}

.scroll-width
{
    width:100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.shavuot-text {
    font-size: 31px;
    color: #6a1f03;
    position: relative;
    font-family: Gabriola;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 9px #ffffff;
    z-index: 9999;
    top: -118px;
    font-weight: bold;
    line-height: 33px;
}

.shavuot-text2 {
    font-size: 33px;
    line-height: 31px;
    top: -167px;
}