/* @page{
    size: A4;
    margin: 0;
} */
@media print{

    html{
        --offsettop: 5px;
    }

    html{
        font-size: 75%;
        /* width: 210mm;
        height: 297mm; */
    }
    .web{
        display: none;
    }
    a{
        text-decoration: underline !important;
        flex:none;
    }

    h1{
        font-size:1.2em !important;
    }

    h2{
        font-size: 1em !important;
    }
    h3{
        font-size:0.90em !important;
        padding-bottom: 0px !important;
        padding-top: 8px !important;
    }
    h4{ 
        padding: 0 !important;
        margin: 0 !important;
        font-size:0.85em !important;
    }
    h5{
        font-size: 0.75em;
    }
    p, ul, li{
        font-size: 0.84em !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .printvis{
        display: inherit !important;
    }
    li{
        width:85vw;
        display: flex;
    }
    .description li:before{
        content: "•";
        /* content: ⋅•; */
    }
    .description ul li:before{
        content: "⋅";
    }
    .description ul li{
        padding-left: 10px !important;
        font-size: 1em !important;
    }
    #bio{
        overflow: visible !important;
    }
    .section{
        width: 100%;
    }

    .participants {
        width: 85vw;
        font-size: 0.7em !important;
    }

    .context{
        display: flex;
        flex-direction: row;
        width: 90%;
        padding-top: var(--offsettop);
    }

    .context > .role {
        width: 39%;
        /* color:blue; */
    }

    .context > .location{
        width: 30%;
        padding-top: var(--offsettop) !important;
    }
    .sidenote{
        font-size: 0.65em;
    }
    
    .context > .date{
        width: 30%;
        text-align: right;
        padding-top: var(--offsettop) !important;
    }
    .pubaward{
        width: 80%;
    }
    .awarddate{
        width:19% !important;
    }

    /* .context p {
        padding-top: 30px !important;
    } */

    #contact {
        display: none;
    }
    #mainmenu{
        display: none !important;
    }

    #content{
        top:2vh !important;
    }
    #bio{
        gap: 0 !important;
        height:100%;
    }
    #top{
        display: flex;
        flex-direction: horizontal;
        width: 100%;
        gap: inherit;
    }

    .skills{
        width:30%;
    }

    /* #bio h3{
        padding-top: 1.25vh !important;
    } */

    #top h4{
        padding-top: var(--offsettop) !important;
    }
    #bio h5{
        padding-top: 0 !important;
        padding-bottom: 3px !important;
    }

    /* a {
        text-decoration: none !important;
    }  */
    
    
} 
