/*
 *
 *  2 by 2
 *  Three Column List
 *  Two column list
 *
*/

            article {
                color: var(--var-font-color-p, #333)               
            }



            article h5
            {

            }

            article h6
            {
                text-decoration: underline; 
            }

            article section p
            {
                 
            }

            article section ol, 
            article section ul
            {
                padding-left: 1rem;     /* this will line up lext */
            }

            /*
            article section ul ul,
            article section ol ol,
            article section ol ul,
            article section ul ol
            {
                margin-top: 1rem;
                margin-left: 1rem;
            }
            */


            article section li,
            .article-content li
            {

            }

             /* this is just to be on the safe side */
             /* removing so it doesn't skew my photos */
            /*             
            article section img {
                max-width: 50vw;
                max-height: 50vh;
            }
            */
            
            

            article section h5 .bi 
            {
                font-size: 1.1em;
                font-weight: normal;
                padding-right: 0.5em;
            }

            article section 
            .article-opening-small .bi
            {
                font-size: 0.9em;
                font-weight: normal;
            }




