
@font-face {
  font-family: "LiberationMono";
  src: url(/styles/liberation-mono/LiberationMono-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "LiberationMono-Bold";
  src: url(/styles/liberation-mono/LiberationMono-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "LiberationSerif";
  src: url(/styles/liberation-serif/LiberationSerif-Regular.ttf) format("truetype");
}

body {
	font-family: LiberationMono;
	top: 5%;
	margin-left: 10%;
	margin-right: 10%;
	background-color: white;
}

#content{
	color: white;
}

#title {
	margin: auto;
	margin-top: 1%;
	margin-left: 0%;
	margin-right: 0%;
	border: 3px solid black;
	padding: 10px;
}

.hidden {
	display: none;
	color: white; 
}
h1{ 
	font-family: "LiberationMono-Bold", liberation-mono-bold;
	margin: auto;
    text-align: center;
	color: black;
	background-color: white;
}

h2{ 
	font-family: "LiberationMono", liberation-mono;
	margin: auto;
	text-align: center;
	color: black;
	background-color: white;
	font-size: 100%;
}

#navbar {
	border: 3px solid black;
	margin-block-start: 1%;
	margin-block-end: 1%;
	margin-left: 0%;
	margin-right: 0%;
}

.heading {
	font-family: "LiberationMono-Bold", liberation-mono-bold;
	margin: auto;
	text-align: Left;
	color: black;
	background-color: white;
	font-size: 18pt;
}

.postbody {
 	text-indent: 50px;
	font-family: "LiberationSerif", liberation-serif;
	text-align: left;
	color: black;
	font-size: 12pt;
}
.contact {
	font-family: "LiberationSerif", liberation-serif;
	text-align: left;
	color: black;
	font-size: 12pt;
}
.date {
	font-family: "LiberationSerif", liberation-serif;
	margin: auto;
	text-align: Left;
	color: #aaa;
	background-color: white;
	font-size: 9pt;
}
.image{
	text-align: center;
	width: 50%;
	height: 50%;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ccc;
}

li {
    float: left;
}

li a {
	font-family: "LiberationMono", liberation-mono;    
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
	text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #000;
}
a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
