:root {
	/* --main-blog-background: rgba(255, 255, 255, 0.6); */
	--main-blog-background: #ECECEA;
	--main-green: black;
	--main-red: red;
	--main-blue: #273273;
}

body {
	/* background-color: #75a5dd; */
	/* background-color: #7091B8; */
	/* background-color: #D9853B; */
	/*background: url("forest2.png") top center /100% 85%? no-repeat fixed;*/
	/*
	background-image: url("forest3.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	*/
	/* background-size: cover; */
	/* background-color: white; */
	/* font-family: monospace; */
	font-weight: 500;
	font-size: 1.7em;
	color: var(--main-green);
}

#bgWrapper {
	background-image: url("forest3.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: fixed;
	width: 100%;
	height: auto;
	min-height: 100%;
	left: 0;
	right: 0;
	left: 0;
	right: 0;
}

.green {
	color: var(--main-green);
}

.red {
	color: var(--main-red);
}

.blue {
	color: var(--main-blue);
}

#titleSection {
	margin-top: 5em;
	margin-bottom: 5em;
	/*
	margin: 5em auto 5em auto;
	*/
	text-align: center;
	/* color: #dedede; */
	color: black;
	background-color: rgba(255, 255, 255, 0.8);
	text-shadow: 0 0.2em 0.3em #fff;
}

#titleSection h1 {
	
}

#titleSection p {
	font-size: 1.5em;
	font-style: italic;
}

#titleSection #funnyQuote {
	font-size: 0.7em;
	font-style: italic;
	margin-top: 1.5em;
	text-shadow: 0;
}

.signature {
	display: flex;
	margin-right: 1em;
	justify-content: flex-end;
	width: 80%;
}

.blog-post-meta {
	margin-bottom: 2em;
	font-style: italic;
	/* color: #b3b3b3; */
	color: black;
	/* color: #8c8c8c; */
	font-weight: lighter;
}

.blog-post-title {
	/* background-color: rgba(24,93,164,0.5); */
	/*
	background-color: #094A94;
	*/
	/* background-color: #317053; */
	text-align: left;
	color: #DEDEDE;
	padding: 0.5em 0;
	margin-top: 0;
}

.blog-post {
	/* background-color: rgba(255,255,255, 0.6); */
	/* background-color: #DEC676; */
	background-color: var(--main-blog-background);
	margin-bottom: 2em;
	text-align: justify;
}

.blog-main h2 {
	text-align: left;
	color: var(--main-blue);
	border-bottom: 1px solid black;
}

.blog-main h3 {
	text-align: left;
	color: var(--main-blue);
	border-bottom: 1px solid black;
}

.blog-main h4 {
	text-align: left;
	color: var(--main-blue);
	border-bottom: 1px solid black;
}

.scrapped {
	text-decoration: line-through;
}

a:link {
	font-weight: 900;
	color: #156940;
}

a:visited {
	font-weight: 500;
	color: #5E44CF;
}
