#fixedbg{background:url(http://www.allmightywind.com/images/backg_scroll_prp.jpg)}#fixedbg{background-size:100%; background-repeat: no-repeat; background-attachment: fixed;}

.text_welcome_title_red {
    font-size:45pt;color:red;font-family:Gabriola;text-shadow: 2px 2px 7px #ff9900;
}
.text_welcome_title_blue {
    font-size:45pt;color:blue;font-family:Gabriola;text-shadow: 2px 2px 7px #24C1CE;
}
.text_welcome_blue {
    font-size:35pt;color:blue;font-family:Gabriola;text-shadow: 2px 2px 7px #24C1CE;
}
.text_welcome_red {
    font-size:35pt;color:red;font-family:Gabriola;text-shadow: 2px 2px 7px #ff9900;
}

.text_welcome_yellow {
    font-size:35pt;color:rgb(255, 51, 0);font-family:Gabriola;text-shadow: 2px 2px 5px #FFF43A;
}

.torah_video_bg {
position:fixed;min-width:100%;min-height:100%;top:0;z-index:-3;scrolling:none;left:0px;
}

.entry-content {
  background-image:url(http://www.allmightywind.com/images/scroll_background.jpg);
  border-style: solid;
  border-width: medium;
  border-image: url(http://www.allmightywind.com/images/gold-texture-wallpaper-8.jpg) 70 70 80 80 / 3 3 3 3 round round !important;
  width: 100%;
  font-family: Gabriola;
  font-size: 25pt;
  line-height: 20px;
  padding: 40px;
}

.my-tab-content {
  font-family: Gabriola;
  font-size: 20pt;
  line-height: 30px;
}

.tab-body {
  font-family: Gabriola;
  font-size: 20pt;
  line-height: 30px;
}

.torah-content {
  text-align: left;
}

#container_torah {
  width: 70%;
  text-align: center;
  margin: 0 auto;

}

h2 {
  line-height: 10px;
}

p {
  margin-top: 2em ;
  margin-bottom: 2em ;
} 

a {
  color: #e11f1f;
  text-decoration: none;
}

a:hover {
  color: #dee11f;
  text-decoration: none;
}

.glass{
/* background styles */
position: : relative;
display: inline-block;
padding: 15px 15px;
background-color: green; /*for compatibility with older browsers*/


/* text styles */
text-decoration: none;
color: #fff;
font-size: 21px;
font-family: sans-serif;
font-weight: 100;

border-radius: 3px;
box-shadow: 0px 1px 4px -2px #333;
text-shadow: 0px -1px #333;
}
.glass2{
/* background styles */
position: relative;
display: inline-block;
padding: 15px 15px;
background-color: green; /*for compatibility with older browsers*/


/* text styles */
text-decoration: none;
color: #fff;
font-family: Gabriola;
font-size: 25pt;
font-weight: 100;

border-radius: 3px;
box-shadow: 0px 1px 4px -2px #333;
text-shadow: 0px -1px #333;
}

.glass3{
/* background styles */
position: relative;
display: inline-block;
padding: 15px 15px;
background-color: green; /*for compatibility with older browsers*/


/* text styles */
text-decoration: none;
color: #fff; 
font-size: 21px;
font-family: sans-serif;
font-weight: 100;

border-radius: 3px;
box-shadow: 0px 1px 4px -2px #333;
text-shadow: 0px -1px #333;
}


.glass{
background-image: linear-gradient(blue,lightblue);
}
.glass2{

background-image: linear-gradient(red, #ff9999 );

}

.glass3{

background-image: linear-gradient(#ff6600, #ffc299 ); /* oranges button */

}


.glass:after{
content: '';
position: absolute;
top: 2px;
left: 2px;
width: calc(100% - 4px);
height: 50%;
background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.2));
}

.glass2:after{
content: '';
position: absolute;
top: 2px;
left: 2px;
width: calc(100% - 4px);
height: 50%;
background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.2));
}
.glass3:after{
content: '';
position: absolute;
top: 2px;
left: 2px;
width: calc(100% - 4px);
height: 50%;
background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.2));
}

.glass:hover{
background: linear-gradient(#073,#0fa);
}

.glass2:hover{
background: linear-gradient(rgb(250, 214, 12),rgb(249, 250, 182));
color:darkblue;
}
.glass3:hover{
background: linear-gradient(#073,#0fa);
}

.torahTabSelect {
  background-color: #f6cda1;
  border-radius: 5px 25px 0px 0px;
  height: 60px;
  border-bottom: 1px solid #9c9898;
  border: 1px solid #b99585;
}

.torahTabSelect:hover {
  cursor: pointer;
  background-color: #fadf95;
  border: 1px solid #b99585;
}

.torahTabNotSelect {
  background-color: #fde3b5;
  border-radius: 5px 25px 0px 0px;
  height: 60px;
  border-bottom: 1px solid #9c9898;
}

.torahTabNotSelect:hover {
  cursor: pointer;
  background-color: #fadf95;
  border: 1px solid #b99585;
}

.spaceBelow {
  padding: 30px 0px;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.dividerSize {
  width:260px;
  height:80px;
}

.video2 {
	border-radius: 20px;
	width: 100%;
  max-height: 100%;
  max-width: 800px;
	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;
}

.video3 {
    border-radius: 20px;
    max-width: 800px;
    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;
}

@media screen and (max-width: 960px) { /* Specific to this particular image */
  .spaceBelow {
    padding: 30px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

@media screen and (min-width: 401px) and (max-width: 1400px) { /* Specific to this particular image */
  .torahTabSelect {
    font-size:20pt;
  }
  .torahTabNotSelect {
    font-size:20pt;
  }
}

@media screen and (max-width: 400px) { /* Specific to this particular image */
  .torahTabSelect {
    font-size:20px;
  }
  .torahTabNotSelect {
    font-size:20px;
  }

  .dividerSize {
    width:160px;
    height:60px;
  }
}

.gotoTop {
  top: 299px;
  left: 399px;
  position: absolute;
  z-index: 10;
  visibility: show;
  width: 50px;
  height: 50px;
}