body {
    background-color: #012A4A;
    color: #fff;
    font-family: Inter V,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px;
    font-size: 1.1rem;
}


.patreon-tier2 {
    background-image: linear-gradient(135deg, #ffffff 0%, #ffd700 50%, #947c00 100%) !important;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}


#notification-container {
    position: absolute;
    display: inline-block;
    margin-right: 30px;
    right: 0;
    top: 25px;
}

#notification-icon {
    cursor: pointer;
    position: relative;
    font-size: 24px; /* Adjust icon size */
    color: #fff; /* Default color for the bell icon */
}

#notification-count {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
}

#notification-dropdown {
    position: absolute;
    right: 0;
    background-color: white;
    color: black;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 10px;
    z-index: 1000;
}

#notification-dropdown h4 {
    margin-top: 0;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

#notification-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 200px;
    overflow-y: auto;
}

#notification-list li {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

#clear-notifications {
    width: 100%;
    padding: 8px;
    background-color: #f0f0f0;
    border: none;
    cursor: pointer;
}

#clear-notifications:hover {
    background-color: #ddd;
}

















.announcement-banner {
  background-color: #ffffff;
  color: #012A4A;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #012A4A;
}


img {
    border: 0;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

header, section, footer {
    margin-bottom: 20px;
}
header {
    text-align: center;
}

h1, h2, p {
    margin: 0 0 10px;
}

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a {
    color: inherit;
    text-decoration: none;
}

html, body {
    overflow-x: hidden;
    position: relative;
}

p {
    font-size: 18px;
    line-height: 28px;
}

.header-brand-logo {
    height: 70px;
    width: auto;
}

.header-brand {
        display: flex;
    align-items: center;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    padding: 5px 24px;
        box-shadow: 0 2px 10px rgba(255, 255, 255, 0.2); /* Adjust values as necessary */

}

.header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.01);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    transition: opacity .45s cubic-bezier(.6,.6,0,1);
}

.header-nav:before {
    background: #012A4A;
    box-shadow: 0 12px 32px #05051e66, 0 -8px 32px #e2e8ff1f inset;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: -1;
    opacity: .75;
    transition: opacity .45s cubic-bezier(.6,.6,0,1);
}

.header-inner {
    max-width: 1328px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-inner:before {
    content: "";
    position: absolute;
    bottom: -7px;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.1) 50%, rgba(255,255,255,0) 100%);
    transition: opacity .45s cubic-bezier(.6,.6,0,1);
}

