@charset "UTF-8";

body {
	cursor: default;
}

::selection {
	background: transparent;
}

#wrapper {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-content: center;
    vertical-align: middle;
}

#wrapper a {
    width: 100%;
    top: 50%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: auto;   
    font-size: 15px;
    text-align: center;
    position: fixed;
    z-index: 100000000000;
    color: black;
}

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

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

h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
	margin-top: 10px;
	margin-left: 10px;
	padding: 0px;
	top: 0;
	left: 0;
	font-size: 15px;
	text-align: left;
	position: fixed;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	color: #000000;
	z-index: -2;
}

p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #000000;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 auto;
	margin-top: 17px;
	margin-bottom: 17px;
}

h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 20px;
	color: #000000;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 20px;
	color: #000000;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 17px;
	margin-bottom: 0;
}

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

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

a.nonblocklinkinp {
	text-decoration: none;
	color: inherit;
}

a.nonblocklinkinp:hover {
	background-color: #000;
	color: #fff;
}

a.nonblocklinkterm {
	text-decoration: none;
	color: inherit;
}

a.nonblocklinkterm:hover {
	background-color: #000;
	color: #fff;
}

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

#header {
	background-color: white;
	width: 100%;
	position: fixed;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;    
	top: 0;
	left: 0;
	text-align: center;
	z-index: 10;
}

#description {
	width: calc(100% - 20px);
	margin: 0 auto;
	margin-bottom: 17px;
}

h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 15px;
	color: #000000;
	text-align: right;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 0px;	
}

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

#footer-nav {
	width: 100%;
}

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

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

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

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

#email {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid black;
	border-top: 0px;
	color: #000000;
	background-color: white;
}

#email:active {
	background-color: black;
	color: white;
}

#email:hover {
	background-color: black;
	color: white;
}

#instagram {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid black;
	color: #000000;
	background-color: white;
}

#instagram:active {
	background-color: black;
	color: white;
}

#instagram:hover {
	background-color: black;
	color: white;
}

#content {
	margin: 0px;
	top: 0;
	left: 0;
	width: 100%;
	align-content: center;
	position: absolute;
	text-align: center;
}

#content-wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: block;
}

#container {
	z-index: 0;
	position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width: 94%;
    height: 90%;
}	
div.a,div.b,div.c,div.d,div.e,div.f,div.g,div.h,div.i,div.j,div.k,div.l,div.m,div.n,div.o,div.p,div.q,div.r,div.s,div.t,div.u,div.v,div.w,div.x,div.y,div.z,div.a2,div.b2,div.c2,div.d2,div.e2,div.f2,div.g2,div.h2,div.i2,div.j2,div.k2,div.l2,div.m2,div.n2,div.o2,div.p2,div.q2,div.r2,div.s2,div.t2,div.u2,div.v2,div.w2,div.x2,div.y2,div.z2 {
    left: 50%;
    top: 50%;
	transform: translate(-50%, -50%);
	height: 75px;
	background-color: transparent;
	position: fixed;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.index {
	height: 100%;
}


@media screen and (orientation: landscape) {
	#footer-nav ul ul {
		width: 20%;
	}
	#content-wrapper {
		width: 50%;
	}
	#description {
		margin-left: 20px;
		margin-bottom: 0;
		width: 20%;
		position: fixed;
		overflow: auto;
	}
	p {
		text-align: left;
		font-size: 15px;
		margin-bottom: 17px;
    }
    h2 {
		text-align: left;
		font-size: 15px;
		margin-bottom: 17px;
    }
}