
@font-face {
	font-family: 'lanapixelregular';
	src: url('lanapixel-webfont.woff2') format('woff2'),
		 url('lanapixel-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	font-smooth: never;
	-webkit-font-smoothing : none;
}

.pixelfont {
	font-family: 'lanapixelregular';
	src: url('lanapixel-webfont.woff2') format('woff2'),
		 url('lanapixel-webfont.woff') format('woff');
	font-size: 6vw;
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	font-smooth: never;
	-webkit-font-smoothing : none;
}

* {
	padding: 0px;
	margin: 0px;
}
html{
	background-color: black;
	height: 100%;
}
body {
	/*overflow-x: hidden;*/
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	line-height: 0;
	overflow-y: auto !important;
}

/* Scrollbar */
::-webkit-scrollbar {
	width: 12px;
	background-color: #333333;
}

/* Scrollbar Button */
::-webkit-scrollbar-thumb {
	background: rgb(0, 105, 171);
}

canvas {
	display: block;
}


/* General Text Stylings */
p {
	font-family: Arial;
	font-size: 13px;
	color: white;
	line-height: 1.4;
}
.textHeader1 {
	font-family: Arial;
	font-size: 13px;
	line-height: 1.4;
	color: #ffa500;
	display: inline-block;
	font-weight: bold;
}
.textHeader2 {
	font-family: Montserrat;
	font-size: 12px;
	line-height: 2.0;
	color: #efefef;
	display: inline-block;
	font-weight: 500;
}
.textFooter1 {
	color: rgb(161, 161, 161);
	display: inline-block;
}
.imgBox {
	font-family: Arial;
	font-size: 13px;
	line-height: 1.4;
	color: #ffa500;
	display: inline-block;
	font-weight: bold;
}

a:not(.navlink) {
	text-decoration: underline;
	color: #ce2933;
}

a.navlink {
	text-decoration: none;
	color: white;
}


/* Headers */
.mainheader1 {
	width: 94%;
	font-family: Geo;
	/*font-size: calc( 10px + ( 32rem - 10rem ) );*/
	/*font-size: 3vw;*/
	font-size: 20pt;
	color: rgb(255, 255, 255);
	letter-spacing: 0.0em;
	font-weight: bold;
	/*margin-top: 5px;
	margin-bottom: 5px;*/
	padding-left: 6%;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.3em;
	/*background-color: rgba(255, 255, 255, 0);*/
}

.header1 {
	width: 88%;
	font-family: Geo;
	/*font-size: calc( 10px + ( 32rem - 10rem ) );*/
	/*font-size: 3vw;*/
	font-size: 20pt;
	color: rgb(255, 255, 255);
	letter-spacing: 0.0em;
	font-weight: bold;
	/*margin-top: 5px;
	margin-bottom: 5px;*/
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.3em;
	/*background-color: rgba(255, 255, 255, 0);*/
	text-align: center;
}

/* Info Boxes */
.infobox1 {
	/*width: 50%;*/
	width: 100%;
	height: auto;
	background-color: #333333;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	margin: 0;
	border: 0; 
	padding: 0;
	line-height: normal;
}
.infobox1 p {
	/*font-weight: 500;*/
	padding-left: 20%;
	padding-right: 20%;
}
.infobox1 img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	/*margin: 10% 0 5% 0;*/
	/*padding-left: 15%;
	padding-right: 15%;*/
}
@media (max-width: 1400px) {
	.infobox1 p {
		/*font-weight: 500;*/
		padding-left: 8%;
		padding-right: 8%;
	}
}
@media (max-width: 800px) {
	.infobox1 {
		/*width: 100%;*/
		height: auto;
		background-color: #333333;
		overflow: hidden;
		display: inline-block;
		text-align: center;
		margin: 0;
		border: 0; 
		padding: 0;
	}
	.infobox1 p {
		/*font-weight: 500;*/
		padding-left: 5%;
		padding-right: 5%;
	}
}
.infobox3 {
	width: 50%;
	height: auto;
	background-color: #333333;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	margin: 0;
	border: 0; 
	padding: 0;
	line-height: normal;
}
.infobox3 p {
	/*font-weight: 500;*/
	padding-left: 20%;
	padding-right: 20%;
}
.infobox3 img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	margin: 10% 0 5% 0;
	/*padding-left: 15%;
	padding-right: 15%;*/
}
@media (max-width: 1400px) {
	.infobox3 p {
		/*font-weight: 500;*/
		padding-left: 8%;
		padding-right: 8%;
	}
}
@media (max-width: 800px) {
	.infobox3 {
		width: 100%;
		height: auto;
		background-color: #333333;
		overflow: hidden;
		display: inline-block;
		text-align: center;
		margin: 0;
		border: 0; 
		padding: 0;
	}
	.infobox3 p {
		/*font-weight: 500;*/
		padding-left: 5%;
		padding-right: 5%;
	}
}

