.container-header .navbar-brand {
    position: relative;
    display: flex;
    margin-right: auto;
    font-size: 2rem;
    color: #fff;
    justify-content: center;
    width: 100%;
}
.container-header .navbar-brand img {
    width: 450px;
    min-width: auto;
}
.metismenu.mod-menu {
    margin: auto;
    position: relative;
    display: flex;
    margin-right: auto;
    font-size: inherit;
    color: #fff;
    justify-content: center;
    width: 100%;
}
.h2, h2 {
    font-size: 1.3rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: var(--cassiopeia-font-family-headings,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",);
    font-weight: var(--cassiopeia-font-weight-headings,600);
}
.container-header .mod-menu > li > a, .container-header .mod-menu > li > span {
    position: relative;
    color: #000;
    text-decoration: none;
    border-top: 1px solid #ccc;
}
.container-header {
    position: relative;
    z-index: 10;
    background-color: #FFF;
    background-image: none;
    box-shadow: inset 0 5px 5px rgba(0,0,0,.03);
}
.h1, h1 {
    font-size: 1.8rem;
}
h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: var(--cassiopeia-font-family-headings,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",);
    font-weight: 400;
    color: #8bc0ed;
}
.ja-masthead .ja-masthead-detail {
    color: #fff;
    padding: 140px 0 !important;
    max-width: 100% !important;
    position: relative;
    text-align: center;
    z-index: 20;
}
.h3, h3 {
    font-size: 1.35rem;
    text-align: center;
}
h3.ja-masthead-title {font-size:34px !important;}
.ja-masthead .ja-masthead-detail {
    color: #fff;
    text-align: center;
    font-size: 30px !important;
}
/* Full width banner */
.mod-banner {
    position: relative;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
}

/* Banner image */
.mod-banner img {
    display: block;
    width: 100%;
    height: auto;
}

/* Caption overlay */
.mod-banner .banner-caption,
.mod-banner figcaption,
.mod-banner .caption {
    position: absolute;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
    
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(4px);

    padding: 1rem 2rem;
    border-radius: 8px;

    color: #333;
    font-size: 1.8rem;
    text-align: center;
    width: auto;
    max-width: 90%;
}
/* Full width banner */
.hero-banner {
    position: relative;

    width: 100vw;
    margin-left: calc(50% - 50vw);

    overflow: hidden;
}

/* Image */
.hero-banner img {
    display: block;
    width: 100%;
    height: auto;
}

/* Caption */
.hero-banner-caption {
    position: absolute;

    left: 50%;
    bottom: 2rem;

    transform: translateX(-50%);

    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(6px);

    padding: 1rem 2rem;
    border-radius: 10px;

    color: #333;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;

    min-width: 320px;
}
/* Full width banner */
.wf_caption {
    position: relative;
    display: block !important;

    width: 100vw !important;
    max-width: none !important;

    margin-left: calc(50% - 50vw);

    overflow: hidden;
}

/* Image */
.wf_caption img {
    display: block;
    width: 100% !important;
    height: auto;
}

/* Caption */
.wf_caption > span {
    position: absolute;

    left: 50%;
    bottom: 30px;

    transform: translateX(-50%);

    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(6px);

    padding: 12px 30px;
    border-radius: 8px;

    color: #333;
    font-size: 2rem;
    line-height: 1.2;

    width: auto;
    max-width: 90%;
}