
/*@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-VariableFont_opsz,wght.ttf');
}
*/


/* HTML5 */
header, main, nav {
	display: block;
}

footer{
	display: block;
/*    position: fixed;
*/    bottom: 0;
    width: 100%;

}

body {
	margin: 0;
	padding: 0;
	color: #dddddd;
	background: #232323;

  font-family: "Inter", "Century Gothic", ui-sans-serif, system-ui,
               "Segoe UI", Roboto,  Arial, "Noto Sans", sans-serif;



/*	font-size: 14px;
*/
}


@media (prefers-color-scheme: light) {
  body {
	margin: 0;
	padding: 0;
    background-color: #eeeeff;
    color: black;

  font-family: "Inter", "Century Gothic", ui-sans-serif, system-ui,
               "Segoe UI", Roboto,  Arial, "Noto Sans", sans-serif;
  }
}

html,body{
    height: 100%
}


html{
scroll-behavior: smooth;
}

#holder{
    min-height: 100%;
    position:relative;
}


img { border: 0; }

code,pre {
	font-family: Consolas,"Courier New",Courier,monospace;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", "Century Gothic", ui-sans-serif, system-ui,
               "Segoe UI", Roboto,  Arial, "Noto Sans", sans-serif;
}

ul {
	list-style-type: disc;
}

pre {
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: auto;
}

/* Default link style */
a:link { color:#33aaff; text-decoration:none;   }
a:visited { color:#33aaff; text-decoration:none;  }
a:focus { color:#33aaff; text-decoration:none; }
a:hover { color:#33ccff; text-decoration:underline;  }
a:active { color:#003399; text-decoration:none;    }

a[name]:hover { color:black; text-decoration:none; }

#topwrap {
	margin: 0;
	padding: 0;
	color: white;
    background: #0067bb;
/*    background: #101010;
*/}

#wrap {
	margin: 0;
	padding: 0;
	background: #232323;
    padding-bottom: 4em;    /*space for footer */

/*	background: #0055aa;
*/}


@media (prefers-color-scheme: light) {
#wrap {
	margin: 0;
	padding: 0;
	background: #eeeeff;
    padding-bottom: 4em;    /*space for footer */

/*	background: #0055aa;
*/}
}








/* Header */
#head {
	overflow: hidden;
	width: 60em;
	margin: 0 auto;
	padding: 0em 0;
}
#head h1 {
	margin: 0;
	padding: 0;
/*	width: 511px;
	height: 84px;
	background: url('../images/logo3.png') no-repeat;
	text-indent: -999em;
*/
}
#head p.tagline {
	margin: 0;
	padding: 0;
	padding-left: 4.0em;

    font-family: "Century Gothic",  ui-sans-serif, system-ui,
               "Segoe UI", Roboto,  Arial, "Noto Sans", sans-serif;
	font-size: x-large;
}
#head div.hgroup {
	float: left;
}

#head p.downloadlink {
	float: right;
	text-align: center;
}

/* Based on W3Schools example:
   https://www.w3schools.com/css/css_navbar.asp */
#nav {
	float: right;
	margin: 0;
	padding: 0;

/*	padding-top: 2.0em;
*/

/*    width: 65em;
	margin: 0 auto;
*/}
#nav ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li {
	float: left;
/*	padding: .75em .10em;
*/}
#nav li a {
	display: block;
	color: white;
	padding: .55em 1.5em;
	text-align: center;
	text-decoration: none;

}
#nav li a:hover:not(.active) {

	color: #ffffff;
	background-color: #55aaee;

/*	color: #fc0;
	background-color: #333333;
*/

/*	border-radius: .6em .6em .6em .6em;
*/}

#nav li.active a {
	color: #ddd;
	background-color: #232323;

/*	color: #fc0;
	background-color: black;
*/

/*	border-radius: .6em .6em .6em .6em;
*/}


@media (prefers-color-scheme: light) {
#nav li.active a {
	color: #222;
	background-color: #eeeeff;

/*	color: #fc0;
	background-color: black;
*/

/*	border-radius: .6em .6em .6em .6em;
*/}
}

.only-on-dark {
  display: none;
	max-width: 100%;
	height: auto;

}

@media (prefers-color-scheme: dark) {
  .only-on-dark {
    display: block;
	max-width: 100%;
	height: auto;

  }

  .only-on-light {
    display: none;
  }
}

@media (prefers-color-scheme: light) {
  .only-on-light {
    display: block;
	max-width: 100%;
	height: auto;

  }

  .only-on-dark {
    display: none;
  }
}


