.site-title {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .2em;
  line-height: 2.0em;
  font-size: 2.5em;
  font-family: Times, serif;
  margin-top: 0;
  margin-bottom: -0.5em;
}

a#title-link {
  text-decoration: inherit;
  color: inherit;
}

html {
	background-color: #38243d;
  margin: 1em 0 1em 0;
  font-family: "Lato", sans-serif;
}

header nav {
  text-align: center;
}

body {
	margin: auto auto 3em auto;
	font-size: large;
  padding: 2em 6em 2em 2em;
	background: #fbfcff;
  line-height: 1.5;
  max-width: 80%;
  /* overflow-x: scroll; */
}

.content {
  max-width: 875px;
  min-width: 300px;
  margin: auto auto 3em auto;
	background: #fbfcff;
}

header {
	background: #fbfcff;
  max-width: 875px;
  min-width: 400px;
  margin: auto auto 3em auto;
}

hr {
	border-color: #2d4654;
}

article {
  max-width: 650px;
  margin: 2em auto 2em 2em;
  font-size: large;
  text-align: justify;
  text-justify: auto;
}

/*Marginal Notes on Desktop*/
aside, .aside {
	display: inline;
	float: right;
  clear: right;
	position: relative;
	width: 18vw;
	margin-right: -22vw;
	font-size: medium;
  margin-bottom: 1vw;
  padding: 0.4vw 0.4vw 0.4vw 0.4vw;
  text-justify: none;
  /* background: #f9f9f9; */
}

.float-right {
  display: block;
  float: right;
  margin-right: -22vw;
  /* background: #f9f9f9; */
  /* should manually control width */
}

h1 {
	margin-bottom: 0;
}

a:link {
  color: #0066cc;
}

a:visited {
  color: #743399;
}

pre {
  padding: 0 0 0 1em;
  border-left: 1px solid grey;
  overflow-x: scroll;
  /* code coloring in separate syntax file */
}

blockquote {
  background: #eee;
  border-left: 10px solid #ccc;
  margin: 1.5em;
  padding: 0.5em;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.flex-text-container {
  flex: 2;
  min-width: 300px;
}

.flex-1-text-container {
  flex: 1;
  min-width: 300px;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.dense p {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.dense a:link {
  text-decoration: None;
}

#header .content-heading {
  margin: 0;
  padding: 0;
  font-size: xx-large;
  font-family: Georgia, Garamond, Baskerville, Times, serif;
  font-weight: bold;
}

#header #date {
  margin: 0;
  padding: 0;
  font-size: medium;
}

#header #categories,
#header #tags {
  margin: 0;
  padding: 0;
  font-size: medium;
  display: inline;
}

ul.postlisting {
  line-height: 2.0;
}

ul.commentlisting {
  list-style: circle;
}

ul.commentlisting li {
  font-size: medium;
}

footer {
  max-width: 875px;
  min-width: 400px;
  margin: auto;
  font-size: medium;
  text-align: right;
  font-family: Georgia, Garamond, Baskerville , 'Times New Roman', Times, serif;
  font-weight: bold;
}

figure {
  margin: 1em auto;
  padding: 1em 1em;
  display: inline-block;
  width: 95%;
  text-align: center;
}

.shadowed {
  box-shadow: 0 0.7em 1.4em -15px #38243d;
}

/*Marginal Notes on mobile*/
@media (max-width: 900px) {
	aside, .aside {
		display: block;
		float: none;
		margin: 5% 10% 5% 10%;
		width: 80%;
		font-size: medium;
	}

  html {
    border-bottom: solid 35px #38243d;
    border-top: solid 35px #38243d;
    background: #fbfcff;
    margin-top: 0;
    margin-bottom: 0;
    overflow-x: scroll;
  }

  article {
    text-justify: none;
  }

  article p {
    overflow-x: scroll;
  }

  .right {
    text-align: center;
  }

  .left {
    text-align: center;
  }

  .float-right {
    display: block;
    float: none;
    margin: 5% 10% 5% 10%;
    width: 95%;
  }
}
