@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=Satisfy&display=swap');


body{
  /* background-image: url("https://thumbs.dreamstime.com/z/paper-background-flowers-d-paper-illustration-grayscal-grayscale-vector-eps-55406442.jpg"); */
  
  background-size: cover;
  background-repeat: no-repeat;

  background-image: url(paper-flower.jpg);
  height: 100vh;
  width: 100%;
  overflow: hidden;

}
.chapter{
  position: absolute;
  top: -65px;
  left: 50%;
  translate: -50% -50%;
}

h1{
  font-size: 2.5rem;
  line-height: 2;
  font-family: cursive;
  color: #fff;
}
h3{
  font-size: 1rem;
  font-family: cursive;
  color: gold;
}
h2{
  font-family: sans-serif;
}
nav{
  background-color: #2e2e2e;

}

span{
  color: #76857a;
}
span:hover{
  color:lightcoral;
  cursor: pointer;
}

.bigL{
  font-size: 2em;
  line-height: normal;
  font-family: "Satisfy", cursive;
}
/* The id */
#booktitle{
  background-color: #2e2e2e;
  padding: 20px 0;

}
#story{
  padding-top:0;
}
#magicCarousel{

}
#inner-content{
  height: 100vh;
}
/* the classes */
.tool-tip{
  opacity: 0;
  position: fixed;
  top:0;
  left: 0;
  background: lightcoral;
  color: #fff;
  padding: 10px 20px;
  margin: 20px;
  z-index: 1000;
  border-radius: 10% 10%;
  border: 1px solid #fff;
}

.speed{
  color:#fff;
}
.brand{
  color:#fff;
  font-weight: bolder;
  font-size: 1.5rem;
  letter-spacing: 2px;
  background-image: url();
}

.boom{
  font-size: 2.5rem;
}
h2.boom{
  font-size: 4rem;
  font-weight: bolder;
}



.nav-tabs{
  position: absolute;
  right: 10px;
}
.pages{
  text-align:justify;

  margin: 10% 15%;
  line-height: 2;
  font-size: 3rem;
  font-family: serif;
  /* word-spacing: 5px; */
  position: relative;
  text-indent: 25px;
}

.indent0{
  text-indent: 0;
}
p{
  z-index: 100;
}
.img-size{
  height: 100vh;
}

.smallFox{
  height: 80vh;
}
.page-num{
  position: absolute;
  top:110%;
  left: 50%;
  translate: -50% -50%;
  color: grey;
  font-family: serif;
  
}

.carousel-caption{
  color: #2e2e2e;
  top: 90%
}

@media(min-width: 1230px){
  .pages{
    font-size: 3.0rem;
    margin: 10% 15%;
    line-height: 2;
    margin-top: 70px;

  }
  h1{
    font-size: 2.5rem;
    line-height: 1.5;
    font-family: cursive;
    color: #fff;
  }
}




@media(max-width: 920px){
  .pages{
    font-size: 2rem;
    margin: 5% 15%;
    line-height: 2;
    margin-top: 80px;

  }
  h1{
    font-size: 1.5rem;
    line-height: 1.5;
    font-family: cursive;
    color: #fff;
  }
}


@media(max-width: 550px){
  .pages{
    font-size: 1.5rem;
    margin: 5% 5%;
    line-height: 2;
    margin-top: 80px;

  }
  h1{
    font-size: 1.5rem;
    line-height: 1.5;
    font-family: cursive;
    color: #fff;
  }
}

@media (orientation: landscape) and (max-width: 900px){
  .pages{
    font-size: 1.8rem;
    margin: 5% 14%;
  }
}

@media(max-width: 380px){
  .pages{
    font-size: 1.05rem;
    margin: 0% 15%;
    line-height: 2;
    margin-top: 70px;

  }
  h1{
    font-size: 1.5rem;
    line-height: 1.5;
    font-family: cursive;
    color: #fff;
  }
}



#thunderstorm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.raindrop {
  position: absolute;
  background-image: linear-gradient(to bottom, #0036, #8cef);
  width: 3px;
  height: 20px;
  opacity: 0;
}

#lightning {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eef;
  opacity: 0;
}

.vid1{
  position: relative;
  width: 100%;
  
}
.vid2{
  height: 100vh;
  /* position: relative; */
  /* width: 100%; */
}
.fox-bridge{
  /* position:absolute; */
  width: 100%;
}

.vid-move{
  position: relative;
  right: 20px;
}


