/* stop looking at my code, i'm shy */

body {
  margin:0;
  padding:0;
  background: #292b2e url(../images/bg.png) 0 0;

  -webkit-animation: bgScroll 40s linear 0s infinite normal;
  -moz-animation: bgScroll 40s linear 0s infinite normal;
  -ms-animation: bgScroll 40s linear 0s infinite normal;
  -o-animation: bgScroll 40s linear 0s infinite normal;
  animation: bgScroll 40s linear 0s infinite normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both
}

/* layout */

p {
  width: 100%;
  max-width: 700px;
  margin: 16px auto;
}

b {
  font-weight: bold;
  color: #fff;
}

div.text {
  max-width:700px; padding:10px; margin:0 auto;
}

div.audiocontainer {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

hr {
  border-top: 1px solid #666;
  box-shadow: 2px 2px 2px rgba(0.3, 0.3, 0.3, 0.3);
  margin: 40px 0;
}

nav#top {
  background:#0c0c0c;
  width:100%;
  color: #fff;
  font-size: 32px;
  line-height: 1em;
  padding: 10px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  top: 0;
  z-index: 999;
  font-family:'League Gothic', helvetica, arial, sans-serif;
}

#nav-left {
  display: flex;
  width: 50%;
}

#nav-right {
  width: 50%;
  text-align: right;
}

div.wrapper {
  color:#efefef;
  font-family: helvetica, sans-serif;
  font-size:20px;
  line-height:3px;
}

header {
  width: 100%;
  max-width: 900px;
  padding: 10px;
  margin: 80px auto 12px auto;
  box-sizing: border-box;
}

header img {
  width: 100%;
}

.thepost {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 80px auto;
  font-family: 'League Spartan', helvetica, arial, sans-serif;
  font-size: 26px;
  color:#c7cdd5;
  line-height:1.4em;
  text-align: justify;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
  padding: 10px;
  box-sizing: border-box;
}

.info {
  font-style: italic;
  font-size: 0.8em;
  line-height: 1.4em;
  border: 1px solid #666;
  box-sizing: inherit;
  max-width: 700px;
  box-sizing: border-box;
  margin: 16px auto;
  padding: 0 16px;
  background: rgba(0.3, 0.3, 0.3, 0.3);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.thepost img {
  width: 100%;
}

.small-image {
  width: 100%;
  max-width:500px;
  margin: 40px auto;
}

.medium-image {
  width: 100%;
  max-width:600px;
  margin: 40px auto;
}

footer {
  background:#111;
  color:#888;
  width:100%;
  padding:100px 20px 40px 20px;
  border-top:2px dashed #444;
  box-sizing:border-box;
  font-family: 'League Spartan', helvetica, arial, sans-serif;
  font-size: 26px;
  color:#c7cdd5;
  line-height:1.5em;
}

footer .signup-box {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border:2px solid #4a4d4f;
  box-sizing: border-box;
  background: #292b2e;
  border-radius: 12px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

footer .signup-box img {
  width: 100%;
  border-radius: 12px 12px 0 0;
}

footer .signup-box p {
  padding: 0 26px;
  width: 100%;
  box-sizing: border-box;
}

/* links */

a {
  color:#f15822;
  text-decoration: underline;
}

a:hover {
  color: white;
  text-decoration: none;
}

/* headlines */

h1 {
  display: none;
}

h2 {
  font-family: 'League Gothic', helvetica, arial, sans-serif;
  color:#eaeaea;
  font-size:46px;
  font-weight:normal;
  line-height: 45px;
  text-align:left;
  width: 100%;
  max-width: 700px;
  margin: 70px auto 32px auto;
  padding: 10 px;

}

.thepost h2 {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
  border-bottom: 2px solid #888;
}

footer h2 {
  color: #efefef;
  margin:0 auto;
  text-align: center;
  margin-bottom: 60px;
}

/* embeds */

audio {
  width: 100%;
  max-width: 500px;
  padding: 0 0 0 32px;
  margin: 6px 0 42px 0;
  display: block;
  box-sizing: border-box;
}

input#email {
  border: 4px solid #999;
  color: #888;
  padding: 10px 12px;
  margin:0 auto 20px auto;
  background: #000;
  width:300px;
  font-size:24px;
}

div.submitbutton {
  position: relative;
  height: 140px;
}

input#submit, input#submit:hover {
  background: rgb(255, 211, 41);
  background: linear-gradient(
    0deg,
    rgba(255, 211, 41, 1) 0%,
    rgba(255, 234, 81, 1) 100%
  );
  padding: 8px 30px;
  font-family: league-gothic, "League Gothic", "HelveticaNeue-CondensedBold",
    "Franklin Gothic Demi Cond", Helvetica, Arial, sans-serif;
  font-size: 46px;
  font-weight: normal;
  text-align: center;
  border-radius: 5px;
  color: black;
  text-decoration: none;
  border-bottom: 1px solid #ffe577;
  box-shadow: 0px 10px 0px #bc7d10, 0px 20px 12px #000;
  text-shadow: 1px 1px 1px #ffe493;
  box-sizing: border-box;
  margin: 20px 0;
  cursor: pointer;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
}

input#submit:hover {
  background: rgb(255, 221, 51);
  background: linear-gradient(
    0deg,
    rgba(255, 221, 51, 1) 0%,
    rgba(255, 244, 91, 1) 100%
  );
  box-shadow: 0px 2px 0px #bc7d10, 0px 4px 12px #000;
  transform: translate(0px, 8px);
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
}

#logos {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 400px;
  gap: 20px;
  margin: 80px auto 20px auto;
}

#logos .endlogo {
  display: flex;
  width: 50%;
}

#logos .endlogo img {
  width: 100%;
  height: auto;
}

#logos .endlogo a {
  opacity: 0.4;
  -webkit-transition: all 0.12s linear;
  transition: all 0.12s linear;
}

#logos .endlogo a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.12s linear;
  transition: all 0.12s linear;
}

ul {
  margin: 40px auto;
}

li {
  max-width: 620px;
  list-style-type:square;
  margin-left: 80px;
}

i.gamerthought {
  font-style: italic;
  color: #999;
}

/* background animation */

@-moz-keyframes bgScroll {
  0% {
    background-position: 0 0
  }
  100% {
    background-position: 512px 0
  }
}

@-webkit-keyframes bgScroll {
  0% {
    background-position: 0 0
  }
  100% {
    background-position: 512px 0
  }
}

@-ms-keyframes bgScroll {
  0% {
    background-position: 0 0
  }
  100% {
    background-position: 512px 0
  }
}

@-o-keyframes bgScroll {
  0% {
    background-position: 0 0
  }
  100% {
    background-position: 512px 0
  }
}

@keyframes bgScroll {
  0% {
    background-position: 0 0
  }
  100% {
    background-position: 512px 0
  }
}
