*{
    box-sizing:border-box;
}
body{
    color: #999;
    background-attachment:fixed;
}
header{
    grid-row:1/2;
    grid-column:1/9;
    background-image: url(images/header_image.jpeg);
    background-size:cover;
    background-position: 50% 57%;
    background-repeat:no-repeat;
    padding:40px;
    padding-left:5px;
}
header img{
    display:none;
}
#links{
    background-color:#000;
    grid-row:2/3;
    grid-column:1/9;
    border-top-style:solid;
    border-top-color:#FF4E00;
    border-top-width: 5px;
}
a{
    color:#fff;
    font-weight: 700;
}
.overflowTest {
    color: white;
    height: 150px;
    overflow: scroll;
    background-color: #999;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    margin:0 auto;
    max-width:800px;
    display:flex;
    text-align:left;
    font-size: 15px;

  }
#wrapper{
    display:grid;
	grid-auto-rows:minmax(0,auto);
	grid-template-columns:minmax(0px,1fr) repeat(6,minmax(0,175px)) minmax(0px,1fr);
}
nav{
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    background-color:#000;
    border-top-style:solid;
    border-top-color:#FF4E00;
    border-top-width: 5px;
    position:sticky;
    top:0;
    grid-area:2/2/3/8;
}
nav a{
    text-decoration:none;
    color:#fff;
    padding: 1rem 0rem;
    display:block;
    text-align:center;
    
}
#wnba{
    margin:30px;
}
nav a:hover{
    background-color:#fff;
    color:#FF4E00
}
nav ul{
    margin:0 0 0 0;
    padding:0 0 0 0;
    list-style-type:none;
    display:flex;
    flex-flow:nowrap;
    flex-flow:row;
    
}
nav ul li{
    width:100%;
}

h1,h2 a{
    text-decoration:none;
}
h1{
    color:#FF4E00;
    margin-bottom:0;
}
.b_names{
    font-size:20pt;
}
h2{
    color:#FF4E00;
    margin-bottom: 10px;
    margin-top:0;
    font-family:'Roboto Mono', monospace;
    
}
#highlights{
    margin-bottom: 32px;
}
main{
    grid-area:4/2/5/8;
    margin-top:80px
}

body{
    margin:0px;
    background-color:#fff;
    background-attachment:fixed;
}
#topimage{
    height:300px;
    background-image:url(images/college-basketball-balls.jpeg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    grid-area:3/1/4/9;
}
.weeks{
    border-left: 6px solid #FF4E00;
  background-color: lightsalmon;
  padding-left:5px;
  color:white;


}
#dribblingimage{
    width:100%;
    max-width:800px;
    margin-bottom:20px;
}
#basicrulesimage{
    width:100%;
    max-width:800px;
    margin-bottom:20px;
}
#foulingimage{
    width:100%;
    max-width:800px;
  margin-bottom:20px;
}
div{
    display:flex;
}


section img{
   width:130px;
}
.nba{
    width: 100px;
    height:auto;
}
footer{
    background-color:#FF4E00;
    padding-bottom:40px;
    padding-top:20px;
    color:#fff;
    font-size:12pt;
    margin-top:45px;
    display:flex;
    justify-content:space-evenly;
    

}
  .content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
    width:100%;
    margin: 0 auto;
    max-width:800px;
    text-align:left;
  
  }
body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
#section{
  display:block;
}

.mySlides {display:none;
    /* max-width: 500px; */

}
.slide_details{
    display:flex;
}

.w3-content{
    width:100%;
    background-color:rgb(236, 236, 236);
    padding:20px;
    display:block;
}
.info{
    display:flex;
    height:430px;

}
.pics{
    float:left;

   
}

.para{
   padding:30px; 
   font-size:20px;
   font-family: 'Antonio', sans-serif;
   
}
.sig{
    color:#FF4E00
}

.details{
    display:block;
}
#profilegrid{
    display:grid;
    grid-template-rows: auto;
    grid-template-columns:repeat(3,minmax(0,auto));
    row-gap:120px;
}

#rules{
    text-align:center;
}
/* <a href = "#week1"> */

.card_image{
    width:300px;
    height:300px;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  width: 300px;
  margin: auto;
  height:510px;
  text-align: center;
  font-family: arial;
  display:block;

}
.center{
    display: block;
    
}
.title {
  color: grey;
  font-size: 18px;
}


@media only screen and (max-width:1040px){
    #wrapper{
        grid-template-columns:minmax(0px,1fr) repeat(6,minmax(0,150px)) minmax(0px,1fr);
    }
    
}    
@media only screen and (max-width:900px){
    header{
        background-image:url(900logo.png);
        background-position:7px;
        background-repeat:no-repeat;
     
    }
    #profilegrid{
        grid-template-columns:repeat(2,minmax(0,auto));
    
    }

        
    
    .rules1{
        padding:20px;
        text-align:center;
    }
   
form{
    padding:20px;}

}
   
           

@media only screen and (max-width:700px){
    nav{
        position:static;
    }
	nav ul{
        flex-direction:column;
   }
   header{
       background-image:none;
       text-align:center;
   }
   header img{
       display:block;
      margin:auto;
   }
   #profilegrid{
    grid-template-columns:repeat(1,minmax(0,auto));

}
#pics{
    float:none;
    align-items: center;
}
#para{
    display:none;
}
#section{
    display:block;
}
form{
    margin:20px;
}
footer{
    flex-direction: column;
    align-items: flex-start;
    padding:35px;
}
#formh{
    text-align: center;
}

}
