   /* .grid                                     {   display: grid; grid-gap: 5px;  grid-template-columns: repeat(auto-fill, minmax(250px,1fr));  grid-auto-rows: auto; background-color: rgba(220, 20, 60, 0); }*/
    .containerGrid                              {   color: #374046; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased   }
    .item                                       {   }
    .photothumb                                 {   width: 100% }
    .article-category                           {   padding: 0}
    .article-category p                         {   color: #F34E2C; text-transform: uppercase; overflow-wrap: break-word; font-size: 0.625rem; line-height: 1rem; padding: 0 0;}
    .article-category p a                       {   color: #000; font-size: 0.625rem; line-height: 1rem; text-decoration: underline;}
    .article-category p span a::before          {   /*content: " · "*/}
    .article-category p span a, a:visited       {   color: #F34E2C; text-transform: capitalize}
    .article-category p span a:hover, a:active  {   color: #000}
    .article-category h2                        {   color: #000; font-size: 1.4rem; line-height: 1.1rem; padding: .8rem 0;  font-family: 'Radley', serif; font-size: 1.563rem; line-height: 1.4rem; padding-bottom: 0.325rem;}
    .title                                      {   padding: 2px }
    .title h3                                   {   font-size: 1.2em; color: #ffffff; text-transform: uppercase }
    .project .title                             {   background-color: #607D8B }
    .blog .title                                {   background-color: #ff9800 }
    .photo .title                               {   background-color: #f44336 }
    .article-description                        {   padding: 1rem 0 1rem  0rem }
    .article-description img                    {   width: 50%; margin: 0 10px 10px 0; float: left }
    .article-description p                      {   margin-bottom: 10px; font-family: 'Radley', serif; font-size: .965rem; line-height: 1rem; color:#000  }
    .content.header                             {   background-color: navy;}