

.pagesWrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    background: #111;
}
.contentWrapper::-webkit-scrollbar { display: none;}

.contentWrapper {

    border-color: black;
    border-radius: 3rem;
    display: flex;

    flex-direction: column;
    position: relative;
    gap: 1rem;
    flex: 1;
    border-radius: 2dvh;
    overflow-y: auto;
    color: white;
    margin-top: 5rem;
    z-index: 1;
    /* background: linear-gradient(90deg,rgb(0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%); */

}

.titleWrapper {
    display: flex;
    flex-direction: column;
    width: fit-content;
    border-radius: 1rem;

    padding-top: 10px;

}

.zionWrapper {
     background: linear-gradient(90deg,rgb(0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%),
     url(../images/noise1.jpg) repeat 0 0 / auto, 
     url(../images/zionbg.jpg);   
     background-blend-mode: multiply;  
}

.backgroundImg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-width: 800px;
    background: linear-gradient(90deg,rgb(0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
    mix-blend-mode: multiply;

}
.backgroundGrain{
    position: absolute;
    overscroll-behavior: none;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    background-image: url(../images/noise1.jpg);
    background-repeat: repeat;
    z-index: -1;
    opacity: 0.25;
    mix-blend-mode: multiply;

}


.box{
    position: relative;
    border-radius: 2dvh;
    padding: 1dvh;
    height: fit-content;
    width: 100%;
    z-index: 1;
}

.copyBox{
    display: flex;
    flex-direction: column;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    max-width: 50rem;
    gap: 1rem;

}

.copyWrapper{
    display: flex;
    flex-direction: column;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    width: 100%;
    max-width: 700px;
    gap: 1rem;
    line-height: 2rem;
    padding-bottom: 2rem;
    background: #111;
    padding: 10px;
    /* align-self: center; */
}

.quoteBox {
    position: relative;

    border-radius: 5px;
    font-size: 1.8rem;



}

.title{
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    /* font-family: "Newsreader", serif; */
    font-weight: light;
    font-size: 3rem;

}

.videoWrapper {
    display: flex;
    flex-direction: column;
    border: none;
    width: 100%;
    max-width: 1200px;
    max-height: 80vh;
    justify-content: flex-start;
    padding: 5px;
}


.sixteenNine {
    aspect-ratio: 16 / 9;
}

.sixteenSeven{
    aspect-ratio: 16 / 7;
}

.iframeVideo {
    transform-origin: left top;
    border: none;
    height: 100%;
    align-self: stretch;
    flex-shrink: 0;
}

.imageWrapper{
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

img{
    max-width: 100%;
}

.creditBox{
    position: relative;
    top: 2rem;
    text-align: right;
    padding-right: 1rem;
    

    
}

.copyBg{
    position: relative;
    width: 100dvw;
    background: #111;
    display: flex;
    flex-direction: column;

}

.centered {
    align-self: center;
}

.headshot {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: calc(10px + 1dvh);
    aspect-ratio: 10/11;
    overflow: hidden;
}



.boxBookstoreVid{
    position: relative;
    height: fit-content;
    width: 100%;
    z-index: 1;
    margin: none;
    padding: 0;
}

.grainVid {
      background-size: 50px;
}

.fixing {
    position: relative;
    width: 100%;
    height: 100%;
}

.fixingDiv {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-width: 1200px;
}