* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: acumin-pro-condensed
}

html,
body {
	min-height: 100%
}

button {
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	overflow: visible;
	background: transparent;
	color: inherit;
	font: inherit;
	line-height: normal;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	-webkit-appearance: none
}

#content {
	overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: lowercase;
	font-family: inherit
}

body {
	background-color: #fafafa;
	font-family: acumin-pro-condensed;
	font-weight: 300
}

ul {
	list-style: none
}

a {
	color: inherit;
	font-family: inherit;
	text-decoration: none
}

button {
	cursor: pointer
}

.grid {
	margin: 52px -10px 0
}

.grid:after {
	content: "";
	display: block;
	clear: both
}

.grid-sizer,
.grid-item {
	width: 33.333%
}

@media(max-width: 1000px) {

	.grid-sizer,
	.grid-item {
		width: 50%
	}
}

.grid-item {
	float: left;
	padding: 10px;
	cursor: zoom-in
}

#header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999
}

.logged-in #header {
	top: 32px
}

#header ul {
	text-transform: lowercase;
	list-style: none;
	display: flex;
	justify-content: center
}

.home #header ul {
	border-bottom: 1px solid currentColor
}

#header ul li {
	padding: 1rem
}

.home #bg-video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	z-index: -1
}

.home .mask {
	position: absolute;
	top: calc(50% + 50px);
	left: 50%;
	width: 18%;
	transform: translateX(-50%) translateY(-50%);
	fill: #fff;
	mix-blend-mode: difference;
	pointer-events: none
}

.close {
	height: 20px;
	width: 20px;
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: #666;
	border-radius: 50%;
	padding: 2px
}

.close:before {
	content: "";
	display: block;
	position: absolute;
	transform: translateY(-1px) rotate(45deg);
	border-bottom: 2px solid #fff;
	width: calc(100% - 4px)
}

.close:after {
	content: "";
	display: block;
	position: absolute;
	transform: translateY(-1px) rotate(-45deg);
	border-bottom: 2px solid #fff;
	width: calc(100% - 4px)
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(51, 51, 51, .5);
	display: flex;
	align-items: center;
	justify-content: center
}

.overlay-inner {
	position: relative;
	overflow: scroll;
	padding: 0;
	background-color: #f5f5f5;
	display: flex;
	flex-direction: column;
	height: 100%;
	max-height: 75vh;
	border-radius: 1rem;
	width: 100%;
	max-width: 400px
}

.overlay form {
	flex: 1;
	display: flex;
	flex-direction: column
}

.overlay form button {
	align-self: flex-end;
	padding: .25rem .5rem;
	width: 100px;
	background: #333;
	border-radius: 1000px;
	color: #fff;
	margin: 1rem;
	text-transform: lowercase
}

.overlay textarea,
.overlay input {
	border: none;
	background: transparent;
	font-family: inherit;
	padding: 1rem
}

.overlay textarea {
	flex: 1
}

.overlay h2 {
	padding: 1rem
}

.overlay input,
.overlay h2 {
	border-bottom: 1px solid #ccc
}

#footer {
	padding: 3rem
}

#footer svg {
	max-width: 120px;
	display: block;
	margin: auto
}

.backdrop {
	background-image: linear-gradient(180deg, #daff00 0%, #daff00 16.6666666667%, #daff00 41.6666666667%, #daff00 58.3333333333%, #f9ffd7 83.3333333333%, #f9ffd7 100%);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1
}

.footer-info {
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
	text-align: center
}

.footer-info p:last-of-type {
	margin-top: 7rem
}

nav {
	font-weight: 505
}

.footer-info a {
	font-weight: 505
}

.footer-info a:hover {
	background-image: linear-gradient(180deg, #daff00 0%, #daff00 16.6666666667%, #daff00 41.6666666667%, #daff00 58.3333333333%, #f9ffd7 83.3333333333%, #f9ffd7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent
}

.home nav a:hover {
	background-image: linear-gradient(180deg, #daff00 0%, #daff00 16.6666666667%, #daff00 41.6666666667%, #daff00 58.3333333333%, #f9ffd7 83.3333333333%, #f9ffd7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent
}

.archive nav a:hover {
	background-image: linear-gradient(180deg, #051f36 0%, #051f36 16.6666666667%, #173651 41.6666666667%, #173651 58.3333333333%, #3d555e 83.3333333333%, #827d7a 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent
}


.preventScroll {
	height: 100vh;
	width: 100vw;
	overflow: hidden
}

.grid-item {
	transition: all 1s ease-in-out
}

.grid-item img {
	transition: all 1s ease-in-out, transform .5s ease-in-out;
	opacity: 1;
	display: block;
	height: 100%;
	width: 100%;
	object-fit: contain
}

.grid-item.hidden img {
	opacity: 0;
	transform: translateY(60px)
}

.gallery {
	position: fixed;
	inset: 0px;
	background: transparent;
	transition: background-color ease-in-out 1s;
	z-index: 99999
}

.gallery button {
	z-index: 99
}

.gallery.active {
	background: #fff
}

.gallery .prev,
.gallery .next {
	position: absolute;
	top: 50%;
	left: 1rem;
	height: 20px;
	width: 20px;
	border-radius: 9999px;
	background: #666
}

.gallery .prev:before,
.gallery .next:before {
	content: "";
	display: block;
	position: absolute;
	transform: translateX(7px) translateY(-3px) rotate(45deg);
	border-bottom: 2px solid #fff;
	width: calc(50% - 2px)
}

.gallery .prev:after,
.gallery .next:after {
	content: "";
	display: block;
	position: absolute;
	transform: translateX(7px) translateY(1px) rotate(-45deg);
	border-bottom: 2px solid #fff;
	width: calc(50% - 2px)
}

.gallery .prev {
	transform: rotate(180deg)
}

.gallery .next {
	left: auto;
	right: 1rem
}

.gallery__content img {
	transition: all ease-in-out 1s;
	object-fit: contain
}

.active .gallery__content img {
	inset: 1rem 3rem !important;
	height: calc(100% - 2rem) !important;
	width: calc(100% - 6rem) !important
}

.gallery .close {
	height: 25px;
	width: 25px;
	top: 2rem;
	right: 1.5rem;
	z-index: 1000;
	pointer-events: auto;
	
}

@media (max-width: 600px) {
	.gallery .close {
		top: 3rem;
	}
	width: 20px;
	height: 20px;
}