
@font-face {
	font-family: ibm;
	src: url(fonts/IBMPlexMono-Medium.ttf);
	}

@font-face {
	font-family: ibm;
	src: url(fonts/IBMPlexMono-SemiBold.ttf);
	font-weight: 600;
	}

@font-face {
	font-family: ibm;
	src: url(fonts/IBMPlexMono-Regular.ttf);
	font-weight: 400;
	}

@font-face {
	font-family: ibm;
	src: url(fonts/IBMPlexMono-Bold.ttf);
	font-weight: bold;
	}

@font-face {
	font-family: ibm;
	src: url(fonts/IBMPlexMono-Light.ttf);
	font-weight: 300;
	}


body {

/*	background-color: #aa0000;*/
	background-color: #000000;
	margin: 0;
	padding: 0;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

body::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}



button:hover, select:hover, a:hover {
	color: #ffffff;
}

option {
	color: #ffffff;
	background-color: transparent;
}



.menuItem {

	pointer-events: none; 
    margin:0px;
    padding: 0px;
    text-align: right;
    color: #9A9A9A;
	font-family: ibm;
	font-size: 3vh;
}



.link{
	padding: 0px;
	border: none;
	border-radius: 0px;
	margin: 0px;
	color: #9A9A9A;
	font-family: ibm;
	text-decoration: none;
	pointer-events: auto; 
}

.link:hover{
	color: #CCC;
}



.infoImg{
    color: #eee;
    position: absolute;
    display: inline-block;
    top: 0px;
/*    min-height: 100%;*/
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
    font-family: ibm;
	text-decoration: none;
	font-size: 2vh;
	font-weight: 400;
	z-index: 10;
	display: block;

}

.infoTextAndImg{
    color: #eee;
    position: relative;
    top: 0px;
	width: 100%;
   	height: 100vh;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
    font-family: ibm;
	text-decoration: none;
	font-size: 2vh;
	font-weight: 400;
	z-index: 10;
	display: block;
	overflow: hidden;
}

.infoText h1 {
    font-weight: 600;
    font-size: 4vh;
    padding-left: 0px;
    margin-left: 9.8vmin;
}
.infoText a{
	text-decoration: underline;
	color: #eee;
}

.infoText p {
    line-height: 1vmax;
    margin-left: 10vmin;
    margin-right: 10vmin;
    margin-block-start: 0px;
    margin-block-end: 2vmin;
    line-height: normal;
}


.p1{
	font-weight: 600;
	font-size: 2.5vh;
}

.p0{
	font-weight: 300;
	font-size: 1vh;
}

canvas{

	display: block;
	position:fixed;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

img {

	width: 100.1vw;
	height: 100.1vh;
	object-fit: cover;
}



@media only screen and (orientation: portrait){

	.infoImg{
		width: 100vw;
	}
}

@media only screen and (orientation: landscape){

	.infoImg{
		width: 50vw;
	}
}




