@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v22/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuXMQg.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v22/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDuXMQg.ttf) format('truetype');
}
* {
  box-sizing: border-box;
}
body {
  font-family: 'open sans', helvetica, arial, sans;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../images/lion.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.sidebar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30%;
  height: 100vh;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/temple.jpg);
  background-size: cover, cover;
  background-position: center center;
}
.logo {
  cursor: pointer;
}
.main-panel {
  position: absolute;
  top: 0%;
  left: 30%;
  height: 100vh;
  width: 70%;
}
body.portrait {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 175px 1fr;
  place-content: center;
  overflow: auto;
  margin: 0px;
}
body.portrait .sidebar {
  position: relative;
  width: 100%;
  height: 100%;
}
body.portrait .main-panel {
  position: relative;
  left: 0px;
  width: 100%;
  height: 100%;
}
body.portrait .menu-container {
  display: none;
}
body.portrait h1 {
  font-size: 1.2em;
}
.container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.menu-container {
  display: grid;
  grid-template-columns: 30% 70%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 40px;
  width: 100vw;
  background-color: black;
  padding: 7px;
  color: white;
}
.menu-side {
  width: 100%;
  height: 100%;
}
.menu-main {
  width: 100%;
  height: 100%;
}
.menu-main ul {
  list-style-type: none;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 2px;
  justify-content: center;
  padding: 0px;
  margin-top: 0px;
}
.menu-main ul li {
  position: relative;
  top: 0px;
  text-align: center;
  cursor: pointer;
  padding: 3px;
}
.menu-main ul li:hover {
  background-color: blueviolet;
}
.text-content.main-holy-day {
  transform: translate(-50%, -10%);
  height: 100%;
  overflow-y: auto;
}
.holy-day-name {
  font-weight: bolder;
}
.holy-days li {
  padding: 2px 4px;
}
.holy-days li:nth-child(odd) {
  background-color: #dcd0ff;
}
.menu-main li.selected {
  background-color: blueviolet;
}
.sidebar h1 {
  text-transform: uppercase;
}
.text-content {
  position: relative;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 200px;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
.backdrop {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-image: radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 75%), url(https://i0.wp.com/christianpublishinghouse.co/wp-content/uploads/2020/06/pexels-photo-248824-e1591086021284.jpeg?fit=1400%2C751&ssl=1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.call-out {
  position: relative;
  top: 20%;
  left: 3%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  width: fit-content;
  padding: 3px 7px;
}
.call-out div:last-child {
  position: relative;
  width: 100%;
  text-align: right;
  font-size: 0.5em;
  font-style: italic;
}
.hero-message {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 81%;
  padding: 3px 7px;
  border-top: 1px solid ivory;
  border-bottom: 1px solid ivory;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
  color: ivory;
}
.books-main ul {
  text-align: center;
}
.books-main li {
  margin: 7px 7px;
  border-bottom: #777;
  border: 1px solid #c0c0c0;
  padding: 10px;
  background-color: white;
  box-shadow: 3px 3px 7px #c0c0c0;
}
.books-main li img {
  width: 100px;
  height: 130px;
  aspect-ratio: 1.2 / 1;
}
iframe.calendar-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0px;
}
.log-form {
  width: 45%;
  min-width: 320px;
  max-width: 475px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}
@media (max-width: 40em) {
  .log-form {
    width: 95%;
    position: relative;
    margin: 2.5% auto 0 auto;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
.log-form form {
  display: block;
  width: 100%;
  padding: 2em;
}
.log-form h2 {
  color: #dcdcdc;
  font-family: 'open sans condensed';
  font-size: 1.35em;
  display: block;
  background: #2a2a2a;
  width: 100%;
  text-transform: uppercase;
  padding: 0.75em 1em 0.75em 1.5em;
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.05);
  border: 1px solid #1d1d1d;
  margin: 0;
  font-weight: 200;
}
.log-form input {
  display: block;
  margin: auto auto;
  width: 100%;
  margin-bottom: 2em;
  padding: 0.5em 0;
  border: none;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1.25em;
  color: #757575;
  font-size: initial;
}
.log-form input:focus {
  outline: none;
}
.log-form .btn {
  display: inline-block;
  background: blueviolet;
  border: 1px solid rebeccapurple;
  padding: 0.5em 2em;
  color: white;
  margin-right: 0.5em;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.log-form .btn:hover {
  background: mediumpurple;
}
.log-form .btn:active {
  background: blueviolet;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.log-form .btn:focus {
  outline: none;
}
.log-form .forgot {
  color: mediumpurple;
  line-height: 3.5em;
  position: relative;
  text-decoration: none;
  font-size: 0.75em;
  margin: 0;
  padding: 0;
  float: right;
}
.log-form .forgot:hover {
  color: blueviolet;
}
.log-form .forgot:active {
  color: blueviolet;
}
.notify-btn {
  display: inline-block;
  background: blueviolet;
  border: 1px solid rebeccapurple;
  padding: 0.5em 2em;
  color: white;
  margin-right: 0.5em;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.notify-btn:hover {
  background: mediumpurple;
}
.notify-btn:active {
  background: blueviolet;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.notify-btn:focus {
  outline: none;
}
.form-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  color: black;
  text-align: left;
}
.form-wrap form.comment {
  display: flex;
  flex-direction: column;
}
.form-wrap form.comment input {
  padding: 4px;
  margin-bottom: 7px;
}
.form-wrap form.comment input[type=submit] {
  position: relative;
  margin: 7px;
  padding: 7px 12px;
  font-size: 1em;
}
.form-wrap form.comment textarea {
  height: 200px;
}
