.head a{
    display:none;
}

h1, h2, h3, h4, h5 {
  font-family: 'Cinzel', serif;
  font-size: 2.0rem !important;
  color: var(--navy);
  margin: 16px 0 8px !important;
}

h2{font-size: 1.8rem !important;}

h3{font-size: 1.6rem !important;}

h4{font-size: 1.4rem !important;}


h5{
    margin: 0 !important;
}

em{ font-style: italic !important; }

th { 
    font-weight: bold; 
    border-bottom: 1px solid #eee; 
    text-align: left;
}

.logo-menu-bar{
    background-color: #922727 !important;
}

footer{
    background-color: #922727 !important;
}

.default .article .article_content .article_comment input[type="text"], .default .article .article_content .article_comment select, .default .article .article_content .article_comment textarea, .default .article .article_content .article_comment .Preview, .default .article .article_content .article_comment input[type="email"]{
    border: 1px solid #667 !important;
}

.default strong{
    font-weight: bold !important;
}

.default em{
    font-style: italic !important;
}

.CommentForm .Name, .CommentForm .Name:has(+ next), .CommentForm .Email{
    display:none;
}

.searchAddBtn{
    background-color: #0091C5 !important;
}

.CommentForm > label ~ label ~ label, .CommentForm > label ~ br{
    display:none !important;
}

.read-more{
    color: #922727 !important;
    font-weight: bold;
}

.SaveComment{
    background: #336ad2 !important;
    color: #ffffff !important;
}

/* Courseware */
.selectedCategory, .selectedLesson{
    background-color: #337ab7 !important;
}

.selectedCategory>.categoryWrapper>a, 
.selectedLesson>.lessonLink{
    color: #ffffff !important;
}

#lessonList{
    min-width: 450px !important;
}

/* For Courseware Intro Lesson 2
Move later */
:root {
  --navy: #1a3d7c;
  --gold: #d4af37;
  --parchment: #f8f9fa;
  --text: #2d2d2d;
}
.tour-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin: 40px 0;
}
.tour-card {
  background: white;
  border: 2px solid var(--gold);
  border-radius: 12px;
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
  text-align: center;
}
.tour-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(212,175,55,.2);
}
.tour-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  background: #eee;
  border-bottom: 1px solid #ddd;
}
.tour-card h3 {
  font-family: 'Cinzel', serif;
  font-size: 1.4rem;
  color: var(--navy);
  margin: 16px 0 8px;
}
.tour-card p {
  font-size: .95rem;
  color: #555;
  margin: 0 16px 16px;
  min-height: 48px;
}
.mentor-box {
  background: #f0f7ff;
  border-left: 6px solid var(--gold);
  padding: 20px;
  margin: 40px 0;
  border-radius: 0 10px 10px 0;
  font-size: 1.05rem;
}
.cta-button {
  display: block;
  width: 300px;
  margin: 40px auto;
  padding: 18px;
  background: var(--gold);
  color: var(--navy);
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 6px 14px rgba(212,175,55,.3);
  transition: all .2s;
}
.cta-button:hover {
  background: #e0c16a;
  transform: translateY(-2px);
}
.note {
  text-align: center;
  font-style: italic;
  color: #777;
  margin-top: 40px;
  font-size: .9rem;
}




















































