@charset "utf-8";

html{
    scroll-behavior: smooth;
}
body {
    font-family: Palatino, serif;
    color: black;
    background-color: white;
}


h1,h4,h5,h6 {
    font-family: Georgia, serif;
    color: #4E0102;
}
h1 {
    text-align: center;
}
h2 {
    font-family: Georgia, serif;
    color: #4E0102;
    font-size: 120%;
    text-align: center;
}
h3{
    font-family: Baskerville, serif;
    color: #4E0102;
}


em {
    font-weight: bold;
    font-size: 120%;
}


blockquote {
    background: #F0ECEC;
    margin: 1em;
    font-style: italic;
}


#skiplinks {
    width: 100%;
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
#skiplinks a {
    color: black;
}
#skiplinks a:focus {
    position: static;
    width: auto;
    height: auto;
}


.firstLetter {
    font-size: 300%;
    font-family: Luminari, fantasy;
    color: #890000;
}
.firstWord {
    text-transform: uppercase;
    color: #890000;
    text-emphasis: bold;
}


.bolded{
    font-weight: bold;
}


#firstStory {
    color: #890000;
}


#container{
    background-color: antiquewhite;
    background-blend-mode:hue; 
}
#content {
    width: 75%;
    margin: 10px auto;
    background: #FFFDF4;
    padding: 1em 3em;
    border: 10px double #4E0102;
}


#navigation {
    font-family: Georgia, serif;
    font-size: 100%;
    border-top: solid 2px #4E0102;
    border-bottom: solid 2px #4E0102;
    text-align: center;
}
li {
    display: inline;
    list-style-type: none;
}
a:link, a:visited, a:active {
    color: black;
    text-decoration: none;
}
a:hover {
    color: black;
    text-decoration: underline;
}