@media only screen and (hover: none) and (pointer: coarse) and (orientation: landscape) {
  html {
/*
	transform: rotate(-90deg);
	transform-origin: left top;
	width: 100vh;
	height: 100vw;
	overflow-x: hidden;
	position: absolute;
	top: 100%;
	left: 0;
*/
  }
}

/* (A) WRONG ORIENTATION - SHOW MESSAGE HIDE CONTENT */
@media only screen and (hover: none) and (pointer: coarse) and (orientation: landscape) {
  #wrong-orientation { display:block !important; }
}
 
/* (B) CORRECT ORIENTATION - SHOW CONTENT HIDE MESSAGE */
@media only screen and (hover: none) and (pointer: coarse) and (orientation: portrait) {
  #wrong-orientation { display:none !important; }
}


@font-face { 
	font-family: 'Lilita One';
	src: local('Lilita One'), url('/fonts/LilitaOne-Regular.ttf') format('truetype'),
		url('/fonts/LilitaOne.eot?#iefix') format('embedded-opentype'),
		url('/fonts/LilitaOne.woff2') format('woff2'),
		url('/fonts/LilitaOne.woff') format('woff'),
		url('/fonts/LilitaOne.svg#LilitaOne') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.font { font-family: Impact, Arial, Helvetica, Verdana, sans-serif;}  
.font0 { font-family: Arial, Helvetica, Verdana, sans-serif;}  
.font4 { font-family: 'Courier', monospace;} 
.font8 { font-family: "Lilita One", "Lilita", Impact, Arial, Helvetica, Verdana, sans-serif;}

body {
	font-family: "Lilita One", "Lilita", Impact, Arial, Helvetica, Verdana, sans-serif;}  
}

.bg0 {
	background-color: black;
}
.bg1 {
	background-color: #a64ac9;
}
.bg2 {
	background-color: #fccd04;
}
.bg3 {
	background-color: #ffb48f;
}
.bg4 {
	background-color: #ff6347;
}
.bg5 {
	background-color: #17e9e0;
}
.bg6 {
	background-color: #009900;
}
.bg7 {
	background-color: white;
}
.bgtrans {
	background-color: transparent;
}
.bg1-grad {
	background-image: radial-gradient(#a64ac9 55%, violet 75%);
}
.bg2-grad {
	background-image: linear-gradient(#fccd04 10%, #fff090 50%, #ffd824 90%);
}
.bg3-grad {
	background-image: radial-gradient(#fff0a0 25%, #ffd824 65%);
}
.bg4-linear {
	background: linear-gradient(180deg, #ff6347, red, #ff6347);
}

.alpha-bg1 {
	background-color: rgba(166,74,201,0.85);
}
.alpha-bg2 {
	background-color: rgba(252,4,0.85);
}
.alpha-bg1-grad {
	background-image: radial-gradient(rgba(166,74,201,0.85) 55%, violet 75%);
}

.fg0 {
	color: black;
}
.fg1 {
	color: #a64ac9;
}
.fg2 {
	color: #fccd04;
}
.fg3 {
	color: #ffb48f;
}
.fg4 {
	color: ff6347;
}
.fg5 {
	color: #17e9e0;
}
.fg6 {
	color: green;
}
.fg7 {
	color: white;
}

.infoboxinv {
	font-family: "Lilita One", "Lilita", Impact, Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
}

.cpc-btn {
	font-family: "Lilita One", "Lilita", Impact, Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	max-width: 480px;
}

.bg-detect {
	x-background:rgba(252,205,4,0.85);
	background:rgba(0,0,0,0.5);
	min-height:100%;
	x-background-image: url('/im/bg.jpg');
	background-repeat:no-repeat;
	background-position: center;
	background-size:cover;
	text-align:center;
}

.bg-ybt {
	min-height:100%;
	background-repeat:no-repeat;
	background-position: center;
	background-size:cover;
	text-align:center;
	background:rgba(252, 205, 4, 0.85);
	x-background-image: url('/im/bg.jpg');
}

.personal-hint {
    color:black;
	height:24px;
	line-height:24px;
	margin:4px 2px 0px 2px;
	padding:0px 8px;
	text-align:right;
	font-size:14px;
	border-radius:4px;
	display:inline-block;
	float:right;
}

.personal-hint.warn {
    color:white;
	background:#d12030;
}

.home-info-row {
	color: #303030;
	x-padding: 16px;
	font-size: 24px;
	line-height: 26px;
	font-weight: 500;
	background: linear-gradient(#ff8070 10%, #ff6347 50%, #ffa367 90%);
	border-radius: 16px;
	border:1px solid #303030;
}

.im-home {
	width: 80px;
	height: 100px;
	border-radius: 80px;
	border: 1px solid gray;
	border-color: gray;
	box-shadow: black 0px 8px 20px;
}

.glow-outline {
	color: #fff;
	x-text-shadow: -1px -1px 8px #000, 1px -1px 8px #000, -1px 1px 8px #000, 1px 1px 8px #000;
	x-text-shadow: -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000, 1px 1px 2px #000;
	text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
}

.glow-outline-black {
	color: #ffffa0;
	text-shadow: -1px -1px 8px #000, 1px -1px 8px #000, -1px 1px 8px #000, 1px 1px 8px #000;
	text-shadow: -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000, 1px 1px 2px #000;
}

.hi-name {
	color:#ffffc0;
}

.heading-66 {
	font-weight:100;
}

.yb-title {
	height:48px;
}

.login-body {
    background:url('/im/bg.jpg');
	background-size: cover;
	background-repeat:repeat;
	background-position:center;
	color:black;
	text-align:center;
}

.icon-y-n {
	display: none;
	top: 0px;
	right: 0px;
	position: absolute;
	min-width: 32px;
	min-height: 32px;
	width: 32px;
	height: 32px;
	padding: 4px;
}

.menu-btn {
	color: #FFFFFF;
	text-align: center;
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	background: tomato;
	border: 2px inset white;
	border-radius: 24px;
	padding: 24px;
}

.im150 {
	width: 150px;
	height: 150px;
}
.profile-item-text {
	padding: 8px 0px 24px 0px;
	color: white;
	font-size: 20px;
	font-weight: 100;
}
