/* TEXT */

@import url(https://db.onlinewebfonts.com/c/02d8f1743ede250c7c9865f1574d7cc6?family=Circular+Book);

h1, h2, h3
{
		font-family: "Circular Book", "Bebas Neue", Roboto, Arial, sans-serif !important;
		text-align: center !important;
}

h4, h5, h6 {
		font-family: "Circular Book", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

p {
		font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

h4 {
		text-align: center !important;
		margin-top: 2em !important;
}

p{
		text-align: justify; /* Do not !important this */
}

p > a {
		text-decoration: underline !important; 
		font-weight: bold !important;
}

li{
		margin-top: 12px !important;
		margin-bottom: 12px !important;
}


.wp-block-post-template .wp-block-post-title {
	font-size: 1em ! important;	
	margin-top: 1em !important;
	margin-bottom: 1em !important;
	/* text-align: left !important; */
}

h4.wp-block-post-title > a {
	text-decoration: none !important;
	font-weight: normal !important;
}

.lh-bibliography-block--citation-text
{
		font-size: 10px !important;
}

/* ELEMENTS */

.wp-block-separator { 
		margin-top: 60px !important; 
		margin-bottom: 60px!important; 
}

.wp-block-separator.no-margin { 
		margin-top: 10px !important; 
		margin-bottom: 10px!important; 
}

.disclaimer {
		max-width: 600px;
}

.page-id-2 h1 {
	display:none; !important /* No title in front page */
}

.header-image{
		margin-top: -50px !important;
}