@font-face {
	font-family: Geosans Light;
	src: url(/ttf/GeosansLight.ttf); format('truetype');
}
@font-face {
	font-family: OpenSans Light;
	src: url(/ttf/OpenSans-Light.ttf); format('truetype');
}
body {
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	background-color:#0c1f23;
}

.subFix {
	position: fixed;
	top:0px;
	z-index:4;
	width:100%;
}
.contentFix {
	padding-top: 51px;
}
.topNav {
	background-color: #0c0b0c;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	padding: 16px;
	padding-top: 0px;
}
.topNav .title {
	font-size: 48px;
	text-align: center;
	color: #c8a0ff;
	text-shadow: 0 0 40px #c8a0ff;
	margin: 0px;
	display: inline-block;
	font-family: "Geosans Light",sans-serif;
}
.topNav .logo {
	background-position: center;
	background-image: url('/img/ducku_icon_transparent.png');
	background-size: 100%;
	background-repeat: no-repeat;
	width: 96px;
	height: 96px;
	color: rgba(0,0,0,0);
	display: inline-block;
	top: 32px;
	position: relative;
}
.midNav {
	margin: 0px;
	padding: 0px;
	background-color: #131113;
}
.midNav p {
	margin: 0px;
	padding: 16px;
	padding-left: 32px;
	padding-right: 32px;
	font-size: 32px;
	color: #c8a0ff;
}
nav {
	background-color: #1a1a1a;
	font-weight: bold;
	text-align: center;
	z-index: 5;
}
nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
nav ul li {
	display: inline-block;
}
nav ul li a {
	padding: 16px;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #c8a0ff;
}
.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;
	background-image: url('/img/lain_background.webp');
}
.mainContent {
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 16px;
}
.paragraphContainer {
	color: #c8a0ff;
	border-radius:32px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	word-break:break-word;
	background-color: rgba(0,0,0,0.5);
	margin-top:0px;
	margin-left:64px;
	margin-right:64px;
	padding-top:64px;
	padding-bottom:64px;
	padding-left:64px;
	padding-right:64px;
}

li:hover {
	background-color: #2a202a;
}
li:hover .projectsDropdown {
	display: block;
}
.projectsDropdown.dropdownFix {
	top: 51px;
}
.projectsDropdown {
	z-index: 5;
	display: none;
	position: absolute;
	top: 234px;
	box-shadow: 1px 1px 12px rgba(0,0,0,0.5);
	box-sizing: border-box;
	background-color: #1a1a1a;
	text-align: center;
	overflow-y: auto;
	max-height: 50vh;
	border-top-style: none;
	border-style: solid;
	border-color: #1d1d1d;
	border-radius: 4px;
	border-width: 1px;
}
.projectsDropdown ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: block;
	font-size: 14px;
	text-decoration: none;
}
.projectsDropdown ul li {
	padding: 16px;
	display: block;
	color: #c8a0ff;
}
.projectsDropdown ul li a {
	padding: 0px;
	text-transform: none;
	color: #c8a0ff;
}
.link {
	cursor: pointer;
}
.sectionDescription {
	width: 28%;
	padding: 2%;
	display: inline-grid;
}

.sectionDescription a {
	text-decoration: none;
}
.sectionDescription h2 {

}
.sectionDescription p {
	padding: 4px;
}
.sectionDescription .thumb {
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 180px;
}
.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;
}
.footerLink {
	color: #868488;
	text-decoration: none;
}
.footerLink:hover {
	color: white;
}

.footerLink {
	color: #868488;
	text-decoration: none;
}
.footerLink:hover {
	color: white;
}
.stickyRight {
	float: right;
}
h2 {
	color: #aae0ff;
}
p {
	color: #7f7fff;
}
p a {
	color: #b5b5ff;
}
.exhibit {
	width: 32%;
	display: inline-block;
}
.exhibit a img {
	width: 100%;
}
.exhibit a {
	color: #7f7fff;
	text-decoration: none;
}
.exhibit a p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


@media screen and (max-width: 1400px) {
	.sectionDescription .thumb {
		height: 160px;
	}
}
@media screen and (max-width: 1024px) {
	.sectionDescription {
		width: 46%;
		padding: 1.5%;
	}
	.sectionDescription .thumb {
		height: 160px;
	}
}
@media screen and (max-width: 640px) {
	#marqueediv1 {
		animation: none;
	}
	#marqueediv2 {
		animation: none;
	}
	.sectionDescription {
		width: 100%;
		display: block;
		padding: 0px;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.sectionDescription .thumb {
		height: 180px;
	}
	.mainContent {
		border-style: none;
	}
	.paragraphContainer {
		padding-left: 16px;
		padding-right: 16px;
		margin-right: 0px;
		margin-left: 0px;
	}
	.topNav .logo {
		margin-bottom: 16px;
	}
	nav ul li a {
		padding: 8px;
		font-size: 12px;
	}
	.marqueeContainer {
		display: none;
	}
	.topNav .title {
		font-size: 24px;
	}
	.projectsDropdown ul li a {
		font-size: 14px;
	}
}



/* stuff that doesn't scale */



.noselect{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

.marqueeContainer {
	margin: 0px;
	padding: 0px;
	background-color: black;
	color: #c8a0ff;
}
#marqueedivmain {
	border: 2px solid #c8a0ff;
	border-left-style: none;
	border-right-style: none;
  overflow: hidden;
  white-space: nowrap;
	padding: 10px;
	font-size:24px;
}
#marqueediv1 {
  display: inline-block;
  animation: marquee 200s linear infinite;
  animation-delay: -400s;
}
#marqueediv2 {
  display: inline-block;
  animation: marquee2 400s linear infinite;
  animation-delay: -200s;
}
@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes marquee2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}

.firebox {
	display: none;
}
