body {
	font-family: "Fredoka", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300; /*  Use a value from 300 to 700 */
	font-style: normal;
	font-variation-settings: "wdth" 125; /* Use a value from 75 to 125 */
}

::-webkit-scrollbar {  /* width and heght of the scrollbars */
	width: 12px;
	height: 12px;             
}

::-webkit-scrollbar-track {
	/*background: #505d5f;    */  
	box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
	background-color: #4f7080;
	border-radius: 5px;
	border: 1px solid #740;
}
::-webkit-scrollbar-thumb:hover {
	background: #b4d7e9;  
}

input[type="text"]{
	background: #b4d7e9;
	border-radius: 5px;
	border: 1px solid #4f7080;
}

input[type="button"]{
	display:inline-flex;
	color: #4f7080;
	box-shadow: inset 0 0 5px grey;
	border-radius: 5px;
	border: 1px solid #740;
}

input[type="button"]:hover {
	color: #ff7700;  
}



#background{
	overflow: hidden;
	border:solid 0px;
	position:fixed;
	z-index:-1;
	top:0px;
	left:0px;
	background-color:#000;
}

#sky{
	overflow: hidden;
	border:solid 0px;
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	object-fit: contain;
}

#skyoverlay{
	overflow: hidden;
	border:solid 0px;
	position:absolute;
	z-index:3;
	top:0px;
	left:0px;
	object-fit: contain;
}

#earth{
	overflow: hidden;
	border:solid 0px;
	position:absolute;
	z-index:4;
	top:0px;
	left:0px;
	object-fit: contain;
}

#connectthedots{
	overflow: hidden;
	border:solid 0px;
	position:absolute;
	z-index:5;
	top:0px;
	left:0px;
	object-fit: contain;
}

#mainbody{
	position:relative;
	padding: 2%;
	width: 50px;
	display:none;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

.mainbodylandscape{
	border:solid 0px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-color:#aaa;
	margin: 0px auto;
}

.mainbodyportrait{
	box-shadow: inset 0px 0px 1em 0.3em #ffffff;
	margin:12% auto;
	border-top-right-radius:30px;
	border-top-left-radius:30px;
	background: -82% 0%/cover url("display.png");
	border:solid 2px white;
	background-color:rgba(255,255,255,0.2);
	color: #ffffff;
}

#header{
	border:solid 0px;
	position:fixed;
	z-index:3;
	top:0px;
	left:0px;
	right:0px;
	background-color:#740;
	padding:22px;
	display:none;
	background-image:
		url("console-left.png"),
		url("console-right.png"),
		url("console.png");
	background-size: contain;
	background-position:
		top left,
		top right,
		top left;
	background-repeat:
		no-repeat,
		no-repeat,
		repeat-x;
	text-align: center;
	font-weight: 500;
    color: white;
    font-size: larger;
	overflow:hidden;
	max-height: 89px;
}

#headercontrolpanel{
    position: absolute;
    right: 0em;
    top: 0.5em;
	width: 8em;
}

.headercontrolpanelelemnts{
	display: inline;
    margin: 0% 3%;
}
.headercontrolpanelrows{
	display: inline;
	width:100%;
}



#headerlinks{
    padding: 1% 0px;
    background-color: rgba(93, 126, 142, 0.5);
    /*color: #b4d7e9;*/
	color: white;
    /*border-color: rgba(66, 95, 107, 0.8);*/
	width:0%;
	margin: 0px 50%;
	height: 1.2em;
	/*border-style: solid;*/
	/*border-width: medium;*/
	border-radius: 8px;
	background-image:
		url("display-left-up.png"),
		url("display-left-down.png"),
		url("display-right-up.png"),
		url("display-right-down.png"),
		url("display.png");
	
	background-position:
		top left,
		bottom left,
		top right,
		bottom right,
		bottom left;
	background-repeat:
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat,
		repeat;
}

#menubutton{
	border-radius: 30px;
	position:fixed;
	z-index:2;
	top:0px;
	right:0px;
	background: center/cover url("console.png");
	border: 1px solid #740;
	font-size: x-large;
	padding:4%;
	box-shadow: inset 0px 0px 1em 0.3em #aaaaaa;	
	display:none;
}

#clock {
	color: #b4d7e9;
	text-align: center;
	display: inline-block;
	/* border: 1px solid black; */
	/* border-radius: 20px; */
	font-family: "Digital-7 Mono";
	font-size: large;
	background-size: 83px 26px;
	padding-top: 4px;
	width: 83px;
	height: 34px;
	background-repeat: no-repeat;
	background-image: url("clockbackground.png");
}


@font-face{
	font-family: "Digital-7 Mono";
	src: url("Digital7Mono.ttf");
}

audio::-webkit-media-controls-play-button,
	audio::-webkit-media-controls-panel {
}

#backgroundmusic{
	height: 25px;
	margin: auto;
	padding: 0px;
}

my-page{
	display: none;
}

span.link{
	margin-left:10px;
	margin-right:10px;
	text-shadow:
		-1px -1px 2px #425F6B,
		1px -1px 2px #425F6B,
		-1px 1px 2px #425F6B,
		1px 1px 2px #425F6B;
}

.link{
	color: #ffffff;	
	text-decoration: none;
}

.link:hover {
	color: #ffffdd;
	text-shadow:
		0px 0px 2em #ffaa00,
		0px 0px 0.5em #ffaa00,
		-1px -1px 2px  #0000ff,
		1px -1px 2px  #0000ff,
		-1px 1px 2px  #0000ff,
		1px 1px 2px  #0000ff;
}


#headertextinline{
	margin:0px auto;
	white-space: nowrap;
}

.menuasapage{
	margin:0px auto;
	white-space: nowrap;
	text-align:center;
	font-size:xx-large;
	font-weight: 400;
}

.menulinkasapage{
	display: flow;
    margin: 10%;
}

#playins{
	z-index: 3;
	position: absolute;
	left: 10px;
	bottom: 10px;
	background-color: #777;
	padding: 10px;
	color: white;
	display: none;
	border-radius: 30px;
	font-size: smaller;
}

#playins:hover {
	cursor: pointer;
}

audio {
	display: none;
}

.logopage{
	width: 120px;
}

pre.code{
	max-width: 90%;
	max-height: 400px;
	min-width: 200px;
	min-height: 20px;
	overflow: auto;
	resize: both;
	border: 1px solid #fff;
	border-radius: 5px;
	display:block;
	white-space:pre;
	display: inline-flex;
}




.tableofcontentblock {
	border: 1px dashed #b4d7e9;
	border-radius: 5px;
	vertical-align: middle;
	font-size: small;
	padding: 1em;
}

#me{
	max-width: 300px;
    max-height: 400px;
	z-index:1;
}

#slideshowleft{
	left:0px;
}

#slideshowright{
	right:0px;
}

#slideshowcenter{
	position: absolute; 
	left: 0; 
	right: 0; 
	margin-inline: auto; 
	width: fit-content;
}

.slideshoarrows{
	position:absolute;
	height:5%;
	width:33%;
	z-index:2;
	background-color:#000;
	opacity:0;
	color:#fff;
	padding: 47.5% 0;
}

#slideshowcontainer{
	position: relative;
	border-radius: 10px;
    overflow: hidden;
}

.clickpointer{
	cursor: pointer;
}

#slideshowlabel{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 4;
}

#hiddencontainerforbody{
	visibility:hidden;
	position:absolute;
	z-index:10;
	top: 100px;
	background-color: rgba(100,100,0,0.5);
	width:90%;
	padding:2%;
}
