﻿
/* HEADER */
.head-text {
    background-color: aliceblue;
    font-family: 'Seaford', system-ui, 'Segoe UI', sans-serif;
    font-size: x-large;
    margin-left: 20pt;
    display: flex;
    align-items: center;
    gap: 10pt; /* optional spacing between text and image */
}

.fairwind {
    height: 40pt;
    width: auto;
}

.wavelet {
    height: 20pt;
    width: auto;
    padding: 0;
}

.wavelet-small {
    height: 10pt;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
    display: inline-block; /* or block if stacked vertically */
    vertical-align: middle;
}

body {
    background-color: aliceblue;
    font-family: 'Seaford', system-ui, 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.body-text {
    font-family: 'Seaford', system-ui, 'Segoe UI', sans-serif;
    margin-left: 60pt;
}


/* specific divs */
#container {
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
}

p {
    margin-top: 0;
    text-align: justify;
    color: #000062;
    font-family: 'Seaford', system-ui, 'Segoe UI', sans-serif;
    font-size: 1.1rem;
}

h3 {
    font-family: 'Seaford', system-ui, 'Segoe UI', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #000062;
}

a:link,
a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #003737;
}

a:hover,
a:active {
    text-decoration: underline;
    color: darkgreen;
}

acronym {
    border-bottom: none;
}

.footer-label {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #75A0CC;
    color: #333;
    text-align: center;
    padding: 10px 0;
    font-family: 'Segoe UI', sans-serif;
    font-size: small;
    z-index: 1000;
    border-top: 1px solid #ccc;
}

/* Image Container ------------------------------- */
.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .image-container img {
        display: block;
        width: 100%;
        height: auto;
    }

.image-link {
    height: 25px;
    width: 25px;
}

.Panel-Spacer {
    position: absolute;
    left: 20px;
    width: 60%;
    font-family: 'Seaford', system-ui, 'Segoe UI', sans-serif;
}

/* SEPARATOR */
#intro {
    min-width: 470px;
}

#pageHeader h1 {
    background: transparent url(h1.gif) no-repeat top left;
    margin-top: 10px;
    width: 219px;
    height: 87px;
    float: left;
}

    #pageHeader h1 span {
        display: none;
    }

#pageHeader h2 {
    background: transparent url(h2.gif) no-repeat top left;
    margin-top: 58px;
    margin-bottom: 40px;
    width: 200px;
    height: 18px;
    float: right;
}

    #pageHeader h2 span {
        display: none;
    }

#pageHeader {
    padding-top: 20px;
}

#quickSummary {
    clear: both;
    margin: 20px 20px 20px 10px;
    width: 160px;
    float: left;
}

    #quickSummary p {
        font-family: 'Seaford', system-ui, 'Segoe UI', sans-serif;
        text-align: center;
    }

#preamble {
    clear: right;
    padding: 0px 10px 0 10px;
}

#supportingText {
    padding-left: 10px;
    margin-bottom: 40px;
}

#footer {
    text-align: center;
}

    #footer a:link,
    #footer a:visited {
        margin-right: 20px;
    }

#linkList2 {
    font-family: 'Seaford', system-ui, 'Segoe UI', sans-serif;
    background: transparent url(paper-bg.jpg) top left repeat-y;
    padding: 10px;
    margin-top: 150px;
    width: 130px;
}

#linkList h3.select {
    background: transparent url(h3.gif) no-repeat top left;
    margin: 10px 0 5px 0;
    width: 97px;
    height: 16px;
}

    #linkList h3.select span,
    #linkList h3.favorites span,
    #linkList h3.archives span,
    #linkList h3.resources span {
        display: none;
    }

#linkList h3.favorites {
    background: transparent url(h4.gif) no-repeat top left;
    margin: 25px 0 5px 0;
    width: 60px;
    height: 18px;
}

#linkList h3.archives {
    background: transparent url(h5.gif) no-repeat top left;
    margin: 25px 0 5px 0;
    width: 57px;
    height: 14px;
}

#linkList h3.resources {
    background: transparent url(h6.gif) no-repeat top left;
    margin: 25px 0 5px 0;
    width: 63px;
    height: 10px;
}

#linkList ul {
    margin: 0;
    padding: 0;
}

#linkList li {
    line-height: 2.5ex;
    background: transparent url(cr1.gif) no-repeat top center;
    display: block;
    padding-top: 5px;
    margin-bottom: 5px;
    list-style-type: none;
}

    #linkList li a:link {
        color: #988F5E;
    }

    #linkList li a:visited {
        color: #B3AE94;
    }

#extraDiv1 {
    background: transparent url(cr2.gif) top left no-repeat;
    position: absolute;
    top: 40px;
    right: 0;
    width: 148px;
    height: 110px;
}

.accesskey {
    text-decoration: underline;
}

/* ========== RESPONSIVE: phones/tablets ========== */
@media (max-width: 767px) {
    body {
        font-size: 1rem;
    }

    #container {
        position: relative;
    }

    .overlay-text,
    .overlay-text-mod1 {
        font-size: 1.1rem;
        top: 10px;
        left: 10px;
        padding: 8px 10px;
    }

    .overlay-png {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        position: absolute !important;
        top: -9999px !important;
        left: -9999px !important;
        height: 0 !important;
        width: 0 !important;
    }

    .Panel-Spacer {
        width: 90%;
        left: 10px;
    }

    #intro {
        min-width: 100%;
    }

    #quickSummary,
    #linkList2 {
        float: none;
        width: 90%;
        margin: 10px auto;
    }

    #pageHeader h1,
    #pageHeader h2 {
        float: none;
        display: block;
        margin: 10px auto;
    }

    #footer a {
        display: block;
        margin: 10px 0;
    }
}

@media (prefers-color-scheme: dark) {
    html, body {
        background-color: #ffffff !important;
        color: #000062 !important;
    }

    a, a:visited {
        color: #000062 !important;
    }

    input, textarea, select, button {
        background-color: #ffffff !important;
        color: #000000 !important;
        border: 1px solid #aaa !important;
    }

    /* Any custom containers or classes you're using */
    .head-text,
    .Panel-Spacer,
    .image-container {
        background-color: #ffffff !important;
        color: #000062 !important;
    }
}
