:root {
  --h1-font-size: 26px !important;
}
.t4-topbar {
  padding: 0;
}
#t4-mainnav, .t4-header {
   z-index: 2;
}
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
  font-size: 1.2rem;
}
#t4-slideshow {

        z-index: 1;
}

.t4-header {
    background: transparent;
}
.n2-ss-item-caption-content h1 {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight) !important;
  font-style: var(--heading-font-style) !important;
  line-height: var(--heading-line-height) !important;
  letter-spacing: var(--heading-letter-spacing) !important;
  color: #fff  !important;
  font-size: var(--h1-font-size) !important;
}
.navbar-toggler {
    display: none;
}
@media (max-width: 1320px) {
  .t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
    padding: 0 5px;
  }
#t4-slideshow {
  margin-top: 0;

}
}
.t4-offcanvas-toggle {
  color: #333;
}
.navbar-brand.logo-control img.logo-img {
  max-height: none;
}
.logo-img {
    margin: 0 auto;
}
.navbar-brand {
    width: 100%;
}
.form-control{
    max-width: none;
}
.eb-inst img {
    max-width: 66%;
}
.rsform-submit-button{
    width: 100%;
    background-color: #857952 !important;
    font-weight: bold;
    text-transform: capitalize;
    transition-duration: 0.2s;
    border: none !important;
    height: 40px;
}
.rsform-submit-button:hover{
    background-color: #fff !important;
    color: #857952;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#userForm h2{
    margin-bottom: 20px;
}
.n2-ss-slider .n2-ss-layer[data-sstype="col"] {
  display: block !important;
}
.n2-ss-slider .n2-ss-layer[data-sstype="content"] {
    min-height: auto;
}

@media(max-width: 960px){
    .t4-top-bar .wf-columns-stack-medium{
        flex-wrap: nowrap;
    }
    .t4-topbar .wf-columns-stack-medium{
        flex-wrap: nowrap;
    }
}
@media(max-width: 520px){
    .t4-top-bar h4{
        font-size: 15px;
    }
    .t4-topbar h4{
        font-size: 15px;
    }
}
@media(max-width: 390px){
    .t4-top-bar h4{
        font-size: 10px;
    }
    .t4-topbar h4{
        font-size: 10px;
    }
}

.contact-page .t4-slideshow a {
  color: #b8a36a; /* slightly lighter gold */
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-duration: 0.2s;
}

.contact-page .t4-slideshow a:hover {
  color: #ffffff;
  text-decoration-color: #b8a36a;
}
.t4-main-bottom-1{
    background-color: #212529;
}

.t4-main-bottom-1 .navbar{
    padding: 5px 0;
}

.t4-main-bottom-1 .menu-item-title{
    color: #6c757d;
}

.t4-main-bottom-1 .nav.navbar-nav{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px; /* spacing between menu items */
    width: 100%;
}

.t4-main-bottom-1 .nav.navbar-nav > .nav-item{
    position: relative;
}

/* perfectly centred divider */
.t4-main-bottom-1 .nav.navbar-nav > .nav-item:not(:last-child)::after{
    content: "/";
    position: absolute;
    left: calc(100% + 15px); /* half of gap value */
    top: 50%;
    transform: translate(-50%, -50%);
    color: #999;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    pointer-events: none;
}
#t4-main-body{
    position: relative;
    padding: 60px 0;
    z-index: 1;
}
.landing-page-content{
    background-color: RGBA(0, 0, 0, 0.7);
    padding: 30px;
    color: #ffffff;
}
.landing-page-content h2{
    margin-top: 50px;
}
.sidebar-r {
  position: sticky;
  top: 20px; /* adjust as needed */
  align-self: flex-start;
  background-color: RGBA(0, 0, 0, 0.7);
  color: #ffffff;
  padding-top: 30px;
  margin-top: 1rem;
}
.sidebar-r .menu-item-title{
    color: #ffffff;
}
.sitemap-page ~ .bg-overlay-image,
.sitemap-page .bg-overlay-image {
    display: none;
}
body:has(.sitemap-page) .sitemap-page a,
body:has(.sitemap-page) .sitemap-page li::marker {
    color: #908256;
}
body:has(.sitemap-page) .sitemap-page h1,
body:has(.sitemap-page) .sitemap-page h2,
body:has(.sitemap-page) .sitemap-page h3,
body:has(.sitemap-page) .sitemap-page h4,
body:has(.sitemap-page) .sitemap-page h5,
body:has(.sitemap-page) .sitemap-page h6 {
    color: #908256;
}
body:has(.sitemap-page) #t4-component {
    padding: 50px 0;
}
.sidebar-r .module-title{
    margin-bottom: 0;
    font-size: 20px;
}
.sidebar-r .navbar{
    padding: 20px 0 0 0;
}
.sidebar-r .module-inner{
    padding: 0 20px 20px 20px;
}