html{
  margin: 0;
  padding: 0;
}

body {
  background-color: rgba(60,177,244, .1);
  padding: 0;
  overflow-x: hidden;
  margin: 0;
}



::selection {
  background-color: rgba(135, 206, 250, .7);
  color: black;
}

.header{
  top: 0;
  position: fixed;
  z-index: 8;
}

.nav_bar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  padding: 15px 0;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  background-color: rgba(255,255,255);
  max-height: 21px;
  box-shadow: 0 0 2px rgba(0,0,0);
  z-index: 30;
  transition: all ease 0.3s;
}

.nav_bar > a, .nav_bar div {
  padding: 15px;
  text-decoration: none;
  color: rgba(0,0,0, .7);
  transition: all ease 0.3s;
  z-index: 30;
}

.Dropdown {
  position: relative;
}

.Dropdown {
  position: relative;
  display: inline-block;
  transition: all ease 0.3s;
}

.DropdownLinks{
  text-decoration: none;
  color: rgba(0,0,0, .7);
  transition: all ease 0.3s;
}
.DropdownLinks:hover{
  color:rgba(0,0,0, .9);
  box-shadow: 0 5px 1px -2px rgba(0,0,0, .9);
}

.DropdownContent {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 120px;
  z-index: 1;
  transition: all ease 0.3s;
  box-shadow: 0 0 2px rgba(0,0,0);
}

.DropdownContent a {
  display: block;
  text-decoration: none;
  color: rgba(0,0,0,.6);
  transition: all ease 0.3s;
}
.DropdownContent a:hover {
  color: rgba(0,0,0,.8);
  box-shadow: 0 5px 1px -2px rgba(0,0,0, .9);
}

.Dropdown:hover .DropdownContent {
  display: block;
  color:rgba(0,0,0, .9);
}

#donate {
  margin-left: 300px;
  background-color: rgba(0,0,0, .9);
  color: White;
  border-radius: 5px;
  border-right: none;
  box-shadow: 0 0 10px rgba(0,0,0);
  transition: width .3s;
}

#donate:hover {
  color: rgba(135, 206, 250);
}


.nav_bar img {
  height: 77px;
  width: 55px;
  padding-right: 30px;
  transition: all ease 0.3s;
}

.nav_bar.shrink img {
  height: 78px;
  width: 55px;
}

.nav_bar >a:not(:has(img)) {
  line-height: .1;
  &:hover{
    box-shadow: 0 5px 1px -2px rgba(0,0,0, .9);
    color:rgba(0,0,0, .9);
  }
  &:active {
    color:rgba(0,0,0, .9);
  }
}

.nav_bar img:hover {
  color: rgba(255, 255, 255);
  transform: scale(1.1);
}


.Hidden-header{
  display: none;
  max-height: 50px;
  position: fixed;
  top:0;
  background-color: white;
  width: 100vw;
  border-bottom: 1px solid #ccc;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 30;
}

#Hidden-img{
  height: 70px;
  width: 49px;
  padding-left: 20px;
  transform: translateY(-18%);
  transition: all ease 0.3s;
  z-index: 10;
}

.menu-icon-container {
  float: right;
  justify-content: center;
  padding: 20px;
}

.menu-icon {
  width: 33px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
}

.bar {
  width: 100%;
  height: 3px;
  background-color: #333;
  margin: 5px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  border-radius: 5px;
  transform: translateY(-300%);
}

.bar-1.transform {
  transform: rotate(45deg) translate(5px, 5px);
}

.bar-2.transform {
  transform: rotate(-45deg) translate(5px, -5px);
}

.menu {
  display: none;
  top: 50px;
  padding: 30px;
  background-color: white;
  border: 1px solid #ccc;
  margin-top: 0;
  transform: translateY(-4%);
  font-family: 'Bebas Neue', sans-serif;
  font-weight: lighter;
  font-size: 26px;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  transition: transform 0.3s ease;
}

.menu ul li {
  margin: 10px 0;
}
.menu ul li a:hover{
  border-bottom: 2px solid rgba(0,0,0.5);
}

.menu ul li a {
  text-decoration: none;
  color: #333;
  padding: 5px;
}

.header-icons i{
  color: rgba(0,0,0);
  font-size: 40px;
  padding-right: 20px;
  transition: transform ease 0.5s;
}

