/* Fonts */
@font-face { 
	font-family: "Antique"; 
	src: url("./fonts/AntiqueBookCover.woff2") format("woff2"),
	  url("./fonts/AntiqueBookCover.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap; 
}

@font-face { 
	font-family: "Kells"; 
	src: url("./fonts/KellsSD.woff2") format("woff2"),
	  url("./fonts/KellsSD.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap; 
}

@font-face { 
	font-family: "Command"; 
	src: url("./fonts/fonts/windows_command_prompt.woff2") format("woff2"),
	  url("./fonts/windows_command_prompt.woff") format("woff"),
	  url("./fonts/windows_command_prompt.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap; 
}

/* Windowbar */
.bar {
  background-color: #08080e;
  color: #e8e8ee;
  font-family: "Command", monospace;
  border: 4px inset #88888e;
  padding-bottom: 0;
}

.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  justify-content: center;
}

.topnav li {
  float: left;
}

.topnav li a {
  display: block;
  color: #ccc;
  text-align: center;
  padding: 7px 8px;
  text-decoration: none;
  outline: #ccc;
  cursor: pointer;

}

.topnav li a:hover:not(.active) {
  background-color: #0000e0;
}

.topnav li .active {background-color: #0000e0;}

ul .drop {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #38444d;
}

li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #0000e0;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  ul.topnav,  ul.topnav li {float: none;
}

/* BG */
body {
  border: 4px inset #88888e;
  background-image: url('/img/tile_kristo.png');
}

.window {
  display: block;
  margin: 0;
  background-color: #08080e;
  padding: 2%;
}

/* Content */
.page {
  color: #08080e;
  font-family: "Antique", "Book Antiqua", "Palatino Linotype", Palatino, serif;  
  display: block;
  padding: 2% 4%;
  background-color: #ffecd1;
  border: 2px double #8a5124;
  outline: 1px dashed #dcc8ac;
  outline-offset: -2px;
}

.txt {
  background-color: #08080e;
  color: #e8e8ee;
  font-family: "Command", monospace;
  border: 4px inset #88888e;
  padding: 1%;
}

a {
  color: #df9c02;
}

a:visited {
  color: #915e06;
  text-decoration-style: double;
}

a:hover {
  text-decoration-color: #915e06;
  text-decoration-style: wavy;
}
