* {
	box-sizing: border-box;
	font-family: palanquin-regular;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1.3;
	font-size: 20px;
	font-family: sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* FONTS */


@font-face {
	font-family: palanquin-bold;
	src: url(/fonts/palanquin-bold.ttf);
}

bold {
	font-family: palanquin-bold;
}


light {
	font-family: palanquin-light;
}


@font-face {
	font-family: palanquin-regular;
	src: url(/fonts/palanquin-regular.ttf);
}

regular {
	font-family: palanquin-regular;
}




@font-face {
	font-family: palanquin-thin;
	src: url(/fonts/palanquin-thin.ttf);
}

thin {
	font-family: palanquin-thin;
}



t {
	font-family: palanquin-thin;
}

b {
	font-family: palanquin-bold;
}

i {
	font-style: italic;
}

/* CONTENT */
content {
	z-index: 900;
	width: 1000px;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%);
    display: block;
    padding: 0.5em 0 0 0;
}

headerimg {
	width: 100%;
}

headerimg img {
		width: 100%;
}

footer {
	padding-bottom: 2em;
	text-align: center;
	font-family: palanquin-thin;
}

main {
	border-left: 1px solid darkgrey;
	border-right: 1px solid darkgrey;
	width: 100%;
	margin: 1em 0 1em 0;
	padding: 0 3em 0 3em;
}

main itembox {
	width: 100%;
	padding: 1em 0 1em 0;
	border-bottom: 1px dotted grey;
	display: inline-block;
}

main itembox:first-child {
	padding: 0 0 1em 0;
}



main itembox.pers {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: 2em;
}

main itembox.pers .flexleft {
	order: 1;
	flex-basis:  auto;
	width: 40%;
}

main itembox.pers .flexleft img {
	width: 100%;
}

.nojust {
	text-align: left;
}

main itembox.pers .flexright {
	order: 2;
	flex-basis: auto;
	width: 60%;
}

main itembox:last-child {
}

main itembox p {
	padding: 0 0 1em 0;
	text-align: justify;
}

main itembox img.fullwidth {
	width: 100%;
	padding-bottom: 1em;
	display: block;
}

main itembox img.halfwidth {
	width: 50%;
	display: inline-block;
}

main itembox img.halfwidth.left {
	padding: 0 1em 0.5em 0;
	float: left;
}

main itembox img.halfwidth.right {
	padding: 0 0 0.5em 1em;
	float: right;
}

h1 {
	font-size: 3em;
	padding: 0 0 .5em 0;
}

h2 {
	font-size: 1.5em;
	padding: 0 0 .2em 0;
}

h4 {
	font-size: 3em;
	padding: 0;
}

h7 {
	font-size: 1.2rem;
	font-family: palanquin-bold;

/*	padding: 1em 0 .2em 0;*/
}

.bup{
	font-size: 3em;
	line-height: 0.7em;
}

itembox a {
	color: black;
	font-style: italic;
	/*padding: 0 0.5em 0 0.5em;*/
	/*border-bottom: solid 1px black;*/
	text-decoration: underline dashed grey;
}

itembox a:hover {
	color: lightblue;
}

itembox ul{
	list-style: disc;
	padding: 0 1em 1em 1em;
}

itembox ul li {
	padding: 0 0 0.7em 0;
}

.conferences {
	width: 100%;
	margin-top: 0.3rem;
	margin-bottom: 1rem;
}

.conferences .date1 {
/*	padding:1em;*/
	text-align: right;
	width:15%;
}

.conferences .content1 {
	padding:0 0 1rem 1rem;
}

img.floatright {
	float: right;
  	height: 350px;
  	padding: 0 0 20px 30px;
}

/* Small screen */
@media only screen and (max-width: 1000px) {
	content {
		z-index: 900;
		width: 100%;
	    position: absolute;
	    top: 0em;
	    display: block;
	    padding: 0 0 0 0;
	}

	main{
		padding: 0 0.8em 0 0.8em;
		border: none;
	}

	h1 {
	font-size: 2em;
	padding: 0 0 .5em 0;
	}

	h2 {
		font-size: 1.5em;
		padding: 0 0 .2em 0;
	}

	h4 {
		font-size: 3em;
		padding: 0;
	}

	.bup{
		font-size: 2em;
		line-height: 0.7em;
	}
}
