/* resume.html */
.pdf-container {
  height: 0;
  width: 100%;
  padding-bottom: 129.41%; /* 11/8.5 = 1.2941 */
  overflow: hidden;
  position: relative;
}
.pdf-container object {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.resume-new-tab {
  margin-top: 30px;
}

/* sidebar.html */
.inline-social-btns {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  display: flex;
  justify-content: space-between;
}

/* index.html */
/* .newsletter-container {
  z-index: 99999;
  background-color: #000;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 20px;
  margin-right: 5px;
  margin-bottom: 5px;
  position: fixed;
  bottom: 0;
  right: 10px;
  opacity: 0.5;
  visibility: hidden;
}
.close-button {
  top: 0%;
  right: 0%;
} */

/* disqus.html */
#disqus_thread {
  margin-top: 30px;
}

/* head.html */
.title a:hover {
  text-decoration: none;
}

/* upark.md */
.img-div {
  display: flex;
}
.img-div div {
  width: 30%;
  margin: 0 auto;
  display: inline-block;
}

/* post.html */
.post {
  margin-bottom: 30px;
}
.post img {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 30px;
}

/* FIXME: conflicted on whether I want or not */
/* page.html */
.page-title {
  margin-bottom: 30px;
}
