/*---- MAIN-PERSON-STY CSS dimensions ----*/
/*----PERSON STYLING----*/
.personItem {
    width: 200px;
    height: 380px;
    margin: 0 2em 1em 0;
}
.personItem h1 {
    font-size: 1.6em;
    padding-bottom: 0.5em;
}
.personItem h2 {
    bottom: 1.5em;
    font-size: 1.2em;
}
.personItem i {
    margin-left: 0.5em;
    font-size: 0.8em;
    vertical-align: 2px;
}
.personItem img {
    /*margin-right: 10px;*/
    margin-bottom: 5px;
}
/*.personDesc {
    padding-left: 125px;
    height: 125px;
}*/
.personLinks {
    margin: 1em 0 0 0;
}
/*----------------------*/
/*---- ----*/