body {
	background-color: rgb(0, 0, 0);
	overflow-x: hidden;
	color: rgb(255, 255, 255);  
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}

.orbitron-regular {
	font-family: "Orbitron", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 2; 
	
}

.orbitron-header {
	font-family: "Orbitron", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	color: rgb(255, 255, 255);  
}


.glow-text {
  text-shadow: 
               0 0 20px rgb(75, 175, 230),
			   0 0 50px rgb(75, 175, 230),
			   0 0 80px rgb(75, 175, 230);
}

.orange {
	color: rgb(255, 128, 0);
}

.borange {
	background-color: rgb(255, 128, 0);
}
.borange:hover {
	background-color: rgb(192, 96, 0);
}

#main {
	background-image: url("static/main.jpg");
	background-repeat: no-repeat;
	background-position: center -80px;
	background-size: 720px 720px;
	height: 540px;
}

#next {
	position: relative;
	top: -120px;	
}

#info {
	position: relative;
	top: -50px;		
}

@media (min-width: 480px) {		
	#main {
		background-position: center -120px;
		background-size: 1024px 1024px;
		height: 768px;		
	}
	#next {
		top: -186px;
	}
	#info {
		top: -60px;
	}
}

@media (min-width: 768px) {		
	#main {
		background-position: center -240px;
		background-size: 1536px 1536px;
		height: 1152px;		
	}
	#next {
		top: -344px;
	}
	#info {
		top: -140px;
	}
}

@media (min-width: 1200px) {	
	#main {
		background-position: center -360px;
		background-size: 2048px 2048px;
		height: 1536px;		
	}
	#next {
		top: -512px;
	}
	#info {
		top: -200px;
	}
}


.tr {
	border: 1px solid red;
}
.tg {
	border: 1px solid green;
}
.tb {
	border: 1px solid blue;
}
