
@media screen and (min-width: 22em){ */

    .page-title-notes { 
        font-size: calc( 12px + 2*(100vw - 264px) / (800 - 400) );
        /* font-size: 1px; */
     }
} 

.page-title {
    color:rgba(22, 22, 77, 0.918);
    font-weight: bold;
    text-align: center;
    }


.page-title-notes{
    color:rgba(21, 24, 21, 0.747);
    /* color:rgba(87, 66, 87, 0.747); */
    font-size: .8rem;
    /* font-size: calc( 15px + 0.8*(100vw - 264px) / (800 - 400) ); */
    line-height: 1rem;
}

.page-warning-notes{
        color:rgba(77, 22, 77, 0.747)
}

.page-notes{
    color:rgba(77, 22, 77, 0.747)
}

.page-foot-notes{
    color:rgba(77, 22, 77, 0.747)
}