@font-face {
  font-family: gpipe;
  src: url(/inc/fonts/AltoneTrial-Regular.ttf);
}

@font-face {
  font-family: gpipelogo;
  src: url(/inc/fonts/AltoneTrial-BoldOblique.ttf);
}

@font-face {
  font-family: gpipesans;
  src: url(/inc/fonts/ModernSans-Light.otf);
}

@font-face {
  font-family: bebas;
  src: url(/inc/fonts/Bebas-Regular.otf);
}

@font-face {
  font-family: coolvetica;
  src: url(/inc/fonts/coolvetica\ rg.otf);
}

@font-face {
  font-family: coolvetica-light;
  src: url(/inc/fonts/coolvetica\ condensed\ rg.otf);
}

@font-face {
  font-family: minecraft;
  src: url(/inc/fonts/Minecraft.ttf);
}

@font-face {
  font-family: minecraft-light;
  src: url(/inc/fonts/Minecraftia-Regular.ttf);
}

* {
  margin: 0;
  text-decoration: none;
}

body {
  background-color: #181818;
  background-image: url(/inc/img/mining.jpg);
  background-blend-mode: overlay;
}

i {
  margin-right: 10px;
}

li,
a,
button {
  font-family: gpipe;
  font-size: 16px;
  color: #edf0f1;
  text-decoration: none;
}

/* 1f1f1f
body - 181818

*/

header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px 5%;
}

.logo {
  cursor: pointer;
  margin-right: auto;
  font-family: unset;
  font-family: gpipelogo;
}

.nav __links {
  list-style: none;
}

.nav__links li {
  display: inline;
  padding: 10px;
}

.nav__links li a {
  transition: all 0.3 ease 0s;
}

.nav__links .active {
  color: #e4e4e4cc;
}

.nav__links li a:hover {
  color: #e4e4e4cc;
}

button {
  margin-left: 20px;
  padding: 9px 20px;
  background-color: rgb(245, 245, 245);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3 ease 0s;
  color: #000000;
}

button:hover {
  background-color: rgba(205, 205, 205, 0.8);
}

/* announcements bar */
.announcement {
  border-radius: 2px;
  margin-left: 0%;
  margin-right: 0%;
  background-color: #a53925;
  display: block;
  padding: 5px;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}
.announcement a {
  font-size: 18px;
  font-family: bebas;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}

/* index.html */

.pagecontent {
  margin-top: 100px;
  margin-left: 256px;
  margin-right: 5%;
}

.contentheader p {
  text-align: left;
  color: #ffffff;
  font-family: minecraft;
  font-size: 40px;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.description-server {
  text-align: left;
  padding-right: 50%;
  color: #aaaaaa;
  font-family: coolvetica;
  font-size: 18px;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  padding-top: 10px;
}

.stevepng {
  float: right;
  margin-top: -300px;
  margin-right: 19%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.model2 {
  text-align: right;
  padding-top: 200px;
  padding-right: 15%;
  color: #ffffff;
  font-family: minecraft;
  font-size: 40px;
}

.model2tagline {
  padding-right: 20%;
}

.description-join {
  text-align: right;
  color: #aaaaaa;
  font-family: coolvetica;
  font-size: 18px;
  padding-top: 10px;
}

.description-join .boldyesyoucan {
  font-family: minecraft;
  font-size: 25px;
  margin-right: 23%;
  color: #e4e3be;
}

.joinsteps {
  padding-left: 59.5%;
  text-align: right;
  color: #aaaaaa;
  font-size: 20px;
  padding-top: 40px;
  text-align: left;
  font-family: coolvetica;
  text-decoration: none;
}

.discordiframe {
  margin-left: 20%;
  margin-top: -350px;
}

/* downloads.html */

.dhead p {
  font-family: gpipesans;
  color: #edf0f1;
  display: flex;
  align-items: center;
  padding: 20px 15.5%;
  font-size: 50px;
  cursor: default;
}

.dhead ul,
li {
  font-family: Arial, Helvetica, sans-serif;
  color: #edf0f1;
  list-style-type: none;
  padding-top: 8px;
  padding-bottom: 16px;
  text-align: left;
  padding-left: 15px;
}

.dhead a {
  font-family: Arial, Helvetica, sans-serif;
  color: #edf0f1;
  font-size: 25px;
  cursor: default;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

.dhead .versions .vtext {
  font-family: gpipesans;
  color: #747474;
  font-size: 16px;
  position: absolute;
  left: 25%;
  margin-top: 8px;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  overflow: hidden;
}

.dhead li {
  margin-left: 15%;
  margin-right: 15%;
  background: #181818;
  border-radius: 5px;
}

.dhead button {
  background: #edf0f1;
  float: right;
  margin-right: 15px;
  padding-right: 10px;
}

.dhead button:hover {
  background: #cacbcb;
}

.dhead li:nth-child(odd) {
  background: #1f1f1f;
}

.dhead a:hover {
  color: #e4e4e4cc;
}

/* Footer Stuff */
.footer {
  position: fixed;
  background-color: #1a1a1a;
  text-align: center;
  bottom: 0;
  width: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
  background-image: url(/inc/img/bedrock.jpg);
  background-blend-mode: overlay;
  background-repeat: repeat;
  background-size: 90px;
}
.footer p {
  color: #696969;
  font-size: 8px;
  font-family: minecraft-light;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
.socials {
  float: right;
  margin-right: 1%;
  margin-top: -20px;
}

.socials a {
  font-size: 20px;
  color: #696969;
}

.socials a:hover {
  color: #e4e4e4cc;
}

.flex-wrapper {
  display: flex;
  min-height: 100px;
  flex-direction: column;
  justify-content: space-between;
}
