@charset "utf-8";
/*** fonts ***/
@font-face {
	font-family: 'IBM Plex Sans Condensed';
	font-style: normal;
	font-weight: 400;
	src: local(''), url('fonts/ibm-plex-sans-condensed-v13-latin-ext-regular.woff2') format('woff2'), url('fonts/ibm-plex-sans-condensed-v13-latin-ext-regular.woff') format('woff');
}
@font-face {
	font-family: 'IBM Plex Sans Condensed';
	font-style: italic;
	font-weight: 400;
	src: local(''), url('fonts/ibm-plex-sans-condensed-v13-latin-ext-italic.woff2') format('woff2'), url('fonts/ibm-plex-sans-condensed-v13-latin-ext-italic.woff') format('woff');
}
@font-face {
	font-family: 'IBM Plex Sans Condensed';
	font-style: normal;
	font-weight: 600;
	src: local(''), url('fonts/ibm-plex-sans-condensed-v13-latin-ext-600.woff2') format('woff2'), url('fonts/ibm-plex-sans-condensed-v13-latin-ext-600.woff') format('woff');
}
@font-face {
	font-family: 'IBM Plex Sans Condensed';
	font-style: italic;
	font-weight: 600;
	src: local(''), url('fonts/ibm-plex-sans-condensed-v13-latin-ext-600italic.woff2') format('woff2'), url('fonts/ibm-plex-sans-condensed-v13-latin-ext-600italic.woff') format('woff');
}
@font-face {
	font-family: 'IBM Plex Sans Condensed';
	font-style: normal;
	font-weight: 700;
	src: local(''), url('fonts/ibm-plex-sans-condensed-v13-latin-ext-700.woff2') format('woff2'), url('fonts/ibm-plex-sans-condensed-v13-latin-ext-700.woff') format('woff');
}
@font-face {
	font-family: 'IBM Plex Sans Condensed';
	font-style: italic;
	font-weight: 700;
	src: local(''), url('fonts/ibm-plex-sans-condensed-v13-latin-ext-700italic.woff2') format('woff2'), url('fonts/ibm-plex-sans-condensed-v13-latin-ext-700italic.woff') format('woff');
}

:root {
	scroll-behavior: smooth;
 --mainColor: 20, 31, 36;
 --textColor: 0, 0, 0;
 /*--accentColor: 255, 51, 255;*/
 --accentColor: 222, 253, 171;
 --accentColor2: 255, 255, 51;
 --backgroundColor: 255, 255, 255
}

body {
	background: rgba(var(--backgroundColor), 1);
	color: rgba(var(--textColor), 1);
	-webkit-font-smoothing: antialiased;
	font: 400 20px/1.25em 'IBM Plex Sans Condensed', sans-serif;
}
p.clear,
div.clear {
	clear: both;
}
*.accentColor {
	color: rgba(var(--accentColor), 1);
}
hr {
	border: 0;
	border-bottom: 1px solid rgba(var(--accentColor), .75);
	height: 0;
	clear: both;
	padding: 1em 0;
}
hr.hrdot {
	border: 0;
	border-bottom: 1px dotted rgba(var(--accentColor), 1);
	height: 0px;
	clear: both;
	padding: 1em 0;
}
hr.hrColor2 {
	border: 0;
	border-bottom: 1px solid rgba(var(--accentColor2), 1);
	height: 0px;
	clear: both;
	padding: 0 0 1em 0;
}
.pageDown {
	text-align: center;
	width: 100%;
	font-weight: 400;
	margin-top: 20px;
}
.pageDown a:hover {
	background: rgba(255,255,255,.25);
	color: rgba(var(--textColor),1);
}
#topLinkDiv {
	display: flex;
	justify-content: flex-end;
}
a#topLink {
    z-index: 1000;
    display: none;
    position: fixed;
    bottom: 5px;
    margin-right: 5px;
    background: rgba(var(--mainColor), .25);
    border: 0;
    background: rgba(0,0,0,.25);
    font-size: 1.75em;
    color: rgba(var(--backgroundColor),1);
    border-radius: 50%;
    line-height: 1;
    width: 1em;
    height: 1em;
    text-align: center;
    transition: background .5s ease;
}
a#topLink:hover {
	background: rgba(255,255,255,.25);
	color: rgba(var(--textColor),1);
}
#topLink img {
	height: 30px;
	width: 30px;
}
.pageDown a {
	border: 0;
	background: rgba(0,0,0,.25);
	font-size: 1.5em;
	color: rgba(var(--backgroundColor),1);
	border-radius: 50%;
	line-height: 1;
	width: 1em;
	height: 1em;
	display: inline-block;
	text-align: center;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
} 

