/*#main_body {
    flex-wrap: wrap;
}

#story_section {
    border: 5px solid orchid;
    background-size: 100%;
    width: 63%;
}*/

/*#story_aside {
    margin-left: 2%;
    width: 35%;
}*/


/*styles for stories  via js */
#js-content {
    background-image: url("/Media/Website_Images/story_background.jpg");
    color: white;
    height: 1000px;
    overflow: auto;
}

js-content img {
    width: auto;
    height: auto;
}


/* styles js nav 

#js-navigation {
    margin-bottom: 50px;
}

#js-navigation li,
#series_list li {
    font-size: 0.9em;
    margin: 7px 0px;
}

#js-navigation a,
#series_list a {
    color: white;
    text-decoration: none;
    text-wrap: wrap;
}

#js-navigation a:hover,
#series_list a:hover {
    color: pink;
}
*/


/* Random stories styles */

#story_header {
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 100%;
    border-bottom: 5px solid orchid;
    display: flex;
    height: 300px;
    justify-content: center;
}

#story_header a {
    color: white;
}

#story_info {
    color: white;
    margin-left: 2%;
    width: 50%;
}

#story_info a:hover {
    color: orchid;
}

.story_content {
    padding: 1em;
}

.story_content img {
    width: 90%;
}

hr {
    border-top: 5px dotted black;
    width: 50%;
}


/* collections_series styles */

#collections_series_content a {
    color: lightblue;
    text-decoration: none;
}

#collections_series_content a:hover {
    color: orchid;
}

#collections_series_image_a img {
    border: 5px solid orchid;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

#collections_series_image_a img:hover {
    border: 5px solid cornflowerblue;
}

#collection_noncover_img {
    border: 5px solid orchid;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

#collections_series_content {
    margin-left: 30px;
}
