/* General Site Styles */
body {
    height: 100vh;
    display: flex;
    flex-direction: column;
    margin-bottom: none;
}

nav,
footer {
    flex-grow: 0;
    flex-shrink: 0;
}

footer {
    background-color: #f1f1f1;
}

main {
    flex-grow: 1;
    flex-shrink: 0;
}

.right-link {
    float: right;
}

.skip {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip:focus {
    position: static;
    width: auto;
    height: auto;
}
