@import 'https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap';
#showcase video {
  filter: brightness(0.5) saturate(1.5);
}
#sec-wrw h1,
#sec-details h1,
#sec-legion h1 {
  margin: 25px 0 12.5px 0;
  font: 600 50px 'Montserrat', sans-serif;
}
#sec-wrw h2,
#sec-details h2,
#sec-legion h2 {
  margin: 8.75px 0 4.375px 0;
  font: 600 17.5px 'Montserrat', sans-serif;
}
#sec-wrw p,
#sec-details p,
#sec-legion p {
  margin: 4px 0;
  font-size: 16px;
  text-align: justify;
  line-height: 20px;
  letter-spacing: 0.2px;
}
#sec-wrw p:nth-of-type(2),
#sec-details p:nth-of-type(2),
#sec-legion p:nth-of-type(2) {
  margin-top: 16px;
}
#sec-wrw {
  background: #000;
}
#sec-details {
  background: #1f1f1f;
}
#sec-join-us {
  background: -webkit-linear-gradient(to top, #c31432, #240b36);
  background: linear-gradient(to top, #c31432, #240b36);
}
#sec-legion {
  background: #212121;
}
#sec-legion .hr-under-senate {
  border: 1px #444 solid;
  box-shadow: 0 5px 10px 0 #eb00ff;
}
#sec-legion .hr-under-leader {
  border: 1px #111 solid;
  box-shadow: 0 5px 10px 0 #00ffe0;
}
