/* NMS STYLE 2024-07-31 */

@charset "utf-8";

@font-face {
	font-family: NMSFuturaProBook_Kerned;
	src: url(/nomanssky/styles-nms/NMSFuturaProBook_Kerned.woff);
}

@font-face {
	font-family: NMSGeoSans_Kerned;
	src: url(/nomanssky/styles-nms/NMSGeoSans_Kerned.woff);
}

@font-face {
	font-family: nms-alphabet;
	src: url(/nomanssky/styles-nms/nms-alphabet.ttf);
}

@font-face {
	font-family: NMS-Glyphs-Mono;
	src: url(/nomanssky/styles-nms/NMS-Glyphs-Mono.ttf);
}

@font-face {
	font-family: NMS-Glyphs-Tight;
	src: url(/nomanssky/styles-nms/NMS-Glyphs-Tight.ttf);
}

@font-face {
	font-family: JetBrainsMono-VariableFont;
	src: url(/styles/fonts/JetBrainsMono-VariableFont_wght.ttf);
}

/* ----- variables ----- */
/* value is called forth  with "var(--maintextcolor)" */
:root {
	--maintextcolor: rgb(255, 255, 255); /* LimeGreen is #32CD32 */
	--maintextshadowglow: rgb(255, 255, 255) 0px 0 0.7em; /* Green is #008000 */
	--linkcolor: darkseagreen;
	--hovercolor: lime; /*  */
}

body {
	max-width: 800px;
	margin: 0 auto; /* Center the content */
	margin-bottom: 15px;
	padding: 0px 0.7em /* 0px 15px */; /* Gives a little side padding on filled screens */
	/* crt effects will darken background color */
	/* background: darkgreen; */
	background-color: #2c2d34;
	background: radial-gradient(
        farthest-corner at 50% 5%,
        #15151a 0%,
        #02010f 100%
      );
	background-attachment: fixed; /* fixed=background does not repeat */
	background-size: cover; /* cover=spaces not covered by background are filled with background-color */
	/* https://www.cssfontstack.com */
	font-family: 'NMSFuturaProBook_Kerned', 'Courier New', monospace; /* Websafe fonts: 'Lucida Console', 'Consolas', 'Courier New', 'Helvetica', monospace */
	font-size: 12pt;
	color: var(--maintextcolor);
	/*text-shadow: var(--maintextshadowglow);*/
}

/* Seems like it needs to go after body's max-width */
@media only screen and (max-width: 750px) { /* Adjust the maximum width for phones */
    body {
        max-width: 100%; /* Set the content width to 100% for phones */
    }
}


/* ----- HEADER ----- */


/* ----- NAV ----- */


/* ----- TEXT ----- */

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.indent {
	text-indent: 2em;
}

a:link , a:visited{
	color: var(--linkcolor);
	text-decoration: none; /* Remove underlines from links */
}

a:hover {
	color: var(--hovercolor);
	text-decoration: underline;
}

a:link.nms, a:visited.nms {
	color: orange;
	text-decoration: none; /* Remove underlines from links */
}

a:hover.nms {
	color: gold;
	text-decoration: none;
}

.glyph {
	font-family: NMS-Glyphs-Tight;
}

.glow {
	text-shadow: var(--maintextshadowglow);
}

.glow.nms {
	text-shadow: DeepSkyBlue 0px 0 0.7em;
}

hr {
	border: 1px solid orange;
}

footer hr {
	border: 1px solid orange;
}

h1.title {
	font-size: 4em;
	font-family: NMSGeoSans_Kerned;
	letter-spacing: 0.1em;
}

h1 {
	/*text-decoration-line: underline;
	text-decoration-style: solid;*/
}

h2 {
	color: orange;
	font-size: 1.5;
}

h3 {
	color: lightskyblue;
}

li {
	margin-bottom:1em;
}

kbd { /* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/kbd */
	background-color: transparent;
	border-radius: 3px;
	border: 1px solid darkgreen;
	box-shadow:
	  0 1px 0.2em darkgreen/*rgba(0, 0, 0, 0.2)*/,
	  0 2px 0 0 limegreen inset;
	color: var(--maintextcolor);
	display: inline-block;
	font-size: 0.85em;
	font-weight: 700;
	line-height: 1;
	padding: 2px 4px;
	white-space: nowrap;
}

/* ----- special items ----- */

table.glyphtable , .glyphtable td {
	text-align: center;
	border: 1px solid;
	border-collapse: collapse;
	column-width: 1ch;
}

/* ----- ID CARD GENERATOR ----- */

tr.atlasidTABLE {
	margin: 0;
}

/* vertical form */
.atlasidFORM {
	display: in-block;
	flex-direction: column;
	gap: 0.25em;
	max-width: 200px;
	margin: 20px 0;
}

.atlasidFORM label {
	color: red;
	font-size: 16px;
	font-weight: bold;
}

