

.bg-silver { background-color:#fafafa; }

.bg-purple { background-color:#7C6DB0; color:#000; }
.bg-green { background-color:#009F4F; color:#000; }
.bg-blue { background-color:#0081C3; color:#000; }



/* home color space 

.home-color-box-row-1 { display:block; background-color:#009F4F; }
.home-color-box-row-2 { display:block; background-color:#7C6DB0; }
.home-color-box-cell1 { display:block; background-color:#009F4F; color:#000; padding:24px; }
.home-color-box-cell2 { display:block; background-color:#0081C3; color:#000; padding:24px; }
.home-color-box-cell3 { display:block; background-color:#7C6DB0; color:#000; padding:24px; }
.home-color-box-cell4 { display:block; background-color:#7C6DB0; color:#000; padding:24px; }
@media all and (min-width: 992px) {
  .home-color-box-row-1, .home-color-box-row-2 { display:table; width:100%; }
  .home-color-box-cell1, .home-color-box-cell2, .home-color-box-cell3, .home-color-box-cell4 { display:table-cell; width:50%; vertical-align:top; padding:3% 5%; }
}
.home-color-box-row-1 h2, .home-color-box-row-2 h2 { font-weight: 400;
  font-size: 48px;
  line-height: 52px;
  margin-bottom:1.5rem;
}
*/


