body {
/*background-color: #f4b8a8;*/
background-color: #f9e9ca;
color: #000;
font-family: "Times New Roman", Times, serif;
font-size: 16px;
line-height: 1.4;
margin: 0;
padding: 0;
}

h1, h2 {
    color: #002445;
}
#site-header {
text-align: center;
padding: 1rem;
}

#site-header h1 {
margin: 0.5rem 0;
font-size: 2.25rem;
text-transform: uppercase;
}

#banner-block img {
max-width: 100%;
height: auto;
}

#subtitle-block {
margin-top: 0.5rem;
}

#subtitle-block p {
margin: 0.25rem 0;
}

hr {
border: 0;
border-top: 1px solid #002445;;
margin: 1rem auto;
width: 90%;
}

article {
max-width: 800px;
margin: 0 auto;
padding: 0 1rem 2rem 1rem;
text-align: center;
}

article h1,
article h2,
article h3 {
text-align: center;
}

a {
color: blue;
text-decoration: underline;
}

a:visited {
color: purple;
}

a:hover {
color: red;
}

img {
max-width: 100%;
height: auto;
}

article#content > h1:first-child {
    display: none;
}

article ul,
article ol {
    display: inline-block;
    text-align: left;
    margin: 0px;
}

hr {
    border: 0;
    border-top: 3px double #002445;
    width: 75%;
    margin: 2rem auto;
}

article h2::before {
    content: "";
    display: block;
    width: 60%;
    margin: 2rem auto 1rem auto;
    border-top: 3px double #002445;
}

article h2:first-of-type::before {
    display: none;
}

table {
    margin: 1.5rem auto;
    border-collapse: collapse;
    background: #fff7f2;
}

th,
td {
    border: 1px solid #666;
    padding: 0.4rem 0.75rem;
}

th {
    background: #d8d8d8;
    font-weight: bold;
}

tr:nth-child(even) {
    background: #f6f6f6;
}

.references h2 {
    font-size: 1.25em;
    margin-top: -1rem;
    margin-bottom: 0;
}

.references p {
    font-size: 0.9em;
}

hr.divider {
    margin-top: 0;
    padding: 0;
}

#title-block h1 {
    padding-bottom: 0;
    margin-bottom: 0;
}

#title-block sub {
    display: block;
    font-size: 1.0em;
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase;
    font-style: italic;
}

.figure {
    text-align: center;
    margin: 2rem 2rem;
    padding: 1rem;
    border: solid 3px #002445;
}

.figure img {
    max-width: 100%;
}

.figure p {
    font-size: 0.9rem;
}

#banner-block {
    width: 50%;
    max-width: 400px;
    margin: 20px auto;
}

#subtitle-block {
    text-transform: uppercase;
    color: #002445;
}

#subtitle-block p:before {
    content: "★";
    font-size: 0.9em;
    margin: 0.25rem 0;
    color: #cb2e24;
}

#subtitle-block p:after {
    content: "★";
    font-size: 0.9em;
    margin: 0.25rem 0;
    color: #cb2e24;
}

div.support-stop {
    display: flex;
    width: 100%;
    padding: 0;
    margin-top: -1rem;
}

.support-stop h2 {
    padding: 0;
    margin-top: 0;
}
div.support,
div.stop {
    width: 50%;
    margin: 0;
    padding: 1rem;
    box-sizing: border-box;
}

.support-stop .img-wrap {
    width: 8em;
    height: 8em;
    display: flex;
    justify-content: center;
    align-items: center;

    margin: auto;
}


.support-stop .image-wrap img{
    width: 100%;
    height: auto;
    margin: auto;
}

.support-stop ul {
    margin-left: -1rem;
}

footer {
    text-align: center;
}

hr.slim {
    margin-bottom: 0;
}

.t-shirt-preview-images 
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.t-shirt-preview-images .img-wrap {
    min-width: 40%;
    max-width: 300px;
}