html, body {
    font-family: Helvetica, sans-serif;
    background-color: #000;
    background-image: url('../Images/tfbg.jpg');
    background-repeat: repeat-x;
    background-attachment: fixed;
    color: white;
}

a {
    color: red;
}

h1 {
    font-family: 'Russo One', Helvetica, sans-serif;
    font-weight: normal;
    font-size: 3.5em;
    text-align: center;
    margin: 0;
    margin-top: 0.5em
}

h2 {
    font-family: 'Russo One', Helvetica, sans-serif;
    font-weight: normal;
    font-size: 2.5em;
    text-align: center;
    margin: 0;
    margin-top: 0.5em
}

div.mainbody {
    max-width: 1111px;
    margin: auto;
    background-color: #000;
    border: 2px solid #333;
}

header > img {
    max-width: 1111px;
}

ul.navmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li.navmenuitem {
    float: left;
}

    li.navmenuitem a {
        font-family: 'Russo One', Helvetica, sans-serif;
        font-weight: normal;
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

        /* Change the link color to #111 (black) on hover */
        li.navmenuitem a:hover {
            background-color: #8000d9;
        }

li.active {
    background-color: #d90000;
}

.site-footer {
    max-width: 1000px;
    margin: auto;
    color: white;
    font-size: small;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .site-footer a {
        color: white;
        text-decoration: none;
    }

        .site-footer a:hover {
            text-decoration: underline;
        }

div.content {
    background-color: black;
    max-width: 800px;
    margin: auto;
}

    div.content img {
        max-width: 750px;
    }

.frontimage {
    padding: 40px;
    margin: auto;
    display: block;
}

table.quotebox {
    width: 500px;
    margin: auto;
    margin-top: 20px;
    border-spacing: 10px;
}

table.botquote {
    border: red 2px solid;
}

table.conquote {
    border: rebeccapurple 2px solid;
}

table.quotebox img.con {
    border: 5px outset rebeccapurple;
}

table.quotebox img.bot {
    border: 5px outset red;
}

.timestreams {
    border-spacing: 0;
}

    .timestreams img {
        max-width: 400px !important;
    }

.timestreamcontainer {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
    .timestreamcontainer img {
        max-width: 350px !important;
    }

p.intro {
    font-style: italic;
}

p.eptitle {
    font-weight: bold;
}

h3 {
    font-family: 'Russo One', Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.5em;
    text-align: center;
    margin: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

    h3.nextshow {
        float: right;
    }

    h3.prevshow {
        float: left;
    }

.datatrack {
    margin: auto;
    display: block;
}

.openingdialog {
    text-align: center;
    font-style: italic;
    padding: 20px 0;
}
.chapterlist {
    text-align: center;
    padding: 20px 0;
    font-size: 1.75em;
}

.storybreak {
    width: 20%;
    border: 2px solid red;
    border-radius: 15px;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #333;
    color: white;
    margin: 20px 0 0 0;
}
    ul.breadcrumb li {
        display: inline;
        font-size: 18px;
    }
        ul.breadcrumb li + li:before {
            padding: 1px;
            color: white;
            content: "/\00a0";
        }
        ul.breadcrumb li a {
            color: red;
            text-decoration: none;
        }
            ul.breadcrumb li a:hover {
                color: #8000d9;
                text-decoration: underline;
            }

.headcanons{ margin:auto; }
.headcanons td{
    padding: 5px;
}