@font-face {

  font-family: 'ShadowofXizor';

  src: url('/fonts/ShadowOfXizor-5l0V.ttf');
}

body {
  background-color: #101C11;
  opacity: 0.75;
  background-image: linear-gradient(0deg, #101C11 50%, #1B2C1C 50%);
  background-size: 8px 8px;
}

header.outer-header {
  background-color: #101C11;
  border-style: solid;
  border-width: 5px;
  border-color: white;
  margin-top: 1.5%;
  margin-right: 1.5%;
  margin-left: 1.5%;
}

header.inner-header{
  display: flex;
  justify-content: space-between;

  margin: 0;
  padding: 0;
}

button.nav-button {
  background-color: #1B2C1C;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  color: white;
  font-family: "Droid Sans", sans-serif;
  font-size: 2vw;
  font-weight: bold;
  width: 20%;
  height: 5%;
  text-align: center;
}

button.nav-button:hover {
  border-color: #BFF0C9;
  color: #BFF0C9;
}

h1.site-title {
  color: white;
  font-size: 128px;
  font-weight: normal;
  font-family: "Shadow of Xizor";
  padding-left: 2.5%;
  letter-spacing: 2px;
}

nav {
  display: flex;
  justify-content: space-between;

  color: white;
  font-family: "Droid Sans", sans-serif;
  font-size: 32px;
  margin-left: 25%;
  margin-right: 25%;
  padding-bottom: 1%;
  text-align: center;
}

img.rebel {
  width: 25%;
  height: 25%;
  align-self: center;
  padding-right: 2.5%;
}

img.logo {
  width: 50%;
  height: 10%;
  padding-left: 2.5%;
  padding-top: 4%;
  padding-bottom: 4%;
}

section {
  background-color: #101C11;
  border-style: solid;
  border-width: 5px;
  border-color: white;
  margin-top: 1.5%;
  margin-right: 2.5%;
  margin-left: 2.5%;
}
h3.page-title {
  color: white;
  font-family: "Droid Sans", sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
p.author-script {
  color: white;
  font-family: "Droid Sans", sans-serif;
  font-size: 18px;
  font-style: italic;
  text-align: center;
}

article {
  background-color: #101C11;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  margin-top: 1.5%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

article.next-previous-post{
  display: flex;
  justify-content: space-between;
}

h3.page-subtitle {
  color: #BFF0C9;
  font-family: "Droid Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

h3.next-previous-text{
  color: #BFF0C9;
  font-family: "Droid Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding-left: 5%;
  padding-right: 5%;
}

h3.next-previous-text:hover{
  color: white;
  text-decoration: underline;
}

a.n-p-link{
  color: #BFF0C9;
  font-family: "Droid Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding-left: 5%;
  padding-right: 5%;
}

a.n-p-link:hover{
  color: white;
  text-decoration: underline;
}

p.page-text {
  color: white;
  font-family: "Droid Sans", sans-serif;
  font-size: 16px;
  text-align: left;
  padding-left: 15%;
  padding-right: 15%;
  text-indent: 4%;
}

@media (max-width: 1000px){
  p.page-text {
    padding-left: 5%;
    padding-right: 5%;
  }
}

p.citations {
  color: white;
  font-family: "Droid Sans", sans-serif;
  font-size: 16px;
  text-align: left;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

article.blog-container {
  background-color: #101C11;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  margin-top: 1.5%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  padding-bottom: 1.5%;
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr 1fr 1fr;
}

article.blog-link {
  background-color: #101C11;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  /*width: 63%;*/
  width: 300px;
}

article.blog-link:hover {
  border-color: #BFF0C9;
}
article.blog-link:hover > .thumbnail-text {
  color: #BFF0C9;
}

footer.page-footer {
  background-color: #101C11;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  margin-top: 1.5%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

footer.social-media {
  display: flex;
  justify-content: space-between;
  margin-left: 40%;
  margin-right: 40%;
}

p.contact {
  color: #BFF0C9;
  font-family: "Droid Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

p.thumbnail-text {
  color: #BFF0C9;
  font-family: "Droid Sans", sans-serif;
  font-size: 18px;
  text-align: center;
}

a {
  text-decoration: none;
}

a.text-link {
  color: #BFF0C9;
  font-family: "Droid Sans", sans-serif;
  font-size: 16px;
}

a.text-link:hover {
  text-decoration: underline;
}

img.social-media-icon {
  height: 50px;
  width: 50px;
}

img.thumbnail-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

img.post-thumbnail {
  display: block;
  width: 100%;
}



