body{ 
  font-family: 'Rubik'; 
  font-size: 17px;
  color: white;
}
a:not(.borderless) {
  color: white;
  border-bottom: 1px dashed;
}
a:not(.borderless):hover{
  color: white;
  border-bottom: 1px solid;
  text-decoration: none;
}
.logo{
  max-width: 100px;
}
.logo img{
  width: 66px;
  margin: 14px;
}
.logo2 img{
  margin: 14px;
}
.logo2 {
	    left: 0;
    right: auto;
}
.sideNav {
  position: fixed;
  right: 20px;
  top: 90px;
  height: calc(100% - 90px);
  z-index: 999;
}
.sideNav ul{
  height: 100%;
  justify-content: space-around;
}
.sideNav a{
  display: block;
  text-align: center;
  padding: 7px 10px;
  border-bottom: 0;
  transition: all .1s ease-in-out;
}
.sideNav a:hover{
  border-bottom: 0;
}
.sideNav a.active{
  transform: scale(1.4);
  text-shadow: 0 0 5px rgb(0 0 0 / 50%);
}
.sideNav i{
  font-size: 24px;
}
.cover{
  background-color: #febe36;
  font-size: 24px;
  padding-top: 60px;
  color: white;
  border-bottom: 45px solid #20baae;
}
.cover .subTitle{
  font-size: 32px;
  font-weight: 500;
}
h1 {
  font-size: 54px;
  color: #8c2248;
  font-weight: 500;
  margin-bottom: 0;
}
h1 i.shvat15-tree {
  color: #20baae;
}
.cover h2{
  font-size: 50px;
  font-weight: 500;
  color: white;
}
.cover h2 span{
  color: #20baae;
}
.patternOverlay::before{
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  right: 0; left: 0;
  background-image: url(/img/s15/pattern.jpg);
  opacity: .3;
  position: fixed;
  pointer-events: none;
  mix-blend-mode: multiply
}
.speciesNav{
  justify-content: center;
}
.species{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  width: 170px;
  margin: 0 auto;
  background-color: white;
  border-radius: 50%;
  box-shadow: 2px 2px 2px rgb(128 128 128 / 40%);
  border: 0;
  transition: all .1s ease-in-out;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
.species:hover{
  border: 5px solid #8c2248;
  transition: all .1s ease-in-out;
}
.species img{
  max-width: 100%;
}
.speciesNavSmall .species{
  height: 80px;
  width: 80px;
}
.speciesNavSmall .species img{
  max-width: 70%;
  max-height: 70%;
}
.speciesNavSmall .species:hover{
  border: 0;
}
.speciesNavSmall .species .textOverlay{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0; bottom: 0;
  right: 0; left: 0;
  color: #8c2248;
  font-size: 21px;
  background-color: rgba(254, 191, 54, 0.8);
  line-height: 24px;
  opacity: 0;
  transition: all .2s ease-in-out;
}
.speciesNavSmall .species .textOverlay div{
  font-size: 30px;
  font-weight: bold;
}
.speciesNavSmall .species:hover .textOverlay{
  border: 0;
  opacity: 1;
}

section{
  min-height: 500px;
  padding: 60px 0;
}
h2{
  font-size: 54px;
  font-weight: 500;
  color: white;
  text-align: center;
  margin-bottom: 30px;
}h3 {
  font-size: 36px;
  color: #febe36;
}
#sederPrep {
  background-color: #8c2248;
}
.orangeStrong strong{
  color: #febe36;
}
#sederPrep ul{
  padding-right: 0;
  list-style: none;
}
#sederPrep ul li::before{
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 10px;
}


