body.biography {
    /*background:#000 url(../images/saltie_bg02.jpg) no-repeat right bottom;*/ 
    /*background:#000 url(../images/bio_0605.jpg) no-repeat right top;*/ 
    background:#000 url(../images/bio_0605.jpg) no-repeat right 91px; 
    min-height:100%;
    background-color: #000;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-attachment: fixed;
}   

div.biographyarea div,
div.biographyarea p,
div.biographyarea a{
    color: white;
}

#myName{
  /*font-family: "Roboto Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;*/
            font-family: 'icomoon'; 
            font-size: 2.0rem;
            margin-bottom: 2rem;
            font-weight: bold;
}

.profText{
    line-height: 1.75rem;
    font-size: 1rem;
    
}

@media screen and (max-width: 1700px) {
    .profText{
            text-shadow:1px 1px 1px #000000 , -1px -1px 1px #000000;
    }
}