@font-face {
	font-family: Merriweather;
	src: url(fonts/Merriweather-Regular.otf);
}

@font-face {
	font-family: Benne;
	src: url(fonts/Benne-Regular.otf);
}

@font-face {
	font-family: Bellefair;
	src: url(fonts/Bellefair-Regular.otf);
}

html, body {
	overflow-x: hidden;
}

body {
	margin: 0px 0px;
}

div.main {
	max-width: 800px;
	margin: auto;
}

div.text {
	margin: 8px 8px;
	font-family: Benne;
	font-size: 20px;
}

div.postimage {
	border-radius: 20%;
}

h1, h3, h4 {
	font-family: Merriweather;
	margin-top: 3px;
}

h1, h2 {
	margin-bottom: 2px;
}

h3 {
	margin-bottom: 5px;
}

h4 {
	margin-bottom: 3px;
}

img.cover {
	background-size: cover;
}

div.desc {
	font-family: Bellefair;
	font-size: 20px;
	color: gray;
}

div.pic-desc {
	font-family: Bellefair;
	text-align: center;
	font-size: 20px;
	margin-top: -10px;
}

div.p {
	margin: 10px 0px;
}

div.p, li {
	line-height: 25px;
}

li {
	margin-top: 10px;
}

ul, ol {
	margin-top: 0px;
	margin-left: -12px;
}

p.cli {
	line-height: 18px;
	font-size: 15px;
	background-color: rgb(0, 0, 51);
	color: white;
	font-family: Menlo, Consolas;
	white-space: nowrap;
	padding: 8px;
	margin-top: 2px;
	border-radius: 5px;
	overflow-x: auto;
}

span.cli {
	background-color: rgb(0, 0, 51);
	font-size: 14px;
	color: #2a2c2e;
	padding: 2px;
	border-radius: 5px;
	font-family: Menlo, Consolas;
	word-wrap: break-word;
}

img.align {
	max-width: 100%;
  	max-height: 100%;
	margin-left: auto; 
	margin-right: auto;
	display: block;
	background-size: contain;
}

div.citation {
	padding-top: 10px;
	margin-left: 5%;
	margin-right: 5%;
}

footer {
	font-family: Merriweather;
	text-align: center;
	color: white;
	line-height: 30px;
	background-color: #24344f;
	height: 120px;
}

img.footer {
	height: 40px;
	width: 40px;
	margin: 2px;
}

img.avatar {
	width: 250px;
	height: 250px;
	border-radius: 50%;
}

div.separator {
	width: 80%; 
	height: 1px; 
	background: #2a2c2e; 
	overflow: hidden;
	margin: 40px auto;
}

div.table-wrapper {
	display: block;
    overflow-x: auto;
}

table, th, td {
	border: 1px solid white;
	border-collapse: collapse;
}

table {
	width: 100%;
}

td, th {
	padding: 3px;
	text-align: center;
}
