/*==================================================
    About page
    (biography + CV combined — reuses works.css /
    biography-page.css / cv-page.css, this file just
    trims the spacing so the two sections read as one
    continuous page instead of two stacked pages)
==================================================*/

.about-page .bio-page{

    margin-bottom:0;

}


/* The bio ends and the CV section begins on the same page with no
   intro heading/button between them anymore — give it breathing
   room so the two sections still read as distinct. */

.about-page .cv-page{

    margin-top:90px;

}


.about-page .cv-page .cv-section:first-of-type{

    margin-top:0;

}


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

    .about-page .cv-page{
        margin-top:56px;
    }

}
