html,body {
	font-family: "Montserrat", sans-serif;
	font-family: "Montserrat", "Noto Color Emoji", sans-serif;
	color: #222;
	background: #fff;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.full-content {
	max-width: 700px;
	margin: auto;
	padding-left: 25px;
	padding-right: 25px;
}
.content {
}

.carousel {
	font-size: 0;
	width: 100%;
	display: block;
	margin: auto;
	white-space: nowrap;
	position: relative;
	width: calc(100% + 50px);
	max-width: calc(100% + 50px);
	margin: 0 -25px;
}
.carousel-window {
	border-radius: 5px;
	overflow: hidden;
	display: inline-block;
	height: min-content;
	width: 100%;
}
.carousel-image-link {
	width: 100%;
	display: none;
}
.carousel-image-link.active {
	display: inline-block;
}
.carousel-img {
	max-width: 100%;
	min-width: 100%;
	height: auto;
}
video {
	width: 100%;
}
.carousel-button {
	position: absolute;
	width: 18%;
	top: 15%;
	bottom: 16%;
	color: white;
	border: none;
	cursor: pointer;
	opacity: 0%;
	transition-duration: 0.2s;
	display: flex;
	z-index: 1000;
}
.circle-button {
	background: #0005;
	margin: auto;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	display: flex;
	transition-duration: 0.2s;
}
.carousel-button:hover .circle-button {
	background: #0009;
}
.circle-button p {
	user-select: none;
	font-size: 10px;
	width: min-content;
	height: min-content;
	margin: auto;
	margin-top: calc(auto - 1px);
}
.carousel:hover .carousel-button {
	width: 20%;
	opacity: 100%;
}
.carousel-button:hover {
	width: 20%!important;
}
.carousel-button.prev {
	left: 0;
	border-radius: 0 10px 10px 0;
}
.carousel-button.next {
	right: 0;
	border-radius: 10px 0 0 10px;
}
.carousel-dots {
	font-size: 8px;
}
.download-button {
	font-size: 14px;
	display: block;
	position: absolute;
	color: white;
	background: #0005;
	padding: 10px;
	padding-bottom: 7px;
	margin: 10px;
	margin-top: 0px;
	border-radius: 3px;
	opacity: 0%;
	z-index: 1000;
}
.download-button img {
	width: 18px;
	padding-left: 0.25px;
	padding-right: 0.25px;
}
.carousel:hover .download-button {
	margin-top: 10px;
	opacity: 100%;
	z-index: 1000;
}
.download-button:hover {
	background: #0008;
}
.caption {
	transition-duration: 0.4s;
	font-size: 14px;
	display: block;
	position: absolute;
	color: white;
	background: #0005;
	text-shadow: 0 0 4px black;
	padding: 10px;
	margin: 10px;
	margin-top: 0px;
	border-radius: 3px;
	opacity: 0%;
	left: auto;
	right: 0;
	max-width: calc(100% - 120px);
	max-height: calc(40%);
	white-space: normal;
}
.caption:hover {
	background: #000a;
}
.carousel:hover .caption {
	opacity: 100%;
	margin-top: 10px;
}

@media only screen and (max-width: 760px) {
	.full-content {
		max-width: 100vw;
	}
	.carousel-window {
		border-radius: 0;
	}
	hr {
		margin-left: -25px;
		margin-right: -25px;
	}
}

.main-logo {
	max-width: 90%;
	width: 700px;
}

h1 {
}
h2 {
}
h3 {
}
h4 {
}

p {
	font-size: 16px;
}

.readmore {
	max-height: 4em;
	overflow: hidden;
	position: relative;
}
.readmore-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(#fffb, white);
	margin: 0;
	cursor: pointer;
}
.readmore-opened .readmore-text {
	display: none;
}
.readmore > *:nth-child(2) {
	margin-top: 0;
}

.bio {
	height: max-content;
	display: flex;
	flex-wrap: wrap;
	gap: 0px 30px;
}
.portrait {
	background-size: cover;
	border-radius: 5px;
	outline: 2px #0001 solid;
	width: 200px;
	aspect-ratio: 1;
}
.bio-text {
}

.post-header {
	display: flex;
}
.header-link {
	margin-right: 5px;
}
.header-date {
	font-weight: 600;
	margin-right: 5px;
}
.header-location {
	margin-left: auto;
}

a {
	color: #222;
	text-decoration: underline 1px solid #0005;
	transition-duration: 0.4s;
}
a:hover {
	text-decoration: underline 2px solid #222f;
}
.caption a {
	color: #fff;
	text-decoration-color: #fffa;
}

hr {
	margin-top: 20px;
	margin-bottom: 0px;
	border: 0;
	border-top: solid 1px #0002;
}

.footnote {
	font-size: 14px;
	color: #222b;
	margin-top: 30px;
	padding-bottom: 18px;
	display: block;
}
.no-transition {
	transition: none;
}
.vsc-initialized {
	margin: 0;
}


@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Color Emoji';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/NotoColorEmoji.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-100 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('/fonts/montserrat-v30-latin-ext-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-100italic - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  src: url('/fonts/montserrat-v30-latin-ext-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-200 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('/fonts/montserrat-v30-latin-ext-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-200italic - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  src: url('/fonts/montserrat-v30-latin-ext-200italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-300 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/montserrat-v30-latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-300italic - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: url('/fonts/montserrat-v30-latin-ext-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/montserrat-v30-latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-italic - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/montserrat-v30-latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/montserrat-v30-latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500italic - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: url('/fonts/montserrat-v30-latin-ext-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/montserrat-v30-latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600italic - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: url('/fonts/montserrat-v30-latin-ext-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/montserrat-v30-latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700italic - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url('/fonts/montserrat-v30-latin-ext-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-800 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/montserrat-v30-latin-ext-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-800italic - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  src: url('/fonts/montserrat-v30-latin-ext-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-900 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/montserrat-v30-latin-ext-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-900italic - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  src: url('/fonts/montserrat-v30-latin-ext-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
