/*
Shite
*/





@font-face {
    font-family: "Topaz";
    src:
        url("/fonts/topaz_unicode_ks13_regular.woff2") format("woff2"),
        url("/fonts/topaz_unicode_ks13_regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
	font-display: block;
}

html {

  height: auto; 
  min-height: 100%;
}



html, body {
    height: 100%;
    margin: 0;
    background: darkgreen;
}



body {
    color: black;
    text-align: center;

    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4;

    padding-top: 50px;

    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: grayscale;
}


ul {
	list-style-type:none;
	padding: 0;
	margin: 0;
}


.page-links{
	text-align: left;

	line-height: 1.6;
    padding-left: 16px;
    padding-right: 16px;
/*


*/
}


.page-scans{
	text-align: left;

	line-height: 1.6;
    padding-left: 16px;
    padding-right: 16px;

}

.page-floppies{
	text-align: left;

	line-height: 1.6;
    padding-left: 16px;
    padding-right: 16px;
}

.page-gåmen{
	font-family: "Topaz", monospace;
    line-height: 16px;

    font-size: 16px;
	text-rendering: optimizeSpeed;
    background-image: url("/image/gaamenR2.gif");
	height: auto;
	min-height: 100%;
/*


	line-height: 1.6;
	text-align: left;
    padding-left: 16px;
    padding-right: 16px;
*/

}


.topmenu {
	/* Let there be experimentation! */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
/*  background: darksalmon;*/
	background: maroon;
/*  padding: 12px 0; */
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    z-index: 1000;
    border-bottom: 2px solid black;
	
	font-family: "Topaz", monospace;
    font-size: 32px;
/*  line-height: 1.1;  */
    line-height: 32px;
	
	text-rendering: optimizeSpeed;
    font-kerning: none;
    font-feature-settings: "kern" 0;
}

.topmenu a {
    color: black;
    text-decoration: none;
    margin: 0 10px;
 /*   letter-spacing: 1px;  Spacing between letters.*/
  /*  word-spacing: 4px;    Spacing betwwen words...*/
    font-weight: normal;

}


.topmenu a:hover,
.topmenu a.active {
    text-decoration: underline;
}

.scanned-shite img {
    display: block;
    max-width: 800px;
    max-height: 85vh;
    width: auto;
    height: auto;
    margin: 10px 0;
    padding-left: 16px;
}

.scanned-shite {

	text-align: left;

	line-height: 1.6;
    padding-left: 26px;
    padding-right: 16px;
}	


.font-Topaz32 {


	font-family: "Topaz", monospace;
	font-size: 32px;
	text-rendering: optimizeSpeed;
	font-kerning: none;
    font-feature-settings: "kern" 0;

}


.font-Topaz16 {


	font-family: "Topaz", monospace;
	font-size: 16px;
	text-rendering: optimizeSpeed;
	font-kerning: none;
    font-feature-settings: "kern" 0;
/*
    font-size: 32px;

    line-height: 32px;
*/
}


/*
img {
    max-width: 100%;
	max-height: 85vh;
}



.scanned-shite img { 
    display: block;
    margin: 10px 0;
	padding-left: 16px;
	
	width: 100%;  
    max-width: 800px;
	max-height: 85vh;

    height: auto;
	object-fit: contain; 

}
*/





/* What, this is a text file, how come, I wanted PETCSII */