.index-title {
  color: rgba(0, 0, 0, 0.84);
  margin-top: 20px;
}
.index-sub {
  color: rgba(0, 0, 0, 0.54);
}
.index-text {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.44);
}
.index-image {
  width: 400px;
}


.social-icon {
  color: rgba(0, 0, 0, 0.44);
  font-size: 1.5rem;
}
.clock {
  margin-left: 25px;
}
.jumbotron.fortags a {
  background: #a7de72 !important;
}
.error {
  text-align: center !important;
}
@media (min-width: 769px) {
  .md-nopad-right {
    padding-right: 0px !important;
  }
  .md-nopad-left {
    padding-left: 0px !important;
  }
}

/* Educational Content Styling */
.lesson-content h2 {
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: #2b2b2b;
}

.lesson-content p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 1.5rem;
}

.lesson-content strong {
  color: #000;
}

.lesson-content blockquote {
  border-left: 4px solid #02843A;
  padding-left: 1rem;
  color: #555;
  font-style: italic;
  background-color: #fcfcfc;
  padding: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.lesson-content .youtube {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 2rem;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.lesson-content .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
