body.dark-theme {
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  background-color: #0f0f1a;
  color: #e0d6ff;
  max-width: 100%;
  overflow-x: hidden;
}
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
}
#logo_and_text {
  font-family: "Lora", serif;
  display: inline-block;  
  margin-right: auto;
  margin-left: auto;
  text-align:left;
  white-space: nowrap;
}
#logo_and_text img {
  float: left;
  margin-right: 15px;
}
#taekwondo_text {
  float: right;
}
header {
  background-color: black;
  padding: 1rem 0;
  border-bottom: 1px solid #6c37b3;
}
header h1 {
  font-size: 1rem;
  color: #5e497d;
}
.tagline_1 {
  font-size: 1.2rem;
}
.tagline_2 {
  color: #9a4eff;
  font-size: 0.95rem;
}
nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 1.5rem;
}
nav a {
  color: #e0d6ff;
  text-decoration: none;
}
nav a:hover {
  color: #9a4eff;
}
nav a .text_highlight:hover {
  text-decoration: underline;
}
.hero {
  background-color: #18182a;
  /*  background-image: linear-gradient(to right, #18182a, black); */
  background-image: url("wallpaper_022.jpg");
   background-size: 100% auto;
  background-position: center center;
  background-blend-mode: overlay;

  text-align: center;
  padding: 3rem 1rem;

}
.hero h1 {
  font-size: 2.7rem;
  color: #ffffff;
}
.hero .cta {
  background-color: #9a4eff;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 1rem;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
}
.hero-sub {
  background-color: #2e174c;
  text-align: center;
  border-bottom: 1px solid #6c37b3;
}
section {
  padding: 2rem 1rem;
}
section h2 {
  color: #ffffff;
  margin-bottom: 1rem;
}
.services {
  background-image: url("/wallpaper_001.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  border-bottom: 20px solid #000;
  border-top: 20px solid #000;

}
.clients {
  background-image: url("wallpaper_018b.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
    border-bottom: 20px solid #000;
}
.how-it-works {
  background-image: url("wallpaper_028.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
    border-bottom: 20px solid #000;
}
.pricing {
  background-image: url("wallpaper_013.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
    border-bottom: 20px solid #000;
}
.testimonials {
  background-image: url("wallpaper_005.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  border-bottom: 20px solid #000;
}
.contact {
  border-bottom: 20px solid #000;
}
.hiring {
  background-color: #2e174c;
  border-bottom: 20px solid #000;
}
.pricing .cta, .hiring .cta, .how-it-works .cta {
  background-color: #9a4eff;
  color: #fff;
  padding: 0.3rem 0.6rem;
  border: none;
  box-shadow: 0 0 10px 0 #2e174c;
  font-size: 0.8rem;
  cursor: pointer;
  margin-left: 1.5rem;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
}
.hero .cta:hover, .pricing .cta:hover, .hiring .cta:hover, .how-it-works .cta:hover, button:hover {
    box-shadow: inset -1px 0 0 white, inset 0 -1px 0 white, inset 1px 0 0 white, inset 0 1px 0 white;
}
.text_bg {
  background-color: black; 
}
.text_highlight {
  color: #9a4eff;
}
ul li, ol li {
  margin: 0.5rem 0;
}
blockquote {
  background-color: #1f1f33;
  border-left: 5px solid #9a4eff;
  margin: 1rem 0;
  padding: 1rem;
  color: #ccc;
}
cite {
  display: block;
  margin-top: 0.5rem;
  font-style: italic;
  color: #9a4eff;
}
form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
input, textarea {
  padding: 0.75rem;
  background-color: #1c1c2e;
  color: #fff;
  border: 1px solid #444;
  border-radius: 5px;
}
button {
  background-color: #9a4eff;
  color: #fff;
  padding: 0.75rem;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
footer {
  background-color: #1c1c2e;
  text-align: center;
  padding: 1rem 0;
  font-size: 0.9rem;
  border-top: 1px solid #333;
}
