#team-section img {
    max-width: 125px;
}

#map-section h2 {
    line-height: 1.4em;
    text-align: center;
}

#map-section iframe {
    max-height: 400px;
}

#links-section p {
    font-size: 0.9em;
    margin-top: 10px;
    color: #ffffff;
}

#links-section a {
    text-decoration: none;
}

.social-links {
    display: inline-block;
    line-height: 0;
    margin-top: 20px;
}

.social-links a {
    font-size: 18px;
    color: #535866;
    padding: 0 8px;
}

.social-links a:hover {
    color: #31343c;
    text-decoration: none;
}

.color-container {
    height: 100px;
    margin-bottom: 5%;
}

.color-container.blue {
    background-color: #53b2e5;
}

.color-container.dark-gray {
    background-color: #31343c;
}

.cell.logo img {
    max-height: 100px;
    max-width: 100%;
    margin-bottom: 5%;
}
