/*/////////////////////////
/ NetherrackJS © Bassab03 /
/////////////////////////*/

* {
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
}

a {
  color: #F44336;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  font-size: 90%;
}

#navbar {
  width: 100%;
  height: 48px;
  display: flex;
  background-color: #F44336;
  box-shadow: 0 0 5px #666;
  position: fixed;
  color: #fff;
  padding: 16px;
  align-items: center;
}

.title {
  font-size: 125%;
  font-weight: 550;
  margin-top: 32px;
  margin-bottom: 8px;
  display: block;
}

#headline {
  font-size: 125%;
  color: #E53935;
  text-align: center;
}

#logo {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 75px;
  font-size: xx-large;
  border-right: 1px solid rgba(255, 255, 255, 0.75);
  font-family: 'Raleway', sans-serif;
}

.navcell {
  display: flex;
  height: 48px;
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.75);
  align-items: center;
  transition: background-color 0.25s;
  font-family: 'Raleway', sans-serif;
}

.navcell:hover {
  background-color: #fff;
}

#navbar a {
  color: #fff;
}

#navbar a:hover {
  color: #F44336;
  text-decoration: none;
}

#main {
  margin: auto;
  width: 50%;
  height: 100%;
  padding-top: 96px;
}

#footer {
  width: 100%;
  height: 10%;
  margin-top: 16px;
  border-top: 1px solid #eee;
  padding-top: 8px;
  color: #999;
  font-size: 75%;
  text-align: center;
}

pre {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0px;
}

code {
  border-radius: 3px;
  font-family: monospace;
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
}

span.code {
  border-radius: 3px;
  font-family: monospace;
}

ul {
  list-style-type: none;
}

li {
  padding-left: 8px;
}

.version {
  font-size: 110%;
}

.changelog {
  font-size: 90%;
}
