body{
  margin: 0;
  padding: 0;
}

.page{
  margin-top: 50px;
}

.page-back {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  top: 0;
  left: 0;
  background-color: #000;
  text-align: center;
}

.page-back video{
  flex: 1;
  /*width: 100%;*/
  object-fit: cover;
  height: 100vh;
}

.page-back .page-over{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}

.page .logo{
  height: 150px;
}

.page .menu{
  color: #FFF;
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 150px;
}

.page .menu li{
  margin-right: 25px;
  font-weight: 600;
}

.page .menu li:hover{
  cursor: pointer;
  color: rgba(255,255,255,0.8) !important;
}

.page .slider-text{
  color: #FFF;
  text-align: center;
}

.page .slider-text h1{
  padding-left: 50px;
  padding-right: 50px;
  font-size: 58px;
  font-weight: 300;
}

.page .slider-text h1 strong{
  font-weight: bold;
}

.page .slider-text button{
  margin-top: 15px;
}

button{
  border-radius: 20px;
}

.page .slider-text-content{
  height: calc(100vh - 350px);
}

.page-row{
  margin-top: 200px;
}

.page-alt-row{
  margin-top: 100px;
}

.section-head{
  text-align: center;
}

.section-img{
  width: 100%;
  height: 280px;
  border-radius: 24px;
  background-position: center -75px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: auto;
  margin-top: 25px;
  filter: grayscale(85%);
}

.section-img-mobile{
  width: 100%;
  height: 350px;
  border-radius: 24px;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: auto;
  margin-top: 25px;
}

.section-img-mobile-wide{
  width: 100%;
  height: 350px;
  border-radius: 24px;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  margin-top: 25px;
  background-size: auto 100%;
}


.section-p{
  font-size: 12px;
  color: rgba(0, 0, 0, 0.75);
  text-align: center;
  width: 80%;
  margin: auto;
  margin-top: 25px;
}


.profile-img{
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 100%;
  min-width: 205px;
  min-height: 250px;
  border-radius: 24px;
}

.profile .profile-name{
  text-align: center;
  font-weight: bold;
  font-size: 12;
  margin-top: 15px;
}

.profile .profile-role{
  text-align: center;
  font-size: 12;
  color: rgba(0, 0, 0, 0.75);
}

.team-row{
  margin-top: 25px;
}

.game-box{
  margin-bottom: 35px;
}

.footer{
    background-color: #000;
    color: #FFF;
    min-height: 250px;
    margin-top: 100px;
}
.footer-info{
    text-align: center;
    padding-top: 45px;
}
.social-links{
    text-align: center;
}
.social-links a{
    color: #FFF;
    font-size: 36px;
    margin: 15px 15px;
}

.social-links a:hover{
    color: #dc3545;
}

.menu a{
    color: #FFF !important;
    text-decoration: none;
}
