/* Color palette: https://www.pinterest.com/pin/567101778077174243/ */
body {
  /*
  background: rgb(246,213,115);
  background: linear-gradient(180deg, rgba(246,213,115,1) 0%, rgba(240,240,240,1) 50%);
  */
  background: rgb(242,223,201);
  background: linear-gradient(180deg, rgba(242,223,201,1) 0%, rgba(255,252,245,1) 5%, rgba(255,255,255,1) 100%);
}

p {
  margin-bottom: 1rem;
}

.image.avatar {
  border-radius: 20%;
}

.image.avatar img {
  border-radius: 10%;
}

ul.labeled-icons li {
  margin: 1em 0 0 0 ;
}

#header {
  background-image: url("images/overlay.png"), url("../../images/kirklandsunset.jpg");
  color: #FFFFFFA0;
}

#header li {
  list-style-type: none;
  color: #FFFFFFA0;
  line-height: 1.5rem;
}

.image:before {
  background: unset;
}

td {
  width: 50%;
}