.header-icons{
  padding-top: 50px;
  border-top: 1px solid rgba(0,0,0, .1);
  margin-top: 2em;
  transition: transform ease 0.5s;
}

.header-icons i:hover{
  transform: scale(1.05);
}

#hiddenDonate{
  background-color: rgba(0,0,0, .9);
  color: White;
  border-radius: 5px;
  border-right: none;
  padding: 0 10px;
  box-shadow: 0 0 10px rgba(0,0,0);
  transition: width .3s;
}

#DropdownLinksTeam , #DropdownLinksSchedule{
  border: none;
}

#teamLinks, #scheduleLinks{
  display: none;
}
#teamLinks.active , #scheduleLinks.active {
  display: flex;
  flex-direction: column;
  padding-left: 2%;
  border-left: solid 1px rgba(0,0,0, .9);
}

.Content{
  text-align: center;
  justify-content: center;
  align-items: center;
}

.Content > div {
  text-align: center;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.home {
  background-color: black;
  box-shadow: 0 0 10px rgba(0,0,0);
  height: 100vh;
  background-position: center;
  width: 100vw;
}

.Dsm {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.Dsm__content {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}
.Dsm__visuals {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 120%;
  position: absolute;
  top: 0;
  left: 0;
}
.Dsm__fade {
  /*z-index: 10;*/
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.Dsm__title {
  pointer-events: auto;
  text-align: center;
  margin-top: 0;
  font-family: PP Neue Corp Wide, sans-serif;
  font-size: 4vw;
  line-height: 1;
  position: relative;
}
.Dsm__layer-title {
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 150vh;
  /*display: flex;*/
  position: absolute;
  top: 15%;
  left: 0;
  color: rgba(255,255,255);
}
.Dsm__layer-img {
  pointer-events: none;
  width: 18%;
  height: auto;
}
@font-face {
  font-family: 'PP Neue Corp Wide';
  src: url('https://cdn.prod.website-files.com/671752cd4027f01b1b8f1c7f/6717e399d30a606fed425914_PPNeueCorp-WideUltrabold.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.home-display{
  margin-top: 1.5em;
  background-color: black;
  height: 100vh;
  width: auto;
  background-image: url("../img/soccer.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 8s;
  opacity: .4;


  animation-name: animate;
  animation-direction: alternate-reverse;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
  animation-duration: 15s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;

  z-index: 1;
  display: flex;
  flex-direction: column;
  text-align: start;
}


@keyframes animate{
  0% {
    background-image: url("../img/Soccer.jpg");
  }
  25% {
    background-image: url("../img/2a6d52e5-56b3-4720-ac39-116b5e7343e9.jpg");
  }
  50% {
    background-image: url("../img/7336b013-d0d4-47c5-9f19-d86f6824cb15.jpg");
  }

  100% {
    background-image: url("../img/c6887749-25cf-4be2-8614-1a5429b37bda.jpg");
  }

}

#currentMonthDisplay{
  text-align: start;
  padding-left: 5%;
  font-family: PP Neue Corp Wide, sans-serif;
  font-size: 4vw;
}

.UpcomingGamesDisplay{
  justify-content: center;
  text-align: center;
  align-items: center;
  display: grid;
  gap: 50px;
  padding: 6%;
  margin-top: -8%;
  height: 80px;
  grid-template-columns: repeat(3, 1fr);
  font-size: 1.5vw;
}

.UpcomingGamesDisplay div{
  font-family: 'Bebas Neue', cursive;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.scheduleGameDisplay{
  padding: 4%;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.2), 0 1px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(60,177,244, .3) 0%, rgba(60,177,244,.7) 40%, rgba(60,177,244) 100%);
}

.gameDisplay{
  display: flex;
  font-size: 2.5vw;
  .HomeVs{
    padding: 5%;
    color: rgba(255,255,255);
  }
}

.TimeDisplay{
  color: rgba(0,0,0, .6);
}

.gameDateDisplay{
  color: rgba(255,255,255, .8);
  font-size: 1.9vw;
}

.slider {
  margin: 4% auto;
  max-width: 96.5vw;
  overflow: hidden;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);

}

.slide_viewer {
  height: 90vh;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: rgba(0,0,1);
}

.slide:first-child {
  display: block;
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  margin-top: -10%;
  z-index: 1;
}

a.slide_btn {
  color: rgba(255,255,255, .4);
  font-size: 60px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #428CC6;
  cursor: pointer;
}

.directional_nav {
  height: 300px;
  max-width: 900em;
  top: -140px;
}

.previous_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 94vw;
}

.previous_btn, .next_btn {
  top: 205%;
  cursor: pointer;
  height: 60px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  padding: 15px 0;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

#cellTwoDisplay, #cellOneDisplay ,#cellThreeDisplay{
  height: 100vh;
  width: 100vw;
  img{
    height: auto;
    width: 70vw;
    margin-left: 40vw;
    opacity: .7;
  }
}

.slide-text {
  position: absolute;
  left: 35%;
  padding: 0 30% 0 5%;
  transform: translateX(-50%);
  font-weight: lighter;
  text-align: start;
  color: rgba(255,255,255,.9);
  animation: riseUp 1s ease-out forwards;
  animation-delay: 0.5s;
  border-left: solid 10px rgba(255, 255, 255);
  font-family:'Trench Slab', sans-serif;
  h1{
    font-size: 1.5em;
    font-family: 'PP Neue Corp Wide', serif;
    color: rgba(60,177,244.7);
  }
  h3{
    border-bottom: solid 1px rgba(255, 255, 255);
    padding-bottom: 15px;
  }
  h2{
    font-size: 1em;
    color: rgba(255, 255, 0, .6);
  }
}


@keyframes riseUp {
  0% {
    bottom: -50px;
    opacity: 0;
  }
  100% {
    bottom: 50%;
    opacity: 1;
    transform: translate(-50%, 50%);
  }
}

.Dsm__PageNav{
  margin-top: -24%;
}

.Dsm_pageNav_card img{
  height: 100%;
  width: 100%;
  /*border-radius: 5px;*/
}

.Dsm_pageNav-displays{
  max-height: 50vh;
  overflow: hidden;
}

.Dsm_pageNav_cards{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;
  padding: 1.5%;
}

.Dsm_pageNav_card{
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
  background: rgba(255, 255,255, .5);
  border-radius: 15px;
  overflow: hidden;

}


.Dsm_pageNav_content{
  text-align: start;
  padding: 5%;
}

.Dsm_pageNav_title{
  font-family: 'PP Neue Corp Wide', serif;
  font-weight: lighter;
  color: rgba(60,177,244.7);
}

.Dsm_pageNav_desc{
  font-family:'Trench Slab', sans-serif;
  color: rgba(0,0,0,.7);
}

.Dsm_pageNav_card_link{
  text-decoration: none;
  color: rgba(0,0,0,.7);
  background: rgba(60,177,244);
  padding: 5px;
  font-family:'Trench Slab', sans-serif;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  &:hover{
    box-shadow:none;
  }
}

.footer{
  margin-top: 5%;
  justify-content: center;
  font-family: 'Bebas Neue', sans-serif;
  color: rgba(255,255,255);
  text-align: center;
  align-items: center;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .4);
  background-image: url("../img/Footer.jpg");
  background-size: cover;
  width: 100vw;
}

.footer{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1%;
}

.footer-logo img{
  height: 150px;
  width: 110px;
}
.footer-logo{
  border-right: 10px solid rgba(255,255,255, .5);
  letter-spacing: .1vw;
  background: rgba(0,0,0,.6);
}
.footerDisc div{
  padding-bottom: 12%;
}
.footerTitle{
  font-family: 'PP Neue Corp Wide', serif;
  font-size: 4vh;
}

.icons i{
  color: rgba(255,255,255, .7);
  font-size: 50px;
  transition: trasform ease 0.5s;
  padding-right: 20px;
}

.icons{
  transition: trasform ease 0.5s;
}

.icons i:hover{
  color: rgba(255,255,255);
}

.footer p{
  font-family: Arial, sans-serif;
}

.license{
  background-color: #152340;
  margin-bottom: -10%;
  text-align:center;

}

.license p {
  font-size: 14px;
  margin: 5px 0;
  color: rgba(255,255,255,.5);
  font-family: 'Trench Slab', sans-serif;
}

