/* Custom CSS styling */
iframe {
    display: block;
    border-style: none;
    margin: auto;
    height: 240px;
    width: 480px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    text-align: center;
}

.headshots {
    border-radius: 50%;
}

.section-image {
    width: 90%;
}

#banner-about-us {
    background-attachment: scroll, fixed;
    background-color: #666;
    background-image: url("images/overlay.png"), url("../../images/group-photo-banner.jpg");
    background-position: top left, center center;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    color: #fff;
    padding: 22em 0 20em 0;
    text-align: center;
}


#banner-about-us :last-child {
    margin-bottom: 0;
}

#banner-about-us p {
    color: #000;
}

#banner h2 {
    font-size: 3.5em;
    line-height: 1em;
    margin: 0 0 0.5em 0;
    padding: 0;
}