/* Species Sections */
.specSection h2{
  font-size: 96px;
  line-height: 115px;
  text-align: right;
}
.specSection h2::before {
  content: '';
  display: inline-block;
  height: 90px;
  border-right: 10px solid;
  margin-bottom: -15px;
  margin-left: 25px;
}
.specSection .species {
  height: 117px;
  width: 117px;
  margin-top: 0;
}
.specSection .species:hover{
  border: 0;
}
.specSection h3 {
  font-weight: normal;
}
.specSection h3 i{
  font-size: .7em;
}
.specSection blockquote {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.specSection blockquote::before {
  content: "”";
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 70px;
  line-height: 60px;
  opacity: .3;
  color: white;
}
.nav-tabs {
  margin-top: 30px;
  border-bottom: 0;
}
  .nav-tabs {
    border-bottom: 0;
  }
.nav-tabs .nav-item {
  text-align: center;
  margin: 0 5px;

}
.nav-tabs .nav-link {
  border-radius: 0;
  border-bottom: 4px solid;
  color: #8c2248;
  width: 150px;
}
.nav-tabs .nav-link i{
  display: block;
  font-size: 30px;
}
.nav-tabs .nav-link:hover {
  border-bottom: 4px solid;
  border-color: #8c2248;
  color: #8c2248;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #8c2248;
  border-color: #8c2248;
}
.familyActivity{
  border: 1px solid white;
  min-height: 100%;
  text-align: center;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.activityTitle{
  background-color: #c4c4c4;
  color: #fff;
  padding: 5px;
  font-size: 36px;
  width: 200px;
  margin: 0 auto;
}
.activityTitle i{
  font-size: 30px;
  vertical-align: middle;
}
.hida{
  font-size: 24px;
  padding: 0 20px;
  line-height: 1.2em;
}
.hida small {
  font-size: 80%;
  font-weight: 400;
  display: block;
}
.flippingAnswers .row{
  justify-content: center;
}
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 106px;
  perspective: 1000px; 
  margin-bottom: 30px;
}
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
  }
  .flip-card-front {
    background-color: #bbb;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.3);
  }
  .flip-card-back {
    background-color: #c4c4c4;
    box-shadow: 2px 2px 2px rgba(0,0,0,.3);
    color: white;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }
  .circle .flip-card-back,
  .circle .flip-card-front{
    text-align: center;
    border-radius: 50%;
  }
  .flip-card p {
    margin-bottom: 0;
    padding: 10px;
    line-height: 18px;
    font-size: 15px;
  }
  .flip-card-back {
    background-color: #8c2248;
  }
  .vidRow{
    justify-content: center;
  }
  .mockupBg{
    max-width: 100%;
  }
  .vidBlock h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 86px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 15px 5px;
    margin-top: -16px;
    font-size: 22px;
  }
  .overMockupVid {
    width: 74.7%;
    height: 45.3%;
    position: absolute;
    top: 7.1%;
    right: 11.4%;
  }
  /* SPECIFIC Species Sections  */
  #hita {
    background-color: #20baae;
  }
  #hita .activityTitle{
    background-color: #febe36;
    color: #8c2248;
  }
  #hita h2,
  #hita h3{
    color: #8c2248;
  }
  #hita h2::before{
    color: #febe36;
  }
  #hita blockquote{
    color: #febe36;
  }
  
  #seora {
    background-color: #febe36;
    color: black;
  }
  #seora .activityTitle{
    background-color: #20baae;
    color: #fff;
  }
  #seora h2{
    color: #20baae;
  }
  #seora h2::before{
    color: #8c2248;
  }
  #seora h3{
    color: #8c2248;
  }
  #seora blockquote{
    color: #febe36;
  }
  #seora .flip-card-back p:not(.trueFalse){
    opacity: .5;
  }
  .flip-card p.trueFalse{
    font-weight: bold;
  }
  .flip-card p.trueFalse.true{
    color: #20baae;
  }

  #gefen {
    background-color: #8c2248;
  }
  #gefen .activityTitle {
    background-color: #febe36;
    color: #8c2248;
  }
  #gefen blockquote {
    color: #febe36;
  }
  .nav-tabs .nav-link {
    color: #fff;
  }
  .nav-tabs .nav-link:hover {
    color: #fff;
    border-color: #fff;
  }
  #gefen .nav-tabs .nav-item.show .nav-link, 
  #gefen .nav-tabs .nav-link.active {
    color: #8c2248;
    background-color: #fff;
    border-color: #fff;
  }
  
  #teena {
    background-color: #20baae;
  }
  #teena .activityTitle{
    background-color: #febe36;
    color: #8c2248;
  }
  #teena h2,
  #teena h3{
    color: #8c2248;
  }
  #teena h2::before{
    color: #febe36;
  }
  #teena blockquote{
    color: #febe36;
  }
  #teena .flip-card p {
    font-size: 30px;
    line-height: 36px;
  }

  #rimon {
    background-color: #febe36;
    color: black;
  }
  #rimon .activityTitle{
    background-color: #20baae;
    color: #fff;
  }
  #rimon h2{
    color: #20baae;
  }
  #rimon h2::before{
    color: #8c2248;
  }
  #rimon h3{
    color: #8c2248;
  }
  #rimon blockquote{
    color: #febe36;
  }
  #rimon .flip-card-back p:not(.trueFalse){
    opacity: .5;
  }
  
  #zeyt {
    background-color: #20baae;
  }
  #zeyt .activityTitle{
    background-color: #febe36;
    color: #8c2248;
  }
  #zeyt h2,
  #zeyt h3{
    color: #8c2248;
  }
  #zeyt h2::before{
    color: #febe36;
  }
  #zeyt blockquote{
    color: #febe36;
  }
  
  #dvash {
    background-color: #febe36;
    color: black;
  }
  #dvash .activityTitle{
    background-color: #20baae;
    color: #fff;
  }
  #dvash h2{
    color: #20baae;
    font-size: 78px;
    line-height: 93px;
  }
  #dvash h2::before{
    color: #8c2248;
  }
  #dvash h3{
    color: #8c2248;
  }
  #dvash blockquote{
    color: #febe36;
  }
  #dvash .flip-card-back p:not(.trueFalse){
    opacity: .5;
  }
  
  #gefen2 {
    background-color: #8c2248;
  }
  #gefen2 .activityTitle {
    background-color: #febe36;
    color: #8c2248;
  }
  #gefen2 blockquote {
    color: #febe36;
  }
  .nav-tabs .nav-link {
    color: #fff;
  }
  .nav-tabs .nav-link:hover {
    color: #fff;
    border-color: #fff;
  }
  #gefen2 .nav-tabs .nav-item.show .nav-link, 
  #gefen2 .nav-tabs .nav-link.active {
    color: #8c2248;
    background-color: #fff;
    border-color: #fff;
  }
  #extras{
    background-color: #83af51;
  }
  #extras h3.sectionTitle {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    position: relative;
  }
  #extras .activityTitle{
    background-color: #febe36;
    color: #8c2248;
  }
  #extras h2{
    color: #8c2248;
    font-size: 78px;
    line-height: 128px;
  }
  #extras h2::before{
    color: #febe36;
  }
  #extras h3{
    color: #8c2248;
  }
  #extras blockquote{
    color: #febe36;
  }
  #extras .flip-card-back p:not(.trueFalse){
    opacity: .5;
  }
  #extras a.btn-warning{
    color: black;
    font-weight: bold;
    border-bottom: 0;
    border-radius: 0;
    box-shadow: 0 3px 10px -5px rgba(0,0,0,.5);
    margin-right: 15%;
  }
  #extras a.btn-warning:hover{
    color: black;
  }

  #bracha{
    background-color: #febe36;
    color: black;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
  }
  #bracha h3.sectionTitle {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    color: #000;
    position: relative;
  }

  #mitzvot{
    background-color: #328c87;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
  }
  #mitzvot h3.sectionTitle {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    position: relative;
  }
  #mitzvot h3{
    color: #fff;
  }
  #mitzvot strong{
    color: #febe36;
    transform: translateY(-10px);
    display: block;
  }
  .lightBg{
    background-color: rgba(255, 255, 255, 0.2);
    padding: 40px 0 60px 0;
    margin: 30px 0;
  }
  .kidsAdv {
    position: relative;
  }
  .kidsAdv a.btn-warning{
    color: black;
    font-weight: bold;
    border-bottom: 0;
    border-radius: 0;
    box-shadow: 0 3px 10px -5px rgba(0,0,0,.5);
  }
  .kidsAdv a.btn-warning:hover{
    color: black;
  }
  .credit {
    position: fixed;
    bottom: 0;
    left: 5px;
    width: 30px;
    height: 90px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    direction: ltr;
}
  .credit div{
    transform: rotate(90deg);
    transform-origin: left bottom;
  }
  .credit a{
    border-bottom: 0;
  }