:root {
  --light-accent: #f1f1f1;
  --dark: rgba(0, 0, 0, 0.8);
}

body {
  font-family: "Roboto", sans-serif;
}

.overall {
  max-width: 1000px;
}

li {
  color: black;
}

h1,
h2,
h3,
h4 {
  font-family: "Lora", serif;
  font-weight: 500;
}

.limited-width {
  max-width: 500px;
}

.row {
  margin-top: 0px;
}

.card-link {
  color: black;
}

.badge {
  font-weight: 500;
}

.accent {
  background-color: var(--light-accent);
}

.card-title {
  font-size: 1.25rem;
  font-weight: 500;
}

.btn-primary {
  background-color: #1976d2;
  border: none;
  font-weight: 500;
  padding: 10px 20px;
  text-transform: none;
}

.spaced {
  margin-top: 20px;
}

.section {
  margin: 5px 3px 0px 7px;
}

.accordion-button {
  font-weight: 500;
  color: #007bff;
  text-align: center;
  width: 100%;
}
.accordion-header {
  text-align: center;
}
.accordion-button::after {
  display: none; /* Hide the default arrow */
}
.section-header {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 50px;
  padding-left: 20px;
}

.product-card {
  background-color: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  margin-right: 10px;
}

.profile-image {
  max-height: 200px;
  max-width: 200px;
  border: 2px solid var(--light-accent);
  border-radius: 10px;
  height: auto;
}

.product-image {
  max-height: 300px;
  max-width: 300px;
  border: 2px solid var(--light-accent);
  border-radius: 10px;
  height: auto;
}
.product-card h3 {
  font-weight: 500;
  font-size: 2rem;
  color: var(--dark);
  margin-bottom: 20px;
}
.product-card p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: var(--dark);
  margin-bottom: 10px;
}

.button-link {
  color: white;
  text-decoration: none;
}

.button-row {
  width: 70%;
}

.product-card ul {
  list-style-type: none;
  padding: 0;
}
.product-card ul li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  padding-left: 1.5em;
  position: relative;
  color: var(--dark);
}
.product-card ul li::before {
  content: "•";
  color: #28a745;
  position: absolute;
  left: 0;
  top: 0;
}

.button-row {
  margin: 40px;
}

.standard {
  color: var(--dark);
}

.profile-section {
  text-align: center;
  padding: 10px;
}
.profile-section h1 {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #333;
}
.profile-section h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: #666;
}
.profile-section p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 20px;
}
.cta-button {
  margin-top: 20px;
  margin-bottom: 20px;
}
.accordion-button {
  font-weight: 500;
  color: #007bff;
  display: block;
}

p {
  text-align: justify;
}
.hidden {
  display: none;
}

.dev {
  color: green;
}
