/*Rarely Used*/
.column{
  flex-basis: 50%;
}
.three-column{
  flex-basis: 30%;
  padding-left: 2%;
  padding-right: 2%;
}
.padding-left{
  padding-left: 1rem;
}
.column-center{
  flex-basis: 50%;
  justify-content: center;
  text-align: center;
}
.extraSpaceBelow{
  margin-bottom: 4rem;
}
.extraSpaceBelowLess{
  margin-bottom: 2rem;
}
.extraSpaceBelowMuchLess{
  margin-bottom: 1rem;
}
.littleExtraSpaceAbove{
  margin-top: 1rem;
}
.newP{
  margin-top: 6rem;
}
.img-center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.lessSpace1{
  margin-top: -3rem;
}
.row {
  /*width: 100%;*/
  display: flex;
}
.row div{
  flex: 1;
}
.huge{
  font-weight: bold;
  font-size: 1.75rem;
  color:rgb(244,203,101);
}
