:root {
  --cassiopeia-color-primary: #006600;
  --cassiopeia-color-link: #006600;
  --cassiopeia-color-hover: #006600;
  
    --body-font-size: 1rem;
    --body-font-weight: 400;
    --body-line-height: 1.25;
    --body-color: #383838;
    --body-bg: #ffffff;
}

.card {
  box-shadow: 12px 4px 18px 0px rgba(0,0,0,0.35);
	-webkit-box-shadow: 12px 4px 18px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 12px 4px 18px 0px rgba(0,0,0,0.35);
}

.card-header {
  background-color:rgba(0,0,0,03,.);
  border-bottom: 1px solid #dfe3e7;
  margin-bottom: 0;
  padding: .5rem 1rem;
  
  }

.btn-secondary {
  background-color: #006600;
  border-color: #ced4da;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .75em;
  border-radius: 80px;

  } 