/*** START normalize */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}
body{margin:0}
main{display:block}
h1{font-size:2em;margin:.67em 0}
hr{box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace,monospace;font-size:1em}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
img{border-style:none}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button,input{overflow:visible}
button,select{text-transform:none}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}
fieldset{padding:.35em .75em .625em}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{vertical-align:baseline}
textarea{overflow:auto}
[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details{display:block}
summary{display:list-item}
template{display:none}
[hidden]{display:none}
/*** END normalize */
/************************start reset**************************/
/* html5 elements for older browsers*/
article, aside, canvas, details, embed, figcaption, figure, footer, header, hgroup, menu, nav, section, summary{display:block;}
command, datalist, keygen, mark, meter, progress, rp, rt, ruby, time, wbr {display:inline;}
/* using height:100% on html and body allows to style containers with a 100% height
 * the overflow declaration is to make sure there is a gutter for the scollbar in all browsers regardless of content
 * note that there is no font-size declaration set in this rule. If you wish to include one, you should use font-size: 100.01% to prevent bugs in IE and Opera
 */
html {height: 100%; /*overflow-y: scroll;*/ font-size:100.01%; scroll-behavior: smooth;}
/* not all browsers set white as the default background color
 * color is set to create not too much contrast with the background color
 * line-height is to ensure that text is legible enough (that there is enough space between the upper and lower line)
 */
body {height:100%; line-height:1.4; color:#1a1a1a;background:white;}
/*** start typography ***/
/* this choice of font-family is supposed to render text the same across platforms
 * letter-spacing makes the font a bit more legible
 */
body, input, button, textarea, select {font-family: "Open Sans", "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial, sans-serif; /*letter-spacing:1px;*/}
h1, h2, h3, h4, h5, h6 {font-family: Georgia, "DejaVu Serif", serif; letter-spacing: 1px;}
pre, tt, code, kbd, samp, var {font-family: "Courier New", Courier, monospace;}
/* avoid browser default inconsistent heading font-sizes - and pre/code/kbd too */
H1, H2, H3, H4, H5, H6, PRE, CODE, KBD {font-size:1em; }
H1, H2, H3, H4, H5, H6{font-family: "Raleway"; 	font-weight: 400; 	margin: 1em 0 .25em 0;}
h1{font-weight: 300;}
/*ensure font-weight heritage for headings with links inside also on IE8*/
H1 A, H2 A, H3 A,H4 A, H5 A, H6 A { font-weight: inherit;}
H1 {font-size: 2.625em;}/*golden 16 main 42 title*/
H2 {font-size: 1.625em;}/*golden 16 main 26 headline*/
H3 {font-size: 1.25em;}/*golden 16 main sub-headline*/
H4 {font-size: 1.2em;}
H5 {font-size: 1.1em;}
H6 {font-size: 1em;}
/*SUP and SUB fix to maintain line-height*/SUP, SUB {height: 0;line-height: 1;vertical-align: baseline;_vertical-align: bottom;position: relative;font-size:smaller;}SUP {bottom: 1ex;}SUB {top: .5ex;}
TH, DT, B, STRONG{font-weight:700;}
EM {font-style:italic;}
/* This should be self explanatory */blockquote, q, em, cite, dfn, i, cite, var {font-style: italic;}
/* to prevent some browsers from inserting quotes on "q" and "p" ("p" in blockquotes)*/blockquote p:before, blockquote p:after, q:before, q:after {content: '';}blockquote, q {quotes: "" "";}
/* link underlines tend to make hypertext less readable, because underlines obscure the shapes of the lower halves of words */:link,:visited,INS {text-decoration:none;}
/*** end typography ***/
/* de-italicize address,abbr */address,abbr {font-style:normal;}
/*** start TABLEs ***/
/* tables still need 'cellspacing="0"' and 'cellpadding="0"' in the markup */table {border-collapse: separate;border-spacing: 0;}
/* all th should be centered unless they are in tbody (table body) */
th {text-align: center;}tbody th {text-align: left;}caption, td {text-align: left;font-weight: normal;}
/* caption and summary are very important for tabular data but because caption is nearly impossible to style across browsers many authors do not use it or use display:none to "hide" it (which is almost the same as not using it).
 * so to prevent such workaround, I am positioning this element off-screen
 */caption{position: absolute;left: -999em;}
/*** end TABLEs ***/
/*** start rules to make LISTs consistant across all browsers ***/
/* give lists consistant style - IE uses margin-left FF uses padding-left */
OL, UL{margin:0px;padding:0px;line-height:1.5em;}
OL{list-style:decimal;}
OL OL{list-style:lower-alpha;}
OL OL OL{list-style:upper-roman;}
UL{list-style:disc;}
UL UL{list-style:circle;}
UL UL UL{list-style:square;}
DL, OL, UL {margin-top:.25em;margin-left: 3em; padding-left: 0em; list-style-position:outside;}
/* nested lists get reduced margins and paddings */
UL UL , OL OL, OL UL, UL OL {margin-left: 1em;list-style-position:outside;}
OL OL UL, UL OL UL, OL OL OL {margin-left: 1em;list-style-position:outside;}
LI{margin:0 1em .5em 0;padding:0;text-indent:0em;}
DT{/*float:left;clear:left;*/font-weight:bold; margin-right:.5em;}
DD{margin-left:0;padding-left:0;-webkit-margin-start:0px;font-weight:normal;margin-bottom:.5em;}
LI>UL, LI>OL{margin-top:.25em;/*margin-bottom:-.5em;*/padding-bottom:-.25em;}
/* if we want to override default list style types do it with a class... */
UL.circle {list-style-type:circle;}
UL.square {list-style-type:square;}
UL.disc{list-style-type:disc;}/*The marker is a filled circle. This is default*/
OL.armenian{list-style-type:armenian;}/*The marker is traditional Armenian numbering*/
OL.decimal{list-style-type:decimal;}/*The marker is a number*/
OL.decimal-leading-zero{list-style-type:decimal-leading-zero;}/*The marker is a number padded by initial zeros (01, 02, 03, etc.)*/
OL.georgian{list-style-type:georgian;}/*The marker is traditional Georgian numbering (an, ban, gan, etc.)*/
OL.lower-alpha{list-style-type:lower-alpha;}/*The marker is lower-alpha (a, b, c, d, e, etc.)*/
OL.lower-greek{list-style-type:lower-greek;}/*The marker is lower-greek (alpha, beta, gamma, etc.)*/
OL.lower-latin{list-style-type:lower-latin;}/*The marker is lower-latin (a, b, c, d, e, etc.)*/
OL.lower-roman{list-style-type:lower-roman;}/*The marker is lower-roman (i, ii, iii, iv, v, etc.)*/
OL.upper-alpha{list-style-type:upper-alpha;}/*The marker is upper-alpha (A, B, C, D, E, etc.)*/
OL.upper-latin{list-style-type:upper-latin;}/*The marker is upper-latin (A, B, C, D, E, etc.)*/
OL.upper-roman{list-style-type:upper-roman;}/*The marker is upper-roman (I, II, III, IV, V, etc.)*/
UL.none{list-style-type:none;}
/*** end rules to make LISTs consistent across all browsers ***/
/*** start FORM elements ***/
/* get rid of ugly box border in IE*/
INPUT[type="radio"]{margin:0px;padding:0px;border:0px;background-color:transparent;}
/* align checkboxes, radios, text inputs with their label */
/*INPUT[type="radio"] { vertical-align: text-bottom; }
INPUT[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }*/
.ie6 INPUT{ vertical-align: text-bottom; }
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer;}
input[type=button], input[type=submit], button{white-space:nowrap;}/*buttons with multiple lines look dumb and usually wrong*/
/*** end FORM elements ***/
/*** start links ***/
/* remember to define focus styles! */:focus {outline: 0;}
/* who thought blue linked image borders were a good idea? */a img,:link img,:visited img, a object,:link object,:visited object{ border:0; }
/*some long-arse links refused to break nicely, this fixes*/A{word-wrap:break-word;}
/* to prevent a gap from showing below images in some browsers */img {vertical-align: bottom;}
/* styling for links and visited links as well as for links in a hovered, focus and active state
 * make sure to keep these rules in that order, with :active being last
 * text-decoration: none is to make the links more legible while they are in a hovered, focus or active state
 * link underlines tend to make hypertext less readable, because underlines obscure the shapes of the lower halves of words
 * a:focus and :focus are used to help keyboard users, you may change their styling, but make sure to give users a visual clue of the element's state.
 * outline:none used with the pseudo-class :hover is to avoid outline when a user clicks on links
 * note that these last rules do not do anything in IE as this browser does not support "outline"
 */
a:link {color: #0000FF;text-decoration:none;}
a[href^="#"]:visited {color: #0000FF;text-decoration: none;}
a:visited {color: #800080;text-decoration: none;}
a:hover {text-decoration: underline;}
a:focus {text-decoration: none;}
a:focus/*,:focus*/ {outline: 1px dotted #0000FF;}
a:hover,a:active {outline: none;}
a:active{color: #FF0000;}
/*** end links ***/
IFRAME{width:100%;}
/************************end reset**************************/
::selection{
	background:hsla(255, 100%, 50%, 1);
	color:white;
}
a::selection, a:visited::selection{
	color:magenta;
}
html{
	height:100%;
	background: white;
	background:
	/*url("https://i.imgur.com/pDhiQct.jpg") center/cover,*/
	linear-gradient(120deg, hsla(44, 65%, 81%, .1) 0%, hsla(255, 63%, 82%, .1) 100%),
	hsla(0,0%,97%,.5);
	/*background-blend-mode: overlay;*/
}
body{
	/*padding:0 1em;*/
	display:flex;
	flex-direction: column;
	height:100%;
	background:transparent;
}
article{
	padding: 0 .75em 4em;
	/*center l/r*/
	align-self:center;
	/*expand height to fill viewport*/
	flex-grow: 1;
	width:calc(100vw - 4em);
	max-width:80ch;
	background:hsla(0,0%,0%,.025);
}

header, footer{
	padding:.5em;
	background:hsla(0,0%,0%,.05);
	font-family: "Raleway";
}
footer p{
	margin-right:4vw;
	text-align:right;
}
header nav ul{
	margin:0;
	padding:0;
	/*border:1px solid red;*/
	display:flex;
	align-items:center;
	list-style-type: none;
}
header nav ul li{
	margin: 0 1em 0 0;
	padding:0;
	/*border:1px solid green;*/
	/*align-content:center;*/
}
/*header nav ul li a{
	border:1px solid blue;
	padding:2px;
}*/
header img{
	display:block;
	height:64px;
	width:auto;
	/*border-radius:50%;*/
}
P {
	margin:.75em 0;
}
.vs_flex-container{
	display:flex;
	flex-wrap:wrap;
}
.vs_flex-container>div{
	flex-grow:1;
	flex-shrink:1;
	/*flex-basis:256px;*/
}
[data-scroll] .btt{
	/*display:none;*/
	display:flex;
	flex-shrink:1;
	position: fixed;
	align-self: flex-end;
	margin-right: 32px;
	top:calc(50vh - 32px);
	float: right;
	height: 0;
	opacity:.25;
	transition: opacity 0.1s;
	z-index: 10;
}
[data-scroll="0"] .btt{
	display:none;
	opacity:0;
}
[data-scroll] .btt span{
	background: hsla(0,0%,0%,.05);
	font-size: 2.5em;
	height: 64px;
	width: 64px;
	border-radius: 50%;
	border: 1px solid white;
	text-align: center;
	transform: rotate(90deg);
}
[data-scroll] .btt:hover{
	text-decoration: none;
	opacity:1;
}

/******** start mobile devices ********/
@media all and (orientation:portrait) {
/* Style adjustments for portrait mode goes here */
}

@media all and (orientation:landscape) {
/* Style adjustments for landscape mode goes here */
}
/******** end mobile devices ********/