@media print {
    header {
        height: 100px;
    }

    body {
        background-color: white;
        font-family: Georgia, 'Times New Roman', Times, serif;
        color: black;
        font-size: 14pt;
    }

    img {
        max-width: 300px;
    }

    @page {
        margin: 0.5cm;
    }

    h1 {
        font-size: 24pt
    }

    h2 {
        font-size: 18pt;
    }

    h3 {
        font-size: 16pt;
    }

    .centered {
        font-size: 14pt;
    }

    .information ul li img {
        display: none;
    }

    .column a:after {
        content: " (" attr(href) ")";
        font-size: 100%;
    }

    .top-text a:after {
        content: " (" attr(href) ")";
        font-size: 80%;
    }

    .top-text h1{
        font-size:20pt;
    }

    .menu a {
        display: none;
    }

    video{
        display:none;
    }
    .inc a:after {
        content: " (" attr(href) ")";
        font-size: 100%;
    }

    .inc{
        width:30%;
    }

    .inc img{
        max-width:100px;
    }
    #career {
        padding:0px;
        height:50px;
    }

    #home {
        padding:0px;
        height:50px;
    }

    #education{
        padding:0px;
        height:50px;
    }
}
