*{
	margin:0;
	padding:0;
}
:root {
	--background-color: #fff;
	--primary-color: #121212;
	--secondary-color: #121212;
}
body {
  font-family: 'Cutive Mono', monospace;
  background-color:var(--primary-color);
}
h1{
	font-size:20px;
	text-transform:uppercase;
	font-family: "Recursive", sans-serif;
	font-weight:900;
	text-align:center;
	margin-bottom:5px;
	margin-top:2px;
}
.hidden{
	display:none !important;
}
.container{
	position:absolute;
	width:100%;
	background-color:;
	overflow:hidden;
	z-index:1;
	pointer-events:none;
}
.container-panels{
	display:flex;
	width:200%;
	box-sizing: border-box;
}
.panel{
	display:flex;
	flex-direction:column;
	gap:10px;
	width:100%;
	max-width:;
	background-color:;
	transition: all 0.5s;
}
.one{
	background-color:;
	left:-50vw;
	margin-bottom:200px;
}
.two{
	background-color:;
	left:50vw;
}
.panel-wrapper{
	position:relative;
	min-height:calc(100vh + 20px);	/****ADD 20PX FOR RADIUS ACCOMODATION****/
	width:100%;
	background-color:#fff;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}
.panel-wrapper-inner{
	width:100%;
	max-width:;
	background-color:;
	margin:0 auto;
}
.nav-spacer{
	height:110px;					/****	equal to .container-tabs	***/
	width:100%;
}
.tabs__panel-landing {
	height:calc(100svh - 110px);		/****	subtract .nav-spacer height		***/
	min-height:500px;
	background-color:;
	align-items: center;
	justify-content: center;
}
.landing-wrapper{
	background-color:;
	height:100%;
	margin-top:;
	max-width:1500px;
	position:relative;
	margin:0 auto;
}
.top-title{
	width:100%;
	padding:4vw;
	max-width:;
	background-color:;
	text-align:left;
	line-height:11vw;
	font-size: 13vw;
	text-align:left;
	text-transform:uppercase;
	font-family: "Recursive", sans-serif;
	font-weight: 900;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
		"slnt" 0,
		"CASL" 0,
		"CRSV" 0.5,
		"MONO" 0;
		margin: 0;
  position: absolute;
  top: 40%;
  -ms-transform: translateY(-40%);
  transform: translateY(-50%);
}
.top-title-sub{
	position:relative;
	display:block;
	width:60%;
	margin:0 auto;
	background-color:#fff;
	text-align:left;
	line-height:;
	font-family: 'Cutive Mono', monospace;
	font-size:18px;
	color:#121212;
	padding:10px 30px;
	border:2px solid #121212;
	border-radius:0px;
	filter: drop-shadow(16px 16px);
	top: 40%;
	-ms-transform: translateY(-40%);
	transform: translateY(-50%);
}
.row1{
	position:relative;
	z-index:2;
}
.row2{
	position:relative;
	z-index:100;
}
.row3{
	position:relative;
	z-index:-10;
	z-index:100;
}
.row3 img{
	width:50vw;
	rotate: 10deg;
	position:absolute;
	margin-top:-8vw;
	z-index:100;
}
.font-highlight{
	background-image: url("../images/pixel-dark.png");
	width:auto;
	display:inline-block;
	padding:3vw 6vw;
	margin:-6vw;
	z-index:-100;
}
.tabs__panel-card {
	max-width:1000px;
	padding-top:40px;
	margin:0 auto;
	pointer-events:auto;
}
.card-one{
}
.card-two{
}
.card-three{
}
.content-wrapper{
	width:100%;
	margin-top:40px;
}
.content-wrapper-inner{
	display:flex;
	flex-direction:row;
	padding: 40px;
}
.hatch{
	background-image: url("../images/pixel-dark.png");
}
.section-title{
	display:inline-block;
	width:100%;
	font-size:4vw;
	font-family: "Recursive", sans-serif;
	font-weight:900;
	text-transform:uppercase;
	text-align:center;
	padding-bottom:;
	background-color:;
}
.content{
	display:flex;
	flex-direction:row;
	width:100%;
	align-items: center;
	justify-content: center;
	padding:20px;
	 counter-reset: p;
}
.content img{
	width:100%;
}
.number::before{
	 counter-increment: number;
  content: "" counter(number) ".";
}
ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
ol li {
  counter-increment: my-awesome-counter;
  display: flex;
  font-size: 0.8rem;
  margin-bottom: 2rem;
}
ol li::before {
  content: "0" counter(my-awesome-counter);
  font-weight: bold;
  font-size: 3rem;
  margin-right: 0.5rem;
  font-family: "Recursive", sans-serif;
  line-height: 1;
}

.footer-spacer{
	width:100%;
	height:200px;
	background-color:;
	pointer-events:none;
}
footer{
	display:flex;
	background-color:var(--secondary-color);
	height:calc(260px + 100vh); /****ADD 150PX TO COVER RADIUS AS WELL AS MOBILE PUSH****/
	position:fixed;
	bottom:0;
	width:100%;
	z-index:-10;
	padding-top:calc(40px + 100vh); /****ADD 200PX TO MAKEUP FOR ADDED PIXELS AT HEIGHT****/
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	color:#fff;
	font-size:14px;
	left:0;
	pointer-events:auto;
}
footer a,
a:active,
a:visited{
	color:#fff;
	text-decoration:none;
}
#footer-container{
	width:100%;
	height:100%;
	opacity:.95;
	background-color:;
	text-align:center;
	margin:0 auto;
	pointer-events:auto;
}
.footer-wrapper{
	/**width:250px;**/
	margin:40px auto 0 auto;
	background-color:;
	line-height:35px;
	text-align:;
}
.footer-wrapper img{
	width:25px;
	color:#fff;
	margin-right:10px;
	vertical-align:middle;
}
#copyright{
	opacity:.4;
	margin-top:10px;
}

/*************CLICK2COPY**************/
.mailto-link {
	position: relative;
	padding: 8px 0;
}
.mailto-message {
	top: 5px;
	left: 50%;
	margin-bottom: -5px;
	transform: translate(0%, -100%);
	position: absolute;
	display: none;
	width: auto;
	white-space: nowrap;
	font-size: 12px;
	background-color: #282829;
	color: white;
	padding: 0px 8px;
	border-radius: 2px;
	&:after,
	&:before {
	content: '';
	}
	&:before {
		top: 100%;
		left: 50%;
		border: solid transparent;
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(0, 0, 0, 0);
		border-top-color: #282829;
		border-width: 4px;
		margin-left: -4px;
	}
}
.mailto-link:hover .mailto-message,
.mailto-link:focus .mailto-message,
.mailto-link:focus-within .mailto-message {
	display: block;
}


/* Extra small devices (phones, 600px and down) */ 
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 767px) {
	.tabs__panel-card {
	padding: 10px;
	}
	.top-title{
	}
	.top-title-sub{
		font-size:13px;
		width:90%;
	}
	.content-wrapper-inner{
		flex-direction:column;
		padding: 0px;
	}
	.content img{
		width:75%;
	}
	.section-title{
		font-size:5vw;
		padding-bottom:0px;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.section-title{
		font-size:50px;
	}
	.top-title{
		background-color:;
		font-size: 13vw;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1600px) {
	.section-title{
		font-size:50px;
	}
	.top-title{
		background-color:;
		font-size: 210px;
		line-height:180px;
	}
	.row3 img{
		width:800px;
		margin-top:-120px;
	}
}