/*
 * Site css
 * customised css elements for this site only
 */

/* customise the footer colours */
.site-footer
{
  background-color: #222222;
  color: #dddddd; /* original #444444 */
  border-color: #222222; /* original #e5e5e5 */
}

/* customise navbar items */
.navbar {
  min-height: 80px;
}

.site-navbar-branding
{
  margin-left: 25px;
  height: 50px;
}

.navbarItemText
{
  padding-top:20px;
  text-align: center;
  font-size: 1.1em;
}

.navbarItemIconText
{
  text-align: center;
}

/* custom site colours */
.gold-tile
{
  background-color: #FF9900
}

.silver-tile
{
  background-color: #c0c0c0
}

.bronze-tile
{
  background-color: #A67D3D
}

.red-tile
{
  background-color: #FF0000
}

.grey-tile
{
  background-color: #666666
}

