.has-text-align-center {
		text-align:center;
}

.page-header {
	text-align: center;
}

h1.entry-title {
		text-align: center;
}

h2.subtitle {
		text-align: left;
		font-size: 25px;
		font-weight: bold;
		margin: 25px 0 30px;
}

h3.subtitle {
		text-align: left;
		font-size: 20px;
		font-weight: bold;
		margin: 25px 0 10px;
}

h4 {
		background: red;
}

.page-content {
		font-family: Lato;
		line-height: 20pt;
		font-size: 13pt;
		
		width: 100%;
		max-width: 1140px;
		margin: 0 auto;
		text-align: center;
}

.page-content p {
		margin: 0 auto;
		text-align: left;
}

.page-content ul {
		text-align: left;
		padding-left: 0;
}

.page-image img {
		width: 100%;
}

.page-image-50 {
		display: block;
		width: 50%;
		margin: 0 auto;
}

ul.no-list-icon {
		list-style: none;
}

.whitespace {
		display: block;
		height: 30px;
}

#nav-main ul.sf-menu ul li a {
		font-size: 16px;
}

.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #04AA6D;
}

.button1:hover {
  background-color: #04AA6D;
  color: white;
}

.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}