.section {
    margin-top: 60px;
}
.row {
    margin-left: 0px;
}

/* PEOPLE PAGE */
/* Makes people headshots and bios look right */

.people .span2 {
        height: 280px;
        width: 170px;
        display: block;
        margin-left: 40px;
        margin-bottom: 5px;
}
/* Adapt people pics for front page */
.people-spacing .span2 {
        margin-bottom: 30px;
        margin-right: 50px;
        height: 250px;
}

@media (max-width: 767px) { 
        .people .span2 {
                margin-left: auto;
                margin-right: auto;
        }
}

/* Creates 3 people rows for advisors and staff on home and people pages */
.people .span4 {
        height:  280px;
        display: block;
        margin-bottom: 80px;
}

.people img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.people p {
        text-align: center;
        font-size: 15px;
        margin: 0px;
}

.people .span4 p {
        margin: 0 auto;
}

.people h6 {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        font-family: 'ff-tisa-web-pro', Georgia, Cambria, 'Times New Roman', Times, serif;
        color: rgb(73, 78, 85);
        line-height: 20px;
        margin-top: 20px;
}

.people .icons {
        width: 60px;
        height: 10px;
        display: block;
        margin: 5px auto;
        font-size: 25px;
        text-align: center;
}

.people .icons a {
        text-decoration: none;
        color: rgba(66,63,55,0.15);
        -webkit-transition: color 0.15s;
        -moz-transition: color 0.15s;
        -o-transition: color 0.15s;
        transition: color 0.15s;
}

.people .icons a:hover {
        color: rgb(26, 188, 156);
}