@font-face {
	font-family: Geosans Light;
	src: url(https://s3.spyduck.net/assets/web/ttf/GeosansLight.ttf); format('truetype');
}
@font-face {
	font-family: OpenSans Light;
	src: url(https://s3.spyduck.net/assets/web/ttf/OpenSans-Light.ttf); format('truetype');
}
body {
	font-family: "Open Sans",sans-serif;
	background-color: #1d1c1f;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #ffffff;
	font-size: 24px;
	margin: 0px;
}
body.maximized {
  overflow-y: hidden;
}
.mainContent {
	width: 100%;
	box-sizing: border-box;
}
.nav {
	overflow: hidden;
	padding-top: 48px;
	padding-bottom: 16px;
	background-color: #0c0b0c;
	width: 100%;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
.nav h1 {
	text-align: center;
	font-size: 2em;
	width: 100%;
	color: #c8a0ff;
	font-family: "Montserrat",sans-serif;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
}
.pageDescription {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #59575d;
	font-family: "Open Sans",sans-serif;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
}
.pageDescription a:hover {
	color: white;
}
.pageDescription a {
	color: #868488;
}
.pageSwitch {
	width: 100%;
	text-align: center;
	margin-top: 32px;
	margin-bottom: 32px;
}
.footer {
	width: 100%;
	box-sizing: border-box;
	padding: 16px;
	font-size: 12px;
	color: #59575d;
	left: 0px;
	position: absolute;
	text-align: left;
	height: 17px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.fixedFooter {
	position: fixed;
	bottom: 0px;
	top: calc(100% - 64px);
	right: 0px;
	left: 0px;
	background-color: #0c1f23
}
.footerLink {
	color: #868488;
	text-decoration: none;
}
.footerLink:hover {
	color: white;
}
.stickyRight {
	float: right;
}
.chatPeer {
  font-family: "OpenSans Light";
  font-size: 16px;
  font-weight: bold;
  margin: 6px;
  float: left;
}
#chatLogContainer.maximized {
	position:fixed;
	top: 147px;
	bottom: 32px;
	left: 0px;
	right: 0px;
	z-index: 1000;
	margin: 0px;
	border-radius: 0px;
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #0c1f23
}
#chatLog.maximized {
	height: calc(100% - 77px - 16px)
}
#chatLog {
  overflow-y: scroll;
  height: 400px;
}
#chatPeers {
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  display: inline-block;
  min-height: 34px;
}
#chatInput {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.5);
  color: #ffffff;
}
.chatMessageContent {
  font-family: "OpenSans Light";
  font-size: 24px;
  margin-bottom: 8px;
  color: #ffffff;
}
.chatMessageContent a {
 color: #ffffff;
 text-decoration: underline;
}
.chatMessagePrevious {
  opacity: 0.5;
}
.chatTimestamp {
  font-family: "OpenSans Light";
  font-size: 24px;
  font-weight: normal;
  margin: 6px;
  color: #c8a0ff80;
}
.chatUsername {
  font-family: "OpenSans Light";
  font-size: 24px;
  font-weight: bold;
  margin: 6px;
  color: #c8a0ff;
}
.chatSystemMessage {
  color: #ffffff;
}
.galleryContainer {
	width: 100%;
	display: flex;
}
.paragraphContainer {
	color: #c8a0ff;
	border-radius:32px;
	word-break:break-word;
	background-color: rgba(0,0,0,0.5);
	margin-top:64px;
	margin-left:64px;
	margin-right:64px;
	padding-top:64px;
	padding-bottom:64px;
	padding-left:64px;
	padding-right:64px;
}
.paragraphContainer p {
	font-size: 20px;
	color: #868488;
	margin-left: 32px;
}
.paragraphContainer .logTiles {
	margin-left: 32px;
}
.logTiles a img {
	height:128px;
}
.paragraphContainer h3 {
	font-size: 40px;
}
.logEntry h4 {
	background-color: rgba(0,0,0,0.5);
}
.entries.closed .logEntry {
	display: none;
}
.entries header {
	font-size:1.25em;
	background-color: rgba(0,0,0,0.5);
	cursor: pointer;
}
.entries header h4 .button {
	padding-left: 4px;
}
.entries.closed .button::after {
	content: '\002BC8';
}
.entries .button::after {
	content: '\002BC6';
}
.gallery {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	box-sizing: border-box;
	background-color: #1d1d1d;
}
.tile {
	background-color: #1d1d1d;
	border-width: 1px;
	border-style: solid;
	border-color: #1d1d1d;
	box-sizing: border-box;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	filter: brightness(0.85);
	width: 100%;
	height: 256px;
	flex-basis: 25%;
}
.tileContainer {
	background-color: #1d1d1d;
	border-width: 1px;
	border-style: solid;
	border-color: #1d1d1d;
	box-sizing: border-box;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	width: 100%;
	height: 256px;
	flex-basis: 25%;
}
.scroll {
	filter: brightness(0.85);
	width: 2048px !important;
	height: 100%;
	background-size: 1024px 512px;
	background-position: center;
	background-repeat: repeat-x;
	animation: slide 30s linear infinite;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	
}
.fadeOnHover {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
}
.fadeOnHover:hover {
  opacity: 0;
}
@keyframes slide {
  0%{
    transform: translate3d(0%, 0, 0);
  }
  100%{
    transform: translate3d(-1024px, 0, 0);
  }
}
.tile:hover {
	filter: brightness(1.0);
}
.descHolder {
	position: absolute;
	bottom: 0px;
	padding: 8px;
	background: linear-gradient(to bottom,rgba(0,0,0,0.35) 0,rgba(0,0,0,0.84) 100%);
	width: calc(100% + 1px);
	box-sizing: border-box;
	z-index: 2;
}
.descHolder h3 {
	padding: 0px;
	margin: 0px;
	color: white;
	font-family: "Montserrat";
	font-size: 16px;
}
.descHolder .description {
	color: white;
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
}
.noselect{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.tile.empty {
	cursor: default;
	background-image: none;
	filter: none;
}
.backgroundVideo {
	object-fit: cover;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position:fixed;
	z-index:-10;
	filter: brightness(0.5) blur(4px);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.hidden {
	display: none;
}
.video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.logTiles {
	display: block;
}
.logTile {
	width: 256px;
	height: 135px;
	padding-top: 6px;
	display: inline-block;
	background-color: rgba(0,0,0,0.5);
}
.logTile .video {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.logTile .image {
	object-fit: contain;
	width: 100%;
}
.nav.transparent {
	background-color: rgba(0,0,0,0.5);
}
.pageDescriptionMiddle {
	border-style: solid;
	border-radius: 1px;
	border-color: #19191a;
	display: inline;
	margin: 10px;
	padding: 5px;
}
a {
	text-decoration: none;
	color:white;
}

@media screen and (max-width: 1024px) {
	.tile {
		flex-basis: 50%;
	}
	.tileContainer {
		display: block;
		width: 100%;
	}
	.paragraphContainer {
		border-radius:32px;
		margin-top: 32px;
		margin-left: 32px;
		margin-right: 32px;
		padding-left:32px;
		padding-right:32px;
	}
	.paragraphContainer p {
		font-size: 16px;
		margin-left: 16px;
	}
	.paragraphContainer .logTiles {
		margin-left: 16px;
	}
	.paragraphContainer h3 {
		font-size: 32px;
	}
	.paragraphContainer h4 {
		font-size: 0.75em;
	}
}
@media screen and (max-width: 480px) {
	.gallery {
		display: block;
	}
	.tile {
		display: block;
		width: 100%;
	}
	.tileContainer {
		display: block;
		width: 100%;
	}
	.optional {
		display: none;
	}
	.paragraphContainer {
		border-radius:16px;
		margin-top: 16px;
		margin-left: 16px;
		margin-right: 16px;
	}
	.paragraphContainer p {
		font-size: 12px;
		margin-left: 8px;
	}
	.paragraphContainer .logTiles {
		margin-left: 8px;
	}
	.paragraphContainer h3 {
		font-size: 24px;
	}
	.paragraphContainer h4 {
		font-size: 0.5em;
	}
	.logTile {
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 351px) {

	.optionalLow {
		display: none;
	}
	.tileContainer {
		display: block;
		width: 100%;
	}
	.paragraphContainer {
		border-radius:0px;
		margin-top:4px;
		margin-left: 0px;
		margin-right: 0px;
		margin-left: 8px;
	}
	.pageDescriptionMiddle {
		border-style: none;
		border-radius: 1px;
		border-color: #59575d;
		display: inline;
		margin: unset;
		padding: unset;
	}
	.pageDescriptionMiddle::before {
		content: ' | ';
	}
	.pageDescriptionMiddle::after {
		content: ' | ';
	}
}