/* Upper Curves */
#curveUpColor {
  margin-top: 8em;
}

#curveUpColor path{
  fill: #9a7b59;
  stroke: #9a7b59;
}

 #info {
  margin-top: 0.6em;
  background-color: #9a7b59; 
  height: 650px; 
  color: white;
}

#info a {
  color: #eaffd9;
  text-decoration: underline;
}
#info a:hover {
  color: white;
}

.separe .column:not(.last) {
  border-right: thin white solid;
}

.about-header {
  text-align: center;
}

.about-header p {
  margin-top: 0.2em;
  font-size: 14pt;
} 

/* Bottom triangle with shadow */
#trianglePath1 {
  fill: #9a7b59;
  stroke: #9a7b59;
}

#trianglePath2 {
  fill: #b6946e;
  stroke: #b6946e;
}