/*
see:
clip-path
background-clip
*/

/* --------------------------------------------------------
** global css reset
** --------------------------------------------------------
*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong,
sub, sup, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input, button,
article, aside, canvas, details, embed, figure, figcaption, footer, header,
hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

/* --------------------------------------------------------
** general appearance
** --------------------------------------------------------
*/

body, header, div, span, em, button, input, select, h1, h2 {
	transition-property: color, background, box-shadow, text-shadow;
	transition-duration: 0.4s, 1s, 0.8s, 0.8s;
	transition-timing-function: ease;
	}
html {
	height: 100%;
	font-size: 20px;
	font-family: Saira, Verdana, Helvetica, arial, sans-serif;
	}
body {
	height: 100%;
	overflow: hidden;
	}
a {
	}
h1 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 1.5em;
	}
h2 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 1.25em;
	}

button {
	border: 0.05rem solid;
	border-radius: 0.2rem;
	font-size: 0.75rem;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	cursor: pointer;
	}


/* --------------------------------------------------------
** page header and fixed content
** --------------------------------------------------------
*/

header {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 3.2rem;
	z-index: 9;
	}
.header_menu {
	display: inline-block;
	float: right;
	}
.bg_with_gradient {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 8.4rem;
	height: 9.6rem;
	z-index: -1;
	}


/* --------------------------------------------------------
** page intro / main
** --------------------------------------------------------
*/
.page_intro {
	text-align: center;
	padding-top: 6.4rem;
	}
.intro_maintext, .intro_subtext {
	font-family: 'Droid Sans Mono', 'Lucida Console', 'Courier New', Courier, monospace;
	font-weight: bold;
	}
.intro_maintext {
	font-size: 4.8rem;
	margin-bottom: 0.6rem;
	}
.intro_subtext {
	font-size: 1.6rem;
	margin-bottom: 2rem;
	}
.intro_stylebox {
	}
.intro_stylebox > div {
	margin: auto;
	}


/* --------------------------------------------------------
** page content classes
** --------------------------------------------------------
*/

/* subpage in the content area */
.main_subpage {
	left: 0px;
	right: 0px;
	top: 3.2rem;
	bottom: 0px;
	box-sizing: border-box;
	}

/* absolutely positioned and centered box (on wide screens) */
.fitted_center {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 5%;
	right: 5%;
	margin: auto;
	min-width: 40rem;
	box-sizing: border-box;
	}

/* two columns content */
.flex_2_cols {
	display: table;
	border-spacing: 0.8rem;
	width: 100%;
	height: 100%;
	}
.flex_2_cols > div {
	position: relative;
	display: table-cell;
	box-sizing: border-box;
	}
.flex_2_cols > div:first-child {
	left: -0.8rem;
	}
.flex_2_cols > div:last-child {
	right: -0.8rem;
	}
.fxc_content {
	width: 60%;
	perspective: 30rem;
	}
.fxc_controls {
	width: 40%;
	padding-top: 1rem;
	text-align: center;
	}
.fxc_ctrlbox {
	margin-bottom: 1rem;
	}
.fxc_ctrlbox > div {
	margin: auto;
	}

/* space-filler container with 2 faces (meant to rotate like a card) */
/* first child is front of the card, last child is the back */
.filler_box_card {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	transform-style: preserve-3d;
/*	perspective: 30rem; */
	overflow-x: hidden;
	overflow-y: auto;
	}
.filler_box_card > div {
	position: relative;
	transform-style: preserve-3d;
	}

/* container for text with everything else */
.filler_box_fg {
	transform-style: preserve-3d;
	}

/* container for background with adjustable opacity */
.filler_box_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.75;
	transform: translateZ(-10px) rotateY(180deg);
	-moz-transform: translateZ(-10px) rotateY(180deg);
/*	transform-style: preserve-3d; */
	}

/* container for formatted text */
.std_text_area {
	position: relative;
	padding: 0.6em;
	line-height: 1.5em;
	text-align: justify;
	transform-style: preserve-3d;
	}
.std_text_area > p {
	position: relative;
	}
.std_text_area > p:not(:last-child) {
	margin-bottom: 1em;
	}

/* --------------------------------------------------------
** nooblib - generic and screens
** --------------------------------------------------------
*/
.n00_screen {
	}
.n00_widget_box {
	font-size: 0.75rem;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	width: 15rem;
	padding: 0.1rem;
	}
.n00_widget_box input, .n00_widget_box select {
	font-size: 0.75rem;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding: 0.1rem;
	}
.n00_widget_box > div {
	}
.n00_widget_head {
	margin-bottom: 0.2rem;
	}


/* --------------------------------------------------------
** nooblib - paco
** --------------------------------------------------------
*/
.n00_paco {
	border-style: solid;
	border-width: 0.1rem;
	border-radius: 0.2rem;
	width: 24rem;
	max-width: 24rem;
	font-size: 0.75rem;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding: 0.4rem;
	}
.n00_paco_textbox {
	line-height: 150%;
	}
.n00_paco_textbox p {
	margin-bottom: 0.4rem;
	text-align: justify;
	}
.n00_paco_iconbox {
	margin: 0.2rem 0.4rem 0rem 0rem;
	}
.n00_paco_iconbox > div {
	width: 2rem;
	height: 2rem;
	font-size: 1.5rem;
	font-weight: bold;
	border-radius: 1rem;
	}
.n00_paco_inputbox {
	}
.n00_paco_buttons {
	padding-top: 0.2rem;
	}
.n00_paco_buttons > button {
	padding: 0.2rem 0.4rem;
	font-size: 1rem;
	}


/* --------------------------------------------------------
** nooblib - styler
** --------------------------------------------------------
*/
.n00_style_select {
	min-width: 10rem;
	}


/* --------------------------------------------------------
** nooblib - tabber menu
** --------------------------------------------------------
*/
.n00_tabs_container {
	margin: 0px;
	padding: 0.4rem 0rem;
	text-align: right;
	}
.n00_tabs_selected, .n00_tabs_active, .n00_tabs_inactive {
	transition: 0.25s ease;
	margin-right: 0.4rem;
	min-width: 5rem;
	border-style: solid;
	border-color: transparent;
	border-width: 0rem 0.05rem 0.05rem 0rem;
	padding: 0.2rem 0.4rem;
	font-family: 'Droid Sans Mono', 'Courier New', Courier, monospace;
	font-size: 0.9rem;
	text-align: center;
	}

/* --------------------------------------------------------
** nooblib - slider
** --------------------------------------------------------
*/
.n00_slidebox {
	font-size: 0.75rem;
	border-spacing: 0.1rem;
	width: 100%;
	}
.n00_slidebar {
	width: 12rem;
	}
.n00_slidemov {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 0.6rem;
	}
.n00_slideval {
	width: 3.2rem;
	padding: 0rem 0.1rem;
	text-align: right;
	}
