*
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html
{
    font-size: 18px;
    background-color: white;
    overflow: scroll;
}

body
{
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 16px;
    background-color: rgb(255,255,255);
}

.MainHeader
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: rgb(207, 230, 255);
    margin-bottom: 1em;
}

.TitleImage
{
    display: inline-block;
    padding: 0.75em;
}

.TitleContainer
{
    display: inline-block;
}

.Title
{
    display: inline-block;
    font-family: 'Welcome';
    font-weight: bold;
    font-size: 5em;
    margin-left: 0.5em;
    padding-top: 0.2em;
}

.SubTitle
{
    display: inline-block;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 1.5em;
}

.Slogan
{
    margin-top: 1em;
    font-family: 'Roboto';
    font-style: italic;
    font-size: 1.25em;
}

.SandyCreekTitle
{
    font-family: 'Windsor Pro';
    font-weight: bold;
    font-size: 2em;
}

.SandyCreekSubTitle
{
    font-family: 'Windsor Pro';
    font-weight: bold;
    font-size: 1.5em;
}


article
{
    font-family: Roboto;
    font-weight: normal;
    font-size: 1em;
    align-self: center;
    max-width: 45em;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2em;
    padding-right: 1.5em;
    padding-left: 1em;
    border-left: transparent solid 8px;
}

    article.MapPage
    {
        max-width: 100%;
    }

h1
{
    font-family: Roboto;
    font-weight: bold;
    font-size: 1.5em;
    padding-top: 0.75em;
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
}

h2
{
    font-family: Roboto;
    font-weight: bold;
    font-size: 1.25em;
    margin-top: 1em;
    margin-bottom: .5em;
    display: flex;
    align-items: center;
}

h3
{
    font-family: Roboto;
    font-weight: bold;
    font-style: italic;
    font-size: 1em;
    margin-top: 0.75em;
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
    padding-left: 2em;
}

p
{
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 2em;
}

    p.QuestionText
    {
        padding-top: 0.25em;
        padding-bottom: 0.25em;
        padding-left: 1em;
    }

ul, ol
{
    padding-left: 4em;
    padding-top: 0.25em;
    line-height: 1;
}

    ul li, ol li
    {
        font-size: 1em;
        line-height: 1;
    }

        ul li:nth-child(n+2), ol li:nth-child(n+2)
        {
            padding-top: 0.5em;
        }

a:link
{
    text-decoration: none;
    color: royalblue;
}

a:visited
{
    color: royalblue;
}

.AgreementArea
{
    border-top: 2px solid darkgray;
    margin-top: 1em;
    padding-top: 1em;
    font-size: 1em;
    font-weight: normal;
    line-height: 150%;
}

.AgreementRecording
{
    font-family: monospace;
    font-size: 0.8125em;
}

h1.Agreement
{
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 0.5em;
}

h2.Agreement
{
    font-weight: bold;
    font-size: 1.15em;
    text-decoration: underline;
}

p.AgreementIndent
{
    margin-left: 2em;
}

img.Topic
{
    max-width: 3em;
    height: auto;
    margin-right: 1em;
}

    img.Topic.Wide
    {
        max-width: 6em;
        height: auto;
        margin-right: 1em;
    }

    img.Topic.Right
    {
        max-width: 4em;
        height: auto;
        margin-left: 0.5em;
    }

img.LeftArrow
{
    max-width: 2em;
    height: auto;
    margin-left: 0.35em;
    margin-right: 0.35em;
}


.NoteHeader
{
    font-weight: bold;
    font-size: 0.8125em;
}

.Note
{
    font-size: 0.8125em;
}

.Map
{
    width: 100%;
    margin: 1em;
}

a:hover, a:focus
{
    color: chocolate;
    cursor: pointer;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.QuestionContainer
{
    display: block;
    border-radius: 13px;
    transform: translateZ(0);
    margin-left: 4em;
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-bottom:0.5em;
    border: 2px solid rgb(2, 109, 203);
    white-space: nowrap;
    box-shadow: 2px 2px 6px rgb(2, 109, 203);
}

img.Question
{
    max-width: 2.5em;
    height: auto;
}

.QuestionMarkBlock
{
    display: inline-block;
    vertical-align: top;
    padding-left: 0.5em;
    padding-top: 0.6em;
    max-width: 3em;
    min-width: 3em;
    width: 3em;
    white-space: normal;
    word-wrap:anywhere;
}

.QuestionBlock
{
    display: inline-block;
    vertical-align: top;
    padding-top: 0.5em;
    white-space: normal;
    word-wrap: anywhere;
    margin-right:4em;
}

.Question
{
    font-weight: bold;
    word-wrap: anywhere;
}

.QuestionText
{
    font-weight: Normal;
    word-wrap: anywhere;
}

.Questioner
{
    font-size: 0.8125em;
    color: rgb(96,96,96);
}

.Answer
{
    font-weight: bold;
}

.AnswerText
{
    font-weight: Normal;
}

.Footer, footer
{
    display: inline-block;
    clear: both;
    bottom: 0;
    width: 100%;
    border-left: 8px;
    margin-top: 2em;
    padding: 1em;
    background-color: rgb(207, 230, 255);
}

.FooterNavRow
{
    display: block;
    padding-top: 1em;
}

.FooterText
{
    font-family: "Roboto";
    font-size: 0.85em;
    display: block;
    color: rgb(96, 96, 96);
    padding-top: 0.5em;
}

.FooterLink
{
    margin-left: 1.5em;
    font-family: "Roboto";
    font-size: 1em;
}
