/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
  

*{
	user-select: none;
} 



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	height: 100vh;
	width: 100vw;
	overflow-x: hidden;
	background-color: #000000;
	position: relative;
	float: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

body::-webkit-scrollbar {
  display: none;
}


body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


@font-face {
    font-family: 'jr_regular';
    src: url('../fonts/jr_var.woff2');
}

@font-face {
    font-family: 'jr_bold';
    src: url('../fonts/jr_var.woff2');
}

@font-face {
    font-family: 'jr_titling';
    src: url('../fonts/jr_var.woff2');
}



h1 {
	font-family: 'jr_titling';
	font-size: 8vw;
	line-height: 0.9em;
	color: #0A0A0A;
	font-weight: lighter;
	letter-spacing: -0.05em;
	color: white;
	word-wrap: break-word;
	font-variation-settings: "wght" 20, "slnt" 0, "disp" 100;
}

h2 {
	display: none;
}

h3 {
	font-family: 'jr_regular';
	font-size: 34px;
	line-height: 42px;
	letter-spacing: 0;
	font-weight: lighter;
	color: white;
	font-variation-settings: "wght" 25, "slnt" 0, "disp" 100;
}

	#button {
		text-transform: uppercase;
		letter-spacing: -0px;
	}

p { 
	font-family: 'jr_regular';
	font-size: 16px;
	line-height: 21px;
	color: #0A0A0A;
	letter-spacing: 0;
	font-weight: lighter;
	font-variation-settings: "wght" 20, "slnt" 0, "disp" 10;
}

	.semibold{
		font-family: 'jr_bold';
			font-size: 15px;
			line-height: 16px;
			letter-spacing: 0px;
			text-transform: none;
			font-weight: lighter;
			font-variation-settings: "wght" 30, "slnt" 0, "disp" 10;
	}

	.infoMono {
			font-family: 'jr_bold';
			font-size: 15px;
			line-height: 16px;
			letter-spacing: 0px;
			text-transform: none;
			font-weight: lighter;
			font-variation-settings: "wght" 30, "slnt" 0, "disp" 10;
	}

	#detail {
			font-family: 'jr_bold';
			font-size: 10px;
			line-height: 16px;
			letter-spacing: 0px;
			text-transform: none;
			font-weight: lighter;
			font-variation-settings: "wght" 30, "slnt" 0, "disp" 10;
			vertical-align: super;
			color: #B9CAFF;
	}

h4{
			font-family: 'jr_bold';
			font-size: 15px;
			line-height: 22px;
			color: white;
			letter-spacing: 0px;
			text-transform: none;
			font-weight: lighter;
			font-variation-settings: "wght" 30, "slnt" 0, "disp" 10;
}


#sans {
	font-family: 'jr_titling';
}

#black {
	color: black;
}


#white {
	color: white;
}

#gray {
	color: #666666;
}

#lightgray {
	color: #888888;
}

#blue {
	color: #B9CAFF;
	font-variation-settings: "wght" 25, "slnt" 0, "disp" 100;
	text-transform: none;
}


#black_bg{
	background-color: #0A0A0A;
}

#trueblack_bg{
	background-color: #000000;
}

#white_bg{
	background-color: white;
}

#ltgray_bg{
	background-color: #5C5C5C;
}

#blue_bg{
	background-color: #002AFF;
	background: linear-gradient(90deg, rgba(0,42,255,1) 20%, rgba(0,42,255,0) 60%, rgba(0,42,255,0) 100%);
}

#yellow_bg{
	background-color: #fee000;
}

#dk_gray{
	background-color: #101010;
	background: linear-gradient(90deg, rgba(16,16,16,1) 20%, rgba(16,16,16,0) 60%, rgba(16,16,16,0) 100%);
}

#owl_bg{
	background-color: #4B50F8;
	background: linear-gradient(90deg, rgba(75,80,248,1) 20%, rgba(75,80,248,0) 60%, rgba(75,80,248,0) 100%);
}

#consensys_bg{
	background-color: #c1ff14;
	background: linear-gradient(90deg, rgba(193,255,20,1) 0%, rgba(193,255,20,0) 40%, rgba(193,255,20,0) 100%);
}


#red_bg{
	background-color: #F52D1E;
}

#neon_bg{
	background-color: #D6FF00;
	background: linear-gradient(90deg, rgba(214,255,0,1) 20%, rgba(214,255,0,0) 60%, rgba(214,255,0,0) 100%);
}

#kaleidoscope_bg{
	background-color: #000E26;
}

#openly_bg{
	background-color: #141414;
}


a:link {
  color: inherit; 
  background-color: transparent; 
  text-decoration: none;
}

a:visited {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #0050FF;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

mark {
	background-color: #fafafa;
	padding: 3px;
}

#link{ 
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  background-color: none;
  z-index: 1;
}

#copyAlert {
	position: fixed;
	pointer-events: none;
	top: 94px;
	right: 30px;
	width: 386px;
	background-color: #D6FF00;
	color: #FFFFFF;
	z-index: 10000;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	opacity: 0.0;
	border-radius: 4px;
	}


#cycle {

	color: transparent;
   	-webkit-text-stroke-width: 1px;
   	-webkit-text-stroke-color: white;
}

@media only screen and (max-width: 1000px) {



}

