@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus {
  outline: none;
}

.race-koro {
  font-weight: bold;
  color: #da1e01;
}

.race-cyborg {
  font-weight: bold;
  color: #777777;
}

.race-hargon {
  font-weight: bold;
  color: #750cff;
}

.race-atalante {
  font-weight: bold;
  color: #0a9bcc;
}

.race-yoksor {
  font-weight: bold;
  color: #07b85f;
}

.race-zwaia {
  font-weight: bold;
  color: #FFCC00;
}

.race-fergok {
  font-weight: bold;
  color: #f78912;
}

.race-wyti {
  font-weight: bold;
  color: #d00ca2;
}

* {
  box-sizing: border-box;
}

a {
  font-size: 1em;
  color: #8BC7FF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body, html {
  background: #001021;
  color: #dedede;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

h4 {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #003061;
}

h1, h2, h3, h4 {
  font-weight: bold;
  display: block;
  margin-top: 10px;
  padding-bottom: 10px;
  text-transform: lowercase;
}
h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter {
  text-transform: uppercase;
}

p {
  padding-left: 10px;
  margin-bottom: 20px;
}

ul {
  margin-bottom: 10px;
}
ul li {
  margin-left: 20px;
  list-style-type: square;
  padding: 5px;
}

.container, body #main, main, header, footer, nav {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  background: #0a0a0a;
}

main, header, footer, nav {
  box-shadow: 0px 1px 4px #003963;
}

header {
  min-height: 100px;
  background-image: url("../img/header.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-color: black;
  padding: 10px;
  font-size: 2rem;
}
header small {
  display: block;
  margin-top: 10px;
  font-size: 0.5em;
}

body > nav > a {
  display: inline-block;
  padding: 10px;
  margin: 0;
}
body > nav > a:hover {
  background-color: #202020;
}
body #main {
  background-color: transparent;
  display: flex;
}
body #main > nav {
  padding: 10px;
  flex: 1 1 auto;
  max-width: 20%;
}
body #main > nav > a {
  display: block;
  padding: 5px 10px;
}
body #main > main {
  padding: 10px;
  flex: 1 1 auto;
  max-width: 79%;
}

/*# sourceMappingURL=styles.css.map */
