* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #06090c;
  color: aliceblue;
  height: 100%;
  width: 100%;
  font: 22px "Arial", sans-serif;
  background-image: url("../img/bg.png");
  background-size: cover;
}

h1 {
  font-size: 44px;
  padding-bottom: 20px;
}

.container {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  background-color: transparent;
  display: grid;
}

.border {
  border: 0;
  width: 100%;
  height: 2px;
  background-image: url("../img/border.png");
  background-size: contain;
  margin: 40px 0;
}

.twbslogo {
  margin: auto;
  max-width: 100%;
}

.shlogo {
  margin-left: 5%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
}

.right {
  float: right;
}

.game {
  height: 495px;
  background-repeat: no-repeat;
  position: relative;
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.4);
  display: grid;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
  transition: 0.15s;
}

.stoneshard {
  background-image: url("../img/stoneshard.png");
}

.description {
  text-shadow: 2px 3px 2px black;
  padding: 0 35px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.description .text {
  float: right;
}

.twbs {
  background-image: url("../img/12b6.png");
}
.twbs p {
  text-shadow: 2px 3px 2px black;
  padding: 15px 30px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.twbs p span {
  position: absolute;
  right: 30px;
  bottom: 10px;
}

a {
  text-decoration: none;
  margin: 5px;
}
a img {
  position: relative;
  bottom: 10px;
  transition: 0.2s;
  max-width: 50px;
}
a img:hover {
  transform: scale(1.05);
}

.header {
  text-align: right;
}
.header p {
  max-width: 885px;
  float: right;
  line-height: 1.35;
}
.header img {
  float: left;
}

.el {
  padding: 0 120px;
}
.el.el-1 {
  padding-top: 50px;
}
.el.el-3 {
  margin-bottom: 80px;
}
.el.el-6 {
  text-align: center;
  font-weight: bold;
  padding-bottom: 75px;
}
.el.el-6 p {
  padding-bottom: 40px;
}

.footer {
  width: 100%;
  font-size: 16px;
  background-color: #151820;
  color: #434449;
  padding: 20px 0;
}
.footer a {
  color: #434449;
  padding-left: 50px;
  transition: 0.5s;
}
.footer a:hover {
  color: #38383d;
}

.button_link {
  color: white;
  border: 1px solid white;
  padding: 0.5em 0.7em;
  opacity: 0.5;
  transition: 0.35s;
  white-space: nowrap;
  margin: 0;
}
.button_link:hover {
  opacity: 1;
}
.button_container {
  position: absolute;
  margin-left: 45px;
  top: 3%;
}

.date {
  margin-left: 20px;
}

.about {
  padding-left: 50%;
}

@media (max-width: 1100px) {
  .button_container {
    display: none;
  }

  .description {
    padding: 15px 35px;
  }
  .description .icons {
    position: absolute !important;
    bottom: 0;
  }
  .description .text {
    position: relative;
    float: none;
    padding-left: 15%;
    display: block;
    text-align: right;
  }

  .el {
    padding: 0 40px;
  }

  .header {
    text-align: center;
  }
  .header img {
    padding-right: 25px;
    float: none;
  }

  .about {
    padding-left: 0;
    padding-top: 15px;
  }

  .game {
    background-position: 75% 50%;
  }
  .game .shlogo {
    max-width: 45%;
    margin-left: 6%;
  }

  a img {
    bottom: 0px;
  }

  .twbslogo {
    max-width: 68%;
  }

  .twbs .description span {
    position: relative;
    display: block;
    padding-right: 15%;
  }
  .twbs .description .icons {
    right: 0px;
    padding: 0;
  }
}
@media (max-width: 1320px) {
  .button_container {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