.infobox2 {
	width: 60%;
	padding: 0 20%;
	height: auto;
	background-color: #303030;
	overflow: hidden;
	display: inline-block;
	/*text-align: center;*/
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
	margin: 0;
	border: 0; 
	line-height: normal;
}
.infobox2 a {
	/*background-color: blue;*/
	vertical-align: top;
	display: inline-block;
	/*display: inline;*/
	zoom: 1;
	text-align: center;
	margin-left: 24px;
	margin-right: 24px;
	margin-bottom: 24px;
	color: white;
}
.infobox2 img {
	width: 48px;
	/*height: 64px;*/
	display: inline-block;
	vertical-align: middle;
}
.stretch {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0
}
.stretchHidden {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0
}

@media (max-width: 1200px) {
	.infobox2 {
		width: 80%;
		padding: 0 10%;
	}
}
@media (max-width: 1000px) {
	.infobox2 {
		width: 70%;
		padding: 0 15%;
	}
}
@media (min-width: 1000px) {
	.stretchHidden {
		display: none;
	}
}

.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

/* Button Containers */
.actionbar {
	display: flex;
	align-items: stretch;
	justify-content: space-evenly;
	flex-wrap: wrap;
	gap: 8px;
	margin: 8px;
	margin-top: 0px;
	/*margin-bottom: 0px;*/
}

.socialbar {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 24px;
	padding: 8px;
	margin: 0;
}

/* Buttons */
.linkButton {
	display: flex;
	align-items:center;
	justify-content: center;
	flex-grow: 10;
	/*display: inline-block;*/
	line-height: 1em;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*max-width: 980px;*/
	text-shadow: none;
	border-style: solid;
	border-width: 0px;
	/*font-size: calc( 10px + ( 10rem - 10rem ) );*/
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	padding-bottom: 15px;
	border-color: rgb(0, 0, 0);
	letter-spacing: 0.3em;
	padding-right: 30px;
	margin-top: 20px;
	padding-left: 30px;
	border-radius: 4px;
	padding-top: 15px;
	font-family: Arial;
	background-color: rgb(0, 105, 171);
		-webkit-transition: background 0.3s; /* For Safari 3.0 to 6.0 */
		transition: background 0.3s; /* For modern browsers */
	/*position: relative;*/
	overflow: hidden;
	/*transform: translateZ(0);*/
	/*backface-visibility: hidden;*/
}
.linkButtonBlack {
	background-color: rgb(0, 0, 0);
		-webkit-transition: background 0.3s; /* For Safari 3.0 to 6.0 */
		transition: background 0.3s; /* For modern browsers */
	border: 2px solid white;
}
.linkButton:not(.noHover):hover {
	background-color: #c60000;
		-webkit-transition: background 0.1s; /* For Safari 3.0 to 6.0 */
		transition: background 0.1s; /* For modern browsers */
}
@media (min-width: 1500px) {
	.linkButtonCompact {
	 max-width:512px;
	 /*display:inline-block;*/
	 margin-bottom: 16px;
	 }
}

.socialButton {
	/*background-color: blue;*/
	/*width: 64px;*/
	/*height: 48px;*/
	/*display: flex;*/
	/*display: inline-block;*/
	/*flex-grow: 1;*/
	min-width: 0;
	max-height: 48px;
	width: auto;
	height: auto;
	flex-shrink: 1;
	/*flex-basis: 33.333333%;*/
	/*height: auto;
	width: auto;*/
}

/* Info bar */
.infobar {
	display: flex;
	align-items: stretch;
	justify-content: space-evenly;
	flex-wrap: nowrap;
	gap: 0;
	/*margin: 8px;
	margin-top: 0px;*/
	/*margin-bottom: 0px;*/
}
.infoitem {
	display: flex;
	align-items:center;
	justify-content: center;
	flex-grow: 1;
	/*min-width: 512px;*/
	max-width: 50%;
	min-height: 128px;
}
.infobackgroundR {
	background-position: left top;
	box-shadow:0 -32px black inset,0 32px black inset,16px 0 16px rgba(0,0,0,0.5) inset,-128px 0 96px black inset;
	opacity:0.5;
}

@media (max-width: 1000px) {
	.infobar {
		display: flex;
		align-items: stretch;
		justify-content: space-evenly;
		flex-wrap: wrap;
		gap: 0;
		/*margin: 8px;
		margin-top: 0px;*/
		/*margin-bottom: 0px;*/
	}
	.infoitem {
		display: flex;
		align-items:center;
		justify-content: center;
		flex-grow: 1;
		min-width: 100%;
		/*max-width: 50%;*/
		width: 100%;
		min-height: 128px;
	}
.infobackgroundR {
	box-shadow:0 -16px black inset,0 16px black inset,64px 0 32px black inset,-96px 0 64px black inset;
	opacity:0.75;
}
}

/* Unsorted */
.Brand {
	float: left;
}

