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;
}

@font-face {
  font-family: boombox;
  src: url('BOOMBOX.ttf') ;
}
html, body{
  background-image: url('img/bga.png');	
  background-size: 100% 100%;
  background-attachment: fixed; 
  margin: 0;
  padding: 0;
  height:100%;
  #overflow: hidden; 
    min-height: 100vh;
}

body {
	
	    display: flex;
    flex-direction: column;
}
.page-content {
    flex: 1;
}
.footer {
	width:85%;
	margin:auto;
    padding-bottom: 25px;
    text-align: left;
    color: #fff;
		font-family: "Courier New", Courier, monospace;
    font-size: 11px;
	float:left;
    #border-top: 1px solid rgba(255,255,255,.08);
}
   


#header {
	width:85%;
	margin:auto;
	#background-color:red;
	display: flow-root;

}



#headerlogo {
	float:left;
	}


#headerlogo2 {display:none;
	float:left;
	}
	
#headernav {
	float:right;
	font-family: boombox;
	color:white;
	margin-top:58px;
}

#headernav a {
	color:#d9e2e4;
	text-decoration:none;
 transition: all 0.5s ease-in-out; 
}


#headernav a:hover {
	color:red;
 transition: all 0.5s ease-in-out;   
 box-shadow: inset 100px 0 0 0 #3c7393;
  color: white;
}

#hello {
	padding-top:3%;
	width:85%;
	margin:auto;
	display: flow-root;
	#background-color:red;
}



#joinus {
		font-family: boombox;
	color:#d9e2e4;
	font-size:50px;
	width:50%;
	float:left;
 transition: all 0.5s ease-in-out;   
}

#joinus2 {
		font-family: boombox;
	color:#d9e2e4;
	font-size:50px;
	#width:100%;
	#float:left;
	text-align:center;
 transition: all 0.5s ease-in-out;   
}

#joinblurb {
	font-family: "Courier New", Courier, monospace;
	font-size:16px;
	background-color:#393939;
 transition: all 0.5s ease-in-out;   
}


	#joinusb {
			font-family: boombox;
		color:#d9e2e4;
		font-size:30px;
		width:100%;
		float:left;
	}

	#joinblurbb {
		font-family: "Courier New", Courier, monospace;
		font-size:12px;
		background-color:#393939;
	}
	
#joinbadgemobbile{display:none;}

#joinbadge {display:block;
	width:50%;
	float:right;
  text-align:right;
}

#joinbadge img {
	float:right;
  max-width: 100%;
  height: auto;
  display: block;
  text-align:right;
}

.buildbox {
	width:426px;
	height:335px;
	float:left;
	background-color:#212121;
	margin-right:2%;
	margin-bottom:5%;background:
      linear-gradient(145deg, rgba(61, 115, 148,.96), rgba(3,7,11,.96)),
      radial-gradient(circle at top right, rgba(0,255,255,.22), transparent 42%);
    border-left: 1px solid rgba(61, 115, 148, .35);
    box-shadow: -35px 0 80px rgba(0,0,0,.5);
}

.buildboxleft img {
max-width: 100%;}
.buildboxleft {
	 background-image: url('img/greyalienbuildbox.png');	
  background-size: auto;
  float:left;
  width:213px;
  margin: 0;
  padding: 0;
  height:100%;box-shadow: 0 0 15px 1px rgba(160, 204, 231, 0.4);
}

.buildboxright p {
			margin-top:15px;
			font-family: boombox !important;
}
.buildboxright {
	width:190px;
  color:white;
	float:left;
	margin-left:10px;
  height:100%;
		font-family: "Courier New", Courier, monospace;
		font-size:12px;  
}


.textdeconone{text-decoration:none;}
#lightbuttonsmall {
		width:195px;
		height:67px;
  background-image: url('img/lightbuttonsmall.png');	
  background-size: 100% 100%;
  font-size:12px;
  color:#2a5873;
  line-height:80px;
  text-align:center;
   display: block;
   float:left;
 transition: all 0.5s ease-in-out;   
   margin-right:5%;
}


