﻿/* h2-6 */
h2, h3, h4, h5, h6 {
    color: #71b2cb
}

/* Containers */
.map-container {
    max-width: 600px;
    margin: 0 auto;
}

    /* Styles for Google Maps iframe in the About page */
    .map-container iframe {
        width: 100%;
        height: 300px;
        border: 0;
    }
