
h2,h3,h4,h5,h6 {
    font-family: "cinzel";;
    color: black;
}
h1 {
    text-align: center;
    color: black;
    font-family: "cinzel";
    font-size: 40px;
}
h2 {
    border-top: solid 1px 
    #4E0102;
    padding-top: 1em;
    text-align: center;
}
.wrapper{
    color: white;
    margin: 5px auto;
    padding: 5px;
    border: 1px solid;
    border-color: black;
}

.body-text{
    color: #4E0102;
    padding: 20px;
    line-height: 1.2;
    font-family: "quattrocento";
}
blockquote {
    background: #F0ECEC;
    margin:1em;
    font-style: italic;
}
.firstLetter {
    font-size: 300%;
    font-family: Georgia, serif;
    color: #4E0102;
}
#navigation{
    font-family: "cinzel", serif;
    font-size: 100%;
    border: 1px solid;
    text-align: center;
    background-color: #4E0102;
}
li, a{
    display: inline-block;
    justify-content: center;
    padding: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
    color:white;
    text-decoration: none;
}
.footer{
    color: black;
    background: #4E0102;
    padding: 20px;
    text-align: center;
    font-family: "cinzel";
    text-decoration: none;
}

a:hover{
    color:whitesmoke;
    background: rosybrown;
    transition: 0.3s;
}

a:visited{
    color: beige;
}
.firstWord{
    text-transform: uppercase;
}
#firstStory {
    color: #17037A;
}