* {
    margin: 0;
    padding: 0;
   
  }
  
  a {
    color: rgb(243, 237, 237);
    text-decoration: none;
    transition: 0.3s;
  }
  

  body {
    background: rgb(11, 6, 26);
    width: 100%;
    background-image: url(/images/background.jpg);
}


  a:hover {
    opacity: 0.7;
  }
  
  .logo {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 5px;
  }
  
  nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: system-ui, -apple-system, Helvetica, Arial, sans-serif;
    background: #23232e;
    height: 8vh;
  }
  
.bottomNav {
  position: absolute;
  background-color:rgb(56, 56, 80);
  width: 100%;
  height: 40px;
  bottom: 0;
}

.bottomNav p {
  font-size: 15px;
  color: white;

}

  main {
    padding: 24px;
    display: flex;
    align-items: center;
    height: 22vh;
  }
  
  .nav-list {
    list-style: none;
    display: flex;
  }
  
  .nav-list li {
    letter-spacing: 3px;
    margin-left: 32px;
  }
  
  .mobile-menu {
    display: none;
    cursor: pointer;
  }
  
  .mobile-menu div {
    width: 32px;
    height: 2px;
    background: #fff;
    margin: 8px;
    transition: 0.3s;
  }
  


.h3Chapter { /*STYLE H3 CHAPTER PAGINA AUDIO */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.audioDiv { /*STYLE H3 CHAPTER PAGINA AUDIO */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.buttonDiv { /*STYLE H3 CHAPTER PAGINA AUDIO */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 2%;
  margin: auto;
}

h1 {  /*H1 DO INDEX */
  padding: 2%;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 56px;
}

p {
  color: white;
  margin: 16px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 1.4rem;
}


h2 {
    color: white;
    text-align: center;  
    font-size: 36px;  
    text-decoration: underline;
    text-transform: uppercase;   
    -webkit-text-stroke: 1px rgb(58, 219, 120); 
}

#titleH2 {  /*H2 DA PAGINA TESTS */
  text-decoration: none;
  padding: 2.5%;
  font-size: 2rem;
}

/*TESTS STYLE */
.title {
  text-decoration: none;
  font-size: 3rem;
  margin: 2rem 0rem;
}

section {
  min-height: 100vh;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq {
  max-width: 700px;
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}

.question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#h3Question {
  text-decoration: none;
  font-style: normal;
  font-size: 1.8rem;
}

.answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.4s ease;
}

.answer p {
  text-align: left;
  padding-top: 1rem;
  line-height: 1.6;
  font-size: 1.4rem;
}

.faq.active .answer {
  max-height: 300px;
  animation: fade 1s ease-in-out;
}


.faq.active svg {
  transform: rotate(180deg);
}

svg {
  transition: transform .5s ease-in;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }

}




h3 {
    padding-top: 10px;
    color: white;
    text-align: center;
    /* font-style: italic;*/
    font-size: 27px;
    -webkit-text-stroke: 1px rgb(58, 219, 120);
}



.p {    /*PARAGRAFOS */
    display: flex;
    font-size: 1.7rem;
    justify-content: center;
    flex-direction: column;
    gap: 36px;
    text-align: center;    
    -webkit-text-stroke: 0.5px #f4511e;
}

li {
    color: white;
}

.paragraph {
    padding: 40px;
    margin: 10px;
    color: white;
    font-size: 40px;
    text-align: justify;
    -webkit-text-stroke: 1px white;
}

.center {
    color: white;
    font-size: 35px;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 150px;
}

.chapterImages {
    display: block;
    justify-content: center;
    align-items: center;
    height: 70px;
    margin-right: auto;
    margin-left: auto;
    
}


.p_description {
  padding: 5%;
  margin: auto;
  width: 50%;
  text-align: center;
  
}

.p_description h1 {
  font-size: 60px;
}


.p_description p {
  font-size: 30px;
}


/*BUTTON START */

.button {
  display: inline-block;
  border-radius: 5px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 22px;
  padding: 16px;
  width: 170px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 6px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}


  @media (max-width: 999px) {
    body {
    background-image: url(/images/Stranger_in_Woodend.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
    }
    .nav-list {
      position: absolute;
      top: 8vh; /*USED TO BE 8VH */
      right: 0;
      width: 50vw;
      height: 92vh; /*WAS 92VH */
      background: #23232e;
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
      transform: translateX(100%);
      transition: transform 0.3s ease-in;
    }
    .nav-list li {
      margin-left: 0;
      opacity: 0;
    }
    .mobile-menu {
      display: block;
    }

#titleH2 {
      padding: 6%;
      font-size: 1.5rem;
      text-decoration: none;
    }  

.h3Chapter { /*STYLE H3 CHAPTER PAGINA AUDIO */
    
    padding-right: 60px;
    padding-left: 60px;
}

.bottomNav {
  display: relative
}

img {
    display: block;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}


img {
    width: 50%;
}

h1 {
  font-size: 32px;
  padding: 5%;
}

h2 {
  font-size: 28px;
}

.h3Div_Mobile {
  padding: 25px;
}

h3 {
  font-size: 22px;
  font-style: normal;
}

p {
  padding: 10px;
  font-size: 22px;
  align-items: center;
  text-align: center;
}

.button {
  margin: 5%;
  font-size: 15px;
}

.p_description {  
  margin: auto;
  width: 50%;
  text-align: center;
}

.p_description h1 {
  font-size: 28px;
}

.p_description p {
  font-size: 20px;
}


.p {
  font-size: 22px;
}

  .nav-list.active {
    transform: translateX(0);
  }
  
  @keyframes navLinkFade {
    from {
      opacity: 0;
      transform: translateX(50px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  .mobile-menu.active .line1 {
    transform: rotate(-45deg) translate(-8px, 8px);
  }
  
  .mobile-menu.active .line2 {
    opacity: 0;
  }
  
  .mobile-menu.active .line3 {
    transform: rotate(45deg) translate(-5px, -7px);
  }

}