.alignBottomLeft {
  text-align: left; 
  vertical-align:bottom;
}

.alignBottomRight, .copyright, .freepik {
  text-align: right; 
  vertical-align: bottom;
}

.alignTopRight {
  display: flex;
  justify-content: right;
}

.alignCenter {
	display: flex;
	justify-content: center;
}

.bodySpacerLeft {
  width: 12%;
}

.bodySpacerRight {
  width: 12%;
}

.contentBlock {
  background-color: rgba(255,255,255,.9);
  border-radius: 10px;
  padding: 5px 20px;	
}

.contentSpacerBottom {
  height: 50px;
}

.contentSpacerRight {
  width: 100px;
}

.contentSpacerTopLeft {
  height: 180px;
  width: 200px;
}

.copyright {
  font-size: 80%;
  font-weight: bold;	 
}

.crayonBackground {
  background-image: url("/crayonHouse.png");
  background-color:#ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;    
}

.equalHousingLender {
  max-width: 100px;
  max-height: auto;
}

.freepik {
  font-size: 80%;
}

.logo {
  max-width: 125px;
  max-height: auto;
}

.text105pct {
  font-size: 105%;
}

.text110pct {
  font-size: 110%;
}

.text125pct {
  font-size: 125%;
}

.text150pct, .text150pctBold, .text150pctBoldUnderline {
  font-size: 150%;
}

.text150pctBold, .text150pctBoldUnderline {
  font-weight: bold;
}

.text150pctBoldUnderline {
  text-decoration: underline;   
}

.text200pct {
  font-size: 200%;
}

.text250pct, .text250pctBold, .text250pctBoldUnderline {
  font-size: 250%;
}

.text250pctBold, .text250pctBoldUnderline {
  font-weight: bold;
}

.text250pctBoldUnderline {
  text-decoration: underline;   
}