#lightbuttonsmall:hover {
  background-image: url('img/darkbutton.png');	
  color:#fff;
transition: all 0.5s ease-in-out;   }
	


#lightbutton {
		width:263px;
		height:67px;
  background-image: url('img/lightbutton.png');	
  background-size: 100% 100%;
  font-size:12px;
  color:#2a5873;
  line-height:80px;
  text-align:center;
   display: block;
   float:left;
 transition: all 0.5s ease-in-out;   
   margin-right:5%;
}


#lightbutton:hover {
  background-image: url('img/darkbutton.png');	
  color:#fff;
transition: all 0.5s ease-in-out;   }
	

#darkbutton {
		width:263px;
		height:67px;
  background-image: url('img/darkbutton.png');	
  background-size: 100% 100%;
  font-size:12px;
  color:#fff;
  line-height:80px;
  text-align:center;
   display: block;
   float:left;
 transition: all 0.5s ease-in-out;   
}

#darkbutton:hover {
  background-image: url('img/lightbutton.png');	
  color:#2a5873;
 transition: all 0.5s ease-in-out;   
	
}

#phonenav {display:none;}
.topbar {
    position: relative;
    z-index: 20;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 clamp(20px, 5vw, 70px);
    #border-bottom: 1px solid rgba(127, 229, 255, .35);
    #background: rgba(8, 13, 18, .72);
    backdrop-filter: blur(12px);
  }
  .brand {
   # letter-spacing: .22em;
   # font-weight: 900;
   # color: #dffcff;
   # text-shadow: 0 0 18px rgba(0,255,255,.55);
  }

#menu-toggle { display: none; }
  .hamburger {
    width: 62px;
    height: 48px;
    position: relative;
	float:right;
    cursor: pointer;
    display: grid;
    place-items: center;
  }
  .hamburger::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(61, 115, 148, .5);
    clip-path: polygon(15% 0, 100% 0, 100% 70%, 85% 100%, 0 100%, 0 30%);
   # background: linear-gradient(135deg, rgba(0,255,255,.08), rgba(255,255,255,.03));
    box-shadow: inset 0 0 18px rgba(61, 115, 148, 1), 0 0 22px rgba(61, 115, 148, .5);
  }
  .hamburger span {
    position: absolute;
    width: 32px;
    height: 3px;
    background: #fff;
    border-radius: 99px;
    box-shadow: 0 0 12px rgba(61, 115, 148,.9);
    transition: transform .35s ease, opacity .25s ease, top .35s ease;
  }
  .hamburger span:nth-child(1) { top: 14px; }
  .hamburger span:nth-child(2) { top: 23px; }
  .hamburger span:nth-child(3) { top: 32px; }
  #menu-toggle:checked + .hamburger span:nth-child(1) {
    top: 23px;
    transform: rotate(45deg);
  }
  #menu-toggle:checked + .hamburger span:nth-child(2) {
    opacity: 0;
    transform: translateX(15px);
  }
  #menu-toggle:checked + .hamburger span:nth-child(3) {
    top: 23px;
    transform: rotate(-45deg);
  }
  .panel {
    position: fixed;
    z-index: 15;
    top: 84px;
    right: 0;
    width:80%;
    height: calc(100vh - 84px);
    padding: 34px;
    background:
      linear-gradient(145deg, rgba(61, 115, 148,.96), rgba(3,7,11,.96)),
      radial-gradient(circle at top right, rgba(0,255,255,.22), transparent 42%);
    border-left: 1px solid rgba(61, 115, 148, .35);
    box-shadow: -35px 0 80px rgba(0,0,0,.5);
    transform: translateX(105%);
    transition: transform .42s cubic-bezier(.2,.8,.2,1);
		font-family: boombox;
  }
  #menu-toggle:checked ~ .panel { transform: translateX(0); }
  .panel::before {
    content: "NAVIGATION SYSTEM";
    display: block;
    color: #e6fdff;
    font-size: 12px;
    letter-spacing: .32em;
    margin-bottom: 28px;
  }
  .menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 14px 18px 22px;
    margin-bottom: 13px;
    color: #e6fdff;
    text-decoration: none;
    #font-weight: 900;
    letter-spacing: .14em;
    border: 1px solid rgba(61, 115, 148, .28);
    background: linear-gradient(90deg, rgba(15,23,42,.78), rgba(15,23,42,.28));
    clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%, 8% 50%);
    transition: .25s ease;
  }
  .menu-link:hover {
    border-color: rgba(61, 115, 148,.85);
    transform: translateX(-8px);
    background: linear-gradient(90deg, rgba(0,255,255,.18), rgba(61, 115, 148,.2));
    box-shadow: 0 0 24px rgba(0,255,255,.18);
  }
  .menu-link span {
  margin-left:50px;
    font-size: 11px;}
  .menu-link span:last-child {
    color: #67e8f9;
    font-size: 12px;
  }
  .status-box {
    margin-top: 34px;
    padding: 18px;
    border: 1px solid rgba(61, 115, 148,.32);
    background: rgba(103,232,249,.07);
    color: #e6fdff;
		font-family: "Courier New", Courier, monospace;
		font-size:12px;
    line-height: 1.7;
  }
  
  .lightboxlink {
	background-color:green;
	color:green;
	width: 30%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
		font-family: "Courier New", Courier, monospace;
		font-size:12px;  background:
      linear-gradient(145deg, rgba(61, 115, 148,.96), rgba(3,7,11,.96)),
      radial-gradient(circle at top right, rgba(0,255,255,.22), transparent 42%);
    border-left: 5px solid rgba(61, 115, 148, .35);

  }
  

	  


	.lightboxlink img {
		float:left;
	  width: 100%;
	  height: auto;
	  display: block;
	}