.clearfix::after {
  clear: both;
}
img {
	border: 0 none;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
* {
	margin:0;
	padding:0;
	box-sizing: border-box;
}
.bigPicture {
	width: 100%;
	height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
	flex-flow: column;
	justify-content: center;
}
.outerWrapper {
	max-width: 2400px;
	margin: 0 auto;
	background: transparent;
}
#maincont {
	background-color: transparent;
	margin: 0 auto;
	padding: 30px;
	min-height: 100%;
	width: 980px;
	max-width: 100%;
	overflow: hidden;
}
.sticker {
	background: rgba(var(--accentColor), 1);
	border-radius: 50%;
	width: 9em;
	height: 9em;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-flow: column;
	color: #fff;
}
.sticker p {
	text-align: center;
}
#names {
	display: flex;
	justify-content: center;
}
#names p {
	display: inline;
	font-size: .7em;
	color: rgba(var(--accentColor2), 1);
	padding: 0 .2em;
}
#page0,
#page1,
#page2 {
	color: rgba(var(--accentColor), 1);
	background-color: transparent;
	font-weight: 700;
	font-size: calc(28px + (36 - 25) * (100vw - 400px) / (1200 - 400));
	line-height: 1.5em;
	text-shadow: 1px 3px 5px #000;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 0;
	min-height: 100vh;
	max-width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	overflow: hidden;
}
#page0 p,
#page1 p,
#page2 p {
	display: inline-block;
}
 @media only screen and (max-width: 980px) {
body {
	/*font-size: 17px;*/
}
}
 @media only screen and (max-width: 768px) {
body {
	/*font-size: 16px;*/
}
#header div.hLogo img {
	height: 60px;
	width: 177px;
}
}
 @media only screen and (max-width : 640px) {
body {
	/*font-size: 16px;*/
}
}
a {
	text-decoration: none;
}
/* others */
#tinymce {
	background-color: rgba(var(--backgroundColor), 1);
	background-image: none;
	padding: .5em;
	-webkit-font-smoothing: antialiased;
}
.mce-branding-powered-by {
	display: none;
}
/* login */
body.xh_login {
	background: rgba(var(--mainColor), .1) url(images/XH-Logo_bg.png) no-repeat fixed center center;
	background-size: contain;
	margin: 0 !important;
	padding: 0 !important;
}
body.xh_login div.xh_login {
	border: 1px solid rgba(var(--mainColor), .1);
	box-shadow: inset 2px 2px 1px rgba(var(--backgroundColor), .75), inset -2px -2px 1px rgba(var(--mainColor), .1);
	background: rgba(var(--backgroundColor), .25);
	border-radius: 0;
	margin: 0;
	padding: 1em;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
}
body.xh_login h1 {
	margin: 0 0 .25em 0 !important;
	text-align: center !important;
	text-transform: none;
	color: rgba(var(--mainColor), 1);
	font-size: 2em;
	font-style: normal;
	line-height: 1.25;
	font-weight: normal;
	font-variant: normal;
}
div.xh_login p {
	text-align: center !important;
	margin: 1em 0 !important;
	color: rgba(var(--textColor), 1);
}

/***/
#noScript {
	color: #fff;
	background: #000;
	padding: 0.5em;
	position: fixed;
	top: 200px;
	right: 0;
	z-index: 999;
	font-size: 0.9em;
	width: 10em;
	font-weight: 700;
}

#fhs_adminmenu a {
	border: 0;
}
video {  
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}