body {
    background-color: #ede7e1;
}


h1, h2 {
    color: #5a228b;
    margin-bottom: 20px;
    font-family: 'Lobster', cursive;
}

h6{
    font-family: Inconsolata', monospace;
}

p {
    font-family: 'Inconsolata', monospace;
    font-weight: 400;
    margin-bottom: 5px;
}

#special {
    color: yellow;
}

.hero {
    padding-top: 100px;
    padding-bottom: 50px;
}

.bg-purple {
    background-color: #5a228b;
}

.brand-text{
    color:yellow;
}

.brand-image {
    height: 24px;
}

.nav-item {
    margin-right: 3px;
}

.nav-item:hover {
    color: yellow;
}


.divider-image {
    margin-bottom: 20px;
    border-radius: 10px;
    width: 80%;
}

.card {
    background-color: transparent;
    border: 0;
}

.logo-image {
    height: 24px;
    margin-top: 20px;
}

.btn-primary {
    background-color: #5a228b;
    border-color: #5a228b;
}

.footer {
    background-color:  #5a228b;
}

.footer-link {
    text-decoration: none;
    color: white;
}

.text-white{
    color: white;
}

.main {
    padding-top: 100px;
}

.content-holder {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid lightgrey;
}

.individual-chapter-holder{
    margin-bottom: 30px;
}

.chapter-number {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: -3px;
    font-family: Inconsolata', monospace;
}

.chapter-link {
    text-decoration: underline;
    color: black;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: Inconsolata', monospace;
}