/* Passover
04/07/2022
http://riseisrael.com/passover.html
*/

/* Base Structure */
html,
body {
  width: 100%;
  height: 100%;
}


/* Background */

/* Background for large screens*/
@media only screen and (min-width:800px) {
  .passover {
    display: table;
    width: 100%;
    height: auto;
    background: url(../img/passover-bkg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: whitesmoke;
  }
}

  /* Mobile Background */
@media only screen and (max-width: 800px) {
  .passover {
    display: table;
    width: 100%;
    height: auto;
    background: 
      url(../img/passover-bkg.jpg);
    
    background-position:
      top center;

    background-attachment: fixed;
  
    background-repeat:
      no-repeat; 
  
    background-size: 
    cover;
  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  
    background-color: whitesmoke;
  }
  }
  

  /* @media (orientation: landscape) {
    .passover {
      display: table;
      width: 100%;
      height: auto;
      background: 
        url(../img/passover-bkg.jpg);
      
      background-position:
        center center;
  
      background-attachment: scroll;
    
      background-repeat:
        no-repeat; 
    
      background-size: 
        cover;
    
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
    
      background-color: whitesmoke;
    }
    } */
  

/* Header */
header {
  padding: 50px 0;
  text-align: center;
}


/* Text */
p {
  font-size: 1.2rem;
  font-family: Georgia, 'Times New Roman', Times, serif;
}



/* Links */
a {
  color: rgb(0, 12, 144);
}

a:visited,
a:active,
a:hover {
    color: darkorange;
}

/* Footer */
footer {
  margin-top: 3rem;
  margin-bottom: 2rem;
}




.unleaven {
  background: rgba(231, 226, 197, .5);
    -webkit-font-smoothing: antialiased;
  padding: 30px;
  border: 3px solid #998675;
  
    /* box border */
    -moz-border-radius: 72px;
    -webkit-border-radius: 72px;
    border-radius: 72px;

  -moz-box-shadow: 0px 0px 7px 7px #403d3d;
  -webkit-box-shadow: 0px 0px 7px 7px #403d3d;
  box-shadow: 0px 0px 7px 7px #403d3d;

  }
  
  /* .unleaven ul {
    color: #f2f2f2;
    text-shadow: 3px 3px 3px rgba(0,0,0,.5);
  
  } */
  
  .unleaven p {
    color: #020202;
    /* text-shadow: 3px 3px 3px rgba(0,0,0,.5);   */
  }

  .unleaven h4 {
    color: #020202;
    /* text-shadow: 3px 3px 3px rgba(0,0,0,.5);   */
  }

  .unleaven a {
    color: rgb(0, 12, 144);
  }

  .lamb a {
    color: rgb(0, 12, 144);
  }
