html, body {
  padding: 0px;
  margin: 0px;
  position: relative;
  height: 100%;
  font-size: 15px;
  font-family: serif;
  -webkit-font-smoothing: none;
  overflow-y: hidden;
  cursor: url(./images/Gex_hover_cursor.gif), auto;
}

body {
  background: #000 url(./images/background/bg.png);
  color: #fff;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button, button:focus, button:hover, button:active {
  font-size: 1rem;
  padding: 6px !important;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

hr {
  background: red url(./images/Colorbar.gif);
  height: 3px;
  border: none;
  box-shadow: inset -1px -1px rgba(0, 0, 0, 0.5), inset 1px 1px rgba(255, 255, 255, 0.5);
}

img {
  display: block;
  position: relative;
  margin: 0px auto;
}

ul {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  text-align: left;
}

.main-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}

#overlorddyvone {
  width: 100%;
  border-collapse: collapse;
  min-height: 100%;
  vertical-align: top;
  height: 100vh;
}
#overlorddyvone tr, #overlorddyvone td {
  vertical-align: top;
}

.text {
  width: 560px;
  margin: auto;
  text-align: left;
}

.intro {
  color: rgb(221, 52, 255);
  background-color: rgba(0, 0, 0, 0.5);
  font-weight:bold;
  font-size:30px;
  text-align:center;
  border: 3px ridge #ccc;
}

.description {
  color: magenta;
  background-color:rgba(0, 0, 0, 0.5);
  font-size: 24px;
  position: relative;
}

.aboutme {
  color: rgb(71, 255, 71);
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  text-align:center;
  border: 3px ridge #ccc;
}

h3 {
  background: #fff url(./images/background/darkglitterinredandblue.gif) right center;
  text-shadow: 2px 2px 1px #000;
  border: 3px ridge #ddd;
  box-shadow: inset -1px -1px 2px rgba(0, 0, 0, 0.5), inset 1px 1px 2px rgba(0, 0, 0, 0.5);
  color: Red;
  width: 450px;
  text-transform: uppercase;
}
h3 span {
  display: inline-block;
}
h3 img {
  margin-top: 2px;
  margin-bottom: -8px;
}

#sidebar {
  background: #000 url(./images/background/bg4.png);
  width: 240px;
  border-right: 1px ridge #999;
  text-align: center;
  height: 100vh;
}
#sidebar > div {
  position: relative;
  overflow-y: scroll;
  padding: 10px;
  height: 100vh;
}
#sidebar strong {
  display: block;
  position: relative;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 10px;
}

#main > .container {
  overflow-y: auto;
  position: relative;
  height: 100vh;
}

#header {
  width: 800px;
  text-align: center;
  margin-bottom: 15px;
}
#header tr {
  vertical-align: middle;
}
#header tr td:first-child, #header tr td:last-child {
  position: relative;
}
#header tr td:first-child img.flameskull, #header tr td:last-child img.flameskull {
  margin-top: 10px;
}
#header marquee {
  margin-top: 15px;
}
#header #banner {
  font-size: 72px;
  text-shadow: 1px 1px 0px #000;
  letter-spacing: 3px;
}
#header #banner span {
  margin-right: 2px;
  position: relative;
}

#navigation {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
#navigation button {
  color: blue;
  font-size: 16px;
  padding: 7px !important;
}
#navigation tr, #navigation td {
  vertical-align: top;
}
#navigation td a {
  position: relative;
  display: block;
}
#navigation td a button {
  width: 100%;
}

#badges {
  margin-top: 30px;
}
#badges span {
  position: relative;
  display: inline-block;
}

#socials {
  font-size: 16px;
}

#copyright {
  margin-top: 30px;
  color: yellow;
}

#madewith {
  margin-top: 35px;
  font-size: 16px;
  color: greenyellow;
  font-weight: bold;
}

.color-divider {
  margin-bottom: 30px;
}

.eye-divider {
  background-image: url(./images/eyedivider_pix.png);
  background-position: center center;
  width: 600px;
  height: 48px;
  margin: 30px auto;
}

.bone-divider {
  background-image: url(./images/boneline.gif);
  background-position: center center;
  width: 600px;
  height: 48px;
  margin: 30px auto;
}

