body {
	font-family: sans-serif;
	padding: 5vw 10vw;
	max-width: 820px;
	margin: auto;
	overflow-y: scroll;
}

h1, h2, h3, h4 {
	clear: both;
	margin-left: -20px;
	margin-top: 50px;
}

h1 {
	position: relative;
}

ul {
	padding-left: 0;
}

#signature {
	margin-top: 2.4em;
}

#navigation {
	position: relative;
	height: 1.2em;
}

#navigation #next {
	position: absolute;
	right: 0;
}

#feeds {
	position: absolute;
	top: -20px;
	right: 0;
	font-size: 14px;
	font-weight: normal;
	vertical-align: middle;
	display: inline-block;
}

#feeds img {
	height: 14px;
	vertical-align: middle;
	display: inline-block;
	margin-left: 4px;
}

#feeds span {
	height: 12px;
	vertical-align: middle;
}

a {
	color: #17E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	color: red;
}

a.date-republicaine {
	color: #003366;
	font-style: italic;
}

#index {
	text-align: center;
}

#publication {
	text-align: right;
}

p {
	margin-bottom: 1ex;
/*	hyphens: auto;
	text-align: justify; */
	line-height: 1.3em;
}

div.gallery {
	text-align: center;
}

div.gallery figure {
	display: inline-block;
	margin: 0 8px;
	border: 3px solid white;
	border-radius: 3px;
	box-shadow: 1px 1px 3px black;
	transition: box-shadow 0.05s, transform 0.05s;
}

div.gallery figure:hover {
	box-shadow: 0 0 1px black;
	transform: translate(1px, 1px);
}

div.gallery figure figcaption {
	margin-top: 4px;
	max-width: 270px;
}

div.gallery figure a {
	font-size: 0;
}

div.gallery figure > * {
	max-height: 300px;
	display: block;
	margin: auto;
}

div.gallery.cropped-resized video {
	max-height: 200px;
}

div.gallery.cropped-resized img {
	max-height: 200px;
}

div.gallery.cropped-resized a {
	max-width: 270px;
	overflow: hidden;
	font-size: 0;
}

div.gallery.cropped figure {
	width: 200px;
	overflow: hidden;
}

div.gallery.cropped img {
	height: 200px;
	width: 200px;
	object-fit: cover;
}

div.gallery.cropped-resized.max-240px figure {
	max-width: 240px;
}

div.gallery.cropped-resized.max-240px img {
	max-width: 240px;
}

ins {
	text-decoration: none;
}

footer {
	text-align: right;
	margin-top: 30px;
}

