.container-fluid {
  font-family: Arial;
}
.header-container {
  height: 150px;
  text-align: center;
}

.header {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.gravitas {
	font-family: 'Gravitas One', cursive;
}

.content-container {
  font-size: x-large;
}

.content-label {
  font-size: larger;
  font-weight: bolder;
  text-align: center;
  line-height: 200%;
}

.content-text {
	text-align: left;
}

.page-width {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto 
}

.footer {
	text-align:  right;
	vertical-align: bottom;
	font-size: small;
	height: 100px;
}