.header {
	background-color:#3b4b98;
}
.vertical-align {
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
}
.shadow {
	box-shadow:4px 4px 4px #666;
}

.bg-blue {
	background-color:#3b4b98;
}
.bg-red {
	background-color:#ef4034;
}
.bg-white {
	background-color:#fff;
}

.yellow {
	color:#ffef42;
}
.yellow a{
	color:#ffef42;
}
.white {
	color:#fff;
}
.white a{
	color:#fff;
}
.red {
	color:#ef4034;
}
.blue {
	color:#3b4b98;
}


.large-text {
	font-size:22px;
}
.med-text {
	font-size:18px;
}
.super-large-text {
	font-size:30px;
}
.nuclear-large-text {
	font-size:60px;
}

.border-radius {
	border-radius:10px;
}


blockquote {
  /*background: #f9f9f9;
  border-left: 10px solid #ccc;*/
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  margin-left:20px;
}
blockquote:before {
  color: #ef4034;
  font-size: 1em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  margin-left: -24px;
  
  font-family: "Font Awesome 5 Pro";
  content: '\f10d'; /*quote left icon*/
  
}
blockquote:after {
  color: #ef4034;
  font-size: 1em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  margin-left: 10px;
  
  font-family: "Font Awesome 5 Pro";
  content: '\f10e'; /*quote left icon*/
  
}
blockquote p {
  display: inline;
}

