@charset "UTF-8";
html, body {
    height: 100%;
}

body {
    background-color: #d3cf92
}

#who-am-i-table {
    height: 100%;
    width: 100%;
    display: table;
    color: #736f32;
}

#who-am-i-row {
    display: table-row;
}

#who-am-i-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 0.33em;
    font-size: 2.3em;
}

.wf-loading body, .wf-loading #who-am-i-cell {
    font-family: "Times New Roman"
               , Times
               , serif;
}

.wf-active body, .wf-active #who-am-i-cell {
    font-family: "adobe-garamond-pro"
               , "Adobe Garamond Pro"
               , AGaramond
               , Garamond
               , "Times New Roman"
               , Times
               , serif;
}

#my-name {
    display: inline-table;
    vertical-align: middle;
    text-align: center;
    height: 100%;
}

#my-name-inner {
    display: table-cell;
    vertical-align: middle;
    /* height: 100%; */
    text-align: center;
    background-image: url(site-profile-pic.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-weight: 600;
}

#my-name-is {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#what-am-i {
    text-align: left;
    display: inline-table;
    vertical-align: middle;
}

#what-am-i > li {
    display: table-row;
    line-height: 1.2em;
}

a {
    text-decoration: none;
    color: #332f02;
    font-weight: 600;
    padding-left : 0.2em;
    padding-right: 0.2em;
    transition: color 1s, background-color 0.5s, transform 0.75s;
    -webkit-transition: color 1s, background-color 0.5s, -webkit-transform 0.75s;
    -ms-transition: color 1s, background-color 0.5s, -ms-transform 0.75s;
    -moz-transition: color 1s, background-color 0.5s, -moz-transform 0.75s;
    border-radius: 0.25em;
    display: inline-block;
    border: none;
    cursor: pointer;
}

a:not([href]) {
    cursor: not-allowed;
}

a:focus, a:active {
    outline: none;
}

#what-am-i a:hover {
    /* color: white; */
    background-color: #b3af72;
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
}

#my-name a:hover {
    text-decoration: underline;
}

.acro {
    font-variant: small-caps;
}
.wf-active .acro {
    font-variant: normal;
    text-transform: lowercase;
    -moz-font-feature-settings: 'smcp';
    -moz-font-feature-settings:'smcp=1';
    -webkit-font-feature-settings: 'smcp';
    -ms-font-feature-settings: 'smcp';
    -o-font-feature-settings: 'smcp';
    font-feature-settings: 'smcp';
}

@media (orientation: portrait) {
    #my-name {
        display: block;
        height: auto;
        width: 100%;
        margin: 0.3em;
    }

    #my-name-inner {
        display: inline;
        padding: 1.5em 0;
    }
    #my-name-inner a {
        font-weight: bold;
    }

    #my-name-is {
        display: inline;
    }

    #who-am-i-cell {
        font-size: 1.5em;
    }

    #what-am-i > li {
        display: table-row;
        line-height: 1.7em;
    }

    a {
        text-decoration: underline;
        font-weight: normal;
    }
}
