@charset "UTF-8";
/* CSS Document */


.slide00 {
  width: 100%;
  height: 100% !important;
  background-image: linear-gradient(rgba(0,0,0,0.33), rgba(0,0,0,0.33)), url("https://streetsoccerusa.org/olbap/wp-content/uploads/2023/10/SSUSA-Oakland-Cup1-scaled.jpg")!important;
  background-size: cover !important;
    background-position:bottom;
}
.slide01 {
  width: 100%;
  height: 100% !important;
  background-image: linear-gradient(rgba(0,0,0,0.33), rgba(0,0,0,0.33)), url("../img/slide01.jpg")!important;
  background-size: cover !important;
  background-position: center;
}
.slide02 {
  width: 100%;
  height: 100% !important;
  background-image: linear-gradient(rgba(0,0,0,0.33), rgba(0,0,0,0.33)), url("../img/slide02.jpg")!important;
  background-size: cover !important;
  background-position: center;
}
.slide03 {
  width: 100%;
  height: 100% !important;
  background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../img/slide03.jpg")!important;
  background-size: cover !important;
  background-position: center;
}