:root {
  --bg-dark: #1b1f3a;
  --bg-purple: #1f062b;
  --purple-accent: #53354a;
  --orange-dark: #a64942;
  --orange-bright: #ff7844;
  --font-light: #f0f0f0;
  --font-muted: #c0c0c0;
  --font-ash: #9f9393;

  --rokkitt: 'Rokkitt', serif;
  --roboto: 'Roboto', sans-serif;
}

/* Elements */
body {
  background-color: var(--bg-purple) !important;
  background-image: url('./assets/bg/washi.png');
  background-blend-mode: multiply;
}

footer .icon {
  height: 48px;
  width: 48px;
}

footer .nav-link {
  color: var(--font-muted);
}

footer .copyright {
  color: var(--font-muted);
}

/* IDs */
#about,
#about .bg-paper {
  background-color: var(--font-ash);
  background-image: url('./assets/bg/escheresque.png');
}

#about h1 {
  font-family: var(--rokkitt);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
  padding: 0.5rem;
}

#about h2 {
  font-family: var(--rokkitt);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
  padding: 0.5rem;
}

#about p {
  font-family: var(--roboto);
  font-weight: 500;
  padding: 0.5rem;
}

#contact h1 {
  color: var(--font-muted);
  font-family: var(--rokkitt);
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
  padding: 0.5rem;
}

#contact .bg-paper {
  background-color: var(--font-ash);
  background-image: url('./assets/bg/escheresque.png');
}

#features img {
  height: 48px;
  width: 48px;
}

#features .bg-paper {
  background-color: var(--font-ash);
  background-image: url('./assets/bg/escheresque.png');
}

#features h2 {
  color: var(--font-muted);
  font-family: var(--rokkitt);
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
  padding: 0.5rem;
}

#process h1 {
  color: var(--font-muted);
  font-family: var(--rokkitt);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
  padding: 0.5rem;
}

#process h2 {
  color: var(--font-muted);
  font-family: var(--rokkitt);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
  padding: 0.5rem;
}

/* Classes */
.ashlight-brand {
  font-size: 3rem;
}

.asterisk {
  font-family: var(--roboto);
  color: orange;
  font-weight: 900;
}

.brand-ash {
  color: var(--font-ash);
  font-family: var(--rokkitt);
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
}

.brand-light {
  color: var(--orange-bright);
  font-family: var(--rokkitt);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
}

.btn.contact-btn {
  background-color: var(--purple-accent);
  color: var(--orange-bright);
  font-family: var(--rokkitt);
  font-weight: 700;
  font-size: 1.5rem;
  border: solid;
  border-radius: 8px;
  padding: 12px 24px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
}

.btn.contact-btn:hover {
  background-color: var(--orange-bright);
  color: var(--bg-dark);
  transform: scale(1.05);
}

.contact-form .form-label {
  font-family: var(--roboto);
}

.contact-form .invalid-feedback {
  font-family: var(--roboto);
}

.feature-card {
  height: 100%;
  border-radius: 0.5rem;
}

.feature-card h3 {
  font-family: var(--rokkitt);

  padding: 0.5rem;
}

.feature-card p {
  font-family: var(--roboto);

  font-weight: 450;
  padding: 0.5rem;
}

.img-logo {
  height: 60px;
  margin-right: 15px;
}

.jumbo-bg {
  position: relative;
  background-image: url('./assets/AshlightPath.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--font-light);
}

.jumbo-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.jumbo-bg .container {
  position: relative;
  z-index: 2;
}

.jumbo h1 {
  font-weight: 700;
  font-family: var(--rokkitt);

  color: var(--font-muted);
}

.jumbo p {
  font-weight: 500;
  font-size: 1.5rem;
  font-family: var(--roboto);

  color: var(--font-muted);
}

.nav-item {
  font-family: var(--rokkitt);
  font-weight: 600;
  font-style: italic;
  font-optical-sizing: auto;
}

.qa-tagline {
  font-size:.8rem;
  font-weight: 400;
  color: var(--font-muted);
  letter-spacing: 0.5px;
  margin-top: -10px;
  font-family: var(--rokkitt);
}

.step-icon {
  border-radius: 50%;
  background-color: transparent;
}

.step-icon rect {
  fill: var(--bs-secondary-color);
  rx: 70;
  ry: 70;
}

.step-icon text {
  /* font-family: 'Rokkitt', serif; */
  font-family: var(--rokkitt);

  font-size: 128px;
  font-weight: 700;
  fill: var(--orange-bright);
  text-anchor: middle;
  dominant-baseline: middle;
  alignment-baseline: middle;
}

.step h2 {
  /* font-family: 'Rokkit', serif; */
  font-family: var(--rokkitt);

  padding: 0.5rem;
  color: var(--font-muted);
}

.step p {
  /* font-family: 'Roboto', sans-serif; */
  font-family: var(--roboto);

  padding: 0.5rem;
  color: var(--font-muted);
}

.tel-link {
  color: black;
  text-decoration: none;
  font-weight: 700;
}
.tel-link:hover,
.tel-link:focus {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .ashlight-brand {
    font-size: 1.75rem;
  }

  .img-logo {
    height: 45px;
    margin-right: 10px;
  }

  .ashlight-brand .brand-ash,
  .ashlight-brand .brand-light {
    font-size: 2.5rem !important;
  }
}
