:root { font-size: 20px; background-image: url('./images/kuetbackground.png'); background-repeat: no-repeat; background-size: cover; background-position: center; background-attachment: fixed; }
@font-face { font-family: 'general'; src: url('./fonts/metropolis.otf'); font-style: normal; font-weight: normal; }
@font-face { font-family: 'text'; src: url('./fonts/test.otf'); font-style: normal; font-weight: normal; }
@font-face { font-family: 'text'; src: url('./fonts/test-italic.otf'); font-style: italic; font-weight: normal; }
@font-face { font-family: 'label'; src: url('./fonts/nmind.ttf'); font-style: normal; font-weight: normal; }
*, *::after, *::before { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
* { font-family: 'general'; font-size: inherit; }
html, body { height: 100%; min-height: 100vh; min-height: 100dvh; scrollbar-width: thin; }
body { max-width: 100%; max-block-size: 100dvh; margin: 0 auto; overflow: auto; overscroll-behavior: contain; }
img { max-width: 100%; min-height: 0; display: inline-block; vertical-align: middle; user-select: none; overflow: hidden; border: none; outline: none; border-spacing: none; object-fit: cover; object-position: center; border-radius: 0.25rem; }
a { display: inline-block; text-decoration: none; line-height: 1; font-weight: bold; border-bottom: 0.05rem dashed; color: inherit; }
a:visited { text-decoration: none; color: inherit; }
p a { color: rgb(3, 91, 242); }
p a:visited { color: rgb(3, 91, 242); }
.toppanel { max-height: 5rem; min-height: 5rem; position: fixed; top: 0; right: 0; bottom: 5rem; left: 0; z-index: 98; display: flex; flex-flow: row nowrap; justify-content: center; align-items: stretch; background-color: rgb(204, 44, 44); background-image: url('./icons/kuetaaclogo.png'); background-repeat: no-repeat; background-size: contain; background-position: left; box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.8); }
.main { max-width: 85%; min-width: 85%; height: 100%; margin: 0 auto; padding: 0 1em; position: absolute; top: 5rem; right: 0; bottom: 0; left: 0; display: flex; flex-flow: column nowrap; scrollbar-width: thin; justify-content: start; row-gap: 0.5em; line-height: 1.58; z-index: 9; }
.menupanel { width: 100%; max-height: 0; height: 100%; position: fixed; top: 5rem; right: 0; bottom: 0; left: 0; z-index: 959; display: inline-block; overflow-x: hidden; overflow-y: auto; overscroll-behavior-y: contain; background-color: rgba(0, 0, 0, 0.5); transition: 200ms max-height ease-out; }
.menupanel::-webkit-scrollbar { appearance: none; width: 0; background: #FF000000; }
.menupanel::-webkit-scrollbar-thumb { appearance: none; width: 0; background: #FF000000; }
.menupanel::-webkit-slider-thumb { appearance: none; width: 0; background: #FF000000; }
.banner { max-width: 4.5rem; min-width: 4.5rem; max-height: 5rem; min-height: 5rem; user-select: none; border: none; }
.bannermid { flex: 1; max-height: 5rem; min-height: 5rem; user-select: none; border: none; background-image: url('./icons/kuetaaclogobackdrop2.png'); background-repeat: no-repeat; background-size: contain; background-position: center; }
.menu { user-select: none; }
.menu ul { max-width: 100%; min-width: 100%; list-style-type: none; line-height: 1; }
.menu li { max-width: 100%; min-width: 100%; max-height: 2.05rem; min-height: 2.05rem; display: inline-block; background: #000; box-shadow: inset 0 0.05rem 0 0 white; }
.menu li:last-child { box-shadow: inset 0 0.05rem 0 0 white, inset 0 -0.05rem 0 0 white; }
.menu a { min-width: 100%; max-height: 2.05rem; min-height: 2.05rem; padding: 0 0.5ch; font-size: 1.2rem; font-family: 'label'; font-weight: bold; line-height: 1.8; color: springgreen; vertical-align: middle; text-decoration: none; border: none; user-select: none; -webkit-user-drag: none; -moz-user-drag: none; transition: 200ms background ease-in-out; }
.menu a:hover { background: rgba(255, 255, 255, 0.2); }
.menu a:active { color: #000; background: rgb(255, 255, 255); }
.mobmenulogopanel { padding: 0 2rem; float: right; cursor: pointer; background-color: rgba(0, 0, 0, 0.3); transition: background 200ms ease-in-out; }
.mobmenulogo { width: 1ch; height: 0.1rem; display: block; position: relative; top: 50%; background: white; }
.mobmenulogo::before, .mobmenulogo::after { width: 100%; height: 100%; display: block; position: absolute; content: ''; background: white; transition: 200ms transform ease-out; }
.mobmenulogo::before { top: 0.25em; }
.mobmenulogo::after { top: -0.25em; }
.mobmenu { display: none; }
.mobmenu:checked ~ .mobmenulogopanel .mobmenulogo { background: rgba(0, 0, 0, 0); }
.mobmenu:checked ~ .mobmenulogopanel .mobmenulogo::before { transform: rotate(-135deg); top: 0; }
.mobmenu:checked ~ .mobmenulogopanel .mobmenulogo::after { transform: rotate(315deg); top: 0; }
.panel { display: flex; flex-flow: column nowrap; row-gap: 0.8ch; }
.panelpic { max-width: 900px; min-width: 450px; max-height: 500px; min-height: 250px; display: inline-block; background-repeat: no-repeat; background-size: cover; background-position: center; border-radius: 0.5ch; }
.mainlabel { font-size: 2em; padding: 1em 0 0.25em 0; font-family: 'label'; font-weight: bold; }
.label { font-size: 1.3em; margin-top: 0.5em; padding: 0.25em; font-family: 'label'; color: white; font-weight: bold; background: rgba(0, 0, 0, 0.5); border-radius: 0.25em; }
.bottom { min-height: 100px; user-select: none; }
@media (hover: hover) { .mobmenulogopanel:hover { background: rgba(0, 0, 0, 0.5); } }
@media (max-width: 700px)
{
  :root { font-size: 20px; }
  .main { max-width: 100%; min-width: 100%; padding: 0 0.5ch; font-size: 1.1em; }
  .mainlabel { font-size: 1.2em; }
  .panelpic { min-width: 100%; min-height: 250px; }
}
@media (min-width: 1950px) { :root { font-size: 1vw; } .panelpic { min-width: 20vw; min-height: 20vh; } }
