h1, h2, h3, h4 {
	color: #1e3c7e;
}

h2 {
	font-size: 2.25em;
	font-weight: 700;
}

img {
	max-width: 100%;
  	height: auto;
}


/* Bootstrapify Classes*/

table.bootstrapify.bootstrapify-1-1-2-2-2,
table.bootstrapify.bootstrapify-2-2-2-2-2,
table.bootstrapify.bootstrapify-1-1-3-3-3,
table.bootstrapify.bootstrapify-2-2-4-4-4 {
}

table.bootstrapify.bootstrapify-1-2-2-2-3.full-images {
}

table.bootstrapify.bootstrapify-1-2-2-2-3.full-images img {
	width: 100% !important;
	height: auto !important;
}

.col-3.col-sm-3.col-md-2.col-lg-2.col-xl-2,
.col-9.col-sm-9.col-md-4.col-lg-4.col-xl-4 {
}

@media screen and (min-width: 768px) {
	.two-columns {
	  -webkit-columns: 2;
	  -moz-columns: 2;
	  columns: 2;
	  column-gap: 3em;
	}
}