.art {
  width: auto;
  position: relative;
  display: inline-block;
  background: #000 url(./images/background/darkglitterinredandblue.gif);
}
.art img {
  max-width: 100%;
}
.art .art-stuff {
  font-size: 14px;
  font-weight: bold;
}
.art .art-stuff .art-info {
  padding: 3px;
  line-height: 1;
  text-align: left;
}
.art .art-stuff .title {
  color: cyan;
}
.art .art-stuff .author {
  color: lawngreen;
}
.art table {
  width: 100%;
}
.art table td, .art table tr {
  vertical-align: middle;
}
.art .hot-img {
  margin-top: -10px;
  text-align: right;
  margin-left: auto;
  width: 55px;
}
.art .hot-img img {
  max-width: 100%;
  margin-left: auto;
}

.scrollbox {
  overflow-y: scroll !important;
  border: 3px ridge #ccc;
}

.flame-divider {
  margin: 30px 0px;
}

#contact {
  border-top: 3px ridge #ccc;
  background: red url("./images/background/Blue19.gif");
  padding: 30px;
}
#contact h2 {
  font-size: 48px;
  color: Fuchsia;
  margin: 0px;
  padding: 0px;
}
#contact #contact-form {
  font-size: 16px;
  text-align: center;
  position: relative;
  width: 600px;
  margin-top: 30px;
  padding: 30px;
  border: 3px ridge #ccc;
  background: #000 url(./images/background/space2.gif);
  background-attachment: fixed;
}
#contact #contact-form input {
  font-size: 16px;
}
#contact label {
  padding-right: 10px;
  color: lime;
}
#contact form {
  margin: auto;
}
#contact form > div {
  position: relative;
  margin: 10px auto;
}

#shirt {
  font-size: 16px;
  width: 800px;
  margin: auto;
}
#shirt p {
  margin-top: 0px;
}
#shirt td:first-child {
  width: 500px;
  padding-right: 30px;
}
#shirt .description {
  border: 3px ridge #ccc;
  padding: 20px;
}

#hat {
  font-size: 16px;
  width: 800px;
  margin: auto;
}
#hat p {
  margin-top: 0px;
}
#hat td:last-child {
  width: 450px;
  padding-left: 30px;
}
#hat .description {
  border: 3px ridge #ccc;
  padding: 20px;
  color: orange;
  margin-top: 20px;
}

#embed {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
#embed #embed--overlay {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  pointer-events: none;
}
#embed #embed--container {
  position: relative;
  width: 500px;
  margin: 0px auto;
  z-index: 999;
}
#embed.open {
  display: block;
  opacity: 1;
  visibility: visible;
}
#embed.open #embed--overlay {
  pointer-events: all;
}

#buy-now, #buy-shirt, a, button, #buy-now-hat {
  cursor: url(./images/Gex_hover_cursor_alt.gif), auto;
}
#buy-now:hover, #buy-shirt:hover, a:hover, button:hover, #buy-now-hat:hover {
  cursor: url(./images/Gex_hover_cursor_alt.gif), auto;
}

#buy-now {
  margin-top: 35px;
  font-size: 22px;
  padding: 15px 25px !important;
  background: #bbb;
  color: red !important;
}

#buy-now-hat {
  margin-top: 35px;
  font-size: 22px;
  padding: 15px 25px !important;
  background: #bbb;
  color: lime !important;
  text-shadow: 0px 0px 6px blue, 1px 1px 1px rgba(0, 0, 139, 0.5), -1px -1px 1px rgba(0, 0, 139, 0.5);
}

.gallery-divider {
  width: 600px;
  height: 4px;
  margin: 15px 0px;
  background: blue url(./images/background/Checker1.gif) center center;
}

.blink_text {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

#art_box {
  width: 100%;
  margin: auto;
  max-width: 800px;
}
#art_box a {
  font-size: 30px;
  color: #fff;
  text-decoration: none;
}
#art_box img {
  max-width: 100%;
}

#art_nav {
  font-size: 60px;
  padding: 10px;
}

/*# sourceMappingURL=style.css.map */
