.bg-theme
{
    background-color: #ec3237;
}

.bg-inv-theme
{
    background-color: #1e77b4;
}

.text-theme
{
   color: #3a99d8;
}

.text-inv-theme
{
   color: #1e77b4;
}

.str-link
{
  text-decoration: none;
}

.str-link:hover, .str-link:focus
{
  color: #1e77b4;
  text-decoration: none;
}