.aboutsection {
	background-color:#393939;
	
}

.aboutsection h1 { font-size:15px; color:#21a3eb;margin-bottom:3%;}

.aboutsection p {
		font-family: "Courier New", Courier, monospace;
font-size:16px; margin-bottom:3%;}


#contactform{background:
      linear-gradient(145deg, rgba(61, 115, 148,.96), rgba(3,7,11,.96)),
radial-gradient(circle at top right, rgba(0,255,255,.22), transparent 42%); width:70%; margin:auto;
margin-bottom:5%;}


.label{
display:inline-block;
margin-bottom:18px;
font-size:11px;
letter-spacing:.28em;
color:fff;
font-weight:800;
}


.copy{
color:#92a5b4;
line-height:1.9;
font-size:15px;
}

.stats{
margin-top:30px;
display:grid;
gap:14px;
}

.stat{
padding:14px 18px;
border:1px solid rgba(148,163,184,.16);
background:rgba(255,255,255,.03);
display:flex;
justify-content:space-between;
font-size:13px;
letter-spacing:.12em;
}

.stat span:last-child{
color:#9ff8ff;
font-weight:800;
}
form{
display:grid;
gap:18px;
}

.input-group{
display:grid;
gap:8px;
}

label{
font-size:13px;
letter-spacing:.08em;
color:#b7c4cf;
		font-family: "Courier New", Courier, monospace;
font-size:16px; 
}

input,
textarea{
width:80%;
margin:auto;
padding:16px;
border:1px solid rgba(148,163,184,.16);
background:rgba(255,255,255,.09);
color:white;
font-size:15px;
outline:none;
resize:none;
}

input::placeholder {
  color: #fff;
}

textarea::placeholder {
  color: #fff;
}

button{
border:0;
padding:18px;
background:#8ef3ff;
color:#031015;
font-weight:900;
letter-spacing:.14em;
cursor:pointer;
}

.messagesuccess {
color:#00ff1e !important;
}	


.messageerror {
color:red;
}	

































