@charset "utf-8";
/* CSS Document */

::selection {
    color: black; 
    background: none;
}

* {
	margin: 0;
	padding: 0;
}

body {
	width: 10000px;
	overflow-y: hidden;
}

td {
	width: 2000px;
}

a, a:visited {
	color: black;
	text-decoration: none;
	border-bottom: 2px solid;
}

p {
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 1.4;
	padding: 70px 70px 25px 70px;
}

h1 {
	position: relative;
	z-index: 50;
	margin: 125px 0 0 125px;
	font-size: 300px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: transparent;
   	-webkit-text-stroke-width: 1px;
   	-webkit-text-stroke-color: black;
}

video {
    position: absolute;
}

.rotate90 {
	transform: rotate(90deg);
}

.rotate180 {
	transform: rotate(180deg);
}

#text {
	position: absolute;
	z-index: 50;
	top: 233px;
	left: 9000px;
	width: 640px;
	height: 480px;
	text-align: justify;
	background: white;
	display: none;
}

#scroll, #information {
	position: fixed;
	z-index: 60;
	right: 35px;
	bottom: 20px;
	font-size: 18px;
	font-family: Arial, sans-serif;
	font-weight: normal;
}

#information {
	border-bottom: 2px solid;
	display: none;
}

#information:hover {
	cursor: pointer;
}

#mobile-no-desktop-yes {
	display: none;
}

@media screen and (max-width: 500px) {
	#mobile-no-desktop-yes {
		padding: 10vw;
		font-size: 30px;
		font-family: Arial, sans-serif;
		display: block;
	}
}