@font-face {
    font-family: 'untitled1regular';
    src: url('fonts/moj_kroj_pisma-webfont.woff2') format('woff2'),
         url('fonts/moj_kroj_pisma-webfont.woff') format('woff'),
         url('fonts/moj_kroj_pisma-webfont.ttf') format('truetype'),
         url('fonts/moj_kroj_pisma-webfont.svg#untitled1regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {color:#fff;background:#000}
a:link {color:#cdf}
a:hover, a:visited:hover {color:#def}
a:visited {color:#dcf}

body{ 
  margin:1em auto;
  max-width:40em;
  padding:0.62em;
  font:1.2em/1.62 sans-serif /* <'font-size'>/<'line-height'> */
}
h1,h2,h3 {
  line-height:1.2
}
h6{
  float:right; 
  clear:left;
}
@media print{
  body{
    max-width:none
  }
}
footer{
  font-size: 0.750em;
  line-height: 0.9em;
  border-top: 1px solid rgba(255,255,255,.25); /* white line with .25 opacity separating the footer from the rest of the website */
}
.nav_bar ul{
  list-style-type: none;
}
.nav_bar ul li{
  float: left;
  border-right: 1px solid rgba(255,255,255,.25);
}
.nav_bar ul li:last-child{ border:none; }
.nav_bar ul li a{
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.nav_bar ul li a:hover {
  background-color: #111;
}
.dropdown .dropbtn {  
  font-size: 15pt;
  border: none;
  outline: none;
  color: white;
  padding: 17.9px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown-content {
  text-align: center;
  display: none;
  position: absolute;
  width: 100%;
  overflow: auto;
}
.dropdown:hover{
  background-color: #111;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content a {
  display: block;
  background-color: rgba(0,0,0,.6);
}
.dropdown-content a:hover {
  color: #FFFFFF;
  background-color: #111;
}
#own_font{
  font: clear;
  font-family: 'untitled1regular';
  font-size: 2em;
  line-height: 0.5;
  letter-spacing: 1px;
}
sup a{
  text-decoration: none;
}
/* style for the footnotes */
#footnotes {
  font-size: 0.8em;
}
#footnotes ol{
  list-style-type: decimal;
}
#footnotes a{
  text-decoration: none;
}
/* show time created on hover */

.time {
  display: none;
}
.div:hover .time {
  display: inline-block;
}
