/*#main_body {
    flex-wrap: wrap;
}

#journal_welcome {
    flex-basis: 100%;
}
#story_section {
    flex-basis: 700px;
    flex-grow: 0;
    flex-shrink: 0;
}

*/

/*#journal_aside .star_background {
    margin-left: 20px;
    width: 300px;
}*/

/*UNUSED???
 * 
 * 

.journal_entry {
    margin: 2em 0em;
    text-align: center;
    
    
} */
} 
/*
.journal_iframe {
    background-color: rgba(0, 0, 0, 0.5);
	border: 5px solid thistle;
    display: block;
	margin: 1em;
	padding: 0.5em;
}
*/

#js_content_div {
    background-image: url("/Media/Website_Images/candle_background.jpg");
    background-size: 100%;
}




/* styles for enties via js */
#js-content {
    height: 1000px;
    overflow: auto;
    padding: 1.5em;
    width: 900px;
}

/* styles for poem pages */

.entry_content {
    flex-basis: 100%;
}

.entry_image {
    border: 5px solid thistle;
    width: 500px;
}

.poem_verse  {
    display: block;
    margin: 2em 0em;
}

.poem_verse p{
    line-height: 1.5em;
}









