
* {
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	color: black;
}

body {
	font-family: 'Open Sans', 'Myriad Pro', Myriad, sans-serif;
	font-size: 17px;
	line-height: 160%;
	color: #1d1313;
	max-width: 700px;
	margin: auto;
}

p {
	margin: 20px 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	margin: 10px auto 10px auto;
	max-width: 100%;
	max-height: 70vh;
	transition:transform 0.25s ease;
}
img:hover.w3 {
	transform:scale(3);
}
img:hover.w2 {
	transform:scale(2);
}
img:hover.w1 {
	transform:scale(1.5);
}

.mainHeading {
	font-size: 2.2em;
	color: #1d1313;
	line-height: 120%;
	font-family: "Old Standard TT", serif;
	text-align: center;
	margin-top: 1em;
}

.mainMenu {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 0.5em;
}

.mainMenuItem {
	padding-left: 1em;
	padding-right: 1em;
	font-size: 0.8em;
}

.postsList {
	margin-top: 50px;
}

.postsListHeading {
	font-family: "Old Standard TT", serif;
	font-size: 1.5em;
}

.postsListDetails {
	font-size: 13px;
	color: #403c3b;
	margin-top: 5px;
	margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Old Standard TT",serif;
	margin-top: 15px;
}

h1 {
	font-size: 30px;
	margin-bottom: 10px;
}

h2 {
	font-size: 25px;
	margin-bottom: 10px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

strong {
	font-weight: bold;
}

em, q, em, dfn {
	font-style: italic;
}

del, s {
	text-decoration: line-through;
}

hr {
	width: 40%;
	height: 1px;
	background: #403c3b;
	margin: 25px auto;
}

blockquote {
	font-family: "Old Standard TT", serif;
	text-align: center;
	padding: 50px;
}

blockquote p {
	display: inline-block;
	font-style: italic;
}

blockquote:before , blockquote:after {
	font-family: "Old Standard TT", serif;
	content: '\201C';
	font-size: 35px;
	color: #403c3b;
}

blockquote:after {
	content: '\201D';
}



pre, code {
	font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
	background-color: #f7f7f7;
}

code {
	font-size: 12px;
	padding: 4px;
}

pre {
	margin-top: 0;
	margin-bottom: 16px;
	word-wrap: normal;
	padding: 16px;
	overflow: auto;
	font-size: 85%;
	line-height: 1.45;
}

pre>code {
	padding: 0;
	margin: 0;
	font-size: 100%;
	word-break: normal;
	white-space: pre;
	background: transparent;
	border: 0;
}

pre code {
	display: inline;
	max-width: auto;
	padding: 0;
	margin: 0;
	overflow: visible;
	line-height: inherit;
	word-wrap: normal;
	background-color: transparent;
	border: 0;
}

pre code::before, pre code::after {
	content: normal;
}

.highlight {
	margin: 10px 0;
}




.postPage {
	margin-top: 70px;
}

.postSubHeader {
	margin: 0 4px;
	color: #403c3b;
	font-size: 13px;
}

.postContent {
	margin-top: 15px;
	font-size: 15px;
}

.postContent a {
	text-decoration: underline;
}

.postContent ol li {
	margin-left: 20px;
}

.postContent ul li {
	margin-left: 5px;
	list-style-type: none;
}

.postContent ul li:before {
	content: "\00BB \0020";
}

.postContent p {
	text-align: justify;
}


.postList ul li {
	margin-left: 5px;
	list-style-type: none;
	padding: 10px;
}

.photosList {
	margin-top: 50px;
}
.photoPreview {
	max-width: 15%;
	max-height: 130px;
}
.photo {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	color: lightgray;
	margin: 5px;
}
.photoPage {
	margin-top: 50px;
}
.photoContainer {
	text-align: center;
}
.photoDetailsBox {
	display: flex;
	justify-content: space-between;
}
.photoDetails {
	margin: 0 4px;
	color: #403c3b;
	font-size: 13px;
	text-align: center;
}


.nav {
	font-size: 15px;
	margin: 0px 0 50px 0;
}
a.nav {
	text-decoration: underline;
}
.tags {
	font-size: 15px;
	margin-top: 50px;
	margin-bottom: 10px;
}
.tags a {
	text-decoration: underline;
}

.tagsList {
	margin-left: 5px;
	list-style-type: none;
	padding: 10px;
	margin-top: 15px;
	font-size: 15px;
}
.tagsList h1 {
	margin-bottom: 30px;
}
.tagsListTag {
	font-family: "Old Standard TT", serif;
	font-size: 22px;
}
.tagsListCount {
	width: 30px;
	padding-left: 5px;
}
.tagsList a {
	text-decoration: none;
}

.tagsList ul li {
	margin-left: 5px;
	list-style-type: none;
	padding: 5px;
}

.tagsList ul li:before {
	content: "\00BB \0020";
}

