:root   {
--burgundy:     #721121;
--chestnut:     #a5402d;
--indian_red:   #f15156;
--fawn:         #ffc07f;
--sunset:       #ffcf99;
--mild_grey:    #f4f4f4;
--gentle_green: #34ab9d;
--htm_bx_grey:  #b4b4b4;
--container_blue:   #0efcef;
--container_cream:  #fefcef;
--box_1_grey:       #e1d9d1;
--box_1_blueish:    #01d9d1;
--box_1_color_mark:     #ff0000;
--box_1_bckgrd_mark:    #fefcef;
--table_alt_color:      #f3f3f3;

}

body    {
                background-color: var(--htm_bx_grey);
        }



.Header {
                text-align: center;
                border-bottom: 8px double var(--sunset);
                margin-bottom: 2rem;
                padding-bottom: 1rem;
        }

.LogoWrapper    {
                        display: block;
                        background-color: var(--gentle_green);

                }       

.Strap  {
                font-size: 2rem;
        }                

 
.IntroText      {
                        font-size: 1.8rem;
                        font-style: italic;
                }


.ImageCaption   {
                        font-size: 0.75rem;
                        position:  absolute;
                        bottom:    0.5em;
                        right:     1rem;
                        padding:   3px;
                        background-color: #222;
                        color:     #e4e4e4;
                }