@media (max-width: 1024px) {
  
#headernav {
	float:right;
	font-family: boombox;
	color:white;
	margin-top:58px;
	font-size:12px;
}
	#joinusb {
			font-family: boombox;
		color:#d9e2e4;
		font-size:30px;
		width:100%;
		float:left;
	}

	#joinblurb {
		font-family: "Courier New", Courier, monospace;
		font-size:12px;
		background-color:#393939;
	}
	
	#joinus {
			font-family: boombox;
		color:#d9e2e4;
		font-size:30px;
		width:60%;
		float:left;
	}

	#joinblurb {
		font-family: "Courier New", Courier, monospace;
		font-size:12px;
		background-color:#393939;
	}

	#joinbadge {display:block;
		width:40%;
		float:right;
	  text-align:right;
	}

	#joinbadge img {
		float:right;
	  max-width: 100%;
	  height: auto;
	  display: block;
	  text-align:right;
	}
	
	  
  .lightboxlink {
	background-color:green;
	color:green;
	width: 46%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
  }
  


	.lightboxlink img {
		float:left;
	  max-width: 100%;
	  height: auto;
	  display: block;
	}

	
	
  }
  

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  


@media (max-width: 768px) {
#headernav {display:none;}
#phonenav {display:revert; margin-top:1.5%}
#headerlogo {display:none;
	float:left;
	}
#headerlogo2 {display:block !important;
	float:left;  width: 150px;
	}
	
#joinbadge {display:none;}
	
#joinbadgemobbile{display:block !important;
	#float:left;  
	width: 100%; margin:auto;
	margin-top:5%;
	margin-bottom:5%;
	}


#joinbadgemobbile img {
	float:right;
  max-width: 100%;
  height: auto;
  display: block;
  text-align:right;
}


#joinus {
		font-family: boombox;
	color:#d9e2e4;
	font-size:30px;
	width:100%;
	float:left;
 transition: all 0.5s ease-in-out;   
}



#joinblurb {
	font-family: "Courier New", Courier, monospace;
	font-size:16px;
	background-color:#393939;
 transition: all 0.5s ease-in-out;   
 margin-top:15px;
 float:left;
}

.aboutsection {margin-top:15px;}


.buildbox {
	width:100%;
	#height:335px;
	height:auto;
	float:left;
	background-color:#212121;
	margin-right:4%;
	margin-bottom:10%;background:
      linear-gradient(145deg, rgba(61, 115, 148,.96), rgba(3,7,11,.96)),
      radial-gradient(circle at top right, rgba(0,255,255,.22), transparent 42%);
    border-left: 1px solid rgba(61, 115, 148, .35);
    box-shadow: -35px 0 80px rgba(0,0,0,.5);
}

.buildboxleft img {width: 100%;
  height: 100%;
  object-fit: cover;}
  
.buildboxleft {
	 background-image: url('img/greyalienbuildbox.png');	
  background-size: auto;
  float:left;
  width:50%;
  margin: 0;
  padding: 0;
  height:100%;box-shadow: 0 0 15px 1px rgba(160, 204, 231, 0.4);
}

.buildboxright p {
			margin-top:15px;
			font-family: boombox !important;
}
.buildboxright {
	width:45%;
  color:white;
	float:left;
	margin-left:5px;
  height:100%;
		font-family: "Courier New", Courier, monospace;
		font-size:12px;  
}
#lightbuttonsmall {
		width:100%;
  background-image: url('img/lightbuttonsmall.png');	
  background-size: 100% 100%;
  font-size:12px;
  color:#2a5873;
  line-height:80px;
  text-align:center;
   display: block;
   float:left;
 transition: all 0.5s ease-in-out;   
   margin-right:5%;
}


	  
  .lightboxlink {
	background-color:green;
	color:green;
	width: 100%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
  }
  


	.lightboxlink img {
		float:left;
	  width: 100%;
	  height: auto;
	  display: block;
	}

#contactform{background:
      linear-gradient(145deg, rgba(61, 115, 148,.96), rgba(3,7,11,.96)),
radial-gradient(circle at top right, rgba(0,255,255,.22), transparent 42%); width:100%; margin:auto;
margin-bottom:5%; margin-top:5%;}

}