html.subhome div.home-tiles > div:nth-child(1)
{
    background-color: #4D7496;
}

html.subhome div.home-tiles > div:nth-child(2)
{
    background-color: #277DA1;
}

html.subhome div.home-tiles > div:nth-child(3)
{
    background-color: #4D908E;
}

html.subhome div.home-tiles > div:nth-child(4)
{
    background-color: #43AA8B;
}

html.subhome div.home-tiles > div:nth-child(5)
{
    background-color: #90BE6D;
}