@charset "UTF-8";

body {
	cursor: default;
}

::selection {
	background: transparent;
}

::-moz-selection {
	background: transparent;
}

::-webkit-selection {
	background: transparent;
}

.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

#background {
	background-color: #fff;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

a.blocklink {
	color: inherit;
	display: block;
	text-decoration: none;
}

#footer {
	background-color: #fff;
	bottom: 0;
	left: 0;
	margin: 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 10000;
}

#footer-nav {
	width: 100%;
}

#footer-nav ul {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	list-style-type: none;
	margin: auto;
	padding: 0 0 10px;
	text-align: center;
}

#connect {
	display: inline-block;
	padding-top: 10px;
}

#footer-nav ul ul {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	list-style-type: none;
	width: calc(100% - 20px);
}

#footer-nav ul li:hover > ul {
	bottom: 100%;
	display: block;
	left: 0;
	margin: 0 auto;
	padding-bottom: 0;
	position: absolute;
	right: 0;
	text-align: center;
}

#email,
#instagram {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	padding-bottom: 10px;
	padding-top: 10px;
}

#email {
	border-top: 0;
}

#email:active,
#email:hover,
#instagram:active,
#instagram:hover {
	background-color: #000;
	color: #fff;
}

#container {
	height: 90%;
	left: 50%;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 94%;
	z-index: 0;
}

#container > div {
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-webkit-user-select: none;
	align-items: center;
	background-color: transparent;
	display: flex;
	height: 75px;
	justify-content: center;
	left: 50%;
	position: fixed;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	user-select: none;
	z-index: 100;
}

.index {
	height: 100%;
}

@media screen and (orientation: landscape) {
	#footer-nav ul ul {
		width: 20%;
	}
}
