﻿.biographyBox {
    margin-top: 2%;
    margin-bottom: 2%;
}

.portraitPhoto img {
    margin: 0.5% 3% 2% 2%;
    height: 30%;
    width: 30%;
    box-shadow: #ffffff 10px 10px 10px;
    float: left;
}

.biographyText {
    padding-left: 2%;
    padding-right: 4%;
    font-size: 1.4em;
    padding-bottom: 2%;
    color: white;
}

    .biographyText p {
        text-indent: 2em;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        margin-bottom: 3%;
        text-align: justify;
    }

@media (max-width: 980px) {
    .biographyText {
        padding: 0% 5% 4% 5%;
    }

    .portraitPhoto {
        text-align: center;
        margin-bottom: 5%;
    }

    .portraitPhoto img {
        text-align: center;
        height: 60%;
        width: 60%;
        box-shadow: #000000 0px 0px 10px;
        float: none;
    }
}