/* Site-wide layout and background (legacy HTML compatible) */

/* Mobile-first reset */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    overflow-x: hidden;
    background-color: #6699cc;
    background-image: url("/images/bluetis.jpg");
    background-repeat: repeat;
    background-position: 0 0;
    background-attachment: scroll;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

img,
iframe,
video {
    max-width: 100%;
    height: auto;
}

/* Fluid tables: cap legacy fixed widths; pairs with HTML cleanup of pixel width/height attrs */
table {
    max-width: 100%;
    height: auto;
    border-collapse: collapse;
}

td,
th {
    max-width: 100%;
    word-break: break-word;
}

.site-header {
    text-align: center;
    padding: 0.5rem 0;
}

.site-header a {
    display: inline-block;
    line-height: 0;
}

.site-header img {
    border: 0;
    vertical-align: middle;
}

.site-footer {
    margin-top: 2rem;
    padding: 1.25rem 1rem 2rem;
    text-align: center;
    font-size: 0.85rem;
    line-height: 1.55;
    color: #1a2744;
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.site-footer a {
    color: #0b3d6d;
    text-decoration: underline;
}

.site-footer a:hover,
.site-footer a:focus {
    color: #082444;
}

.site-footer__top {
    margin: 0 0 0.75rem;
}

.site-footer__legal {
    margin: 0 0 0.75rem;
}

.site-footer__modified {
    margin: 0;
    color: #333;
}

.site-footer time {
    font-weight: 600;
}
