/* Neue Haas Grotesk Display Pro 45 Light
font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 400;
font-style: normal;
Neue Haas Grotesk Display Pro 46 Light Italic
font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 400;
font-style: italic;
Neue Haas Grotesk Display Pro 75 Bold
font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 700;
font-style: normal;
Neue Haas Grotesk Display Pro 76 Bold Italic
font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 700;
font-style: italic;
Neue Haas Grotesk Text Pro 55 Roman
font-family: "neue-haas-grotesk-text", sans-serif;
font-weight: 400;
font-style: normal;
Neue Haas Grotesk Text Pro 56 Italic
font-family: "neue-haas-grotesk-text", sans-serif;
font-weight: 400;
font-style: italic;
Neue Haas Grotesk Text Pro 75 Bold
font-family: "neue-haas-grotesk-text", sans-serif;
font-weight: 700;
font-style: normal;
Neue Haas Grotesk Text Pro 76 Bold Italic
font-family: "neue-haas-grotesk-text", sans-serif;
font-weight: 700;
font-style: italic; */


:root,
body.light {
    --primary:#002fa7;
    --on-primary:#ffffff;
    --primary-container:#97f0ff;
    --on-primary-container:#001f24;
    --secondary:#4a6267;
    --on-secondary:#ffffff;
    --secondary-container:#cde7ec;
    --on-secondary-container:#051f23;
    --tertiary:#525e7d;
    --on-tertiary:#ffffff;
    --tertiary-container:#dae2ff;
    --on-tertiary-container:#0e1b37;
    --error:#ba1a1a;
    --on-error:#ffffff;
    --error-container:#ffdad6;
    --on-error-container:#410002;
    --background:#fafdfd;
    --on-background:#191c1d;
    --surface:#f8fafa;
    --on-surface:#191c1d;
    --surface-variant:#dbe4e6;
    --on-surface-variant:#3f484a;
    --outline:#6f797a;
    --outline-variant:#bfc8ca;
    --shadow:#000000;
    --scrim:#000000;
    --inverse-surface:#2e3132;
    --inverse-on-surface:#eff1f1;
    --inverse-primary:#4fd8eb;
    --surface-dim:#d8dadb;
    --surface-bright:#f8fafa;
    --surface-container-lowest:#ffffff;
    --surface-container-low:#f2f4f4;
    --surface-container:#eceeef;
    --surface-container-high:#e6e8e9;
    --surface-container-highest:#e1e3e3;
  --overlay: rgb(0 0 0 / 0.5);
  --active: rgb(0 0 0 / 0.1);
  --elevate1: 0 0.125rem 0.125rem 0 rgb(0 0 0 / 0.32);
  --elevate2: 0 0.25rem 0.5rem 0 rgb(0 0 0 / 0.4);
  --elevate3: 0 0.375rem 0.75rem 0 rgb(0 0 0 / 0.48);
}

body.dark {
    --primary:#4fd8eb;
    --on-primary:#00363d;
    --primary-container:#004f58;
    --on-primary-container:#97f0ff;
    --secondary:#b1cbd0;
    --on-secondary:#1c3438;
    --secondary-container:#334b4f;
    --on-secondary-container:#cde7ec;
    --tertiary:#bac6ea;
    --on-tertiary:#24304d;
    --tertiary-container:#3b4664;
    --on-tertiary-container:#dae2ff;
    --error:#ffb4ab;
    --on-error:#690005;
    --error-container:#93000a;
    --on-error-container:#ffb4ab;
    --background:#191c1d;
    --on-background:#e1e3e3;
    --surface:#101415;
    --on-surface:#e1e3e3;
    --surface-variant:#3f484a;
    --on-surface-variant:#bfc8ca;
    --outline:#899294;
    --outline-variant:#3f484a;
    --shadow:#000000;
    --scrim:#000000;
    --inverse-surface:#e1e3e3;
    --inverse-on-surface:#2e3132;
    --inverse-primary:#006874;
    --surface-dim:#101415;
    --surface-bright:#363a3a;
    --surface-container-lowest:#0b0f0f;
    --surface-container-low:#191c1d;
    --surface-container:#1d2021;
    --surface-container-high:#272b2b;
    --surface-container-highest:#323536;
  --overlay: rgb(0 0 0 / 0.5);
  --active: rgb(255 255 255 / 0.2);
  --elevate1: 0 0.125rem 0.125rem 0 rgb(0 0 0 / 0.32);
  --elevate2: 0 0.25rem 0.5rem 0 rgb(0 0 0 / 0.4);
  --elevate3: 0 0.375rem 0.75rem 0 rgb(0 0 0 / 0.48);
}


