footer {
    width: 100%;
    background: white;
    color: #727272;
    text-align: center;
    vertical-align: middle;
    font-size: 0.9rem;
}

footer p {
    width: 100%;
    height: 100%;
    margin: auto;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

#family_pics {
    display: block;
    width: 100%;
    height: auto;
    max-width: 700px;
    max-height: 700px;
}

@media only screen and (min-width: 860px) {
    footer {
        position: absolute;
        bottom: 0;
    }
}

/* Offsets page content below the fixed-top navbar so it isn't hidden underneath it. */
#main_content {
    padding-top: 56px;
}

@media (min-width: 768px) {
    #main_content {
        padding-top: 64px;
    }
}

/* Hidden until keyboard-focused, per WCAG 2.4.1 (Bypass Blocks). */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 1050;
    padding: 0.5rem 1rem;
    background: #fff;
    color: #212529;
}

.skip-link:focus {
    top: 0;
}
