@font-face {
  font-family: lora_regular;
  src: url("./lora_regular.ttf")
}

input {
  width: 350px !important;
}

a {
  color: orange;
}
body {
  /*font-family: "Roboto", sans-serif !important;*/
  /*font-family: Georgia, serif !important;*/
  font-family: lora_regular, Georgia, serif;
  transition: all 0.4s ease-in-out;
  color: black;
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;

}

.bcg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/ic_launcher_foreground.png);
  background-size: 100%;
  filter: blur(80px);
  -webkit-filter: blur(80px);
}

.container {
   background: white;
   -webkit-filter: blur(0px);
   filter: blur(0px);
   margin-top: 10%;
   /*display: flex;*/
   box-shadow: 1px 1px 1px #000;
   color: white;
   font-size: 25px;
   padding: 0;
}

.left {
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    max-height: 800px;
    padding: 20px;
    overflow: hidden;
}

.bookCover {
  margin: 25px auto;
}

.right {
   width: 100%;
   margin-bottom: 20px;
   padding: 20px;
   color: black;
}

.verse {
  font-weight: bold;
  font-size: 25px;
  margin-top: 20px;
  text-align: justify;
}

.text {
  margin-top: 20px;
  font-size: 20px;
  text-align: justify;  
}

.title,
.subtitle {
  color: orange;
  margin-bottom: 25px;
  font-size: 22px;
}

.android-logo {
  color: #A4C639;
}

.logo {
  width: 100px;
}

.container-fluid {
  color: black;
}

nav {
  display: flex; 
  border-bottom: 5px solid orange;
}

@media (max-width : 1000px) {
  nav {
      display: block !important;
  }
}

nav a {
  display: block;
  margin: 20px;
  text-decoration: none;
}

nav a:hover {
  text-decoration: underline;
}

nav a:not(.navbar-brand) {
  margin: 30px;
}

.texts {
  font-size: 20px;
  font-weight: bold;
}

input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #007bff;
  border-radius: 25px;
  border: 0px solid #000101;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0px 0px 5px rgb(143, 143, 143);
  -webkit-appearance: none;
  margin-top: -3.6px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #007bff;
}
