body {
	background-color: #e4f1f7;
	font-size: 1.1rem;
}

#page {
	max-width:1220px;
}

#branding {
	border-top: thin solid rgb(172, 204, 84);
}

.branding {
	display: flex;
	align-items: center;
	padding: 1rem;
	gap: 2rem;
	flex-wrap: wrap;
}
#branding img.header-image {
	height: 150px;
	width: 150px;
}
#branding .branding hgroup {
	margin: 0;
	flex-basis:200px;
	flex-shrink: 1;
	flex-grow: 1;
}
#site-title {
  padding-top: 0;
}
#site-description {
	margin-bottom: 0;
	color: rgb(55, 55, 55) !important;
}

#content {
  margin: 0 32% 0 4%;
  width: 60%;
}

#secondary {
	float: right;
  margin-right: 4%;
	width: auto;
}

html, body, h1, h2, h3, h4, h5, h6 {
	font-family: "KievitWeb", Helvetica, Arial, sans-serif !important;
}

h1, h3, .entry-content h3 {
	color: #00527A !important;
	font-weight: normal;
}

h2, .entry-content h2, h1.entry-title, h4, .entry-content h4 {
	color: #07364b;
	font-weight: normal;
}

h1, #site-title a {
	font-size: 2rem;
}

h1 {
	margin-bottom: 1rem;  
  line-height: 2.5rem;
  font-weight: normal;
}

h2, .entry-content h2, h1.entry-title {
	margin-top: 1.875rem;
  margin-bottom: 1rem;
  font-size: 1.65rem;
  line-height: 2rem;
}

h1.entry-title {
	margin: 0 auto 1rem;
}

h3, .entry-content h3 {
	margin-top: 1.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.4rem;
  line-height: 1.75rem;
}

h4, .entry-content h4 {
	margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

h5, .entry-content h5,
h6, .entry-content h6 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
	font-weight: normal;
}

h6, .entry-content h6 {
  font-style: italic;
}

.entry-title, 
.singular .entry-title {
	font-weight: normal;
}

p {
	margin: 1em auto;
}

a:link, .entry-title a:visited {
	color: #00527A;
}

a:visited {
  color: #65007a;
}

a:hover, .entry-title a:hover {
	color: #0071a8 !important;
}

a.wp-block-button__link:hover,
a.wp-block-button__link:visited,
.menu-item a:hover, .menu-item a:visited {
	color: #fff !important;
}

button,
input[type="button"], .wp-block-button__link,
.wp-block-button__link:link, .wp-block-button__link:visited {
	background: #00527A !important;
	background-color: #00527A;
	color: #fff;
	padding: 12px 24px !important;
}

#access {
	background-color: #00527A;
	background-image: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.08) );
box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
}

#access li:hover > a, #access a:focus,
.wp-block-button__link:hover {
	background-color:  #0375ae !important;
	background: #0375ae !important;	
	color: #FFFFFF;
}

#site-description, #access ul {
	font-size: .9em;
}

.entry-meta, .widget-area, #content nav a {
	font-size: .8em;
}

.hentry {
	margin-bottom: 1em;
}

.entry-title, .entry-content, .entry-summary {
	padding: 0;
}

.job-roll {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.job-roll > li {
	border-top: #ccc thin solid;
}

.job-roll .entry-content {
	width: 100%;
}

.widget {
	margin-bottom: 1em;
}

.widget_media_image a {
	display: block;
	border-bottom: thin solid transparent;
}

.widget_media_image a:hover,
.widget_media_image a:active {
	border-bottom: thin solid rgb(172, 204, 84);
}

.wp-block-social-links .wp-block-social-link.wp-social-link {
	font-size: 18px
}

.subtitle {
	margin: -1ch auto 0;
	color: rgb(78, 80, 80);
}