@font-face {
    font-family: 'Handlee', 'cursive';
    src: url('https://fonts.googleapis.com/css2?family=Handlee&display=swap');
}

html { scroll-behavior: smooth; }

.vh100
{
    min-height: calc(100vh - 56px);
}
.fontBlack
{
    color: #000000;
}
li:hover
{
    cursor: pointer;
}
span:hover
{
    cursor: pointer;
}
.spy
{
    overflow-y: scroll;
    height:10rem;
}
.spy1
{
    overflow-y: scroll;
    height:20rem;
}
.spy2
{
    overflow-y: scroll;
    height:125px;
    -ms-overflow-style: none;
}

#the-list li.hide 
{ 
    display: none; 
}
.ml-left
{
    margin-right: auto;
}
.w-10
{
    width:20rem;
}

.book
{
  display: list-item;    
} 
.logo
{ 
    width: 30%;  
}

.bg-color
{
    background-color: #dcbe87;
}
.bg-color-footer-nav
{
    background-color: #325453;
}
.bg-sidebar
{
    background-color: #ad6a34;
}
.bg-figcaption
{
    background-color: #ef5d58;
}

.carousel 
{
    height:calc(85vh - 126.73px);
}
.carousel-item img{
width:100%;
height:calc(85vh - 126.73px);
object-fit:cover;
display:block;
}

.banner 
{
    position: absolute;
    top: 20%; left: 50%; 
    transform: translate(-50%, -20%);
    z-index: 10;
    font-size: 5vw;
    font-weight: bolder; 
    font-family: 'Handlee', Times, serif;  
}

h1 
{
    font-size: calc(20px + 18vh);
    line-height: calc(20px + 20vh);
    text-shadow: 0 0 5px #FF2226, 0 0 15px 	#e20000, 0 0 20px #cb0000, 0 0 40px #bd0000, 0 0 60px #a60000, 0 0 10px #ff5b5b, 0 0 98px #FF2226;
    color: #fff6a9;
    font-family: 'Orbitron', sans-serif;
    text-align: center;
    animation: blink 12s infinite;
    -webkit-animation: blink 12s infinite;
    }
    
    @-webkit-keyframes blink {
    20%,
    24%,
    55% {
      color: #111;
      text-shadow: none;
    }
    
    0%,
    19%,
    21%,
    23%,
    25%,
    54%,
    56%,
    100% {
      text-shadow: 0 0 5px #FF2226, 0 0 15px 	#e20000, 0 0 20px #cb0000, 0 0 40px #bd0000, 0 0 60px #a60000, 0 0 10px #ff5b5b, 0 0 98px #FF2226;
      color: #fff6a9;
    }
    }
    
    @keyframes blink {
    5%,
    16%,
    20%,
    24%,
    55% {
      color: #111;
      text-shadow: none;
    }
    
    0%,
    10%,
    19%,
    21%,
    23%,
    25%,
    54%,
    56%,
    60%,
    100% {
      text-shadow: 0 0 5px #FF2226, 0 0 15px 	#e20000, 0 0 20px #cb0000, 0 0 40px #bd0000, 0 0 60px #a60000, 0 0 10px #ff5b5b, 0 0 98px #FF2226;
      color: #fff6a9;
    }
}
img {
    max-width: 100%;
    max-height:10%;
    background-size: cover;
    display: block;
}

.card-1 {
    margin: 0px 10px;
    cursor: pointer;
    position: relative;
    background-color: whitesmoke;
    flex: 0 0 26%;
    top: 0px;
    left: 0px;

    box-shadow: 1px 1px 5px 0px rgba(82, 82, 82, 0.75);
    transition: all 150ms ease-in-out;
}
.card-1:hover {
    top: -3px;
    left: -3px;
    box-shadow: 3px 3px 15px 0px rgba(82, 82, 82, 0.85);
}
.card-1:active {
    top: 2px;
    left: 2px;
    box-shadow: inset 0 0 10px rgba(82, 82, 82, 0.85);
}

.checkBox{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.img-print
{
    max-width: 75%;
    max-height:75%;
    background-size: cover;
    display: block;
}

.overlay {
    height: 0%;
    width: 30%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
  }
.overlay {
    height: 0%;
    width: 30%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
  }
  
  .overlay-content,
  .overlay-right-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    overflow-y: scroll;
    height: 65%;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 0.25rem;
    right: 0.5rem;
    font-size: 2rem;
  }

.overlayRight {
    height: 0%;
    width: 30%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
  }
.overlayRight {
    height: 0%;
    width: 30%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
  }
  
  .overlayRight-content,
  .overlayRight-right-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    overflow-y: scroll;
    height: 65%;
  }
  
  .overlayRight a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlayRight a:hover, .overlayRight a:focus {
    color: #f1f1f1;
  }
  
  .overlayRight .closebtn {
    position: absolute;
    top: 0.25rem;
    right: 0.5rem;
    font-size: 2rem;
  }