h1, h2, h3, h4, h5, h6 {
  font-family: 'Simonetta', cursive;
}

body {

  background-color: rgb(255, 249, 236);
  background-image: linear-gradient(to bottom, #fc7, #fed); /* Standard syntax */
  background-repeat: no-repeat;
  background-attachment: fixed;
}

img.icon {
  width: 16px;
  height: 16px;
}

/*
.media-body {
  text-align: center;
}
*/

.container {
  width: 75%;
}

#accordion {
  margin: 10px auto;
}
.card > .card-header {
  background: rgba(252, 122, 9, 0.2);
}

.card > .card-header.show {
  #fc7
}

a:hover, a:focus {
  text-decoration: none;
}

.sp-year {
  background: ivory;
  /* margin-top: 15px; */
}