.atlasidFORM div.atlasidFORMaddress label {
	color: skyblue;
}

.atlasidFORM input,
.atlasidFORM select,
.atlasidFORM button {
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
}

.atlasidFORM button {
	cursor: pointer;
	background-color: orange;
	color: black;
	border: none;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	transition-duration: 0.4s;
}

.atlasidFORM button:hover {
	background-color: gold;
}

/* image container */

#atlasidIMAGEcontainer {
	position: relative;
	display: inline-block;
	/*margin: 0;
	padding: 0;*/
	line-height: 0; /* solved the screenshot gap */
	color: white; /* text color */
	font-family: 'JetBrainsMono-VariableFont', 'Courier New', monospace;
	font-weight: normal; /*bold*/
}

#atlasidIMAGEcontainer div {
	border: 0px solid green; /*set to 1px to preview*/
}

#atlasidNAMEcell {
	position: absolute; /*https://www.w3schools.com/css/css_positioning.asp*/
	top: 136px; /*154px*/
	left: 158px; /*158px*/
	margin: 0;
	width: 525px;
	height: 60px;
	padding: 0px 1px; /*cell height and text indent*/
	line-height: 60px; /*same as height*/
	font-size: 30pt;
}

#atlasidCODEcell {
	position: absolute; /*https://www.w3schools.com/css/css_positioning.asp*/
	top: 219px; /*154px*/
	left: 158px; /*158px*/
	margin: 0;
	width: 525px;
	height: 60px;
	padding: 0px 1px; /*cell height and text indent*/
	line-height: 60px; /*same as height*/
	font-size: 30pt;
}

#atlasidSPECIEScell {
	position: absolute; /*https://www.w3schools.com/css/css_positioning.asp*/
	top: 301px; /*154px*/
	left: 355px; /*158px*/
	margin: 0;
	width: 250px;
	height: 48px;
	padding: 0px 1px; /*cell height and text indent*/
	line-height: 48px; /*same as height*/
	font-size: 20pt;
}

#atlasidISSUEcell {
	position: absolute; /*https://www.w3schools.com/css/css_positioning.asp*/
	top: 301px; /*154px*/
	left: 618px; /*158px*/
	margin: 0;
	width: 250px;
	height: 48px;
	padding: 0px 1px; /*cell height and text indent*/
	line-height: 48px; /*same as height*/
	font-size: 20pt;
}

#atlasidOCCUPATIONcell {
	position: absolute; /*https://www.w3schools.com/css/css_positioning.asp*/
	top: 371px; /*154px*/
	left: 355px; /*158px*/
	margin: 0;
	width: 400px;
	height: 48px;
	padding: 0px 1px; /*cell height and text indent*/
	line-height: 48px; /*same as height*/
	font-size: 20pt;
}

#atlasidPLATFORMcell {
	position: absolute; /*https://www.w3schools.com/css/css_positioning.asp*/
	top: 117px; /*154px*/
	left: 33px; /*158px*/
	margin: 0;
	width: 98px;
	height: 98px;
	padding: 0px 0px; /*cell height and text indent*/
	line-height: 98px; /*same as height*/
	font-family: 'Courier New', monospace;
	font-size: 12pt;
}

.atlasidPLATFORM-image {
	max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#atlasidGALAXYcell {
	position: absolute; /*https://www.w3schools.com/css/css_positioning.asp*/
	top: 440px; /*154px*/
	left: 355px; /*158px*/
	margin: 0;
	width: 400px;
	height: 30px;
	padding: 0px 1px; /*cell height and text indent*/
	line-height: 30px; /*same as height*/
	font-size: 20pt;
}

#atlasidPORTALcell {
	position: absolute; /*https://www.w3schools.com/css/css_positioning.asp*/
	top: 471px; /*154px*/
	left: 355px; /*158px*/
	margin: 0;
	width: 400px;
	height: 30px;
	padding: 0px 1px; /*cell height and text indent*/
	line-height: 30px; /*same as height*/
	font-family: 'NMS-Glyphs-Tight', 'Courier New', monospace;
	font-size: 20pt;
}

#atlasidCOORDINATEScell {
	position: absolute; /*https://www.w3schools.com/css/css_positioning.asp*/
	top: 502px; /*154px*/
	left: 355px; /*158px*/
	margin: 0;
	width: 400px;
	height: 30px;
	padding: 0px 1px; /*cell height and text indent*/
	line-height: 30px; /*same as height*/
	font-size: 20pt;
}

#atlasidFOOTERcell {
	position: absolute;
	top: 590px;  /* Adjust as needed */
	left: 35px; /* Adjust as needed */
	width: 525px;
	height: 45px;
	padding: 0px 1px;
	line-height: 45px;
	font-family: 'NMSGeoSans_Kerned', monospace;
	font-size: 10pt;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

