
/* old custom font styles */

.author {
    font-size: 0.54rem;
}
.heading2 {
    font-size: 0.8rem;
    color: rgba(102,0,0,1.00);
}
.heading3 {
    font-size: 0.96rem;
    color: rgba(7,50,0,1.00);
}
.heading3red {
    font-size: 0.96rem;
    color: rgba(164,0,2,1.00);
}
.heading4 {
    font-size: 0.68rem;
    color: rgba(204,0,0,1.00);
}
.heading5 {
    font-size: 0.68rem;
    color: rgba(0,0,204,1.00);
}
.subheading3 {
    font-size: 0.96rem;
    color: rgba(102,0,0,1.00);
}
.subheading4 {
    font-size: 0.88rem;
    color: rgba(102,0,0,1.00);
}
.subheading5 {
    font-size: 0.8rem;
    color: rgba(102,0,0,1.00);
}
.title {
    font-family: "Courier New", Courier, monospace;
    font-size: 0.74rem;
}

@media (min-width: 576px) {
.author {
    font-size: 0.68rem;
}
.heading2 {
    font-size: 1.0rem;
    color: rgba(102,0,0,1.00);
}
.heading3 {
    font-size: 1.2rem;
    color: rgba(7,50,0,1.00);
}
.heading3red {
    font-size: 1.2rem;
    color: rgba(164,0,2,1.00);
}
.heading4 {
    font-size: 0.85rem;
    color: rgba(204,0,0,1.00);
}
.heading5 {
    font-size: 0.85rem;
    color: rgba(0,0,204,1.00);
}
.subheading3 {
    font-size: 1.2rem;
    color: rgba(102,0,0,1.00);
}
.subheading4 {
    font-size: 1.1rem;
    color: rgba(102,0,0,1.00);
}
.subheading5 {
    font-size: 1.0rem;
    color: rgba(102,0,0,1.00);
}
.title {
    font-family: "Courier New", Courier, monospace;
    font-size: 0.92rem;
}
}
