﻿#resume {
    background-color: white;
    font-family: Georgia;
    color: black;
    position: relative;
    font-size: 16pt;
    overflow: auto;
    padding: 10px;
}

    #resume > header {
        position: relative;
        padding-bottom: 50px;
        border-bottom: 1px solid gray;
        text-align: center;
    }

    #resume a {
        text-decoration: none;
        color: forestgreen
    }

    #resume > header > h1 {
        text-align: center;
        font-size: 50pt;
        text-transform: uppercase;
        font-weight: normal;
        margin-bottom: 0;
    }

    #resume h1 > span:first-of-type {
        color: gray
    }

    #resume h1 > span:last-of-type {
        color: gray
    }

    #resume > section {
    }

        #resume > section > p {
            text-align: center;
        }

    #resume fieldset {
        border-style: none;
        border-left: dotted gray 5px;
    }

        #resume fieldset > legend {
            font-size: 18pt;
            text-transform: uppercase;
            font-weight: bold;
        }

    #resume h2 {
        font-size: 18pt;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom:5px;
    }

    #resume h3 {
        font-size: 16pt;
        margin-top: 5px;
        color: forestgreen;
    }

    #resume div.flex {
        display: flex;
    }

        #resume div.flex > div {
            flex: auto
        }
@media print {
    #resume {
        position:fixed;
        left:0;right:0;top:0;
        height:100%;

    }
    #resume > header h1 {
        margin-top:10px;
    }



}