#content {
	width: 58em;
	margin: 0 auto;
	padding: 1em;
	background: #232323;
}


@media (prefers-color-scheme: light) {
#content {
	width: 58em;
	margin: 0 auto;
	padding: 1em;
	background: #eeeeff;
}
}




#content h2 {
	margin-top: 0;
}

#content h3 em,
#content h4 em {
	color: gray;
	font-size: smaller;
}

#content p {
	margin-top: 0;
}

/* Footer */
#foot {
	color: #aaaaaa;
/*	background: #0077cc;
*/
    background: #000000;


/*	border-top: 1px solid black;
*/
    line-height: 1.0em;
}

#foot .columns {
	width: 60em;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

#foot .column {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: right;
}
#foot .column h2 {
	margin: 0;
	padding: 0;
	padding-top: .5em;
	font-family: Calibri,Helvetica,Arial,sans-serif;
	font-size: medium;
}
#foot .column h3 {
	margin: 0;
	padding: 0;
	padding-top: .5em;
	font-family: Calibri,Helvetica,Arial,sans-serif;
	font-size: small;
}

#foot .column ul {
	margin: 0;
	padding: .5em 0;
}
#foot .column li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#foot .column ul.languages li {
	display: inline;
	margin-right: 1em;
}
#foot em {
	font-size: smaller;
}

#foot a:link { color:white; text-decoration:none; }
#foot a:visited { color:white; text-decoration:none; }
#foot a:focus { color:white; text-decoration:underline; }
#foot a:hover { color:white; text-decoration:underline; }
#foot a:active { color:white; text-decoration:none; }

/* SHA-1 Checksums */
.checksums {
	padding-left: .5em;
	border-left: .5em solid #d2d2d2;
}
.checksums dt {
	font-weight: bold;
}
.checksums dd {
	margin-left: 0;
	margin-bottom: .5em;
}
.checksums dd:last-of-type {
	margin-bottom: 0;
}

/* Heading list */
.headinglist dt {
	font-weight: bold;
}

.headinglist dd {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
}

p.important {
	padding: 5px;
	background-color: #FFDDDD;
	border: 1px solid red;
	font-weight: bold;
}

p.note {
	padding: 5px;
	background-color: #DDDDFF;
	border: 1px solid #6666FF;
}

pre.code {
	margin-left: 25px;
	margin-right: 25px;
	padding: 5px;
	background-color: #EEEEEE;
	border-left: 10px solid #CCCCCC;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted black;
}

/* Inline list */
ul.inline {
	margin: 1em;
	padding: 0;
}

ul.inline li {
	margin: 0;
	margin-right: 1em;
	padding: 0;
	display: inline;
	list-style: none;
}

/* RSS feed items */
.rssfeeditems li {
	margin-bottom: .5em;
}

.rssfeeditems em {
	margin-left: .5em;
	color: gray;
	font-size: smaller;
}

/* Table */
.table {
	border-collapse: collapse;
}
.table th {
	border-bottom: 2px solid #d2d2d2;
}
.table td {
	border-bottom: 1px solid #d2d2d2;
}
.table th, .table td {
	padding: .6em;
}

.table.is-bordered {
	border: 1px solid #d2d2d2;
}
.table.is-bordered th, .table.is-bordered td {
	border: 1px solid #d2d2d2;
}

.table.is-striped th {
	background: #f2f2f2;
}
.table.is-striped tr:nth-child(odd) {
	background: #f9f9f9;
}

.table.is-narrow th, .table.is-narrow td {
	padding: .3em;
}

.table-scrollable {
	overflow-x: auto;
}

