<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
}
#imgFrame
{
    float: left;
    height: auto;
    width: auto;
    margin-left: 20px;
}
#imgFrame img 
{
    width: 206px;
    height: auto;
}
#contactInfobox
{
    float: left;
    margin-left: 1%;
}
.contactInfoPoint li
{
        padding-top: 50px;
        font-weight: bold;
}
.contactInfoPoint li:first-of-type
{
     padding-top: 0px;
}
#contactInfo, #namePlateInfo
{
    list-style-type: none;
    text-align: center;
}
#namePlateInfo li
{
    padding-top: 10px;
}
#namePlate
{
    margin-top: 5px;
    font-weight: bold;
    width:  206px;
}
#bio
{
    width: 700px;
}
#bio h3
{
    text-align: left;
    padding-left:  20px;
    color: #000;
}
#bio p, #bio ul
{
    padding-left:  60px;
}
#bio li
{
    padding-top: 10px;
    list-style-type: none;
}
#bio
{
    width: 80%;
}

.qoute
{
    margin-left: 10px;
    margin-top: 1em;
    margin-bottom: 1em;
}


/*
Media Requests    
*/
/*
@media only screen and (max-width: 520px) 
{
    #imgFrame
    {
        float: left;
        width: 103px;
        height: 155px;
        margin-left: 20px;
    }
    #imgFrame img 
    {
        width: auto;
        height: 155px;
    }
    #contactInfobox
    {
        float: left;
        width: 30%;
    }
    .contactInfoPoint li
    {
        padding-top: 10px;
        font-weight: bold;
        text-align: left;
    }
    .contactInfoPoint ul
    {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 521px) 
{
    #imgFrame
    {
        float: left;
        height: auto;
        width: auto;
        margin-left: 23%;
    }
    #imgFrame img 
    {
        width: 206px;
        height: auto;
    }
    #contactInfobox
    {
        float: left;
        margin-left: 1%;
    }
    .contactInfoPoint li
    {
         padding-top: 25px;
         font-weight: bold;
    }
    
}

@media only screen and (min-width: 604px) 
{
    #imgFrame
    {
        float: left;
        height: auto;
        width: auto;
        margin-left: 20px;
    }
    #imgFrame img 
    {
        width: 206px;
        height: auto;
    }
    #contactInfobox
    {
        float: left;
        margin-left: 1%;
    }
    .contactInfoPoint li
    {
         padding-top: 50px;
         font-weight: bold;
    }
}*/

</pre></body></html>