/* stylesheet for entext.blog  */

body {
	background-color: #1e1e1e;
	color: #d0e0e0; /* default text color */
	font-family: "Liberation Serif", "Georgia", "Garamond", serif;
	padding-top: 20px;
	padding-left: 3%;
	padding-right: 5%;
	max-width: 800px;
}

a:link {
	color: #b0c0f0; /* unvisited link */
	text-decoration: none;
}
a:visited {
	color: #90a0f0; /* visited link */
	text-decoration: none;
}
a:hover {
	color: #d0e0e0; /* mouseover link */
	text-decoration: underline;
}
a:active {
	color: #ffffff; /* selected link */
} 

h1, h2 {
	/* background-color: black; */
	color: #b0c0c0;
	font-family: "Liberation Serif", "Georgia", "Garamond", serif;
}

blockquote {
	margin-left: 20px;
}

.homeheader {
	padding-top: 0px;
	padding-left: 0%;
	padding-right: 5%;
	padding-bottom: 40px;
}

.header {
	padding-top: 0px;
	padding-left: 0%;
	padding-right: 5%;
	padding-bottom: 0px;
}

.nav {
	padding-top: 0px;
	padding-left: 0%;
	padding-right: 0%;
	padding-bottom: 40px;
}


@font-face {
  font-family: "Liberation Serif"; /* set name */
  src: url(fonts/LiberationSerif.woff2); /* url of the font */
}

