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


/* =========================================================
   GIZATHRONE WEBSITE
   Clean 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;

    margin-left: 0.5in;
    margin-right: 0.5in;
    margin-top: 0;
    margin-bottom: 0.75rem;

    padding: 0;

    text-align: left;
    text-decoration: none;
}


/* =========================================================
   SEMANTIC HEADINGS
   ---------------------------------------------------------
   H1-H6 do NOT impose their own visual appearance.

   The class applied to the heading controls its:
   - font
   - size
   - color
   - weight
   - line height
   - alignment
   - decoration

   This allows existing classes such as:
   .Body
   .paragraph_style
   .paragraph_style_1
   .style_2
   etc.
   to continue controlling the appearance.
   ========================================================= */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit;
    text-decoration: inherit;

    margin: 0;
    padding: 0;
}


/* =========================================================
   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-style: normal;
    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;
}


/* =========================================================
   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;
}


/* =========================================================
   FIGURES
   ========================================================= */

figure {
    margin-bottom: 1rem;
}


/* =========================================================
   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;
}


/* =========================================================
   LINKS
   ========================================================= */

a {
    color: #9a7410;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #c9a227;
    text-underline-offset: 3px;
}


/* =========================================================
   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);
}


/* =========================================================
   BODY IMAGES
   ========================================================= */

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

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


/* =========================================================
   OLDER / LEGACY CLASSES
   ---------------------------------------------------------
   Retained for compatibility with existing site content.
   ========================================================= */

.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 SPACERS
   ========================================================= */

.bumper,
.spacer,
.tinyText {
    font-size: 1px;
    line-height: 1px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .Body {
        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;
    }

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


/* =========================================================
   LARGER SCREENS
   ========================================================= */

@media (min-width: 1000px) {

    .Body {
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
    }
}