/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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;
}

body {
  background-color: black;
  color: white;
  height: 100%;
}

span {
  display: inline-block;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.screen {
  width: 100%;
  height: 100%;
}

.black {
  background-color: black;
}

.centered {
  text-align: center;
  display: flex;
}

.centered > * {
  margin: auto;
}

.bigtext {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 40px;
}

.smalltext {
  text-align: justify;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 100;
  font-size: 24px;
}

@media (max-width: 484px) {
  .smalltext {
    font-size: 19px;
    text-align: left;
  }
}

@media (max-width: 340px) {
  .smalltext {
    font-size: 16px;
  }
}

.header {
  width: 100%;
  background-color: black;
  padding: 20px 0px 20px 0px;
  position: fixed;
  font-size: 40px;
  color: #525252;
  text-align: left;
}

@media (max-width: 760px) {
  .header {
    font-size: 36px;
  }
  .header .pcurrent {
    display: none;
  }
}

@media (max-width: 484px) {
  .header {
    font-size: 28px;
    padding: 10px 0px 10px 0px;
  }
}

.header .back a {
  padding-left: 20px;
  color: #525252;
}

.header .back a:hover {
  text-decoration: none;
  color: white;
}

.main {
  margin-top: 70px;
  padding-bottom: 60px;
  width: 560px;
  padding-right: 100px;
}

@media (max-width: 760px) {
  .main {
    margin-left: 10% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 80% !important;
  }
}

@media (max-width: 340px) {
  .main {
    width: 100%;
  }
}

.main img {
  padding-top: 10px;
  width: 50%;
}

.main .heading {
  font-size: 70px;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media (max-width: 760px) {
  .main .heading {
    font-size: 40px;
    margin-left: 10px !important;
  }
}

@media (max-width: 340px) {
  .main .heading {
    font-size: 32px;
  }
}

.main .smaller {
  font-size: 50px;
}

@media (max-width: 484px) {
  .main .smaller {
    font-size: 36px;
  }
}

@media (max-width: 340px) {
  .main .smaller {
    font-size: 28px;
  }
}

.main .paragraph {
  text-align: justify;
  line-height: 27px;
  font-family: "Roboto";
  font-weight: 100;
  font-size: 24px;
}

@media (max-width: 484px) {
  .main .paragraph {
    font-size: 20px;
  }
}

@media (max-width: 340px) {
  .main .paragraph {
    font-size: 18px;
  }
}

.main .block {
  background-color: black;
}

.main .break {
  margin-top: 20px;
}
/*# sourceMappingURL=about.css.map */