/**Font styling**/

.italicize {
  font-style: italic;
}


/**Remove whitespace above banner**/
.breadcrumb {
margin-bottom: 0;
}