html{
  background-color: black;
}

body {
  font-family: "Lato", sans-serif;
  background-color: black;
}

/* NAVBAR */
.container{
  background-color: var(--accent-color-darker);
  border: 1px solid var(--accent-color-darker);
  border-radius: 15px;
}

.navbar-brand{
  font-variant: small-caps;
  font-size: 24px;
  cursor: pointer;
}

#logo__img{
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

#nav a{
  background-color: var(--accent-color-darker);
  color: var(--accent-color-lighter);
  height: 60px;
  font-size: 20px;
}

.navbar-nav{
  align-items: center;
}

.nav-item{
  cursor: pointer;
}

/*BASE STYLES*/
/* body {
  /* background-color: #e8f0f7; 
  background-color: #000;
  font-family: "Lato", sans-serif;
  padding-top: 0px;
} */

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*MAIN*/
.main {
  background-color: #eee;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}

.datum {
  background-color: var(--accent-color);
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-top: 80px;
  padding: 0 30px;
  border: 1px solid var(--accent-color-darker);
  border-radius: 5px;
}

.datum-les {
  background-color: var(--accent-color);
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-top: 30px;
  padding: 0 30px;
  border: 1px solid var(--accent-color-darker);
  border-radius: 5px;
}

.titel {
  background-color: var(--accent-color-darker);
  font-size: 36px;
  text-align: center;
  color: #fff;
  border: 3px;
  border-color: #000;
  border-radius: 15px;
  margin: 10px;
}

.fecha-sabat,
.pr-disk {
  color: var(--accent-color);
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
}

.texten {
  font-size: 18px;
  color: rgb(3, 147, 244);
  font-weight: bold;
  padding-top: 10px;
  margin-left: 20px;
}

.texten-italic {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}

.text-mem {
  font-size: 18px;
  color: rgb(3, 147, 244);
  font-weight: bold;
  padding-top: 10px;
  margin-left: 20px;
}

.vers-mem {
  font-size: 14px;
  color: red;
  font-weight: bold;
}

.cita-mem {
  color: var(--accent-color);
  font-style: italic;
}

.para1 {
  text-indent: 0px;
  text-align: justify;
  font-size: inherit;
}

.para1:first-letter {
  font-size: 3.1em;
  float: left;
  padding: 0px 2px;
  margin: 0px;
  line-height: 0.9em;
  font-weight: bold;
  color: var(--accent-color-darker);
}

.footer-sabat {
  font-size: inherit;
  font-style: italic;
  padding-top: 15px;
  margin-left: 30px;
}

hr {
  height: 5px;
  background: var(--accent-color);
  margin-top: 30px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

p {
  text-indent: 20px;
  font-size: inherit;
  text-align: justify;
  padding: 0 10px 0 10px;
}

.lesa {
  font-style: italic;
  font-weight: 500;
}

.lesa-prome {
  color: var(--accent-color);
  font-weight: 700;
}

.form {
  width: 95%;
}

textarea {
  width: 800px;
  height: 24px;
  font-size: 12px;
  padding-left: 30px;
  border-radius: 3px;
  font: inherit;
  margin-left: 30px;
  margin-right: 100px;
  resize: vertical;
  max-height: 40px;
}

.italic {
  font-style: italic;
}


.footer {
  font-style: italic;
  margin: 10px 20px 20px 20px;
  text-indent: 30px;
  font-size: 20px;
  text-align: justify;
  border: 2px solid black;
  border-radius: 3px;
  background-color: var(--accent-color-lighter);
}

.foot-les {
  border: 3px solid var(--accent-color-darker);
  border-radius: 5px;
  background-color: var(--accent-color-lighter);
  font-weight: bold;
  margin: 0 15px;
}

/* PREGUNTA DISKUSHON */
.preg-disk {
  max-width: 1200px;
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: var(--accent-color-lighter);
}

.lijn {
  /* max-width: 700px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.numbers {
  max-width: 1200px;
  height: 24px;
  width: 24px;
  border-radius: 5000px;
  background-color: var(--accent-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}

.number {
  max-width: 100%;
  color: #fff;
  align-items: center;
  /* margin-right: 15px; */
}

.preg-disk-text {
  max-width: 750px;
  /* margin-left: 5px; */
  margin-bottom: 10px;
  text-align: justify;
  justify-content: end;
  padding-left: 15px;
}

.ol{
  padding: 30px;
}

section span li{
  margin-left: 30px;
}


/* TABLE */
table {
  max-width: 80%;
  background-color: var(--accent-color-lighter);
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

th {
  text-align: center;
  background-color: var(--accent-color-darker);
  color: var(--accent-color-darker);
  /* font-style: italic; */
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
}

table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
}

table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
}

th,
td {
  padding: 5px;
}
