/* custom css */

.storybodyboldcentered {
    font-size: 0.8rem;
    text-align: center;
    font-weight: 500;
}
.storybodyboldcenteredbig {
    font-size: 1.0rem;
    text-align: center;
    font-weight: 500;
}
.storybodyboldcenteredbigred {
    font-size: 1.0rem;
    color: rgba(255,0,0,1.00);
    text-align: center;
    font-weight: 500;
}
.storybodyboldcenteredblue {
    font-size: 0.8rem;
    color: rgba(0,0,204,1.00);
    text-align: center;
    font-weight: 500;
}
.storybodycentered {
    font-size: 0.8rem;
    text-align: center;
}
.quotesred {
    font-size: 1rem;
    color: rgba(255,0,0,1.00);
	font-weight: 600;
}
.boldunderlined {
    font-size: 0.8rem;
    text-decoration: underline;
    background-color: rgba(255,255,153,1.00);
    font-weight: 500;
}
.boldunderlinedbig {
    font-size: 1.1rem;
    text-decoration: underline;
    background-color: rgba(255,255,153,1.00);
    font-weight: 500;
}
.boldunderlinedred {
    font-size: 0.8rem;
    color: rgba(255,255,255,1.00);
    text-decoration: underline;
    background-color: rgba(255,0,0,1.00);
    font-weight: 500;
}
.leftheading1 {
    font-size: 1.0rem;
    color: rgba(102,0,0,1.00);
    text-align: left;
    font-weight: 600;
}
.leftheading2 {
    font-size: 1.0rem;
    color: rgba(102,0,0,1.00);
    text-align: left;
    font-weight: 600;
}
.subheading1 {
    font-size: 1.1rem;
    text-align: center;
    font-weight: 500;
}
.subheading2 {
    font-family: "Courier New", Courier, monospace;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 500;
}
.title {
    font-family: "Courier New", Courier, monospace;
    font-size: 1.1rem;
    color: rgba(3,0,27,1.00);
    text-align: center;
    font-weight: 500;
}

@media (min-width: 576px) {
.storybodyboldcentered {
    font-size: 1.0rem;
    text-align: center;
    font-weight: 500;
}
.storybodyboldcenteredbig {
    font-size: 1.2rem;
    text-align: center;
    font-weight: 500;
}
.storybodyboldcenteredbigred {
    font-size: 1.2rem;
    color: rgba(255,0,0,1.00);
    text-align: center;
    font-weight: 500;
}
.storybodyboldcenteredblue {
    font-size: 1.0rem;
    color: rgba(0,0,204,1.00);
    text-align: center;
    font-weight: 500;
}
.storybodycentered {
    font-size: 1.0rem;
    text-align: center;
}
.boldunderlined {
    font-size: 1.0rem;
    text-decoration: underline;
    background-color: rgba(255,255,153,1.00);
    font-weight: 500;
}
.boldunderlinedbig {
    font-size: 1.4rem;
    text-decoration: underline;
    background-color: rgba(255,255,153,1.00);
    font-weight: 500;
}
.boldunderlinedred {
    font-size: 1.0rem;
    color: rgba(255,255,255,1.00);
    text-decoration: underline;
    background-color: rgba(255,0,0,1.00);
    font-weight: 500;
}
.leftheading1 {
    font-size: 1.2rem;
    color: rgba(102,0,0,1.00);
    text-align: left;
    font-weight: 600;
}
.leftheading2 {
    font-size: 1.1rem;
    color: rgba(102,0,0,1.00);
    text-align: left;
    font-weight: 600;
}
.subheading1 {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 500;
}
.subheading2 {
    font-family: "Courier New", Courier, monospace;
    font-size: 1.4rem;
    text-align: center;
    font-weight: 500;
}
.title {
    font-family: "Courier New", Courier, monospace;
    font-size: 1.4rem;
    color: rgba(3,0,27,1.00);
    text-align: center;
    font-weight: 500;
}
}
