:root {
  --color-4: #0f316b;
  --color-6: #eb5505;
  --color-7: #e9e9ea;
  --color-3: #396dc5;
  --color-5: #98bcf8;
  --color: white;
  --color-2: #1a1a1a;
  --color-8: #aaadad;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75em;
}

h2 {
  color: var(--color-4);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 2em;
  font-style: italic;
  font-weight: 800;
  line-height: 1.2em;
}

h3 {
  color: var(--color-6);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--color-6);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 25px;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  line-height: 1.5em;
}

li {
  margin-bottom: 10px;
  line-height: 1.2em;
}

.hero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0%;
  display: flex;
}

.hero-content-div {
  z-index: 500;
  background-color: #0000;
  background-image: repeating-linear-gradient(180deg, var(--color-7), #8d8f8f);
  color: #3330;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-7);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 650px;
  height: 49%;
  margin-left: 8%;
  padding-top: 0%;
  font-family: Droid Sans, sans-serif;
  font-size: 3em;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button {
  background-color: var(--color-3);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 17px 30px 15px;
  line-height: 1em;
}

.button:hover {
  background-color: var(--color-5);
  color: var(--color-4);
}

.button.outline {
  border: 1px solid var(--color);
  background-color: #396dc500;
}

.button.outline:hover {
  border-color: var(--color-5);
  background-color: var(--color-5);
}

.button.small {
  padding: 15px 20px 13px;
  font-size: .8em;
}

.welcome {
  background-color: #98bcf833;
  padding-top: 5%;
  padding-bottom: 5%;
}

.wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrap.flex {
  justify-content: space-between;
  max-width: 1600px;
  display: flex;
}

.wrap.flex.btm-marg {
  margin-bottom: 5%;
}

.wrap.callout {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/tournes.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
  padding: 100px;
}

.wrap.center.with-pad {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: #00000070;
  border-radius: 10px;
  width: 100%;
  padding: 65px;
  position: relative;
}

.text-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.text-div._31 {
  width: 31%;
}

.text-div._50 {
  flex-flow: row;
  align-items: stretch;
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-div._50.pad-blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--color);
  background-color: #0000005e;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 40px;
}

.img-div {
  object-fit: cover;
  overflow: hidden;
}

.img-div._31 {
  width: 31%;
}

.img-div._50 {
  width: 50%;
}

.img-div._50.mobile {
  display: none;
}

.img-div._50-hide {
  width: 50%;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.h2-white, .div-white {
  color: var(--color);
}

.tournes {
  background-color: #98bcf833;
  padding-top: 0%;
  padding-bottom: 5%;
}

.leagues {
  padding-top: 5%;
  padding-bottom: 5%;
}

.lt-blue-txt {
  background-color: var(--color-5);
  width: 100%;
  padding: 20px;
}

.full-wdith {
  background-image: url('../images/shooting-hoops.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: center;
  min-height: 65vh;
  padding: 5%;
  display: flex;
}

.section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.blue-holder {
  background-color: #98bcf833;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.footer-light {
  background-color: var(--color-4);
  background-image: url('../images/team-boys.jpg');
  background-position: 50%;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 5% 0;
  position: relative;
}

.container {
  z-index: 20;
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-brand {
  max-width: 200px;
  margin-bottom: 20px;
}

.footer-block-two {
  color: var(--color);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.footer-block-two.last {
  justify-content: center;
  align-items: center;
  width: 25%;
}

.footer-copyright {
  color: var(--color);
  line-height: 1.2em;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 0;
  display: flex;
}

.footer-social-link {
  width: 30px;
  margin-left: 0;
  margin-right: 10px;
}

.image {
  max-width: 200px;
}

.image._2 {
  margin-top: 20px;
}

.footer-block-30 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-block-30.space {
  color: var(--color);
  justify-content: flex-start;
  width: 32%;
}

.navbar {
  background-color: #ddd0;
  height: 110px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.image-2 {
  height: 90px;
}

.nav-menu {
  z-index: 5;
  align-items: center;
  height: 110px;
  display: flex;
}

.menu-item {
  color: var(--color);
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1em;
}

.menu-item:hover {
  color: var(--color-6);
}

.menu-item.phone {
  background-color: var(--color-6);
  padding: 10px 20px;
}

.menu-item.phone > a { color: var(--color); }

.menu-item.phone:hover {
  background-color: var(--color-5);
  color: var(--color-4);
}

.brand {
  z-index: 5;
  margin-top: 10px;
  margin-bottom: 5px;
}

.nav-line {
  z-index: 5;
  background-color: #ffffff4d;
  border-bottom: 1px #ffffff45;
  justify-content: space-between;
  align-items: center;
  height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 5% 0%;
}

.nav-bg-div {
  background-color: var(--color-4);
  opacity: .88;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  height: 110px;
  position: absolute;
  inset: 0%;
}

.menu-button {
  z-index: 5;
}

.image-3, .image-4 {
  filter: invert();
}

.footer-bg-div {
  -webkit-backdrop-filter: grayscale() blur(2px);
  backdrop-filter: grayscale() blur(2px);
  background-color: #0f316bdb;
  position: absolute;
  inset: 0%;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.text-field {
  border: 1px solid var(--color);
  background-color: #ffffff1a;
  border-radius: 0;
}

.text-field:focus, .text-field::placeholder {
  color: #fff;
}

.radio-holder {
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
}

.radio-button-field {
  align-items: center;
  margin-bottom: 0;
  margin-left: 15px;
  display: flex;
}

.radio-button {
  margin-right: 10px;
}

.recaptcha {
  margin-bottom: 20px;
}

.slider {
  background-color: var(--color-2);
  width: 100%;
  height: 100%;
}

.slide-nav {
  padding-left: 5%;
  display: none;
}

.hero-slide {
  background-image: linear-gradient(265deg, #0000, #00000082), url('../images/hero1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero-slide._2 {
  background-image: linear-gradient(265deg, #0000, #00000082), url('../images/hero2.jpg');
  background-position: 0 0, 0 100%;
}

.hero-slide._3 {
  background-image: linear-gradient(265deg, #0000, #00000082), url('../images/hero3.jpg');
  background-position: 0 0, 0 25%;
}

.hero-slide._4 {
  background-image: linear-gradient(265deg, #0000, #00000082), url('../images/hero4.jpg');
  background-position: 0 0, 0 100%;
}

.hero-slide._5 {
  background-image: linear-gradient(265deg, #0000, #00000082), url('../images/hero5.jpg');
  background-position: 0 0, 0 0;
}

.hero-btn-holder {
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  height: 48%;
  margin-left: 8%;
  padding-bottom: 0%;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.scroll-link {
  color: var(--color);
  flex-flow: column;
  align-items: center;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.scroll-holder {
  z-index: 30;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% 3%;
}

.image-5 {
  width: 30px;
  margin-bottom: 5px;
}

.me-hoops-logo-abs {
  max-width: 125px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.image-6 {
  max-width: 50%;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .hero {
    height: 800px;
  }

  .hero-content-div {
    max-width: 65%;
    margin-left: 5%;
  }

  .wrap.flex {
    flex-flow: column;
  }

  .wrap.callout {
    background-image: linear-gradient(#0000, #0000), url('../images/tournes.jpg');
    background-attachment: scroll, scroll;
    padding: 0;
  }

  .wrap.center.with-pad {
    padding: 80px;
  }

  .text-div._31, .text-div._50 {
    width: 100%;
  }

  .text-div._50.pad-blur {
    padding: 20px;
  }

  .text-div._50.less {
    padding-top: 0;
    padding-bottom: 0;
  }

  .img-div._31 {
    width: 100%;
  }

  .img-div._31.hide {
    display: none;
  }

  .img-div._31.max {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-height: 450px;
    display: flex;
  }

  .img-div._31.max._2 {
    justify-content: flex-end;
  }

  .img-div._50 {
    width: 100%;
  }

  .img-div._50.mobile {
    display: flex;
  }

  .img-div._50-hide {
    width: 100%;
    display: none;
  }

  .full-wdith {
    background-position: 60% 0;
    background-attachment: scroll;
  }

  .container {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-brand {
    max-width: 150px;
  }

  .footer-block-two {
    width: 45%;
  }

  .footer-block-two.last {
    justify-content: flex-start;
  }

  .footer-social-block-two {
    margin-bottom: 20px;
  }

  .image {
    max-width: 150px;
  }

  .footer-block-30.space {
    width: 25%;
    line-height: 1.2em;
  }

  .navbar {
    height: auto;
    padding-left: 10px;
    padding-right: 0;
  }

  .image-2 {
    height: 130px;
  }

  .nav-menu {
    background-color: #0f316bde;
    height: auto;
    margin-left: 200px;
  }

  .brand {
    margin-top: 10px;
    margin-bottom: 0;
    position: absolute;
  }

  .nav-line {
    display: none;
  }

  .nav-bg-div {
    height: auto;
  }

  .menu-button {
    color: var(--color);
    padding: 20px;
  }

  .menu-button.w--open {
    background-color: var(--color-6);
  }

  .slide-nav {
    display: flex;
  }

  .hero-slide {
    background-position: 0 0, 60% 0;
  }

  .hero-slide._2 {
    background-position: 0 0, 50% 100%;
  }

  .hero-slide._3 {
    background-position: 0 0, 50% 0;
  }

  .hero-slide._4 {
    background-position: 0 0, 80% 100%;
  }

  .hero-slide._5 {
    background-position: 0 0, 50% 0;
  }

  .hero-btn-holder {
    margin-left: 5%;
  }

  .scroll-holder {
    display: none;
  }

  .me-hoops-logo-abs {
    max-width: 75px;
  }

  .image-6 {
    max-width: 30%;
  }

  .left-arrow, .right-arrow {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 20px;
    font-size: 1.8em;
  }

  h4 {
    margin-bottom: 0;
    font-size: 1.5em;
  }

  .hero {
    height: 500px;
  }

  .hero-content-div {
    -webkit-text-stroke-width: 1px;
    max-width: 55%;
    height: 40%;
    font-size: 2em;
  }

  .button {
    padding: 15px 20px 12px;
    font-size: .9em;
  }

  .wrap.center.with-pad {
    padding: 25px;
  }

  .text-div._31.less {
    padding-top: 0;
  }

  .text-div._50.pad-blur {
    background-color: #000000a8;
    width: 100%;
  }

  .full-wdith {
    min-height: 0;
    padding: 0%;
  }

  .blue-holder {
    padding: 20px;
  }

  .footer-light {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-flow: column;
  }

  .footer-block-two {
    width: 100%;
  }

  .footer-block-two.last {
    flex-flow: row;
    justify-content: space-around;
    width: 100%;
    margin-top: 20px;
  }

  .footer-copyright {
    font-size: 1em;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 0;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .footer-block-30.space {
    width: 100%;
    margin-bottom: 20px;
  }

  .hero-btn-holder {
    width: auto;
    height: 30%;
  }

  .me-hoops-logo-abs {
    margin-bottom: 20px;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.6em;
  }

  h4 {
    margin-bottom: 15px;
    font-size: 1.2em;
  }

  p {
    margin-bottom: 20px;
  }

  ul {
    padding-left: 20px;
  }

  .hero {
    height: 600px;
  }

  .hero-content-div {
    max-width: 75%;
  }

  .button {
    letter-spacing: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: .8em;
  }

  .wrap.center.with-pad {
    padding: 15px;
  }

  .img-div._31.max._2 {
    max-height: 350px;
  }

  .lt-blue-txt, .blue-holder {
    padding: 15px;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-block-two.last {
    justify-content: space-between;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .image {
    max-width: 45%;
  }

  .image-2 {
    height: 100px;
  }

  .hero-slide {
    background-position: 0 0, 80% 0;
  }

  .hero-slide._2 {
    background-position: 0 0, 80% 100%;
  }

  .hero-slide._3 {
    background-position: 0 0, 75% 0;
  }

  .hero-slide._4 {
    background-size: auto, auto 130%;
  }

  .hero-slide._5 {
    background-position: 0 0, 65% 0;
  }

  .image-6 {
    max-width: 100%;
  }
}


