@charset "UTF-8";
/* CSS Document */


/* =========================================================
ZENA HALPERN MAP WEBSITE
Updated stylesheet
========================================================= */
/* ---------- Page ---------- */
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
body {
margin: 0;
padding: 0;
background-color: #f7f5f1;
color: #3f3a38;
font-family: Arial, Helvetica, sans-serif;
}
/* ---------- Main text ---------- */
.Body {
color: #3f3a38;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 1.25;
/* At least 1/4 inch on both sides */
margin-left: 0.5in;
margin-right: 0.5in;

/* Space between paragraphs */
margin-top: 0;
margin-bottom: .75rem;

padding: 0;

text-align: left;
text-decoration: none;
}
/* ---------- Main title ---------- */
.paragraph_style {
color: rgb(37, 74, 255);
font-family: Arial, "Times New Roman", serif;
font-size: clamp(2rem, 5vw, 3rem);
font-style: normal;
font-weight: 700;
line-height: 1.15;
margin: 0 0 2rem;
padding: 0;

text-align: center;
}
/* ---------- Large title ---------- */
.paragraph_style_1 {
color: #173f5f;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(2rem, 5vw, 3rem);
font-weight: 700;
line-height: 1.15;
margin: 0 0 2rem;
padding: 0;

text-align: center;
}
/* ---------- Section headings ---------- */
.style_2 {
display: block;
color: #173f5f;
font-family: Georgia, "Times New Roman", serif;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.25;

margin-top: 3rem;
margin-bottom: 1rem;
padding-bottom: 0.5rem;

border-bottom: 2px solid #c9a227;
}
/* ---------- Standard headings ---------- */
h1.Body,
h2.Body,
h3.Body {
color: #292522;
font-family: Georgia, "Times New Roman", serif;
font-weight: 700;
}
h1.Body {
font-size: 1.35rem;
line-height: 1.5;
margin-top: 2rem;
margin-bottom: 1.5rem;
}
h2.Body {
font-size: 1.35rem;
line-height: 1.5;
margin-top: 2.5rem;
margin-bottom: 1.5rem;
}
h3.Body {
font-size: 1.1rem;
line-height: 1.6;
margin-top: 2rem;
margin-bottom: 1.5rem;
}
/* ---------- Links ---------- */
a {
color: #175a7a;
text-decoration: underline;
text-decoration-color: #c9a227;
text-underline-offset: 3px;
}
a {
color: #5c5870;
}
a {
color: #9a7410;
text-decoration-thickness: 2px;
}
/* ---------- Images ---------- */
img {
max-width: 100%;
height: auto;
border: none;
}
/* ---------- Map image ---------- */
.map-image {
display: block;
width: min(100%, 650px);
height: auto;
margin: 2rem auto 3rem;

border: 1px solid #c8c0b5;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
/* ---------- Portrait / historical images ---------- */
.portrait {
display: block;
width: min(100%, 264px);
height: auto;
margin: 2rem auto 1rem;

border: 1px solid #c8c0b5;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
/* ---------- Captions ---------- */
.paragraph_style_4,
.paragraph_style_3 {
color: #3f3a38;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: 700;
line-height: 1.4;
margin: 0 0 1rem;
padding: 0;

text-align: left;
}
.paragraph_style_5 {
color: #3f3a38;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
line-height: 1.5;
margin: 0 0 1.5rem;
padding: 0;

text-align: left;
}

figure {
    margin-bottom: 1rem;
}




/* ---------- Centered footer ---------- */
.paragraph_style_2 {
color: #3f3a38;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: 700;
line-height: 1.4;
margin: 2rem 0 1rem;
padding: 0;

text-align: center;
}
/* ---------- Older classes retained for compatibility ---------- */
.style_3 {
color: #3f3a38;
font-family: Verdana, sans-serif;
font-size: 12px;
line-height: 1.5;
}
.style_4 {
color: #000;
font-family: Verdana, sans-serif;
font-size: 10px;
line-height: 1.5;
}
.style_5 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.5;
}
.style {
padding: 4px;
}
.Normal {
padding: 4px;
}
.Header {
color: #173f5f;
font-family: Georgia, "Times New Roman", serif;
font-size: 2.5rem;
font-weight: 700;
line-height: 1.2;
text-align: center;
}
/* ---------- Legacy compatibility ---------- */
.style_SkipStroke,
.style_SkipStroke_1,
.graphic_generic_header_textbox_style_default_SkipStroke {
background: transparent;
}
.style_SkipStroke {
float: left;
margin: 6px 6px 6px 0;
}
.style_External_630_869,
.Normal_External_630_869 {
position: relative;
}
.InlineBlock {
display: inline;
}
.inline-block {
vertical-align: baseline;
margin-bottom: 0.3em;
}
div.paragraph {
position: relative;
}
div {
overflow: visible;
}
/* ---------- Small/legacy spacer classes ---------- */
.bumper,
.spacer,
.tinyText {
font-size: 1px;
line-height: 1px;
}
/* ---------- Mobile ---------- */
@media (max-width: 600px) {
.Body {
    /*
     * Still maintains the 1/4-inch minimum
     * side margin on phones.
     */
    margin-left: 0.25in;
    margin-right: 0.25in;

    font-size: 16px;
    line-height: 1.65;
}

.paragraph_style,
.paragraph_style_1 {
    font-size: 2rem;
    line-height: 1.15;
}

.style_2 {
    font-size: 1.5rem;
    line-height: 1.3;

    margin-top: 2.5rem;
}

h1.Body {
    font-size: 1.25rem;
}

h2.Body {
    font-size: 1.25rem;
}

h3.Body {
    font-size: 1.05rem;
}

.map-image {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}
}




h1 {
    color: #173f5f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.15;
    text-align: center;
    margin: 0 0 2rem;
}

h2 {
    color: #173f5f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.8rem;
    line-height: 1.25;
    margin: 3rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #c9a227;
}

h3 {
    color: #292522;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 2rem 0 1rem;
}

.Body img {
    display: block;
    margin-bottom: 0;
}

.Body:has(img) {
    margin-bottom: 0.25rem;
}















/* ---------- Larger screens ---------- */
@media (min-width: 1000px) {
.Body {
    /*
     * The 1/4-inch margin is the minimum.
     * On large screens, keep the text from
     * becoming excessively wide.
     */
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
}
