body {
  background-color: #436a7b;
  background-image: url('../backgrounds/occornerbg.png');
	background-repeat: repeat;
  font-size: 18px;
  font-family: Calibri, "Arial", serif;
  margin: 0;
}

@font-face {
  font-family: 'IBM';
  src: url('../fonts/Web437_IBM_Model3x_Alt4.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Sysfont';
  src: url('../fonts/sysfont.woff2') format('woff2'),
  url('fonts/sysfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Windows';
  src: url('../fonts/w95fa.woff2') format('woff2'),
  url('fonts/w95fa.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Regular.woff2') format('woff2'),
  url('fonts/Nunito-Regular.woff2') format('woff');
  font-weight: normal;
  font-style: normal;
}


html {
	scrollbar-width: thin;
	scrollbar-color: #C44C5C white;
}

p {
	font-size: 18px;
	color: #490811;
	font-family: "Nunito", "Arial";
	text-align: center;
}

ul, li {
	color: #490811;
	font-family: "Nunito";
}

hr {
  border: solid #c7b591;
  border-width: 2px 0 0 0;
}

img {
  max-width: 100%;
  height: auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.right {
  float: right;
  margin-left: 1em;
}
.left {
  float: left;
  margin-right: 1em;
}
.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .small {
    max-width: 60%;
    height: auto;
  }
}
.caption {
  margin-top: 0;
  font-size: 0.9em;
  font-style: italic;
}

a {
  color: #C44C5C;
  font-family: "Nunito", "Arial";
  text-decoration: none;
}

a:hover { 
  background-color: #fff6e6;
}

h1, h2, h3, h4, h5 {
  font-family: Sysfont;
  color: #C44C5C;
}

img.sunflower {
	width: 100%;
	position: absolute;
}

.sunflower {
	margin: auto;
	width: 905px;
	border: 1px solid black;
}

.flex {
	display: flex;
}

/*#CONTAINER is the rectangle that contains everything but the background!*/
#container {
  margin: 3em auto;
  width: 90%;
	max-width: 680px;
	background-color: #FFE6A2;
  color: #151515; 
  border: 2px solid #84222f;
  outline-width: 4px;
  outline-offset: 0;
  border-radius: 10px;
}

#content {
  padding: 10px 5% 20px 5%;
}


/*HEADER STYLE*/
#header {
  background-color: #C44C5C;
  padding: 0 5%;
  border-color: #a9a9a9;
  border-width: 0 0 4px 0;
  border-radius: 4px 4px 0px 0px;
}
#header ul {
  list-style-type: none;
  padding: 0.5em 0;
  margin: 0;
}
#header li {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}
#header li a {
  color: white;
  text-decoration: none;
  background-color: inherit;
}
#header li a:hover {
  text-decoration: underline;
}

/*POST LIST STYLE*/
#postlistdiv ul {
  font-size: 1.2em;
  padding: 0;
  list-style-type: none;
}
#recentpostlistdiv ul {
  font-size: 1.2em;
  padding: 0;
  list-style-type: none;
}
.moreposts {
  font-size: 0.8em;
  margin-top: 0.2em;
}

/*NEXT AND PREVIOUS LINKS STYLE*/
#nextprev {
  text-align: center;
  margin-top: 1.4em;
}

/*DISQUS STYLE*/
#disqus_thread {
  margin-top: 1.6em;
}

/*FOOTER STYLE*/
#footer {
  font-size: 0.8em;
  padding: 0 5% 10px 5%;
}

.date {
    font-weight: bold;
    font-family: "Nunito";
    font-size: 25px;
    color: #C44C5C;
    margin: 0;
    border-bottom: 1px dotted #C44C5C;
    width: 100%;
	float: left;
}
.date > span {
    float: right;
    font-weight: bold;
    font-family: "Nunito";
    font-size: 20px;
}

.icon {
	width: 90px;
	height: auto;
	border: 1px solid black;
	float: left;
	margin: 10px;
	display: flex;
}

.info {
	width: 500px;
	height: auto;
	border: 1px solid black;
	font-size: 15px;
	margin-left: 110px;
}

ul.header {
	list-style-type: none;
	padding-left: 5px;
	padding-top: -10px;
}

p.header-top, li.header-bottom {
	background-color: white;
	width: auto;
	line-height: 0.5;
}

p.header-mid {
	background-color: orange;
	width: auto;
}

/* BORDER BOTTOM */

.borderright {
	background-image: url('../assets/krtdborder1.png');
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 1000px;
	height: 100px;
	z-index: -2;
}

.borderleft {
	background-image: url('../assets/krtdborder1.png');
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 1000px;
	height: 100px;
	z-index: -2;
}

.block {
	width: 100%;
	height: auto;
	background-color: rgb(95,186,217, 0.50);
	padding: 5px;
	border: 1px solid #087da9;
	border-radius: 5px;
}

img {
	border: 2px solid #fa973f;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* greenpath */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.greenpath-container {
	width: auto;
	height: auto;
	padding: 15px;
	border: 1px solid black;
	margin: auto;
	margin-top: 15px;
	background-color: rgb(153,241,203, 0.45);
	border-radius: 15px;
}

.greenpath-container2 {
	width: 800px;
	height: auto;
	padding: 15px;
	border: 1px solid black;
	margin: auto;
	margin-top: 15px;
	background-color: rgb(0,141,140, 0.85);
	border-radius: 15px;
}

p.greenpath {
	color: black;
}

h3.greenpath {
	color: black;
}

img.greenpath-icon {
	height: 50px;
	width: 50px;
	margin: 15px;
}

p.spoiler {
	background-color: #121D46;
	color: #121D46;
	padding: 5px;
}

p.spoiler:hover {
	background-color: none;
	color: #A3B59B;
}

