/* Color scheme: Borododur (p44) */

body {
  background-color: rgb(217,206,198);
  color: rgb(83.4,71.4,64.2); /* 0.6 of rgb(139,119,107); */ 
}

header {
  background-color: rgb(111,133,79);
  color: rgb(246,234,219);
}

article {
  background-color: rgb(246,234,219);
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

article h2 {
    color: rgb(111,133,79);

}

a {
  color: rgb(134,168,75);
}

dl {
  border-left: 4px solid rgb(111,133,79);
}

dd {
    border-bottom: 0;
}
dt {
  background-color: rgb(217,206,198);
  color: rgb(111,133,79);
  border-color: rgb(111,133,79);
}


ul.material li {
    background-color: rgb(246,234,219);
    border-color: rgb(217,206,198);
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

ul.material li:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}


ul.material li.hl-new {
  background-color: #fff3cd; 
}

.new-flag {
  background-color: #dc3545;
  color: white;
}
