.prayer-label {
font-weight:bold;
}

/* Style the list */
ul.bcrumb {
  /*padding: 10px 16px;*/
  list-style: none;
  /*background-color: #eee;*/
  padding: 0px;
  margin-bottom: 15px;
}

/* Display list items side by side */
ul.bcrumb li {
  display: inline;
  font-size: 18px;
  color: #808080;
}

/* Add a slash symbol (/) before/behind each list item */
ul.bcrumb li+li:before {
  padding: 8px;
  color: black;
  /*content: "/\00a0";*/
  content: "\203A";
}

/* Add a color to all links inside the list */
ul.bcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.bcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.emoji {
        font-size: 8rem;
        margin-bottom: 20px;
}

h1 {
    font-size:1.4em;
    font-weight:bolder;
    margin-bottom:1em;
}

h2 {
    font-size:1.1em;
    font-weight:bold;
    margin-bottom:0.5em;
}

label {
   font-size: 20px;
   margin-bottom: 8px;
}
