body {
  background-color: #436a7b;
  background-image: url('https://i9.glitter-graphics.org/pub/2059/2059699t3x7yyrk0c.jpg');
	background-position: top;
  font-size: 18px;
  font-family: arial;
  margin: 0;
}

p {
  line-height: 1.6em; 
}

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:hover { 
  background-color: #9cffa5;
}

a {
  color: #0004ff;
}

h1, h2, h3, h4, h5 {
  margin: 0px;
  font-family: KiwiSoda;
  color: #2aad2f;
  text-shadow: 2px 0 #aefa7f  , -2px 0 #aefa7f , 0 2px #aefa7f , 0 -2px #aefa7f , 1px 1px #aefa7f , -1px -1px #aefa7f , 1px -1px #aefa7f , -1px 1px #aefa7f ;
}

#container {
  margin: 3em auto;
  width: 90%;
	max-width: 700px;
	background-image: url('https://i1.glitter-graphics.org/pub/590/590951gln3i3zd98.gif');
	background-color: #fff;
  color: #151515; 
  border-style: double;
  border-color: #18611b;
  border-radius: 10px 10px 10px 10px;
}

#content {
  padding: 10px 5% 20px 5%;
}


#header {
  background: linear-gradient(to bottom, #ffffff 0%, #d4ffba 50%, #b7ff8a 51%, #aefa7f 100%);
  box-shadow: inset white 0 0 2px 1px, #5f9a7eb0 1px 1px 2px -1px;
  padding: 0 5%;
  border-radius: 10px 10px 0px 0px;
  border-color: #18611b;
  border-style: none none double none;
}

#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: #0004ff;
  text-decoration: underline;
  background-color: inherit;
}
#header li a:hover {
  text-decoration: none;
}

#postlistdiv ul {
  font-size: 1.2em;
  padding: 0;
  list-style-type: none;
}
#recentpostlistdiv ul {
  font-size: 1.2em;
  padding: 0;
  list-style-type: none;
  overflow-y: scroll;
}
.moreposts {
  font-size: 0.8em;
  margin-top: 0.2em;
}

#nextprev {
  text-align: center;
  margin-top: 1.4em;
}

#disqus_thread {
  margin-top: 1.6em;
}

#footer {
  font-size: 0.8em;
  padding: 0 5% 10px 5%;
  background: linear-gradient(to bottom, #ffffff 0%, #d4ffba 50%, #b7ff8a 51%, #aefa7f 100%);
  box-shadow: inset white 0 0 2px 1px, #5f9a7eb0 1px 1px 2px -1px;
  border-style: double none none none;
  border-color: #18611b;
}

.two-columns {
  display: flex;
}

.two-columns > * {
  flex: 1 1 0;
  margin: 10;
  background-color: #fff;
  background: linear-gradient(180deg,rgba(255, 255, 255, 1) 85%, rgba(174, 250, 127, 1) 100%);
  border-color: #18611b;
}

.two-columns > *:first-child {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 10px 0px 0px 10px;
  border-style: solid none solid solid;
}

.two-columns > *:last-child {
  padding-left: 0.75em;
  border-radius: 0px 10px 10px 0px;
  border-style: solid solid solid none;
}

.img {
    position: absolute;
    left: 1100px;
    top: 400px;
    transform: rotate(0deg);
    z-index: 1;
}

.boxy {
  height: 200px;
  overflow-y: scroll;
}

.boxy2 {
  height: auto;
  width: auto;
  background-color: #fff;
  border-color: #18611b;
  border-style: solid;
  border-radius: 10px;
  padding-top: 10px;
  padding-left: 10px;
}

.boxy3 {
  height: 200px;
}

@font-face {
  font-family: KiwiSoda;
  src: url(KiwiSoda.ttf);
}
.img-saturatedhover {
  filter: saturate(100%);
transition: .25s ease-out;
}
  
.img-saturatedhover:hover {
  filter: saturate(200%);
transition: .25s ease-in;
}     
    