/* General Demo Style */
@import url("../font/font.css");

@font-face {
  font-family: "codropsicons";
  src: url("../fonts/codropsicons/codropsicons.eot");
  src: url("../fonts/codropsicons/codropsicons.eot?#iefix") format("embedded-opentype"), url("../fonts/codropsicons/codropsicons.woff") format("woff"), url("../fonts/codropsicons/codropsicons.ttf") format("truetype"), url("../fonts/codropsicons/codropsicons.svg#codropsicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-size: 100%;
  padding: 0;
  margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.fadetext {
  display: inline-block;
  animation: fadeIn linear 0.8s;
  -webkit-animation: fadeIn linear 0.8s;
  -moz-animation: fadeIn linear 0.8s;
  -o-animation: fadeIn linear 0.8s;
  -ms-animation: fadeIn linear 0.8s;
}

@keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut2 {
  opacity: 0;
}

.fadeIn2 {
  opacity: 1;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}

/*Gif and cur seems to work fine, png doesnt seem to work*/
/*http://www.rw-designer.com/cursor-detail/159064*/
.cursor {
  cursor: url("../cursor/cursor2.cur"), default;
}

progress {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 20px;
}
progress#HealthBars::-webkit-progress-value {
  background: green;
}
progress#EnergyBars::-webkit-progress-value {
  background: rgb(255, 238, 0);
}
progress#XPBars::-webkit-progress-value {
  background: rgb(255, 255, 255);
}
progress#HungerBars::-webkit-progress-value {
  background: rgb(109, 76, 76);
}
progress#ThirstBars::-webkit-progress-value {
  background: rgb(0, 17, 255);
}

#StatsBars {
  width: 80%;
  display: inline-block;
  border: 3px solid #b3b9bf;
  color: #b3b9bf;
}

#Line {
  background-color: #b3b9bf;
  width: 100%;
  height: 3px;
}

body {
  overflow-x: hidden;
  font-family: "Lato", Calibri, Arial, sans-serif;
  color: #b3b9bf;
}

html {
  background: -webkit-linear-gradient(to right, #444444, #949494), #000000;
  background: linear-gradient(to right, #444444, #949494), #000000;
  background-repeat: no-repeat, repeat;
  background-size: auto 1000%, auto auto;
  overflow: overlay;
}

/* width */
::-webkit-scrollbar {
  width: 20px;
  background: rgba(255, 255, 255, 0);
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(255, 255, 255);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*min-width: 200px;*/

.selection > h2:hover,
.selection > h2:active {
  text-decoration: underline;
  color: #ccd2d8;
  font-weight: 700;
}

topnavi {
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  text-align: center;
}

topnavhead {
  color: black;
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-size: 14px;
}

a {
  color: #888;
  text-decoration: none;
  background-color: rgba(160, 160, 160, 0.5);
}

b {
  color: #888;
  text-decoration: none;
  background-color: rgba(160, 160, 160, 0.5);
}

a:hover,
a:active {
  color: #333;
}

b:active {
  color: #333;
}

/* Header Style */
.container > header {
  margin: 0 auto;
  padding: 2em;
  text-align: center;
  background: rgba(0, 0, 0, 0.01);
}

.container > header h1 {
  font-size: 2.625em;
  line-height: 1.3;
  margin: 0;
  font-weight: 300;
  color: #333;
}
.container > header h2 {
  font-size: 2em;
  line-height: 1.3;
  margin: 0;
  font-weight: 300;
  color: #333;
}
.container > header h3 {
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.3;
  margin: 0;
  font-weight: 500;
  color: #333;
}

/* To Navigation Style */
.codrops-top {
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  width: 100%;
  font-size: 0.69em;
  line-height: 2.2;
}

.codrops-top a {
  padding: 0 1em;
  letter-spacing: 0.1em;
  color: #888;
  display: inline-block;
}

.codrops-top a:hover {
  background: rgba(255, 255, 255, 0.95);
  color: #333;
}

.codrops-top b:enabled {
  background: rgba(255, 255, 255, 0.95);
  color: #333;
}

.codrops-top span.right {
  float: right;
}

.codrops-top span.right a {
  float: left;
  display: block;
}

.codrops-icon:before {
  font-family: "codropsicons";
  margin: 0 4px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
  content: "\e001";
}

.codrops-icon-prev:before {
  content: "\e004";
}

.codrops-icon-archive:before {
  content: "\e002";
}

.codrops-icon-next:before {
  content: "\e000";
}

.codrops-icon-about:before {
  content: "\e003";
}

/* Demo Buttons Style */
.codrops-demos {
  padding-top: 1em;
  font-size: 0.9em;
}

.codrops-demos a {
  display: inline-block;
  margin: 0.5em;
  padding: 0.7em 1.1em;
  border: 3px solid #b3b9bf;
  color: #b3b9bf;
  font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
  border-color: #2c3f52;
  color: #2c3f52;
}

.codrops-demos b {
  display: inline-block;
  margin: 0.5em;
  padding: 0.7em 1.1em;
  border: 3px solid #b3b9bf;
  color: #b3b9bf;
  font-weight: 700;
}

.codrops-demos b:active,
.codrops-demos b.current-demo,
.codrops-demos b.current-demo:active {
  border-color: #2c3f52;
  color: #2c3f52;
}

@media screen and (max-width: 25em) {
  .codrops-icon span {
    display: none;
  }
}
