/* 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; */



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


h1,h2,h3,h4,h5{
    font-family: "neue-haas-grotesk-text", sans-serif;
    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;
}

article{

    max-width: 960px;
    margin: auto;

}

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

.rules,
.intro{
   
background-color: #fefefe;
padding:2rem;
  margin-bottom:1rem;
}

.rules, .intro{
    justify-content: left;
    display: flex;  
    flex-direction: row;  
   
}

.intro{
    flex-wrap: wrap; 
}

.intro p{
    font-size:1rem;

}

.intro>div{
    padding-left:2rem;
}

.rules p {
    font-size: 1rem;
padding-left:2rem;
}

.rules img
{
 height: 128px;
 width: auto;
}

@media only screen and (max-width: 900px) {

    .rules
    {
  display: block;
    }



    .rules p {
        margin-top:2rem;
        padding-left: 0;
        display: block;
        margin-bottom: 0;

    }

    
}

@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;}

}