@font-face {
    font-family: "GlassTTYVT220";
    src: url("/fonts/Glass_TTY_VT220.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Pixelify Sans';
    src: url("/fonts/Pixelfy.ttf") format("truetype");
    font-style: normal;
    font-weight: 400 700;
  }

  @font-face {
    font-family: 'Poppins';
    src: url("/fonts/Poppins-Regular.ttf") format("truetype");
    font-style: normal;
  }

body {
  background: rgb(230,230,230);
  background: radial-gradient(circle, rgba(230,230,230,1) 0%, rgba(213,213,213,1) 100%);
  padding-bottom: 60px !important;
}

.pixelify {
    font-family: "Pixelify Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
  }

  .terminal {
    background-color: #000000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='30' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23222' stroke-width='10' %3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");
    padding: 1%;
    color: #28ea00;
    font-family: "GlassTTYVT220", monospace;
    font-weight: normal;
    font-size: 1.5em;
    line-height:normal;
    margin:0;
  }

  .bi-bluesky::before {
    content: "";
    background-color: currentColor;
    -webkit-mask: url("/icons/bluesky.svg") no-repeat 50% 50%;
    mask: url("/icons/bluesky.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    height: 16px;
    width: 16px;
}

.jumbotron {
    color: white;
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)), url("/img/xboxbanner.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    background-position-x: right;
    background-position-y: center;
  }

  .jumbotron.gamerghosts
  {
    background-image: url("/img/gamerghostbanner.png") !important;
    background-position-x: center !important;
  }

  .jumbotron.gamerghosts .container
  {
    display:none;
  }

  .social-button
  {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    text-align: left;
    font-size: 2em;
  }

  .btn.social-button
  {
    margin-bottom: 10px !important;
  }

  .btn.social-button .btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
  }

  .btn.social-button .btn-label .bi-bluesky::before
  {
    height:32px;
    width:32px;
  }

  .card
  {
    border-radius: 1rem;
  }

  .bg-primary, .btn-primary, .footer a
  {
    background-color: #0e7a0d !important;
    color:white !important;
  }

  .navbar-brand img, .footer img
  {
    height: 32px;
  }
  
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3,
.display-4, .display-5, .display-6 {
  font-family: "Poppins", sans-serif;
  font-weight: bold
}
html, body, .tooltip, .popover {
  font-family: "Poppins", sans-serif
}
code, kbd, pre, samp, .text-monospace {
  font-family: "Poppins", monospace
}
button, input, optgroup, select, textarea {
  font-family: inherit
}