.download {
    max-width: 100vw;
    padding:2em;
    transition:.5s;
}

.download:hover{
    opacity:.8;
    transition:.1s;
}

body{
font-family: "neue-haas-grotesk-text", sans-serif;
font-weight: 400;
font-size:1.5rem;
line-height: 1.8rem;
}


h1,h2,h3,h4,h5{
    font-weight: 700;
}


.grid h3{
padding-bottom:1rem;
    border-bottom:1px solid #aaa;
    margin-bottom:1.63rem;

}

.mbz-nav{
    background-color: #eee;
    padding:1.5rem;
    position: relative;
    /* background-color: rgba(250, 250, 252, 0.8);
    backdrop-filter:  saturate(1.8) blur(20px); */
}

.s.mbz-nav{
    background-color: #eee;
    padding:.5rem;
}


#mobilenav{
    font-size: 1rem;
    padding:.5rem;
    background-color: var(--inverse-surface);
    color:var(--inverse-on-surface);
}

.mbz-header{
    position:absolute;
    opacity: 1;
    font-weight: bold;

}

.s .mbz-header{
position: absolute;
   left:0;
   top:0;
   padding-left:1.5rem;
   padding-top:1rem;
}

.s.mbz-nav>.mbz-header{
    padding-left:1.5rem;
    padding-top:1.15rem;
}

#mobilenav .mbz-header{
    color:var(--inverse-on-surface);
    opacity: 1;
}



.m .mbz-header,
.l .mbz-header{
    top:1.5rem;
    left:1.5rem;
}

button.mbz-menu.border{
    background-color: transparent;
    color: #000000;
    border: none;
    margin:0;
    float:right;
}

#mobilenav button.mbz-menu{
    margin:.5rem;
    position: absolute;
    right:0;
    top:0;
    color:var(--inverse-on-surface);
}

#mobilenav>a:first-child{
    margin-top:48px;
}




.mbz-nav .chip{
    border:none;
}

img.fullw
{
    height: auto;
    width:100%;
}

main.responsive{
    padding:1.5rem;
    /* position:absolute; */
    top:0;
}



.vpad{
    padding-bottom:5rem;
}

.readingw{
    max-inline-size: 75rem;
    margin: 0 auto;
}


.ytvid{
    width:100%;
    min-height: 300px;
    height: auto;
    aspect-ratio: 16 / 9;
}


#grid{
    margin-left:-.75rem;
    margin-right:-.75rem;
}

#grid>a{overflow:hidden; border-radius:.75rem;padding:.75rem; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; user-select:none; -khtml-user-drag:element; -webkit-user-drag:element;}
#grid>a>img {box-sizing: border-box;width:100%; display: block; height: auto;}


.parallax-container {
    transform: translate3d(0,0,0);
    position: relative;
    height: 80vh; /* Full height for the parallax section */
    overflow: hidden;
}

.parallax-video {
    position: fixed; /* Fix the video in place */
    top: 50%; /* Center it vertically */
    left: 50%; /* Center it horizontally */
    min-width: 100%; /* Ensure it covers the full width */
    xmin-height: calc(100% - 5rem); /* Ensure it covers the full height */
    transform: translate(-50%, -50%); /* Adjust its position to be perfectly centered */
    z-index: -1; /* Place the video behind other content */
    object-fit: cover; /* Ensure the video scales correctly */
    overflow: hidden;
}

.main-content{
    background-color: var(--surface);
}


@media only screen and (max-width: 600px) {
    main.responsive {
        padding-inline: 1.5rem;
    }

    body{
        font-size:1rem;
        line-height: 1.35rem;
        }
        

    h1{font-size:2rem;}
    h2{font-size:1.6rem;}
    h3{font-size:1.5rem;}
    h4{font-size:1.3rem;}
    h5{font-size:1rem;}

}