/* Global adjustments */
a.navbar-brand {
    display: none !important;
}
/* Branding container */
.custom_brandtitle {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; /* aligns left beside logo */
  margin-left: 12px;
  line-height: 1.3;
  color: #CC0000; 
}
/* Order title (smaller, subtle) */
.custom_brandtitle .order {
  font-size: 0.95rem;
  font-weight: 500;
}
/* Chapter name (main highlight) */
.custom_brandtitle .chapter {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* Location (smaller + italic) */
.custom_brandtitle .location {
  font-size: 0.85rem;
  font-style: italic;
}

/* Desktop layout: logo + text inline */
.branding-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Tablet adjustments */
@media (max-width: 992px) {
  .custom_brandtitle .chapter {
    font-size: 1.15rem;
  }
  .custom_brandtitle .order {
    font-size: 0.9rem;
  }
}

/* Mobile adjustments */
@media (max-width: 576px) {
  .branding-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .custom_brandtitle {
    margin-left: 0;
  }
  .custom_brandtitle .chapter {
    font-size: 1.1rem;
  }
  .custom_brandtitle .order {
    font-size: 0.85rem;
  }
  .custom_brandtitle .location {
    font-size: 0.8rem;
  }
}



div#main-wrapper {
    margin: 22px 0;
}
footer.site-footer {
    padding: 0 18px;
}
section.row.region.region-footer-fifth {
    text-align: center;
}
div#block-murac-homepagebannerdraft {
    margin: 0 0 32px;
}
/* Body text */
body {
  font-family: 'Merriweather', 'Georgia', serif;
  line-height: 1.6;
}

/* Headings (H1, H2, H3...) */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Cinzel', 'Times New Roman', serif;
  font-weight: 700;
}

/* Navbar & Logo */
#navbar-main .navbar-brand {
  font-family: 'Cinzel', 'Times New Roman', serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Navigation Links */
#navbar-main .nav-link {
  font-family: 'Cinzel', 'Times New Roman', serif;
  font-weight: 500;
}

/* Footer text */
footer {
  font-family: 'Cinzel', 'Times New Roman', serif !important;
}

/* Nav links styling */
#navbar-main .nav-link {
  color: #CC0000 !important;
  font-weight: 500;
  padding: 0.8rem 1rem;
  text-transform: uppercase;
}

#navbar-main .navbar-brand {
  display: flex;
  align-items: center; /* vertically center logo + text */
  gap: 8px; /* space between logo and title */
  font-size: 1.2rem;
  font-weight: 600;
  color: #CC0000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#navbar-main .navbar-brand img {
  max-height: 80px;
}

#navbar-main .nav-link:hover,
#navbar-main .nav-link.active {
  color: #990000 !important; 
  font-weight: bold;
}

/* Toggler icon */
.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(204,0,0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Adjust brand title on smaller screens (Mobile < 576px) */
@media (max-width: 576px) {
  #navbar-main .navbar-brand {
    font-size: 1rem;
    width: 275px;
    white-space: normal;
    line-height: 1.2;
    margin: 0;
  }

  #navbar-main .navbar-brand img {
    max-height: 55px; /* shrink logo */
    margin-right: 6px;
  }
}

/* Adjust layout for iPad Pro (768px) */
@media (max-width: 768px) {
  #navbar-main .navbar-brand {
    font-size: 1.1rem;   /* slightly larger title */
    width: 100%;         /* title/logo take full width */
    white-space: normal;
    line-height: 1.2;
  }
  #navbar-main .navbar-brand img {
    max-height: 70px;    /* adjust logo size for tablet */
  }

  /* Adjust navbar links for better readability */
  #navbar-main .nav-link {
    padding: 1rem;
    font-size: 1rem;  /* adjust font size for tablet */
  }
}
img.image-style-page-banner {
    width: 100%;
    height: auto;
}
.field--name-field-dress-code {
    margin: 24px 0;
}
.webform-actions input#edit-actions-submit {
    margin: 24px 0;
    color: #fff;
    text-transform: uppercase;
}
.meeting.views-row {
    margin: 12px 0;
}
a.nav-link--contact::before {
    display: none;
}