@font-face {
	font-family: "Bluu Next";
	src: url('BluuNext-Bold.otf');
}

@font-face {
	font-family: "Fira Mono";
	src: url('FiraMono-Regular.ttf');
}

@font-face {
	font-family: "Libre Baskerville";
	src: url('LibreBaskerville-Regular.otf');
}

@font-face {
	font-family: "Noto Serif";
	src: url('NotoSerif-Regular.ttf');
}


body {
  font-family: "Libre Baskerville", "Baskerville", "Georgia", serif;
  /* font-weight: 100; */
  background-color: #F0E3FC;
	margin: 0px;
}

main {
  margin-left: 12%;
  margin-right: 12%;
  line-height: 1.6;
  font-size: 1.1em;
}

header {
	background-image: linear-gradient(#e0a3f5, #a3a3f5);

	padding: 10px;
	border-bottom: black solid;
	margin-bottom: 30px;
}

a {
  color: inherit;
  text-decoration: inherit;
}

h1, h2{
  font-family: "Bluu Next", "Libre Baskerville", "Baskerville", "Georgia", sans-serif;
}

h4, h5, h6 {
  font-family: "Fira Mono", "Courier New", monospace;
  font-weight: lighter;
}

h1 {
  font-size: 3.5em;
  padding: 20px;
  text-align: center;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 2.5em;
  margin: 0.4em;
  margin-left: 30px;
}

h4 {
  margin-top: 1em;
  margin-bottom: 0em;
  line-height: normal;
  display: inline;
}

.tags {
  font-family: "Fira Mono", "Courier New", monospace;
  font-weight: lighter;
  font-size: 0.8em;
  list-style-type: none;
  padding: 0px;
  margin-top: 0;
  line-height: normal;
  display: inline;
}

.tags > li {
  display: inline;
  margin: 6px;
}

.tags > li > a:hover {
  text-decoration: underline;
  text-decoration-style: dashed;
}

.post-list {

}

.post-list > li {
  list-style: none;
}

.post-list > li * {
  display: inline;
}

.post-list > li > a:hover {
  text-decoration: underline;
  text-decoration-style: dashed;
}

.links {
  font-family: "Libre Baskerville", "Baskerville", "Georgia", sans-serif;
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 1.5em;
}

.links > a {
  padding: 5px 30px;
  border-radius: 12px;
  text-decoration: inherit;
}

.links > a:hover {
  text-decoration: underline;
  text-decoration-style: dashed;
  background-color: #ffffff;
	opacity: 0.6;
}

@media screen and (min-width: 650px) and (max-width: 900px) {
	main {
		margin-left: 5%;
		margin-right: 5%;
	}
}

@media screen and (max-width: 650px), (orientation: portrait) {
	main {
		margin-left: 5%;
		margin-right: 5%;
	}
}
