@font-face {
  font-family: llpixel;
  src: url("../js/ModernWarfare-8MM6z") format("truetype");
}

body {
  background-color: #000000;
  font-family: llpixel;
}

canvas {
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  transform: scale(2);
  image-rendering: pixelated;
}

main {
  position: relative;
  background-color: #000000;
  border: 2px dotted #43d20e;
  width: 50%;
  height: 700px;
  margin: auto;
  top: 20px;
  min-width: 900px;
}

#menu {
  position: inherit;
  border: 1px solid #43d20e;
  width: 100%;
  height: 7%;
  z-index: 1000;
  margin: auto;
}

.gip {
  margin: 0;
  padding: 0;
}
#pointer {
  float: right;
}
#pointer2 {
  float: left;
}

ul {
  clear: both;
  position: absolute;
  left: 10%;
}

li {
  float: left;
}
li a {
  display: block;
  text-align: center;
  padding: 15px 10px;
  text-decoration: none;
  color: #ffffff;
}

h1 {
  position: absolute;
  color: #ffffff;
  text-align: center;
  padding: 50px 100px;
  top: 100px;
  font-weight: bold;
}

strong {
  font-weight: bold;
}

#ava {
  margin-top: 15%;
  display: block;
  margin-left: 35%;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.title-logo-container {
  position: relative;
  top: 0;
  left: 0;
  margin-top: -54px;
  margin-bottom: -95px;
}

img.title-background {
  position: relative;
  top: 0;
  left: 0;
  height: 400px;
  width: 100%;
  margin-top: -100px;
}

.title-image {
  position: absolute;
  left: 0;
  top: 55px;
  margin-top: 0x;
  /* display: block; */
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
  /* background: url("img/title-background.png"); */
}

h2.title-text {
  font-size: 40px;
  color: #fff;
}

.title-text-container {
  display: flex;
  justify-content: space-between;
  margin: 0 27px;
}

img.title-text-image {
  height: 120;
  height: 98px;
  margin-top: -32px;
}

img.hero-image.hero-image-center {
  height: 350px;
  margin-top: -88px;
  left: 0px;
}

.hero-div {
  display: flex;
  margin-top: 60px;
}

.hero-container {
  top: 0;
  position: relative;
  left: 0;
}

img.hero-background {
  height: 300px;
  position: relative;
  top: 0;
  left: 0;
}
img.hero-image {
  height: 280px;
  /* margin: 0px -15px; */
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -22px;
  position: absolute;
  top: 30px;
  left: 25px;
}

img.hero-image.hero-image-last {
  left: 7px;
}

img.hero-background.hero-background-center {
  height: 300px;
  top: -50px;
}

img.hero-image {
  height: 280px;
  /* margin: 0px -15px; */
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -22px;
  position: absolute;
  top: 30px;
  left: 29px;
}
