@charset 'UTF-8';

/* FONTS */

* {
	font-family: 'Commissioner', sans-serif;
	font-size: 12px;
}

::selection {
	color: #CE0D0D;
	background: none;
}

h1 {	/* HEADER 1 */ 
	font-weight: 400;
	font-style: normal;
	
	font-size: 48px;
	line-height: 1.5;
	text-align: left;
	
	max-width: 100%;
}

h2 {	/* SUB HEADER 1 */ 
	font-weight: 400;
	font-style: normal;
	
	font-size: 48px;
	line-height: 1;
	text-align: left;
	
	max-width: 100%;
}

h3 {	/* SUB HEADER 1 */ 
	font-weight: 400;
	font-style: normal;
	
	font-size: 48px;
	line-height: 1;
	text-align: left;
	
	max-width: 100%;
}

h4 {	/* SUB HEADER 1 */ 
	font-weight: 400;
	font-style: normal;
	
	font-size: 24px;
	line-height: 1;
	text-align: left;
	
	max-width: 100%;
}

h5 {	/* FOOTER */
	font-weight: 400;
	font-style: normal;
	
	font-size: 24px;
	line-height: 1;
	text-align: left;
	
	max-width: 100%;
}

p {	/* PARAGRAPH */
	font-weight: 400;
	font-style: normal;
	
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
			
	max-width: 100%;
}

figcaption {
	font-weight: 400;
	font-style: normal;
	
	font-size: 24px;
	line-height: 1.5;
	text-align: left;
		
	padding: 0;
	margin: 0 0 24px 0;
}

.wp-block-table {
	max-width: 500px;
	
	padding: 0;
	margin: 0;
}

table, tbody, tr, td {	/* TABLE */
	min-width: 150px;
	
	font-size: 24px;
	line-height: 1.5;
	text-align: left;
	
	vertical-align: top;
	
	padding: 0 0 50px 0;
}

a {		/* LINK */
	cursor: pointer;
	
	text-decoration: none;
	
	color: #094B83;
}

a:hover {
	color: #053A66;
}

.category-description-content a {
	border: none;
}

.socialmedia-icon {
	font-size: 32px;
	
	margin-right: 12px;
	
	border-bottom: none;
}


/* MOBILE */

@media only screen and (max-width: 1200px) {

	.wp-block-table {
		width: 100%;
	}

	table, tbody, tr, td {	/* TABLE */
		min-width: 0;
	
		padding: 0 0 50px 0;
	}
	
}

@media only screen and (min-width: 1200px) {
	
	* {
		font-size: 24px;
	}
	
	p {	/* PARAGRAPH */
		font-size: 24px;
	}
	
}