@font-face {
  font-family: "Vg 5000";
  src: url('../fonts/vg5000.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ua Squared;
  src: url('../fonts/ua-squared.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Minercraftory;
  src: url('../fonts/minercraftory.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Binary;
  src: url('../fonts/binary.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Karmatic Arcade;
  src: url('../fonts/karmatic-arcade.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #080808;
  --black-light: #131313;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.body {
  background-color: var(--black);
}

.page-container {
  flex-flow: column;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.horizontal-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.horizontal-flex.nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.horizontal-flex.link-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.logo {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  max-height: 60px;
  display: flex;
}

.link-block {
  color: #fff;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.scew-nav {
  z-index: 0;
  background-color: #148d50;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
  transform: skew(-10deg);
}

.nav-text {
  z-index: 1;
  font-family: "Jersey 25", sans-serif;
  font-size: 18px;
  line-height: 20px;
  position: relative;
}

.banner {
  background-color: #ff5e00;
  background-image: linear-gradient(180deg, #0f650273, #0d080d 91%, var(--black)), url('../images/Banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 500px;
  padding: 80px;
  display: flex;
}

.image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-height: 400px;
}

.banner-text {
  color: #fff;
  text-transform: uppercase;
  font-family: "Jersey 25", sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.bold-text {
  font-weight: 400;
}


@font-face {
  font-family: 'Vg 5000';
  src: url('../fonts/vg5000.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ua Squared';
  src: url('../fonts/ua-squared.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Minercraftory';
  src: url('../fonts/minercraftory.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Binary';
  src: url('../fonts/binary.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karmatic Arcade';
  src: url('../fonts/karmatic-arcade.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}