@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;
  
  }

  @font-face {
    font-family: 'Gabriola';
    src: url('../font/new_amw/Gabriola.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  #container2{
	padding:27px !important;
	font-size:23px !important;
	border-width:2px !important;
}

  h2, figure {
    color: #977200;
    font-family: Gabriola, Arial, sans-serif;
    font-weight: bolder;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    font-size: 38px;
    text-shadow: 1px 1px 8px #C90;
}

.all_font_types {
    width: 80%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.video3 {
    border-radius: 20px;
    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;
}

.video-h {
    height: 450px;
}

.height-top {
    width:100%;
    height:15px;
}

.top-heading {
    font-family: Gabriola, 'Times New Roman', Times, serif;
    color: #8b3505;
    font-size: 32pt;
    line-height: 42px;
}

.sukkot-page-text {
    width: 100%;
    text-shadow: 1px 1px 3px #f4a83f;
    color: #200f01;
    font-family: Tahoma;
    font-size: 18pt;
}

.sukkot-page-text-momma {
    width: 100%;
    text-shadow: 1px 1px 3px #f4a83f;
    color: #360213;
    font-family: Tahoma;
    font-size: 18pt;
}

.sub-heading
{
    color: #982908;font-family:Gabriola;font-size:21pt;
}

.sub-heading2
{
    color: #982908;font-size:21pt;font-style: italic;
}

.page-font {
    width:100%;text-shadow: 1px 1px 3px #f4a83f;color:#723707;font-family:Gabriola;font-size: 23pt;
}

.title-1 {
    color: #982908;font-size:22pt;
}

.title-2 {
    color: #bf0606;font-size:20pt;
}

.scripture-box-text-heading
{
    position: absolute;
    color: #881e07;
    top: 36px;
    font-weight: bold;
    font-size: 21pt;
    font-family: Gabriola;
    left: 117px;
    width: 60%;
    line-height: 30px;
}

.scripture-box-text
{
    position: absolute;
    color: #301302;
    top: 68px;
    font-weight: bold;
    font-size: 18pt;
    font-family: Gabriola;
    left: 87px;
    width: 60%;
    line-height: 26px;
}

.scripture-container {
    display: flex;
    flex-direction: row; /* or inline-flex */
    flex-wrap: wrap;
    justify-content: center;
}

.scripture-box
{
    position: relative;
    width:400px;
    height: 300px;
    margin:20px;
    padding-left: 20px;
    padding-right: 20px;
}

.scripture-box-mobile
{
    position: relative;
    width: 400px;
    height: 300px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.scripture-mobile-heading-row
{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.scrollheader
{
    margin: 0 auto;
    position: relative;
    width: 95%;max-width:1190px;
    margin-top: 40%;
    margin-bottom: -10%;
}

.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;
}

.video-full {
    object-fit: cover;
    width: 117vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }

  video_bkg {
    display: none;
  }

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:-60px;
    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:-56px;
    font-family: Gabriola;
    width:53%;
    margin-top:30px;
    line-height:34px;
    text-shadow: 0 0 11px #ffd300;
}

.sukkot-sub-heading {
    font-size: 33px;
    color:#440303;
    position:relative;
    top:-190px;
    font-family: Gabriola;
    width:55%;
    margin-top:30px;
    line-height:34px;
    text-shadow: 0 0 11px #ffd300;
}

.sukkot-heading {
    font-size: 40px;
    color: #aa4636;
    position:relative;
    top:-170px;
    font-family: 'Kohelet';
    text-shadow: 0 0 6px #ffffff;
    width:100%;
    font-size: 38px;
}

.shavuot-leaf 
{
    width:20%;
    position:relative;
    top:-15px;
    height: 100px;
}

.sukkot-leaf 
{
    width:20%;
    position:relative;
    top:-129px;
    height: 100px;
}

.shavuot-painting-links
{
    display: flex;
    flex-direction:row; 
    flex-wrap: wrap; 
    justify-content: center;  
    width:79%; 
    margin: 0 auto;
    position: relative;
    top:860px;
}

.sukkot-painting-links
{
    display: flex;
    flex-direction:row; 
    flex-wrap: wrap; 
    justify-content: center;  
    width:79%; 
    margin: 0 auto;
    position: relative;
    top:585px;
}

.shavuot-painting-size
{
    height:240px;
    width:280px;
    background-repeat:no-repeat;
}

.sukkot-painting-size
{
    height:370px;
    width:280px;
    background-repeat:no-repeat;
}

.shavuot-painting-size2
{
    height:240px;
    width:280px;
    background-repeat:no-repeat;
    position:relative;
    top:13px;
}

.scroll-shavuot
{
    width:100%;
    margin: 0 auto;
    margin-top:30%;
    z-index:0;
    position:absolute;
    height:1800px;
    max-width:1100px;
}

.scroll-shavuot
{
    width:100%;
    margin: 0 auto;
    margin-top:30%;
    z-index:0;
    position:absolute;
    height:1700px;
    max-width:1100px;
    content:url(../images/scroll_shavuot_mobile2.png);
}

.scroll-sukkot
{
    width:100%;
    margin: 0 auto;
    margin-top:30%;
    z-index:0;
    position:absolute;
    height:1700px;
    max-width:1100px;
    content:url(../images/scroll_shavuot_mobile2.png);
}

.scroll-block
{
    z-index: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 113%;
    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;
}

.sukkot-text {
    font-size: 41px;
    color: #6a1f03;
    position: relative;
    font-family: Gabriola;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 9px #ffbd03;
    z-index: 9999;
    top: 4px;
    font-weight: bold;
    line-height: 42px;
}

.shavuot-text2 {
    font-size: 33px;
    line-height: 31px;
    top: -167px;
}

.proph-img-size {
  width: 420px;
  height: 300px;
}

.scroll-text-main {
  position:absolute;top:4px;padding-left:80px;width:360px;padding-right:18px;
}

.scroll-text-proph {
    position: absolute;
    top: 63px;
    padding-left: 0px;
    font-size: 24px;
    color: #6a1c00;
    text-shadow: 2px 2px #ffffffd1;
}

.scroll-text-date {
  position:absolute;top:45px;padding-left:0px;font-size:23px;float:right;position:relative;padding-right:3px;color:#6c1f06;
}

.scroll-text-title {
  position:absolute;top:95px;padding-left:0px;font-size:28px;color:#c52615;text-align:left;line-height:27px;
}