body{
  width: 100%;
  margin: 0;
}
html{
  scroll-behavior: smooth;
}

h1{
  font-family: 'Anton', sans-serif;
  text-align: center;
  font-size: 75px;
  color: green;
}
h2{
  font-family: 'Anton', sans-serif;
  text-align: left;
}
a:hover { text-decoration: none; }

.jumbotron{
  padding: 0px;;
}
.basketball {
  background-image: url(../Images/Jumbotron_bball.jpg);
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 300px);
  padding-top: 100px;
  align-items: center;
  justify-content: center;
}
.howToGetStarted {
  background-image: url(../Images/Jumbotron_bball.jpg);
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 300px);
  padding-top: 100px;
  align-items: center;
  justify-content: center;
}
.basketballRelated {
  background-image: url(../Images/Jumbotron_bball.jpg);
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 300px);
  padding-top: 100px;
  align-items: center;
  justify-content: center;
}
.home {
  background-image: url(../Images/pencils.png);
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  display: flex;
  height: calc(100vh - 200px);
  padding-top: 100px;
  align-items: center;
  justify-content: center;
}

.display-4{
  font-size: 15rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  color: white;
  text-shadow: -10px 10px 20px rgb(0 0 0 / 50%);
}
.display-3{
  font-size: 10rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  color: white;
  text-shadow: -10px 10px 20px rgb(0 0 0 / 50%);
}
.btn-outline-primary {
  background-color: white;
  color: green;
  border-color: green;
  border: 2px solid;
  margin: 20px;
  cursor: pointer;
}
.btn-outline-primary:hover {
  background-color: green;
  color: white;
  border-color: green !important;
  border: 2px solid;
  cursor: pointer;
}
.btn-secondary {
  border-color: transparent;
  color: #fff;
  background-color: green;
  border-color: none;
  cursor: pointer;
}
.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
  color: #fff;
  border-color: white;
  background-color: green !important;
  box-shadow: none !important;
  cursor: pointer;
}
.customNav{
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9) !important;
  width: 100%;
  z-index: 10;
}
.navbar-nav{
  margin-left: auto;
  margin-right: none;
  text-align: center;
}
.mr-auto{
  margin-right: 0 !important;
}
.navbar-brand img{
  padding-left: 40px;
  width: 100%;
}
.navbar ul li{
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding-right: 40px;
  margin: none;
  text-align: end;
}
.nav-item {
  margin: 0px;
}
.navbar-light .navbar-brand {
  color: #f8f9fa;
}
.nav-link{
  color: white !important;
  width: max-content;
  border-radius: .25rem;
}
.nav-link:hover{
  background-color: white;
  color: green !important;
}
.green {
  color: green !important;
  background-color: rgb(255, 255, 255);
}
.dropdown-item{
  white-space: normal;
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: 400;
  color: white;
  text-align: inherit;
  background-color: green;
  border: 0;
}
.dropdown-item:hover{
  background-color: white;
  color: green;
}
.start p{
  font-size: 20px;
  color: #000000;
  text-align: left;
  justify-content: center;
  align-content: center;
}
.getStarted{
  display: grid;
  width: 100%;
  align-items: center;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: 1fr 1fr;
  grid-template-areas:
  "getStartedLeft getStartedRight getStartedRight getStartedRight"
  "tipsLeft tipsLeft tipsLeft tipsRight"
}
.getStartedRight{
  grid-area: getStartedRight;
  text-align: center;
  justify-content: center;
  padding-bottom: 20px;
}
.getStartedLeft {
  grid-area: getStartedLeft;
  padding-bottom: 20px;
}
.tipsRight{
  grid-area: tipsRight;
  text-align: center;
  justify-content: center;
  padding-bottom: 20px;
}
.tipsLeft {
  grid-area: tipsLeft;
  padding-bottom: 20px;
}
.getStarted img{
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.container .start {
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  max-width: 100% ;
}
.row{
  margin: 0 auto;
}

.Test{
  width: 100%;
  color: white;
  position: relative;
  text-align: center;
  padding: 20px;
  margin: 0 auto;
  transition: all .5s ease;
}

.Test:hover{
  transform: scale(1.05); 
}

.centered h1 {
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 20px rgb(0 0 0);
}


.cardContainer {
  margin: 0px;
  padding: 10px;
  text-align: center;
}
.card {
  margin: 0 auto;
  border: solid 2px black;
}
.card-body {
  background-color: lightgray;
}



.footer {
  background-color: rgb(0, 0, 0); 
  list-style-type: none;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
  padding-top: 0;
}

.footer li {
  display: inline-block;
  padding: 20px;
  }

/*social media icons*/

.fa {
  padding: 10px 10px 10px 10px;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}



/*Media Query*/
@media only screen and (min-width: 1200px) {
.container {
    max-width: 100%;
}}
@media only screen and (min-width: 992px) {
  .container {
      max-width: none;
  }}
  @media only screen and (min-width: 768px) {
    .container {
        max-width: none;
    }}
    @media only screen and (min-width: 576px) {
      .container {
          max-width: none;
      }}