.custom-carlo {
  font-family: "Roboto Condensed", sans-serif;
    color: rgb(156, 107, 61);
    padding: 13px 0 0 0;
    font-weight: bold;
    -webkit-background-clip: text;
    background-clip: text;
  }
  

.panel-heading .panel-title:after {
  /* symbol for "opening" panels */
  font-family: "Glyphicons Halflings"; /* essential for enabling glyphicon */
  content: "\e114"; /* adjust as needed, taken from bootstrap.css */
  float: right; /* adjust as needed */
  color: #ffc107;
}
.panel-heading .panel-title.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080"; /* adjust as needed, taken from bootstrap.css */
  color: grey;
}
  
.active-header {
    color: #ffc107 !important;
}



.descriptionFont {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #4D3F2E;
  font-size: 30px;
}

