* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-transform: lowercase;
	/*	cursor: default !important;*/
}

html {
	/* cursor: url("https://static.cargo.site/images/up.png"), auto !important; */
}

@font-face {
	font-family: Basis;
	src: url("../fonts/basis-grotesque-regular-pro.otf");
}

.container {
	position: relative;
}

body {
	letter-spacing: 0.75px;
	font-family: Basis;
}

/* Header text */
.home {
	position: absolute;
	top: 12px;
	left: 40px;
	padding-right: 45px;
	font-size: 20px;
	/* font-family: "punto", sans-serif; */
	font-weight: 400;
	font-style: normal;
}

.home a:link,
a:visited {
	color: white;
	mix-blend-mode: difference;
	text-decoration: none;
}

.home a:hover {
	color: slategray;
	mix-blend-mode: difference;
}

.external-link:link {
	color: white;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.external-link:hover {
	text-decoration: none;
}

.caption {
	position: absolute;
	bottom: 20px;
	left: 40px;
	color: white;
	mix-blend-mode: difference;
	font-size: 12px;
	max-width: 425px;
	text-transform: lowercase;
}

.prev {
	color: white;
	mix-blend-mode: difference;
	position: absolute;
	left: 40px;
	width: 30px;
	/*	margin-bottom: 60px;*/
	display: none;
}

.next {
	color: white;
	mix-blend-mode: difference;
	position: absolute;
	right: 40px;
	width: 30px;
	/*	margin-bottom: 60px;*/
	display: none;
}

.short-text {
	display: none;
}

footer {
	font-family: Basis;
	position: absolute;
	right: 40px;
	bottom: 16px;
	font-size: 20px;
	color: white;
	mix-blend-mode: difference;
}

.punctuation {
	color: white;
	mix-blend-mode: difference;
}

.emdash {
	margin-left: -4px;
	margin-right: -4px;
}

.comma {
	margin-left: -5px;
	margin-right: 1px;
}

.arrows {
	position: relative;
}

.info,
.info-short,
.contact {
	color: white !important;
	text-decoration: none;
	mix-blend-mode: exclusion;
}

.info:hover,
.info-short:hover,
.contact:hover {
	color: slategray !important;
}

.info:visited,
.info-short:visited,
.contact:visited {
	color: white !important;
}

.more {
	position: absolute;
	top: 12px;
	right: 40px;
	font-size: 20px;
}

.info-short {
	display: none;
}

/* Media Queries */

@media (max-width: 1140px) {
	.short-text {
		display: inline;
	}

	.long-text {
		display: none;
	}

	img {
		width: 100vw;
		height: auto;
		margin-bottom: -4px;
	}
}

@media only screen and (max-device-width: 940px) {
	.home {
		left: 20px;
		font-size: 20px;
	}

	.more {
		font-size: 20px;
		right: 20px;
	}

	.info {
		display: none;
	}

	.info-short {
		mix-blend-mode: exclusion;
		text-decoration: none;
		display: inline;
	}

	.alt_text {
		/* display: none; */
	}

	.contact {
		margin-left: -2px;
	}
}