body {
  margin: 0;
  font-family: "Open-Sans", sans-serif;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  background: url(../Images/BackgroundTrue.png) no-repeat center center fixed;
  background-size: cover;
  margin-bottom: 0px;
  height: 100%;
}

nav {
  margin: auto;
  background-color: rgba(71, 95, 132, 0.53);
  text-align: center;
}

nav a {
  font-weight: bold;
  text-decoration: none;
  padding: 15px;
  display: inline-block;
  width: 90px;
  text-align: center;
  margin: auto;
  color: white;
}

nav a:hover {
  color: rgb(45, 62, 87);
}

.clr {
  clear: both;
}

p {
  margin: 0;
  margin-bottom: 10px;
}

.wrapper {
  overflow-wrap: break-word;

  margin: auto;
  height: 100%;
  width: 65%;
}

header {
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  text-align: center;
  margin-bottom: 75px;
}

.logoImg {
  width: 65%;
  height: 65%;
}

article {
  border: 64px solid transparent;
  border-image: url(../Images/Website-border.png) 16 repeat;
  margin: 16px;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.article-inside {
  background-color: #ffbe5c;
  padding: 16px;
}

.article-content {
  font-family: "Open sans", sans-serif;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}

form {
  width: 100%;
  height: 250px;
}

form textarea {
  width: 100%;
  height: 100%;
}

.article-text {
  float: right;
  max-width: 150px;
  padding: 10px;
}

.article-text img {
  display: block;
  width: 150px;
}

.article-header {
  margin-bottom: 20px;
}

pre {
  counter-reset: line;
  color: aliceblue;
  background-color: #2c2828;
  border: 1px solid #2c2828;
  border-radius: 10px;
  display: block;
  padding: 20px;
  box-shadow: inset 3px 3px 10px rgba(0, 0, 0, 0.9);
  white-space: pre-wrap;
}

pre code:before {
  border-right: 1px solid grey;
  content: counter(line);
  color: darkgray;
  padding-right: 5px;
  margin-right: 5px;
}

pre code {
  float: left;
  counter-increment: line;
  -webkit-user-select: none;
}

h3 {
  font-family: "Nunito", sans-serif;
  font-size: 25px;
  margin: 0;
}

h5 {
  margin: 0;
  font-family: "Open sans", sans-serif;
  color: #6f6a6a;
}

.Image-holder {
  width: auto;
  margin-bottom: 15px;
  text-align: center;
  height: auto;
}

.Image-holder img {
  max-width: 100%;
  max-height: 100%;
}

.post-img-cul {
  width: 20%;
}

.divider {
  height: 160px;
}

.footer-wrapper {
  height: 128px;

  margin: 0;
}

.grass-top-footer {
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  background-image: url(../Images/GrasstopMiddle.png);
  background-size: 64px;
  height: 64px;
}

.grass-bottom-footer {
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  background-image: url(../Images/GrasstopBottom.png);
  background-size: 64px;
  height: 64px;
}

footer {
  color: azure;
  padding-top: 15px;
  background-color: #330f00;
  height: 150px;
}

footer h4 {
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
}

.footleft a {
  padding: 5px;
  width: 100px;
  text-decoration: none;
  display: inline-block;
  color: darkgrey;
}

.footleft a:hover {
  background-color: #764600;
  border-radius: 15px;
  border: 2px solid #764600;
}

.footleft {
  width: 33.3%;
  height: 80%;
  text-align: center;
  float: left;
}

.footmiddle {
  width: 33.3%;
  height: 85%;
  text-align: center;
  float: left;
}

.fa {
  margin-top: 15px;
  padding: 15px;
  font-size: 30px;
  width: 15px;
  text-align: center;
  text-decoration: none;
  border: 2px solid;
  border-radius: 30px;
}

.fa:hover {
  opacity: 0.7;
}

/* Twitter */
.fa-twitter {
  background: #55acee;
  color: white;
  border-color: #55acee;
}

.fa-google {
  background: #f43030;
  color: white;
  border-color: #f43030;
}

.footright {
  width: 33.3%;
  height: 85%;
  text-align: center;
  float: left;
}

.footright p {
  color: darkgrey;
  font-size: 13px;
  padding: 5px;
  text-align: justify;
}

.footbottom {
  text-align: center;
}

.footbottom p {
  color: darkgrey;
  font-size: 10px;
}
