html {
  font-family: arial, sans-serif;
  color: #eee;
  background-color: #17151c !important;
  background: url("images/background.jpg") repeat;
}

a {
  color: #b967e5;
}

img {
  border: 0px solid transparent;
}

.topnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  background: #242424 url("images/navbar.png") repeat-x 0 0;
  background: linear-gradient(
    to bottom,
    #4e5453 0%,
    #464647 49%,
    #202622 50%,
    #070707 100%
  );
  box-shadow: 0px 0px 8px #000;
}

.topnav li.activeli {
  background: #9a65c5 url("images/navbaractive.png") repeat-x 0 0;
  background: linear-gradient(
    to bottom,
    #9a65c5 0%,
    #8f4dbb 49%,
    #6808a0 50%,
    #a23fd3 100%
  );
  box-shadow: 0px 0px 10px #6808a0, 0px 0px 2px #15002e inset;
}

.topnav li {
  float: left;
}

.topnav li a {
  display: block;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  color: #eee;
}

li a {
  display: block;
  padding: 0;
  text-decoration: none;
  text-align: center;
}

li a:hover:not(.active) {
  color: #eee;
  background: #53505c url("images/navbarhover.png") repeat-x 0 0;
  background: linear-gradient(
    to bottom,
    #82688c 0%,
    #63486e 49%,
    #46245a 50%,
    #71189e 100%
  );
  box-shadow: 0px 0px 10px #6808a0, 0px 0px 2px #15002e inset;
}

.topnav li.activeli a:hover:not(.active) {
  background: #9a65c5 url("images/navbaractive.png") repeat-x 0 0;
  background: linear-gradient(
    to bottom,
    #9a65c5 0%,
    #8f4dbb 49%,
    #6808a0 50%,
    #a23fd3 100%
  );
  box-shadow: 0px 0px 10px #6808a0, 0px 0px 2px #15002e inset;
  color: #eee;
}

.r3d li.activeli {
  background: #9a65c5 url("images/r3d/navbaractive.png") repeat-x 0 0;
  background: linear-gradient(
    to bottom,
    #c46a66 0%,
    #ba584e 49%,
    #9e1907 50%,
    #d1573e 100%
  );
  box-shadow: 0px 0px 10px #9e070f, 0px 0px 2px #15002e inset;
}

.r3d li a:hover:not(.active) {
  color: #fff;
  background: #53505c url("images/r3d/navbarhover.png") repeat-x 0 0;
  background: linear-gradient(
    to bottom,
    #896867 0%,
    #6d4948 49%,
    #592326 50%,
    #9b181b 100%
  );
  box-shadow: 0px 0px 10px #9e070f, 0px 0px 2px #15002e inset;
}

.r3d li.activeli a:hover:not(.active) {
  background: #9a65c5 url("images/r3d/navbaractive.png") repeat-x 0 0;
  background: linear-gradient(
    to bottom,
    #c46a66 0%,
    #ba584e 49%,
    #9e1907 50%,
    #d1573e 100%
  );
  box-shadow: 0px 0px 10px #9e070f, 0px 0px 2px #15002e inset;
  color: #eee;
}

.header1 {
  text-align: left;
}

.header {
  text-align: center;
}

.paragraph1 {
  text-align: left;
}

.paragraph2 {
  text-align: center;
}

.mainbody {
  text-align: center;
}

.siteheader {
  background: #2f0856 url("images/maingrad.png") repeat-x 0 0;
  background: linear-gradient(
    to bottom,
    #2f0856 0%,
    #180133 93%,
    #15002b 97%,
    #0f001f 100%
  );
  overflow: hidden;
  display: flex;
  padding: 8px 0px 4px 8px;
  border: 1px solid transparent;
  box-shadow: 0px 0px 8px #000;
  height: 106px !important;
}

.r3dheader {
  background: #540808 url("images/r3d/maingrad.png") repeat-x 0 0;
  background: linear-gradient(
    to bottom,
    #540808 0%,
    #330103 93%,
    #280000 97%,
    #1e0000 100%
  );
  overflow: hidden;
  display: flex;
  padding: 8px 0px 4px 8px;
  border: 1px solid transparent;
  box-shadow: 0px 0px 8px #000;
  height: 106px !important;
}

.span {
  padding: 10px;
}

body {
  max-width: 1366px;
  margin: auto;
}

.maintext {
  background: #1A181F;
  background: -moz-linear-gradient(
    top,
    rgba(217, 217, 217, 0.07) 8.83%,
    rgba(217, 217, 217, 0.01) 44.17%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(217, 217, 217, 0.07) 8.83%,
    rgba(217, 217, 217, 0.01) 44.17%
  );
  background: linear-gradient(
    to bottom,
    rgba(217, 217, 217, 0.07) 8.83%,
    rgba(217, 217, 217, 0.01) 44.17%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12d9d9d9', endColorstr='#03d9d9d9',GradientType=0 );
  margin-top: 20px;
  text-align: center;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.6);
  padding: 2px 20px 2px 20px;
}

.footer {
  background: #1A181F;
  background: -moz-linear-gradient(
    top,
    rgba(217, 217, 217, 0.07) 8.83%,
    rgba(217, 217, 217, 0.01) 44.17%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(217, 217, 217, 0.07) 8.83%,
    rgba(217, 217, 217, 0.01) 44.17%
  );
  background: linear-gradient(
    to bottom,
    rgba(217, 217, 217, 0.07) 8.83%,
    rgba(217, 217, 217, 0.01) 44.17%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12d9d9d9', endColorstr='#03d9d9d9',GradientType=0 );
  margin-top: 20px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.6);
  text-align: center;
}

a.hidden {
  color: #eee;
  text-decoration: none;
}
