/* https://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
.nameTitle{text-decoration: none;}
.nameTitle:hover{color:black;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of reset */

/* faux Wikipedia logo font */
@font-face { font-family: 'Linux Libertine'; font-style: normal; font-weight: 400; src: local('Linux Libertine'),url(//brick.a.ssl.fastly.net/fonts/linuxlibertine/400.woff) format('woff'); } .fa-wikipedia:before { font-family: 'Linux Libertine', 'Times New Roman', Times, serif; font-weight: 400; content: "W"; }

body {
	font: normal normal 400;
	font-size: 80%;
	line-height: 1.5em;
	font-family: "Open sans", sans-serif;
	margin-top: 1em;
	margin-left: 1em;
}

p {
	position: relative;
	left: 25%;
	margin-right: 0;
	width: 65%;
}

code {
	font: normal normal;
	font-size: 90%;
	font-family: Menlo, monospace, sans-serif;
	color: #000000;
}

p code {
	left: -10%;
}

ul {
	position: relative;
	left: 25%;
	width: 65%;
	margin-bottom: 1.5em;
	margin-top: 1em;
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}

li ul {
	position: relative;
	left: 0;
}

h1,h2,h3,h4 {
	font-weight: 400;
	font-family: Cousine,Verdana,sans-serif;
	width: 65%;
}

h1 {
	color: #000000;
	text-align: left;
	font-size: 3em;
	line-height: 1em;
	position: relative;
	margin-top: 2em;
	left: 25%;
}

h1+p {
	/*subtitle*/
	color: #000000;
	/*color: #1D49A0;*/
	font-style: italic;
	font-size: 110%;
	line-height: 2em;
	margin-top: 0.5em;
	margin-bottom: 0em !important;
}

h2 {
	font-size: 1.1em;
	/* color: #a00; */
	color: #AA0000;
	/*color: #1D49A0;*/
	margin-top: 2em;
	position: relative;
	top: 1.4em;
	text-align: right;
	width: 15%;
}

h3 {
	color: #000000;
	left: 25%;
	font-size: 1.3em;
	line-height: 2em;
	position: relative;
	text-align: left;
	font-weight: 700;
	margin-top: 1em;
}

a {
	color: inherit;
}

p img {
	user-select: none;
}

img {
	user-select: none;
}

#webaddress {
	margin-top: 0em;
	position: relative;
  	margin-left: 25%;
	color: #aaa;
	font-family: Menlo,monospace,sans-serif;
	font-size: 80%;
}

#webaddress a {
	text-decoration: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

#address {
	display: none;
}

#content > p {
	margin-bottom: 6px;
}

#content {
	position: relative;
}

.profile {
	display: none;
}

.pdf-download {
	position: fixed;
	right: 10px;
	top: 10px;
	cursor: pointer;
	font-size: 12pt;
	width: 110px;
	height: 38px;
	line-height: 38px;
	background-color: black;
	color: white;
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
	z-index: 1000;
	-webkit-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.65);
	-moz-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.65);
	box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.65);
	user-select: none;
}

.dark-theme .pdf-download {
	background-color: white;
	color: black;
}

.dark-theme {
	background-color: RGB(30, 30, 30);
	color: white;
}

.dark-theme h1, .dark-theme h1+p, .dark-theme h3, .dark-theme code, .dark-theme #webaddress, .dark-theme p {
	color: white;
}

.dark-theme h2 {
	color: #ce9292;
}

.color-theme {
	position: fixed;
	left: 10px;
	top: 10px;
	z-index: 1000;
}

.color-theme input[type="checkbox"] {
	display: none;
	user-select: none;
}
  
.color-theme .label__on-off {
	user-select: none;
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 70px;
	height: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background-color: RGB(56, 56, 56);
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.color-theme .label__on-off > * {
	user-select: none;
	vertical-align: sub;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-size: 13px;
}

.color-theme .label__on-off .marble {
	user-select: none;
	position: absolute;
	top: 1px;
	left: 1px;
	display: block;
	width: 24px;
	height: 24px;
	background-color: #7479bb;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.color-theme .label__on-off .on {
	user-select: none;
	display: none;
	padding-left: 8px;
}

.color-theme .label__on-off .off {
	user-select: none;
	padding-left: 33px;
	line-height: 25px;
}

.color-theme .input__on-off:checked + .label__on-off {
	background-color: white;
	color: black;
}

.color-theme .input__on-off:checked + .label__on-off .on {
	display: inline-block;
}

.color-theme .input__on-off:checked + .label__on-off .off {
	display: none;
}

.color-theme .input__on-off:checked + .label__on-off .marble {
	left: 45px;
}

@media (max-width: 430px) { 
	p {
		left: 35%;
		width: 100%;
		font-size: 1.4em;
		letter-spacing: 1.8px;
		line-height: 22px;
		font-weight: 400;
	}
	h1,h2,h3,h4 {
		width: 100%;
	}
	h2 {
		font-size: 1.3em;
		width: 30%;
	}
	h3 {
		left: 35%;
		font-size: 1.6em;
	}
	.pdf-download {
		font-size: 17pt;
		width: 150px;
		height: 55px;
		line-height: 55px;
	}
	.color-theme {
		left: auto;
		right: 10px;
		top: 100px;
	}
	.color-theme .label__on-off {
		width: 150px;
		height: 44px;
		-webkit-border-radius: 22px;
		-moz-border-radius: 22px;
		border-radius: 22px;
	}
	.color-theme .label__on-off > * {
		font-size: 24px;
		line-height: 42px;
	}
	.color-theme .label__on-off .marble {
		width: 42px;
		height: 42px;
	}
	.color-theme .label__on-off .on {
		padding-left: 28px;
	}
	
	.color-theme .label__on-off .off {
		padding-left: 60px;
		line-height: 42px;
	}
	.color-theme .input__on-off:checked + .label__on-off .marble {
		left: 111px;
	}
 }