.highlighted_info {
  font-weight: bold;
  color: rgb(56, 86, 35);
  font-size: 1em;
}

.horizontal_line {
  font-size: 4vw;
  width: 98%;
  text-align: center;
  border-bottom: 2px solid rgb(56, 86, 35);
  line-height: 0.1em;
  margin-top: 5%;
  margin-left: 1%;
  margin-right: 1%;
}

.line_text {
  background: #fff;
  padding: 0 10px;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 40px;
  color: rgb(56, 86, 35);
  font-family: 'Spectral';
  text-align: center;
}

.content_wrap {
  margin-left: 5%;
  margin-right: 5%;
}

.main_article_content {
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 2vh;
  font-size: 1em;
  font-style: normal;
  text-align: justify;
  font-family: 'Spectral';
}

.parallax {
  background-image: url('static_images/legal_responsibilities.jpg');
  min-height: 60vh;
  margin-top: 20px;
  object-fit: cover;
  margin-left: 1%;
  margin-right: 1%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.quote {
  font-weight: bold;
  color: rgb(56, 86, 35);
  font-size: 1.2em;
  font-family: 'Spectral';
  margin-top: 3%;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
}

@media (max-width: 700px) {
  .horizontal_line {
    margin-top: 8%;
  }

  .line_text {
    font-size: 35px;
  }
}

/* Turn off parallax scrolling for tablets and phones. Increase the pixels if needed */
@media (max-width: 600px) {
  .parallax {
    background-image: url('static_images/legal_responsibilities_small.jpg');
    background-attachment: scroll;
    min-height: 40vh;
  }

  .line_text {
    font-size: 30px;
  }

  .horizontal_line {
    margin-top: 10%;
  }

  .main_article_content {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (max-width: 500px) {
  .parallax {
    background-attachment: scroll;
    min-height: 40vh;
  }

  .line_text {
    font-size: 25px;
  }
}

@media (max-width: 350px) {
  .line_text {
    font-size: 20px;
  }

  p {
    font-size: 15px;
  }
}

@media (min-width: 700px) and (max-width: 800px) and (min-height: 1000px) and (max-height: 1100px) {
  .parallax {
    min-height: 40vh;
    background-attachment: scroll;
  }
}

@media (min-width: 1000px) and (max-width: 1100px) and (min-height: 1300px) and (max-height: 1400px) {
  .parallax {
    min-height: 55vh;
    background-attachment: scroll;
  }
}

@media (min-width: 300px) and (max-width: 420px) and (min-height: 800px) and (max-height: 900px) {
  .parallax {
    min-height: 35vh;
    background-attachment: scroll;
  }
}

@media (min-width: 200px) and (max-width: 300px) and (min-height: 600px) and (max-height: 700px) {
  .parallax {
    min-height: 30vh;
    background-attachment: scroll;
  }
}