/* html {
    overflow: scroll-y;
  } */
  
  .faq-section {
    /* display: flex; */
    flex-direction: column;
    min-height: 100vh;
    /* height: 100vh; */
    width: 100%;
    align-items: center;
    justify-content: center;
    color:#ffffff;
    background-color: #005700;
    padding: 100px;
  }
  
  .faq-section h1.title{
    font-size: 70px;
  }
  .faq-section p.context{
    font-size: medium;
  }
 
  .master-box {
    margin: 20px;
    padding: 0 12%;
  }
  
  .faq-header {
    /* background: #02831e; */
    background-image: url("../img/picnic.jpg");
    background-size:contain;
    box-shadow: inset 0 0 0 1000px rgba(44, 44, 44, 0.6);
    /* padding: 30px 30px; */
    text-align: center;
    border-radius: 1px;
    color: white;
  }
  
  h1.title {
    font-size: 2.1em;
    margin-bottom: 40px;
    letter-spacing: 0px;
    font-weight: 400;
  }
  
  h4.subtitle {
    font-weight: 300;
  }
  
  #myInput {
    width: 50%;
    font-size: 18px;
    font-family: Raleway;
    padding: 5px 20px 5px 20px;
    border: 1px solid #ddd;
    margin: 15px 0 15px 0;
    border-radius: 5px;
  }
  
  hr.hr-sep {
    width: 80%;
    border-radius: 50%;
  }
  
  #myBtnContainer {
    margin: 15px;
    padding: 10px;
    letter-spacing: 5px;
  }
  
  /* Style the buttons */
  .btn {
    border: none;
    outline: none;
    padding: 8px 15px 8px 0;
    background-color: #008000;
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    font-size: 14px;
    width: 120px;
    box-shadow: 0 1px 1px 0 rgba(160,160,160,0.2), 0 2px 2px 0 rgba(170,170,170,0.2);
  }
  
  .btn:hover {
    background: #005000;
    color: white;
    box-shadow: 0 1px 1px 0 rgba(160,160,160,0.3), 0 3px 5px 0 rgba(170,170,170,0.3);
    transition: all 0.2s ease;
  }
  
  .btn.active {
    background: #4369bb;
    color: white;
    box-shadow: 0 1px 1px 0 rgba(160,160,160,0.3), 0 3px 5px 0 rgba(170,170,170,0.3);
  }
  
  .btn::before {
    content: '\00bb   ';
    font-size: 18px;
    opacity: 0;
    transition: 0.4s;
  }
  
  .btn.active::before {
    content: '\00bb   ';
    opacity: 1;
    transition: 0.5s;
  }
  
  #myUL {
    list-style-type: none;
    width: 100%;
    padding: 0;
    background: rgba(255, 255, 255, 0.01);
  }
  
  #myUL li a {
    transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    border: 1px solid lightgrey;
    margin-top: -1px;
    padding: 10px 0px 10px 0px;
    margin: 0;
    text-decoration: none;
    font-size: 16px; 
    color: #565555;
    display: block;
    border-radius: 3px;
  }
  
  #myUL li a:hover:not(.header) {
      background-color: #e4ecf9;
      border: 1px solid grey;
  }
  
  .filterDiv {
    display: none; /* Hidden by default */
    transition: all 0.3s;
    margin-bottom: 4px;
  }
  
  .show {
    display: block;
  }
  
  .accordion-thumb {
    font-weight: bold;
    background: white;
  }
  
  /* Active answer */
  .filterDiv.is-active .accordion-thumb::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
   .accordion-thumb::before {
    content: '';
    display: inline-block;
    height: 7px;
    width: 7px;
    margin-right: 1rem;
    margin-left: .5rem;
    vertical-align: middle;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  }
  
  .accordion-panel {
    margin:  0 0 0 3%;
    padding: 10px 20px 10px 20px;
    display: none;
    color: black;
    font-size: 14px;
    font-weight: normal;
    border-radius: 3px;
    background: white;
  }

  .filterDiv.is-active .accordion-panel {
    display: block;
  }

  /* @media (max-width: 1024px) {
    .master-box {
      margin: 2px;
      padding: 2px;
  }
  .faq-header h1.title{
    font-size: 3rem;
    text-align: center;
  }
  faq-header {
    background-color: #005000;
  }
}
@media (max-width: 768px) {
  .master-box {
    margin: 2px;
    padding: 2px;
  }
  .faq-header h1.title{
    font-size: 3rem;
    text-align: center;
  }
    .faq-header {
      background-color: #005000;
      background-image: none;
    }
  } */

  @media (max-width: 1024px) {
    .faq-section {
      padding: 80px;
    }
  
    .faq-section h1.title {
      font-size: 50px;
    }
  
    .master-box {
      padding: 0 10%;
    }
  
    #myInput {
      width: 70%;
      font-size: 16px;
    }
  }
  
  @media (max-width: 768px) {
    .faq-section {
      padding: 50px;
    }
  
    .faq-section h1.title {
      font-size: 40px;
    }
  
    .faq-section p.context {
      font-size: 14px;
    }
  
    .master-box {
      margin: 20px;
      padding: 0 5%;
    }
  
    .btn {
      width: 100px;
      font-size: 12px;
      padding: 6px;
    }
  
    #myInput {
      width: 80%;
      font-size: 14px;
    }
  }
  
  @media (max-width: 480px) {
    .faq-section {
      padding: 30px;
    }
  
    .faq-section h1.title {
      font-size: 30px;
    }
  
    .faq-section p.context {
      font-size: 12px;
    }
  
    .master-box {
      margin: 10px;
      padding: 0 5%;
    }
  
    .btn {
      width: 100%;
      font-size: 12px;
      padding: 6px;
    }
  
    #myInput {
      width: 90%;
      font-size: 12px;
    }
  }