* {
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.87);
}

body {
  margin: 0;
  background-color: #151515;
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  height: 86px;
  background-color: #310000;
  position: fixed;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1025px) {
  .header {
    height: 180px;
  }
}

.header .logo {
  margin: 0;
  padding: 18px 0;
  padding-left: 350px;
  float: left;
}
@media screen and (max-width: 1400px) {
  .header .logo {
    padding-left: 75px;
  }
}
@media screen and (max-width: 1200px) {
  .header .logo {
    padding-left: 25px;
  }
}
@media screen and (max-width: 1025px) {
  .header .logo {
    display: none;
  }
}

.header .logo img {
  height: 50px;
  width: 50px;
}

.header #nav {
  padding-right: 350px;
}
@media screen and (max-width: 1400px) {
  .header #nav {
    padding-right: 75px;
  }
}
@media screen and (max-width: 1200px) {
  .header #nav {
    padding-right: 25px;
  }
}

.header #nav li {
  float: right;
}

.header #nav li a.login-nav {
  margin-left: 20px;
  padding-left: 40px;
  border-left: rgba(255, 255, 255, 0.6) 1px solid;
}

@media screen and (max-width: 1025px) {
  .header #nav li:not(:first-child) {
    display: none;
  }

  .header #nav li a.icon {
    float: right;
    display: block;
    padding-top: 36px;
    opacity: 0.7;
  }
}
.header #nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.header #nav li a {
  display: block;
  text-align: center;
  margin: 30px 20px 25px 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.header #nav li a:hover {
  color: #ff8888;
}

.container {
  padding: 70px 200px 100px 200px;
  text-align: center;
}

.container.b2 {
  background-color: #121212;
}

.sp-container {
  padding: 40px 250px 65px 250px;
}

.sp-container.click {
  cursor: pointer;
}

.sp-container.b2 {
  background-color: #121212;
}

.sp-container img {
  height: 120px;
  width: 120px;
  border: 3px rgba(255, 255, 255, 0.87) solid;
  border-radius: 120px;
  float: left;
}

.sp-container img.about {
  height: 130px;
  width: 130px;
  border: 3px rgba(255, 255, 255, 0.87) solid;
  border-radius: 130px;
  float: left;
}

.sp-container .info {
  margin-left: 160px;
  margin-top: 20px;
}

.sp-container .infoP {
  margin-left: 170px;
  margin-top: 35px;
}

.sp-container .infoP .title {
  font-size: 21px;
  font-weight: 600;
}

.sp-container .infoP .desc {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.7;
}

.sp-container .info .title {
  font-size: 30px;
  font-weight: 700;
}

.sp-container .info .desc {
  font-size: 21px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  opacity: 0.7;
}

.container .headline {
  text-align: center;
  font-size: 29px;
  font-weight: 500;
}

.container .subheadline {
  padding-bottom: 35px;
  margin-bottom: 35px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.container img.logo {
  height: 120px;
  width: 120px;
  margin: 15px 0;
}

.team {
  margin-top: 25px;
}

.team .player {
  height: 200px;
  width: 150px;
  display: inline-block;
  margin: 15px;
  position: relative;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.team .player img {
  height: 200px;
  width: 150px;
  opacity: 0.5;
}

.team .player:hover img {
  opacity: 0.7;
}

.team .player .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 0;
  background-color: #310000;
}

.team .player .info span.playername {
  font-size: 12px;
  font-weight: 600;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}

.team .player .info span.playerrole {
  font-size: 11px;
  font-weight: 400;
  margin: 0 !important;
  padding: 0 !important;
  display: none;
  transition: all 1s ease-out;
}

.team .player:hover .info span.playerrole {
  display: block;
  transition: all 1s ease-in;
}

.team .row-br {
  display: block;
  margin: 20px 0;
}

.titleimg {
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 920px;
  background-repeat: no-repeat;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/home.png");
  text-align: center;
}

.titleimg .headline {
  font-weight: 600;
  font-size: 64px;
  margin-bottom: 25px;
  padding-top: 420px;
}

.titleimg .button {
  text-align: center;
  padding: 15px 40px;
  font-size: 16px;
  background-color: rgba(255, 55, 55, 0.8);
  cursor: pointer;
}

.titleimg a {
  text-decoration: none;
}

.titleimg a:hover {
  color: rgba(255, 255, 255, 0.87);
}

.twitch {
  margin-top: 70px;
  padding: 0 65px;
  height: 730px;
}

.twitch .twitch-video {
  padding-top: 56.25%;
  position: relative;
  height: 0;
  float: left;
}

.twitch .twitch-video iframe {
  position: absolute;
  width: 1190px;
  height: 669px;
  top: 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.twitch .twitter-feed {
  float: right;
}

.container table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

.container thead {
  font-size: 13px;
  font-weight: 700;
}

.container tbody {
  font-size: 15px;
  font-weight: 400;
}

.container td {
  padding: 10px 0;
}

.container tbody td {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
}

.container .button {
  text-align: center;
  padding: 10px 20px;
  font-size: 13px;
  background-color: rgba(255, 55, 55, 0.8);
  cursor: pointer;
}

.container .button.short {
  width: 200px;
  text-decoration: none;
}

.container .team-block {
  display: inline-block;
  margin: 25px;
  height: 120px;
}

.container .team-block img {
  height: 120px;
  width: 120px;
  filter: grayscale(0.6);
  margin-left: 10px;
  display: inline-block;
}

.container .team-block img:hover {
  opacity: 1;
  filter: grayscale(0);
}

.container.news {
  padding-left: 400px;
  padding-right: 400px;
  color: rgba(255, 255, 255, 0.6);
}

.container .newsThumb {
  height: 300px;
  width: 400px;
  margin: 25px 0;
}

.container .newsTxt {
  text-align: left;
}

.container .newsTxt hr {
  color: rgba(255, 255, 255, 0.38);
  opacity: 0.25;
  margin: 60px 0;
}

.container .newsTxt .authorBox {
  width: 400px;
  border-left: 8px solid rgba(255, 55, 55, 0.8);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 10px 0 10px 25px;
  background-color: #212121;
}

.container .newsTxt .authorBox .author {
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.container .newsTxt .authorBox .date {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.38);
}

.container .news-block {
  width: 340px;
  margin: 16px;
  display: inline-block;
  text-align: left;
  cursor: pointer;
}

.container .news-block .thumbnail {
  position: relative;
}

.container .news-block .thumbnail img {
  height: 255px;
  width: 340px;
}

.container .news-block .thumbnail .timestamp {
  position: absolute;
  bottom: 20px;
  left: -20px;
  font-size: 13px;
  background-color: #3d0000;
  padding: 8px 12px 8px 12px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.container .news-block .news-title {
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
}

.container .news-block:hover .news-title {
  color: #ff8888;
}

.container .news-block .news-desc {
  font-weight: 300;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.footer {
  height: 24px;
  padding: 15px 150px 20px 150px;
  font-size: 11px;
  background-color: #080808;
  color: rgba(255, 255, 255, 0.6);
  border-top: 2px solid #3d00009c;
}

.footer .copy {
  float: left;
}

.footer .social {
  float: right;
}

.footer .social i {
  font-size: 14px;
  margin: 7px 5px 0px 5px;
}

.footer .copy a {
  text-decoration: none;
}

.footer .copy a:hover {
  color: #ff8888;
}

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