h1 {
	color: #032559;
	font-size:32px;
	line-height:1.3;
	padding-top:20px;
	text-decoration: none;
	text-align: center;
}

h1 a:link {
	color: #032559;
	font-size:32px;
	line-height:1.3;
	padding-top:20px;
	text-decoration: none;
	text-align: center;
}

h1 a:visited {
	color: #032559;
	font-size:32px;
	line-height:1.3;
	padding-top:20px;
	text-decoration: none;
	text-align: center;
}

h1 a:active {
	color: #032559;
	font-size:32px;
	line-height:1.3;
	padding-top:20px;
	text-decoration: none;
		text-align: center;
}

h1 a:hover {
	color: #032559;
	font-size:32px;
	line-height:1.3;
	padding-top:20px;
	text-decoration: underline;
		text-align: center;
}

h2 {
	color: #032559;
	font-size:20px;
	line-height:1.3;
	padding-top:10px;
	text-decoration: none;
		text-align: center;
}

h2 a:link {
	color: #032559;
	font-size:20px;
	line-height:1.3;
	padding-top:10px;
	text-decoration: none;
		text-align: center;
}

h2 a:visited {
	color: #032559;
	font-size:20px;
	line-height:1.3;
	padding-top:10px;
	text-decoration: none;
		text-align: center;
}

h2 a:active {
	color: #032559;
	font-size:20px;
	line-height:1.3;
	padding-top:10px;
	text-decoration: none;
		text-align: center;
}

h2 a:hover {
	color: #032559;
	font-size:20px;
	line-height:1.3;
	padding-top:10px;
	text-decoration: underline;
		text-align: center;
}

.wp-block-navigation {
    gap: 30px;
}

.taxonomy-post_tag {
	display:none;
}

.taxonomy-category {
	display:none;
}

.has-text-align-left {
	text-align: center;
	  font-size:32px;
}

.wp-block-post-template {
	max-width: 100%;

}

.wp-block-group. {
    max-width: 664px;
    margin-left: auto !important;
    margin-right: auto !important;
	text-align: center;
}

.wp-block-group.wp-container-8 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 664px;
    margin-left: auto !important;
    margin-right: auto !important;
	text-align: center;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption .aligncenter {
	max-width: 100%;
}

.is-layout-flow > .aligncenter {
    	max-width: 100%;
}
 :root :where(h2) { 
	font-size: 20px;
}