html {
	font-family: "PT Serif", Georgia, "Times New Roman", serif;
	font-size: 16px;
}

a {
	color: #1B6AA0;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	text-align: center;
}

p img {
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	padding: 1rem;
	font-size: 0.8rem;
	line-height: 1.4;
	background-color: #f9f9f9;
	overflow-x: auto;
	white-space: pre;
	word-wrap: normal;
}

pre code {
	padding-right: 1rem;
}

.container {
    max-width: 45rem; /* More is too large */
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.masthead-title {
	width: 100%;
}

.masthead img {
	display: block;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	height: 5rem;
	border-radius: 2.5rem;
	border: 2px solid #000000;
}

.masthead-title a {
	display: block;
	text-align: center;
}

.masthead-title small {
	font-size: 65%;
	font-weight: 400;
	color: #c0c0c0;
	letter-spacing: 0;
	display: block;
	text-align: center;
}

.post {
	margin-bottom: 2rem;
}

.post-title-link {
	font-size: 1.1rem;
	text-align: left;
}

.post-title-link a:hover {
	text-decoration: none;
}

.post-date {
	text-align: center;
}

.post-closure {
	margin-bottom: 2rem;
	text-align: center;
	font-size: 1.3rem;
}

.closure-icon {
	padding: 0.4rem;
}

a .pagination-item:hover {
	text-decoration: none;
}


.footer {
	margin-top: 3rem;
	font-size: 0.8rem;
}

.social-icons {
	text-align: center;
	font-size: 2rem;
	margin-top: 0.2rem;
	margin-bottom: 1rem;
	margin-left: 0.8rem;
	letter-spacing: 0.8rem;
	
}

.social-icons a {
	color: #515151;
}

.social-section {
    margin-bottom: 1rem;
    margin-top: 2rem;
    display: flex;
	display: -webkit-flex; /* Safari */
    justify-content: space-between;
    -webkit-justify-content: space-between; /* Safari 6.1+ */
	width: 5rem;
}

.twitter-share-button {
	vertical-align: text-bottom !important;
	margin-left: 2rem;
}

.arrows a {
	color: #515151;
}

@media only screen and (min-width : 768px) {
	/* Some responsive stuff :-))) */

	html {
		font-size: 18px; 
	}

	h1, h2, h3, h4, h5, h6 {
		text-align: left;
	}

	.masthead-title {
		width: auto;
	}

	.masthead-title a {
		display: inline;
		text-align: left;
	}

	.masthead img {
		display: inline;
		vertical-align: middle;
		height: 3rem;
		border-radius: 1.5rem;
	}

	.masthead-title small {
		display: inline;
		text-align: left;
	}

	.post-date {
		text-align: left;
	}
}

.breaker {
  height: 1px;
  margin: 1.5rem auto;
  width: 100%;
}
.breaker:before {
  content: "• • •";
  width: 100%;
  text-align: center;
  display: block;
  color: #aaa;
  letter-spacing: 4px;
  position: relative;
  top: -8px;
}
.bigger-image {
  min-width: 130%;
  margin: 5rem 0 5rem -15%;
}
@media only screen and (max-width: 400px) {
  .bigger-image {
    min-width: 114%;
    margin: 2rem 0 2rem -7%;
  }
}
@media only screen and (min-width: 400px) and (max-width: 1050px) {
  .bigger-image {
    min-width: 114%;
    margin: 2rem 0 2rem -7%;
  }
}
figcaption {
  position: relative;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  color: #aaa;
  font-weight: 300;
}
@media only screen and (max-width: 400px) {
  figcaption {
    font-size: 1.2rem;
  }
}
.caption {
  position: relative;
  top: 1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
}