:root {
  --bball-orange: #e15a25;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: #1a1a1a;
}

.home-hero {
  color: var(--bball-orange);
  background-image: linear-gradient(#00000080, #00000080), url('../images/bball_hero.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  align-items: center;
  height: 70vh;
  padding-top: 140px;
  display: block;
}

.container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: block;
}

.nav-menu {
  margin-top: 19px;
}

.navbar {
  background-color: #a1a1a1b0;
  padding-top: 4px;
  padding-bottom: 4px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.nav-link:focus {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: var(--bball-orange);
  border-radius: 0;
}

.nav-link.w--current {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--bball-orange);
  color: var(--white);
}

.nav-link.w--current:focus {
  border-style: none;
  border-width: 1px 1px 2px;
  border-color: black black var(--bball-orange);
}

.nav-link-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.nav-link-3 {
  font-size: 18px;
}

.container-2 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.home-heading {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 47px;
  font-weight: 300;
}

.grid {
  grid-template-columns: .75fr 1fr;
}

.hero-text {
  color: #bdacac;
  font-size: 23px;
}

.review-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 54px;
  padding-top: 29px;
  display: flex;
}

.upcoming-camps {
  padding-top: 86px;
  padding-bottom: 86px;
}

.section-heading {
  color: #fff;
  margin-top: -5px;
  margin-bottom: 34px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.container-3 {
  max-width: 1200px;
}

.camp-wrapper {
  background-color: #fff;
  border: 1px solid #494747;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  min-width: 400px;
  max-width: 400px;
  min-height: auto;
  margin-right: 30px;
  padding: 19px;
  display: flex;
}

.camp-wrapper.hide {
  display: block;
}

.camp-wrapper.minicamp {
  display: none;
}

.camp-image {
  background-image: url('../images/malad.JPG');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.camp-image.instert {
  background-position: 50%;
  border: 4px solid #000;
  border-radius: 12px;
  min-height: 200px;
}

.camp-image.instert.cent {
  background-image: url('../images/37296_411495598925_2931307_n.jpg');
  background-position: 50% 0;
  border-radius: 12px;
}

.camp-image.instert.kids {
  background-image: url('../images/19679141_10155436971928926_1881110134579011007_o-1.jpg');
  background-position: 50%;
  border-radius: 12px;
}

.camp-image.instert.teamcamp {
  background-image: url('../images/35522488_10156354890821704_7215369049520209920_n.jpg');
  background-position: 50%;
  border-radius: 12px;
}

.camp-title {
  color: #e15a25;
  text-align: center;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.camp-date {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 19px;
}

.register-button {
  border: 1px solid var(--bball-orange);
  color: var(--bball-orange);
  text-align: center;
  background-color: #0000;
  border-radius: 18px;
  margin-top: 21px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
  transition: background-color .4s;
}

.register-button:hover {
  background-color: var(--bball-orange);
  color: var(--white);
}

.register-button.cent {
  text-transform: uppercase;
  display: block;
}

.div-block {
  flex-direction: row;
  display: none;
}

.image-break-section {
  background-image: linear-gradient(#3a3535d1, #3a3535d1), url('../images/2bbasketballcampdefense.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  max-height: 300px;
  display: flex;
}

.section-heading-quote {
  color: #e15a25a3;
  text-align: center;
  margin-top: -5px;
  margin-bottom: 34px;
  font-family: Permanent Marker, sans-serif;
  font-size: 54px;
  font-weight: 400;
}

.bold-text {
  color: #e15a25c9;
  font-family: Permanent Marker, sans-serif;
  font-size: 51px;
}

.bold-text-2 {
  color: var(--bball-orange);
  font-family: Permanent Marker, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.mask {
  max-width: none;
}

.review-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 49px;
  display: flex;
}

.paragraph {
  color: #7c7a79;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 19px;
}

.slide {
  max-width: 400px;
  margin-right: 12px;
}

.slide-2, .slide-3 {
  max-width: 400px;
  padding-right: 12px;
}

.slider {
  background-color: #1a1a1a;
  max-width: 1200px;
}

.slide-4 {
  max-width: 400px;
}

.left-arrow {
  margin-left: -42px;
}

.right-arrow {
  margin-right: -41px;
}

.footer {
  background-image: linear-gradient(#000, #fff0), url('../images/binding_dark.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  height: 40vh;
  padding-top: 63px;
}

.container-4 {
  max-width: 1200px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.div-block-2 {
  max-width: 150px;
  max-height: 150px;
  margin-top: 38px;
}

.lottie-animation {
  margin-bottom: -32px;
}

.image-break-section-copy {
  background-image: linear-gradient(#3a3535e3, #3a3535e3), url('../images/handsin.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  max-height: 300px;
  display: flex;
}

.coaches-section {
  padding-top: 49px;
  padding-bottom: 49px;
}

.container-5 {
  max-width: 1200px;
}

.coach-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
  position: static;
  overflow: visible;
}

.coach-bio {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: static;
}

.coach-pic {
  background-image: url('../images/coachdeena.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 114px;
  width: 150px;
  max-width: none;
  height: 150px;
  max-height: none;
  position: static;
}

.coach-pic._2 {
  background-image: url('../images/rayna.jpg');
}

.coach-pic._3 {
  background-image: url('../images/shari.jpg');
}

.coach-name {
  color: var(--bball-orange);
  margin-bottom: 0;
  font-family: Permanent Marker, sans-serif;
  font-size: 27px;
  font-weight: 400;
}

.location {
  color: #8a8786;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.columns {
  position: relative;
}

.coach-bio-text {
  color: #868282;
  text-align: center;
  margin-top: 17px;
}

.column {
  position: static;
}

.camp-details {
  color: #777373;
  margin-top: 17px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.camp-time {
  margin-top: 7px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.footer-header {
  color: var(--bball-orange);
  font-family: Permanent Marker, sans-serif;
}

.footer-info {
  color: var(--white);
  font-size: 17px;
  line-height: 1.4;
}

.pin-grid {
  column-count: 3;
  max-width: 1200px;
}

.grid-img {
  margin-bottom: 18px;
}

.slide-5, .slide-6 {
  max-width: 400px;
}

.camp-info-video-sectioni {
  display: block;
}

.container-6 {
  padding: 33px;
}

.text-block {
  color: #c5c5c5;
}

@media screen and (max-width: 991px) {
  .home-hero {
    background-image: linear-gradient(#0000, #0000), url('../images/bball_hero.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1000px;
    height: auto;
    padding-top: 124px;
  }

  .container-2 {
    margin-top: -1px;
    padding: 0 78px 78px;
  }

  .hero-text {
    text-align: center;
  }

  .review-section {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .upcoming-camps {
    padding-top: 91px;
    padding-left: 27px;
    padding-right: 27px;
  }

  .camp-wrapper {
    margin-bottom: 29px;
  }

  .div-block {
    flex-direction: column;
    align-items: center;
  }

  .slide, .slide-2, .slide-3, .slide-4 {
    max-width: none;
  }

  .footer {
    padding-left: 76px;
  }

  .coaches-section {
    padding-left: 19px;
    padding-right: 19px;
  }

  .gallery-section {
    padding-left: 33px;
    padding-right: 33px;
  }

  .pin-grid {
    column-count: 2;
  }
}

@media screen and (max-width: 767px) {
  .container-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .review-section {
    display: block;
  }

  .bold-text {
    font-size: 39px;
  }

  .footer {
    padding-left: 46px;
  }

  .pin-grid {
    column-count: 1;
  }
}

@media screen and (max-width: 479px) {
  .home-hero {
    text-align: center;
    background-image: linear-gradient(#0000, #0000), url('../images/bball_hero.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, 1000px;
  }

  .container-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text {
    margin-bottom: 46px;
  }

  .review-section {
    margin-top: 34px;
    margin-bottom: 34px;
    padding-top: 0;
  }

  .upcoming-camps {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .camp-wrapper {
    min-width: 290px;
    margin-right: 0;
  }

  .camp-title {
    font-size: 23px;
  }

  .div-block {
    padding-left: 12px;
    padding-right: 12px;
  }

  .mask {
    padding-bottom: 0;
  }

  .paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .slide {
    padding-bottom: 0;
  }

  .left-arrow {
    margin-left: -16px;
  }

  .right-arrow {
    margin-right: -16px;
  }

  .footer {
    height: auto;
    margin-bottom: 51px;
    padding-bottom: 0;
    padding-left: 23px;
    padding-right: 23px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    margin-bottom: 37px;
  }

  .div-block-2 {
    margin-top: 9px;
  }

  .div-block-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slide-nav {
    top: 316px;
  }
}

#w-node-_34de89aa-df1f-6334-7f23-9f7fa6c87bec-f2fec528 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}