.header-brand-name, .header-action {
    background-image: linear-gradient(180deg, rgba(240,238,249,.8) 0%, #E2E8FF 100%);
    background-image: linear-gradient(180deg, color(display-p3 .9411764706 .9333333333 .9764705882/.8) 0%, color(display-p3 .8862745098 .9098039216 1/1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    /* brand display font — the engraved Cinzel from the landing (loaded in header.php) */
    font-family: 'Cinzel', Georgia, serif;
    font-weight: 600;
    letter-spacing: .5px;
}

.header-brand-name span {
    background-image: linear-gradient(180deg,rgba(240,238,249,.8) 0%,#E2E8FF 100%);
    background-image: linear-gradient(180deg,color(display-p3 .9411764706 .9333333333 .9764705882/.8) 0%,color(display-p3 .8862745098 .9098039216 1/1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    line-height: 24px;
}

.header-brand-name span b {
    font-weight: inherit;
background-image: linear-gradient(135deg, #a2e7ee 0%, #a2e7ee 33.33%, #7bc0e8 66.67%, #4196e0 100%);
-webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.header-action-text {
        border-radius: 8px;
    background-image: linear-gradient(180deg,rgba(226,232,255,.6) 0%,#E2E8FF 100%);
    background-image: linear-gradient(180deg,color(display-p3 .8862745098 .9098039216 1/.6) 0%,color(display-p3 .8862745098 .9098039216 1/1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.header-action {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 16px;
    position: relative;
    border-radius: 8px;
    z-index: 1;
    transition: transform .45s cubic-bezier(.6,.6,0,1), opacity .45s cubic-bezier(.6,.6,0,1);
     opacity: 0;  /* Start with the button being transparent */
        transition: opacity 0.5s;  /* Transition effect for the fade-in */
    margin-right: 45px;

}

.header-action:before {
    background: linear-gradient(264.15deg,rgba(226,232,255,.2) -.4%,rgba(226,232,255,0) 100.4%),linear-gradient(0deg,rgba(226,232,255,.1),rgba(226,232,255,.1));
    border-radius: inherit;
    content: "";
    inset: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
    pointer-events: none;
    position: absolute;
}

.header-action:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    border-radius: inherit;
    transition: opacity .45s cubic-bezier(.6,.6,0,1);
}

.header-action:hover:after {
    opacity: .025;
}

.header-nav {
    z-index: 1;
    left: 50%;
    transform: translate(-50%);
    width: max-content;
    position: absolute;
    isolation: isolate;
    overflow: hidden;
    border-radius: 999px;
}

.header-nav ul {
    display: flex;
    padding: 4px;
    align-items: center;
    border-radius: inherit;
    border: 1px solid rgba(226,232,255,.1);
    position: relative;
    width: max-content;
    transition: width .45s cubic-bezier(.6,.6,0,1);
}



    
.header-nav ul li:not(:last-child) {
    margin-right: 2px;
}

.header-nav-item, .header-nav-action {
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: "ss01" on,"cv10" on,"calt" off,"liga" off;
    color: #e2e8ffbf;
    padding: 8px 20px;
    position: relative;
    border-radius: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .45s cubic-bezier(.6,.6,0,1);
}

.header-nav-item-count {
    font-size: 12px;
    line-height: 16px;
    margin-left: 4px;
    text-align: center;
    border-radius: 999px;
    padding: 2px 6px;
    background: rgba(226,232,255,.04);
}

.header-nav-item {
    display: inline-block;
    transition: background-color .3s ease-in-out, color .3s ease-in-out; /* Smooth transition for background and color changes */
        border-radius: 999px;
}
.header-nav-item:hover {
    background-color: rgba(255, 255, 255, 0.1); /* Change background color on hover */
    color: #FFF; /* Change text color on hover, adjust as needed */
    border-radius: 999px;
}


ul.no-markers, ul.no-markers li {
    list-style-type: none;
}

.navigation {
    display: none;
}
#menuToggle {
    position: relative;
}





.dropdown {
    position: relative;
    display: inline-block;
    z-index: 100;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0A2133; /* Set to your preference */
    min-width: 160px; /* Adjust width as needed */
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.2); /* You might need to adjust this */
    z-index: 1;
    border-radius: 8px; /* Consistent with your design */
    color: #E2E8FF; /* Adjust color to match your design */
    border-top: 5px solid transparent;
}

.dropdown-content a {
    color: #E2E8FF; /* Adjust as necessary */
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 12px;
    line-height: 16px;
}

.dropdown-content a:hover {
    background-color: #4196e0; /* Adjust hover color to match your design */
}

.dropdown:hover .dropdown-content {
    display: block;
}

.header, .header-nav, .header-nav ul {
    overflow: visible;
}





@media screen and (max-width: 768px) {
    
    #notification-container {
    position: absolute;
    display: block;
    margin: 0;
    right: 35px;
    top: 25px;
}
    #notification-dropdown {
    position: absolute;
    right: 0;
    background-color: white;
    color: black;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 10px;
    z-index: 1000;
}
    

    .header-nav {
        display: none;
    }
#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  order: 1; /* Position it first */
}
.header-brand-mobile {
    order: 2; /* Position it second (to the right) */
}
#menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383F;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
    position: fixed; 
    width: 80vw;
    height: 102vh;
    box-shadow: 0 0 10px #85888C;
    margin: -50px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background-color: #E2E8FF;
        background-image: linear-gradient(180deg, rgba(240,238,249,.8) 0%, #E2E8FF 100%);
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    list-style: none; /* Removes the dots */
    text-align: left;
}

#menu li
{
  padding: 10px 0;
  transition-delay: 2s;
  color: #0a2133;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}
.navigation {
    display: flex;
    justify-content: space-between; /* This will push child elements to either end */
    align-items: center; /* This will vertically align the children in the middle */
   /*  padding: 10px 20px; Add some space around */
   height: 75px;
}

.header-nav {
    display: none;
}

.header-inner {
    display: none;
}

#menu a {
    text-decoration: none;
    font-size: 16px;
    color: #0a2133;
    padding: 5px 15px;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 5px;
    font-weight: bold;
}

#menu a:hover {

}
.header-brand-mobile {
    position: relative;
}




.menu-item {
    position: relative;
}

.header-nav-item {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #0a2133;
    padding: 5px 15px;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 5px;
    font-weight: bold;
}

.header-nav-item:hover {
    color: #0a2133;
    
}

#submenu-toggle {
    display: none;
}

#submenu-toggle-2 {
    display: none;
}

.submenu-label i {
    cursor: pointer;
    font-size: 14px; /* Adjust the size as needed */
    color: #0a2133;
    margin-left: 10px; /* Adjust margin as needed */
    vertical-align: inherit; /* Align with the text */
    display: inline-block;
}


.submenu {
    display: none;
    padding-left: 30px; /* Adjust indentation */
    list-style-type: none;
}

#submenu-toggle:checked + .submenu-label + .submenu {
    display: block;
}

#submenu-toggle-2:checked + .submenu-label + .submenu {
    display: block;
}

label {
    display: inline;
    margin-bottom: 15px;
    font-size: 16px;
    position: relative;
}


}



/* Global Top Bar */
#global-top-bar {
    background-color: #ffdd57;
    color: #012a4a;
    text-align: center;
    padding: 5px 0;
    font-size: 1em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#global-top-bar p {
    margin: 0;
}

#global-top-bar a {
    color: #012a4a;
    font-weight: bold;
    text-decoration: underline;
}

#global-top-bar a:hover {
    color: #001f3f;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #global-top-bar {
        font-size: 0.9em;
    }
}




