.sidebar-right.card {
    border-radius: 15px;
    background-color: #B9A889;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: normal;
  
}
.workshop .item-content {
  border: 1px solid #333333;
  padding: 20px;
  border-radius: 15px;
  margin: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.workshop .item-content h1, .workshop .item-content h2, .workshop .item-content h3 {
  background-color: #DB7093;
  border-radius: 15px;
  padding: 15px;
  color: #FFF;
  text-align: center;
  }
div.grid-child.container-nav {
  /* background-color: #DB7093;*/
}
footer.container-footer.footer div {
  background-color: #912B3B;
  width: 100%;
}
footer.container-footer.footer div.left {
  position: relative;
  float: left;
  width: 300px;
  text-align: center;
}
footer.container-footer.footer div.center {
  position: relative;
  float: left;
  width: 250px;
  text-align: center;
}
footer.container-footer.footer div.right {
  position: relative;
  float: right;
  width: 300px;
  text-align: center;
}