body {
  background-color: rgba(7, 7, 7, 1.5);
}
body:before {
  content: " ";
  background-image: url("../img/bg_rules.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  display: block;
  object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.27;
}

/* Main Container */
.navegacao {
  background-color: rgba(2, 2, 2, 0);
}

/* Main Container */
.main-container {
  position: relative;
  background-image: url("../img/mainbg.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  border-bottom: 2px solid #de9900;
  z-index: 0;
}
.main-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.pag-atual {
  left: 45px;
  text-shadow: 4px 4px 4px #131212;
  font-size: 56px !important;
  bottom: 88px;
  position: absolute;
  color: #fff;
  z-index: 2;
}

.about {
  
  width: 80%;
  margin: auto;
}

.about-text {
  position: relative;
  z-index: 2;
  background-color: rgba(19, 18, 18, 0.6);
  backdrop-filter: blur(5px);
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  text-align: justify;
  margin-bottom: 20px;
  -webkit-box-shadow: 5px 5px 15px -1px rgba(0, 0, 0, 0.65);
  box-shadow: 5px 5px 15px -1px rgba(0, 0, 0, 0.35);
}

.about-text p {
  font-size: 18px;
}

h2 {
  text-align: center;
  text-shadow: 3px 3px 3px #131212;
  margin-bottom: 20px;
  color: #de9900;
  font-size: 30px;
}

.tabelaranks {
  background-color: rgba(35, 35, 35, 0.9);
  backdrop-filter: blur(5px);
  padding: 20px;
  width: 80%;
  margin: auto;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  -webkit-box-shadow: 5px 5px 15px -1px rgba(0, 0, 0, 0.65);
  box-shadow: 5px 5px 15px -1px rgba(0, 0, 0, 0.35);
  border-collapse: collapse;
}

.tabelaranks th {
  color: #de9900;
  font-size: 20px;
  padding: 10px;
  border-bottom: 2px solid #de9900;
}

.tabelaranks td {
  padding: 10px;
  border-bottom: 1px solid #444;
}

.tabelaranks tr:last-child td {
  padding: 10px;
  border-bottom: none;
}

.tabelaranks tr:nth-child(even) {
  background-color: rgba(51, 51, 51, 0.6);
  backdrop-filter: blur(5px);
}

.tabelaranks tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.tabelaranks tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.staff-team {
  width: 80%;
  margin: auto;
  background-color: rgba(35, 35, 35, 0.9);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  padding: 15px;
  -webkit-box-shadow: 5px 5px 15px -1px rgba(0, 0, 0, 0.65);
  box-shadow: 5px 5px 15px -1px rgba(0, 0, 0, 0.35);
}

.staff-member {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;

  padding-bottom: 20px;
  padding-top: 10px;
  border-bottom: 2px solid #de9900;
}

.staff-member h3 {
  color: #de9900;
  font-size: 20px;
  text-align: left;
}

.staff-info {
  min-width: 24%;
}

.staff-info p {
  color: #888887;
  margin-top: 8px;
  font-size: 12px;
  text-align: left;
}
.staff-member > p {
  max-width: 50%;
  color: #fff;
  font-size: 16px;
}

.staff-member:last-child {
  border-bottom: none;
}

.staff-member > img {
  width: 140px;
  height: 150px;
}



/* (640px and up) */
@media only screen and (max-width: 640px) {
  .tabelaranks {
    font-size: 18px;
  }
  .tabelaranks th {
    font-size: 18px;
  }
  .tabelaranks td {
    border-right: none;
  }
  .rank {
    padding: 3px 3px 3px 8px;
    width: 100%;
    height: 100%;
  }
  .staff-member {
    border: none;
    flex-direction: column;
    align-items: center;
  }
  .staff-info {
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid #de9900;
    border-bottom: 2px solid #de9900;
  }
  .staff-member h3 {
    text-align: center;
  }
  .staff-member > p {
    max-width: none;
    width: 80%;
  }
}

/* (768px and up) */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .staff-member {
    border: none;
    flex-direction: column;
    align-items: center;
  }
  .staff-info {
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid #de9900;
    border-bottom: 2px solid #de9900;
  }
  .staff-member h3 {
    text-align: center;
  }
  .staff-member > p {
    max-width: none;
    width: 80%;
  }
}
