body {
  background-color: black;
  overflow-x: hidden;
}

h1,
h2 {
  color: #000;
}
#toptopnav a,
.active,
.ripnav a,
h2 {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.footergames,
.gamerow {
  text-align: center;
}
#Graundia a,
.active,
.gameheader {
  font-weight: 900;
}
a,
body a:hover {
  text-decoration: none;
}
#container,
.gamerow {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#container,
#navbarno,
.footergames,
.gamerow,
footer {
  overflow: hidden;
}
@font-face {
  font-family: Montserrat-ExtraBold;
  src: url(Fonts/Montserrat-ExtraBold.ttf);
}
@font-face {
  font-family: Reith;
  src: url(Fonts/BBC%20Reith%20Sans.ttf);
}
@font-face {
  font-family: Eliot Lord;
  src: url(Fonts/Eliothand2-Regular.otf);
}
#no {
  float: left;
  width: 100%;
}

body {
  min-height: 100vh;
  margin-left: 2%;
  margin-right: 2%;
  background-color: #d3d3d3;
  overflow-x: hidden;
}
h1 {
  font-size: 5dvh;
}
#header {
  background-color: #fff;
  fill: white;
}
.ripnav a {
  border-top: 1px #000;
}
.ripnav a:hover {
  color: #fff;
  background-image: url(img/background/Underline%20white%20thick.png);
}
.gameheader a:hover,
.gameleft,
.gameright .gameheader :hover a,
body a:hover {
  color: #a92216;
}
.urls {
  left: -100%;
}
#toptopnav,
.obama {
  background-color: #fff;
}
#Graundia a:hover {
  color: #11285e;
}
#toptopnav a {
  color: #000;
  font-size: 2dvh;
}
#Graundia,
#Graundia a {
  font-family: Eliot Lord;
  font-size: 4dvh;
}
.footerfun,
.footerfun a:hover,
.prefooter a:hover {
  background-image: url(img/background/empty.png);
}
#toptopnav a:hover {
  text-decoration: underline;
  text-decoration-thickness: 3px;
}
#toptopnav a:first-of-type:hover {
  text-decoration-color: #d83327;
}
#toptopnav a:nth-of-type(2):hover {
  text-decoration-color: #f8d455;
}
#toptopnav a:nth-of-type(3):hover {
  text-decoration-color: #499cd7;
}
#toptopnav a:nth-of-type(4):hover {
  text-decoration-color: #ec5a97;
}
#toptopnav a:nth-of-type(5):hover {
  text-decoration-color: #e86e2c;
}
#headerlogo a {
  top: 0;
  float: left;
  padding: 0;
}
.bottomnav {
  background-color: #a92216;
  -webkit-text-fill-color: white;
}
.bottomnav a {
  float: left;
  margin-left: 0;
  font-size: 1.6dvh;
}
.ripnav .line1 {
  height: 2px;
  color: #fff;
  z-index: 20000000;
}
h2 {
  font-size: 6dvh;
}
.active,
.prefooter h1,
footer a:hover {
  color: #fff;
}
body::-webkit-scrollbar {
  width: 1em round;
  overflow: scroll;
}
body::-webkit-scrollbar-thumb:hover {
  cursor: url("img/background/Pointer.svg");
}
body::-webkit-scrollbar-thumb {
  background-color: #a92216;
  width: 2em round;
  outline: #a92216 solid 1px;
  border-radius: 10px;
}
.gameleft,
.gameright {
  width: 50%;
  float: left;
  text-align: center;
}
.active {
  font-size: 50px;
  font-size: 5dvh;
}
.gameleft a,
.gameright a {
  color: #000;
  font-family: Montserrat-ExtraBold;
}
#container a:hover {
  color: #a92216;
  text-decoration: underline;
}
footer {
  background-color: #141414;
  color: #141414;
}
.footergames a {
  font-family: Reith;
  color: #fff;
}
.prefooter {
  background: linear-gradient(
    to right,
    #e17cd0,
    #ea56dc,
    #c73dde,
    #af37e0,
    #be3bdc,
    #d43dbe,
    #db3eb3,
    #dc3eb0,
    #e53fa4,
    #e74a0a,
    #e94082,
    #ea4178
  );
}
#container img:hover,
.prefooter img:hover {
  filter: brightness(60%);
}

.footergames {
  color: #000;
}
#toptopnav,
.bottomnav,
.headerlogo,
.ripnav {
  padding-left: 5%;
}
.gameheader {
  font-family: "Gill Sans Bold", "Gill Sans MT", Calibri, "Trebuchet MS",
    sans-serif;
}
#Graundia {
  float: right;
  color: #000;
  position: absolute;
  top: 0;
}
#Graundia a {
  color: #e52412;
  text-decoration-color: #e52412;
}
.prefooter img {
  padding-left: 2%;
}

#cross {
  animation: shake1 0.5s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

@keyframes shake1 {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-6px, -3px) rotate(-1deg);
  }
  20% {
    transform: translate(-6px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(6px, 4px) rotate(0deg);
  }
  40% {
    transform: translate(2px, -2px) rotate(1deg);
  }
  50% {
    transform: translate(-2px, 4px) rotate(-1deg);
  }
  60% {
    transform: translate(-6px, 2px) rotate(0deg);
  }
  70% {
    transform: translate(6px, 2px) rotate(-1deg);
  }
  80% {
    transform: translate(-5px, -2px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 4px) rotate(0deg);
  }
  100% {
    transform: translate(2px, -4px) rotate(-1deg);
  }
}
