/* Make the navbar taller and vertically centered */
#id_yOhi7Wr ul.firstLevel > li > .item > a{
  padding: 20px 20px !important;   /* top/bottom, left/right */
  font-size: 20px !important;
  line-height: 1.15 !important;
  display: flex !important;
  align-items: center !important;
}

/* Give the whole bar a minimum height so it doesn't look skinny */
#id_yOhi7Wr .menuInner{
  min-height: 64px !important;
  display: flex !important;
  align-items: center !important;
}

/* Home page header layout */
#PAGEID_1075161 h1{
  display:flex !important;
  align-items:center !important;
  gap:20px !important;
  min-height:110px !important;   /* allows larger logo */
}

/* ~~~~~~CSS FOR BYLAWS PAGE~~~~~~~ */
/* MAIN TITLE (Proposed Bylaws ... Center) */
.main-title {
  font-family: "Times New Roman", serif !important;
  font-size: 30px !important;
  font-weight: bold !important;
  text-align: center !important;
  margin-bottom: 20px;
}

/* Section Title */
.section-title {
  font-family: "Times New Roman", serif !important;
  font-size: 19px !important;
  font-weight: bold !important;
  text-align: center !important;
  margin-top: 25px !important;
  margin-bottom: 10px !important;
}

/* Section Body */
.section-body,
.section-body * {
  font-family: "Times New Roman", serif !important;
  font-size: 19px !important;
  color: #23282A !important;
}

.section-body {
  text-align: left !important;
  line-height: 1.5 !important;
  margin-bottom: 15px !important;
}

/* CSS FOR DOCUMENTARY */
.video-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.video-row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.video-row:hover {
  background: #f5f5f5;
}

.video-row img {
  width: 160px;
  flex-shrink: 0;
  border-radius: 6px;
}

.video-info {
  flex: 1;
  min-width: 0;
}

.video-title {
  font-size: 18px;
  font-weight: bold;
  color: #23282A;
  text-decoration: none;
  display: block;
}

.video-title:hover {
  text-decoration: underline;
}