/* Translation status colors */
.translated { color: #2D802B; }
.fuzzy { color: #05359B; }
.untranslated { color: #D42323; }

/* GUI elements */
.guimenu,.guisubmenu,.guimenuitem,.guilabel {
	font-style: italic;
}

/* Text alignments */
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

/* Indented content */
.indented { margin: 1em; }

/* Button */
.button {
	display: inline-block;
	padding: .5em;
	color: #fff !important;
	background-color: #36c;
	border-radius: .3em;
	text-decoration: none !important;
	white-space: nowrap;
}
.button:hover, .button:focus {
	background-color: #039;
}
.button.is-light {
	color: #000 !important;
	background-color: #ccc;
}
.button.is-light:hover, .button.is-light:focus {
	background-color: #aaa;
}
.button.is-dark {
	color: #fff !important;
	background-color: #333;
}
.button.is-dark:hover, .button.is-dark:focus {
	background-color: #111;
}
.button.is-success {
	color: #fff !important;
	background-color: #00b300;
}
.button.is-success:hover, .button.is-success:focus {
	background-color: #060;
}
.button.is-warning {
	color: rgba(0, 0, 0, 0.7) !important;
	background-color: #fc3;
}
.button.is-warning:hover, .button.is-warning:focus {
	background-color: #ffbf00;
}
.button.is-danger {
	color: #fff !important;
	background-color: #f66;
}
.button.is-danger:hover, .button.is-danger:focus {
	background-color: #f33;
}
.button.is-small {
	font-size: small;
}
.button.is-medium {
	font-size: large;
}
.button.is-large {
	font-size: x-large;
}

/* Button list */
ul.buttons {
	padding-left: 0;
	list-style-type: none;
}
ul.buttons li {
	display: inline;
	margin-right: 1em;
}
ul.buttons li .button {
	margin-bottom: 1em
}

/* Responsive Image */
.logoimage {
	max-width: 50%;
	height: auto;
}

.image {
	max-width: 100%;
	height: auto;
}

/* Tag */
.tag {
	display: inline-block;
	padding: .2em .4em;
	font-size: .75em;
	vertical-align: text-top;
	color: #fff !important;
	background-color: #36c;
	border-radius: .6em;
	white-space: nowrap;
}
.tag.is-light {
	color: #000 !important;
	background-color: #ccc;
}
.tag.is-dark {
	color: #fff !important;
	background-color: #333;
}
.tag.is-success {
	color: #fff !important;
	background-color: #00b300;
}
.tag.is-warning {
	color: rgba(0, 0, 0, 0.7) !important;
	background-color: #fc3;
}
.tag.is-danger {
	color: #fff !important;
	background-color: #f66;
}

/* media queries */
@media (max-width: 60em) {
	#head, #nav, #content, #foot .columns {
		width: auto;
	}
}
@media (max-width: 40em) {
	#nav li a:hover:not(.active) {
		border-radius: 0em;
	}
	#nav li.active a {
		border-radius: 0em;
	}
	#foot .column {
		width: auto;
		float: none;
	}
}
@media (max-width: 30em) {
	#head div.hgroup, #head p.downloadlink {
		float: none;
	}
	#nav li {
		float: none;
	}
	#nav li a:hover:not(.active) {
		border-radius: 0;
	}
	#nav li.active a {
		border-radius: 0;
	}
}


#body{
    padding-bottom: 4em;    /* height of footer */
}

footer{
    height: 2em;

    width:100%;
    position: absolute;
    left: 0;
    bottom: 0;
}


/*----------------------------------------*/

.langnav-wrapper {
/*  width: 20em;
*/
margin: 1em auto;
margin-right: 4.5em;
height: 4em;
text-align: right;

margin-bottom: 3.0em;
}

.sl-nav {
  display: inline;
}

.sl-nav ul {
  margin:0;
  padding:0;
  list-style: none;
  position: absolute;
  display: inline-block;
}

.sl-nav li {
  cursor: pointer;
  padding-bottom:10px;
}
.sl-nav li ul {
  display: none;
}
.sl-nav li:hover ul {
  position: absolute;
  top:29px;
  right:-25px;
  display: block;
  background: #004499;
  width: 120px;
  padding-top: 0px;
  z-index: 1;
  border-radius:5px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: 10px;
  z-index:10;
  height: 14px;
  overflow:hidden;
  width: 30px;
  background: transparent;
}
.sl-nav li:hover .triangle:after {
  content: '';
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #004499;
  border-radius:2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li ul li {
  position: relative;
  text-align: center;
  background: transparent;
  padding: 15px 15px;
  padding-bottom:0;
  z-index: 2;
  font-size: 1em;
  color: #3c3c3c;
}
.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}
.sl-nav li ul li span {
  padding-left: 5px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
  color: #146c78;
}


.sl-nav a:link { color:white; text-decoration:none; }
.sl-nav a:visited { color:white; text-decoration:none; }
.sl-nav a:focus { color:white; text-decoration:underline; }
.sl-nav a:hover { color:white; text-decoration:underline; }
.sl-nav a:active { color:white; text-decoration:none; }

/*----------------------------------------*/

#gotoTopBtn {
  display: none;
  position: fixed;
  bottom: 2.5em;
  right: .5em;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #005599;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#gotoTopBtn:hover {
  background-color: #227700;
}

