@media (min-width: 992px){ /* Tablet Wide - lg */

}
@media (min-width: 1200px){ /* Desktop - xl */
  .container{
    max-width: 100%;
    padding-right: 100px;
  }
}
@media (min-width: 1440px) { /* wider screen */
  body{ 
    font-size: 18px;
  }
  .container {
    max-width: 1435px;
    padding-right: 100px;
  }
  .cover h2{
    font-size: 60px;
  }
  h1 {
    font-size: 66px;
  }
  .flip-card {
    height: 128px;
  }
  .flip-card p {
    line-height: 22px;
    font-size: 17px;
  }
  h3{
    font-size: 42px;
  }
  .overMockupVid {
    width: calc(100% - 85px);
    height: 146px;
    top: 24px;
    right: 38px;
  }
  .specSection h2{
    font-size: 108px;
    line-height: 127px;
  }
  .specSection h2::before {
    height: 100px;
    margin-bottom: -20px;
    border-right: 15px solid;
    margin-left: 20px;
  }
  .specSection blockquote {
    font-size: 26px;
  }
  .specSection .species{
    height: 140px;
    width: 140px;
  }
  #dvash h2,
  #extras h2{
    font-size: 88px;
    line-height: 128px;
  }
}
@media (min-width: 1600px) { /* wider screen */
  .navbar-brand img{
    width: 100px;
  }
  .sideNav {
    position: fixed;
    right: 36px;
    top: 90px;
  }
  .logo img{
    width: 66px;
    margin: 14px 30px;
  }
  .vidBlock h4 {
    font-size: 24px;
  }
}


@media (max-width: 1366px) { /* wider screen */

}
@media (max-width: 1024px) { /* wider screen */

}
@media (max-width: 991px){ /* Tablet - md*/ 

}

@media (max-width: 767px) { /* sm */

}

@media (max-width: 575px) { /* Mobile - xs */
  p{
    text-align: justify;
  }
  .navbar{
    padding-right: 0;
  }
  .navbar-brand img {
    width: 45px;
  }
  .sideNav{
    right: 0;
  }
  .sideNav a {
    padding: 7px 7px;
  }
  .sideNav i {
    font-size: 21px;
  }
  .container{
    padding-right: 50px;
  }
  .specSection h2 {
    font-size: 66px;
    line-height: 60px;
  }
  .cover {
    padding-top: 30px;
  }
  h1 {
    font-size: 72px;
    line-height: 66px;
    text-align: center;
    margin-bottom: 10px;
  }
  .cover .subTitle {
    font-size: 27px;
  }
  .cover h2 {
    font-size: 24px;
    margin: 0 -5px;
    padding-top: 30px;
  }
  .species {
    height: 130px;
    width: 130px;
  }
  .agala{
    width: 50%;
    padding: 30px 0;
  }
  .specSection .species {
    height: 66px;
    width: 66px;
  }
  .specSection .species img{
    max-height: 70%;
    max-width: 70%;
  }
  .specSection h2::before {
    height: 60px;
    margin-left: 15px;
    margin-bottom: -11px;
  }
  .nav-tabs .nav-link {
    width: 84px;
    line-height: 20px;
    min-height: 91px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hida {
    font-size: 21px;
    padding: 0;
  }
  .overMockupVid {
    width: 76%;
    height: 43%;
    position: absolute;
    top: 6.8%;
    right: 10.6%;
  }
  #extras h2,
  #dvash h2 {
    font-size: 40px;
    line-height: 60px;
  }
  #bracha h3.sectionTitle {
    font-size: 36px;
  }
  #bracha {
    font-size: 21px;
  }
  #mitzvot {
    font-size: 18px;
  }
  #mitzvot h3.sectionTitle {
    font-size: 50px;
  }
}