/* serif font */


body {
    position: absolute;
    overflow-y: scroll;
    top: 0px;
    right: 0px;
    margin: 0;
    padding: 0;
    touch-action: manipulation;
    height: 10037px;
    width: 100vw;
    /* background-size: 120%;
    background-position: 0px 185px;
    background-repeat: repeat-x; */
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
}
.backgroundImage {
    position: absolute;
    top: 185px;
    left: 0px;
    height: 12000px;
    width: 100vw;
    overflow-x: hidden;
    background-image: url("Photos/long\ photo\ 3.png");
    background-repeat: none;
    /* transform-origin: top left;
    transform: scale(1.2); */
    z-index: -1;
}
.backgroundExtra {
    position: absolute;
    top: 11788px;
    left: 0px;
    height: 2800px;
    width: 100vw;
    overflow-x: hidden;
    background-image: url("Photos/long\ photo\ extra.png");
    background-repeat: none;
    /* transform-origin: top left;
    transform: scale(1.2); */
    z-index: -1;
}

.sectionDividersContainer{
    position: absolute;
    top: 1890px;
    height: 650px;
    width: 100vw;
    overflow: hidden;
}
.sectionDividers {
    background-color: rgba(214, 131, 6, 0.479);
    left: -390px;
    height: 0px; 
    width: 200vw;

    z-index: -1;
    transform: rotate(-33deg);
}

.font-1 {
    font-size: 85px;
}

.font-2 {
    font-size: 45px;
}

.font-3 {
    font-size: 35px;
}



div {
    position: absolute;
}

.intro {
    text-align: right;
    font-size: 90px; 
    color: #263c47;
    width: 100vw; 
}

.button{
    padding: 10px 40px;
    border-radius: 15px;
    background-color: black;
    color: #e2e3e4;
    border: none;
}

.text-box{
    margin: 700px 10vw 0px; 
    padding: 100px 90px 100px; 
    background-color: beige; 
    border: 2px solid black; 
    border-radius: 20px;
}





