*,
*::before,
*::after {
box-sizing: border-box;
}

@font-face
{
  font-family:'haxrcorp';
  src: url('ttf/haxrcorpttf.ttf');
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  background-color: #000;
  color: #E0E0E1;
  background-image:
  linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 1)),
  url("../img/background.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica, Arial, sans-serif;
}

.container {
  min-height: 75vh;
  max-width: 75vw;
  margin-left: 10vw;
  margin-top: 1vh;
}

.reddit-text {
  color: #789922;
}

/*--------------------------
 *
 *     MAIN BODY STUFF
 *
 - *-------------------------*/

.content {
  margin-top: 5px;
  margin-left: 50px;
  border: rgb(0,120,200);
  border-style: inset;
  padding: 50px;
  background-color: rgb(4,4,12);
}


#name {
color: rgb(0, 160, 250);
font-family: haxrcorp, monospace;
font-size: 30px;
}

#blue {
color: lightblue;
}

#pink {
color:hotpink;
}

.funfacts {
  list-style: none;
  color: #789922;
}

.funfacts li:before {
  content:">";
  color: #789922;
}

.backup-email {
  font-family: haxrcorp, monospace;
  font-size: 20px;
  color: rgb(0, 200, 255);
  text-shadow:
  0 0 5px rgba(0, 200, 255, 0.5),
  0 0 10px rgba(0, 200, 255, 0.3);
  background-color: rgba(0, 40, 80, 0.3);
  padding: 4px 8px;
  border-left: 3px solid rgb(0, 160, 250);
  display: inline-block;
  letter-spacing: 1px;
}

.backup-email .email-sep {
  color: rgb(0, 120, 180);
  opacity: 0.7;
  font-size: 16px;
}

.backup-email .email-part {
  color: rgb(0, 220, 255);
  font-weight: bold;
}


/*--------------------------
 *
 *       HEADER STUFF
 *
 - *-------------------------*/

.header {
  margin-left: 50px;
  margin-top: 25px;
  display: block;
}

.header h1 {
  color: rgb(0, 160, 250);
  font-family: haxrcorp, monospace;
  font-size: 40px;
}

.navlinks {
  margin: 5px;
}

.greeting {
  font-size: 32px;
  color: rgb(0, 120, 255);
  font-family: haxrcorp, monospace;
}

.navlinks ul {
  align-items: center;
  justify-content: center;
  list-style: none;
  display: flex;
}

.navlinks ul a {
  display: inline-block;
  font-family: haxrcorp, monospace;
  font-style: none;
  font-size: 25px;
  max-width: 25vh;
  color: white;
  background-color: rgb(0,0,20);
  border:rgb(40, 120, 200);
  border-width: 2px;
  border-style: solid;
  padding: 10px;
  text-decoration: none;
}

.navlinks ul a:hover {
  text-decoration: underline;
  color: rgb(0, 120, 255);
}

.navlinks ul li {
  padding: 5px;
}


/*--------------------------
 *
 *       FOOTER STUFF
 *
 - *-------------------------*/

.footer {
  font-family: haxrcorp, monospace;
  font-size: 18px;
  position: absolute;
  bottom: 1vh;
  left: 5vw;
}

.footer a {
  color: rgb(0, 120, 255);
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.inline-link {
  color: rgb(0, 160, 250);
  text-decoration: none;
  font-family: haxrcorp, monospace;
}

.inline-link:hover {
  text-decoration: underline;
  color: rgb(0, 220, 255);
}

.linklist {
  list-style: none;
  padding: 0;
}

.linklist li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 120, 200, 0.2);
}

.linklist li:last-child {
  border-bottom: none;
}

.linklist a {
  font-family: haxrcorp, monospace;
  font-size: 22px;
  color: rgb(0, 160, 250);
  text-decoration: none;
}

.linklist a:hover {
  text-decoration: underline;
  color: rgb(0, 220, 255);
}

.link-desc {
  font-size: 14px;
  color: #888;
}

.mascot {
  position: fixed;
  bottom: 0vh;
  right: 1vw;
  z-index: -1;
  max-height: 30vh;
  min-height: 20vh;
}