/* Nav Buttons */
.NavSpacer {
	background-color: none;
	display:inline-block;
	vertical-align: middle;
	text-align: center;
	float: right;
	width: 5%;
	height: 40px;
	margin: 0;
	margin-left: 4px;
	margin-right: 4px;
	padding: 0;
	overflow: none;
}
.NavButton {
	/*position: absolute;
	right: 10px;*/
	display:inline-block;
	vertical-align: middle;
	text-align: center;
	float: right;
	width: auto;
	height: 40px;
	margin: 0;
	margin-left: 4px;
	margin-right: 4px;
	padding: 0;
	overflow: none;
	
	/*border: 2px solid black;*/
	background: linear-gradient(to top, #2098d1 50%, #000 50%);
	background-size: 100% 200%;
	background-position: top left;
	transition: all .2s ease-out;
}
.NavButton:hover {
	/*border: 2px solid limegreen;*/
	background-position: bottom left;
	color: #fff;
}
.NavText {
	font-family: Montserrat;
	font-size:8pt;
	font-weight:300;
	padding-left: 4px;
	padding-right: 6px;
	margin: 0;
	margin-right: 1px;
	display:inline-block;
	vertical-align: middle;
}

/* Video Styling */
.mainVid {
	/*width: 100%;
	height: 100%;*/
	width: 100vw;
	height: calc(100vw/1.77);
	min-width: 924px;
	min-height: 520px;
	margin-top: 0px;
	/*margin-left: -142.222px;*/
	/*margin-left: -20%;*/
	/*width: 924.444px;*/
	border: none;
	/*position: absolute;*/
	pointer-events: none;
	
	-webkit-animation: 3s ease 0s normal forwards 1 fadein;
	animation: 3s ease 0s normal forwards 1 fadein;
}

.vidBox {
	opacity: 0.75;
	overflow: hidden;
	min-height: 240px;
	max-height: 480px;
	max-width: 100%;
}

.vidContainer {
	max-height: inherit;
	transform: translateY(50%);
}

.vid {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */  
	padding-top: 25px;
	width: 300%; /* enlarge beyond browser width */
	left: -100%; /* center */
	transform: translateY(-50%);
	display:block;
}

.vid iframe {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	border: none;
	pointer-events: none;
	
	-webkit-animation: 2.5s ease 0s normal forwards 1 fadein;
	animation: 2.5s ease 0s normal forwards 1 fadein;
}

.MMFDiv {
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
	/*display: block;*/
	display: flex;
	justify-content: center;
	/*width: 800px;*/
}
/* Transition Animations */
@keyframes fadein{
	0% { opacity:0; }
	66% { opacity:0; }
	100% { opacity:1; }
}

@-webkit-keyframes fadein{
	0% { opacity:0; }
	66% { opacity:0; }
	100% { opacity:1; }
}

/* Hide Elements and Background Images */
.HideMe {
	visibility: hidden;
}
.fill {
	/*position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;*/
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left center;
}


/* Grids */
flexgrid1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	align-content: stretch;
	gap: 0%;
	flex-basis: 50%;
}

flexgrid1 a {
	/*display: block;*/
	width: 33%;
	max-height: 320px;
	overflow: hidden
}

flexgrid1 img {
	position: relative;
	width: 100%;
	max-width: 640px;
	max-height: 320px;
	/*height: 160px;*/
}


@media (min-width: 800px) {
	.mobile {
		display: none;
		visibility: hidden;
	}
}

@media (max-width: 800px) {
	flexgrid1 a {
		display: inline-block;
		width: 100%;
		max-height: 100%;
		overflow: hidden
	}
	flexgrid1 img {
		display: inline-block;
		z-index: -2;
		width: 100%;
		max-width: 100%;
		max-height: 100%;
		/*max-width: 320px;*/
	}
	
	.desktop {
		display: none;
		visibility: hidden;
	}
}

flexgrid1 a.mobile {
	max-height: 160px;
}

flexgrid1 img.mobile {
	max-height: 160px;
}

.insetglow {
	display: inline-block;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 55px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 55px inset;
  box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 55px inset;
	outline-color: white;
	outline-width: 4px;
	outline-style: solid;
	width: 10%;
}

/* CSS for styling the clickable text */
.click-to-copy {
	cursor: pointer;
	position: relative;
}

.click-to-copy:hover {
	/*color: #5fadde;*/
	color: #ff1954;
}

/* CSS for tooltip */
.tooltip {
	visibility: hidden;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 5px;
	position: absolute;
	z-index: 9999;
	bottom: 125%; /* Position the tooltip above the text */
	left: 50%;
	margin-left: -120px;
	opacity: 0;
	transition: opacity 0.3s, visibility 0.3s; /* Transition for both opacity and visibility */
	width: 240px;
}

.tooltip::after {
	content: '';
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
}

/* Show the tooltip when the parent element is hovered or clicked */
.click-to-copy.clicked .tooltip {
	visibility: visible;
	opacity: 1;
}

/*.flex1 { flex: 1 1 10em; }
.flex2 { flex: 2 2 10em; } */
