body{
    background-color:#034C8C;
}
.logo{
    width: 50px;
    height:50px;
}
header{
    position: sticky;
    margin: 0px;
    top:0px;
    z-index: 2;
}
.menu-item{
    display: none;
}
.burger{
    font-size: 2.65em;
    color: white;
    align-items: right;
    

}
nav{
    display: flex;
    justify-content:space-between;
    align-items: center;
    border-bottom: 2px solid white;
    background-color: black;
    
}
.sidenav {
    height:100%;
    width:0;
    position:fixed;
    z-index: 2;
    top:0;
    left:0;
    background-color: #C41D04;
    overflow-x:hidden;
    transition: 0.5s;
    padding-top:60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size:25px;
    color: white;
    display: block;
    transition: 0.3s;
}
/* When you mouse over the navigation links, change their color from class*/
.sidenav a:hover {
    color: #034C8C;
  }
  
  /* Position and style the close button (top right corner) from class */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation from class*/
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) from class */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }



.top{
    color: white;
    justify-content: center;
    font-size: 5vw; 
    text-align: center; 
    margin: 20px 0; 
    text-shadow: 3px 3px 6px rgba(151, 25, 25, 0.7);
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.fourteen{
    display: block;
    margin-top: 15px;
    margin-left: 0px;
    justify-content: center;
}

.curbron{
    max-width: 100%;
    margin: 0px;
}

.gamesix{
    width: 100%;      
    height: auto; 
    max-width: 100%;
    margin: 0px;
}
.caption{
    margin-top: 1px; 
    font-size: 8px; 
    color: white;
}
.recap{
    align-items: left;
    display: block;
    color: white;
}
/* THIS IS RIVALRIES PAGE */
.rivals{
    color: white;
    font-size: 5vw; 
    text-align: left; 
    margin: 20px 0; 
}

.lance{
    width: 100%;      
    height: auto; 
    max-width: 100%;
    margin: 0px;
}



.rival-div{
    align-items: left;
    display: block;
    color: white;
    border-bottom: 1px solid white;
    margin-bottom: 20px;
}
.rival-list{
    align-items: left;
    display: block;
    color: white;
}

.icontainer{
    position: relative;        
    width: 80%;              
    padding-top: 56.25%;      /* chatgpt suggested */
    margin: 0 auto;           
}

.rival-video{
    position: absolute;        
    top: 0;                  
    left: 0;                  
    width: 100%;              
    height: 100%;             
}
.player-list{
    align-items: left;
    display: block;
    color: white;
}
.rival-p{
    color: white;
    text-align: left; 
    margin: 20px 0; 
    border-bottom: 1px solid white;
}
/* champions */
.meet-team{
    text-align: center;
    align-items: center;
    padding: 10px;
    padding-bottom: 15px;
    font-size: x-small;
    color: gray;
    font-family: Arial, Helvetica, sans-serif

}
.meet-the-team {
    text-align: center;
    padding: 20px;
    border-bottom:1px solid white
}


.team-member {
    display: inline-block;
    margin: 15px;
    text-align: center;
    color: white;
}

.team-photo {
    width: 125px; 
    height: 125px; 
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid black;
    flex-wrap: wrap;
}

.champs{
    color: white;
    font-size: 5vw; 
    text-align: left; 
    margin: 20px 0; 
}
.link-champ{
    color: white;
}
#bean{
    width: 100%;      
    height: auto; 
    max-width: 100%;
    margin: 0px;
}
#no-ring{
    color: white;
}



/* All-2010s */

#twoten{
    width: 100%;      
    height: auto; 
    max-width: 100%;
    margin: 0px;
}
.grid-container {
    flex-wrap: wrap; 
    border-bottom: 1px solid white;
}

.box {
    display: inline-block;
    flex: 1; 
    text-align: left; 
    color: white;
    font-size: 2.9vw;
    padding-bottom: 5px;
}

.stat{
    justify-content: center;
    text-align: center;
}
.container-2{
    display: none;
}
.container {
    display: flex; 
    margin-top: 5px;
}

.box-1 {
    flex: 1; 
    
    padding: 10px; 
   color: white;
    text-align: left;
    justify-content: space-between;

}
.box-2{
    text-align:left;
}
.work{
    margin: 0; 
    padding: 0; 
    list-style-position: inside; 
    font-size: 2.25vw;
}
#the-teams{
    align-items: left;
    display: block;
    color: white;
    text-align: center;
    text-decoration: underline;

}


/* used Responsive design folder as a template for this */
#outer-container{
    border:2px solid white;
    display:flex;
}

.col-left, .col-right{
    width:800px;
}

.row{
    border:1px solid;
    display:flex;
    justify-content: center;
    align-items: center;
}

#row-top-left{
    background-color: white;
    background-image: url('../img/gsw.jpg'); 
    background-size: cover; 
    background-position: center;
    border: 0.5px solid white;
    height:200px;
}

#row-bottom-left{
    background-color: white;
    background-image: url('../img/bryant.jpg'); 
    background-size: cover; 
    background-position: center;
    border: 0.5px solid white;
    height:200px;
}

#row-top-right{
    background-color: white;
    background-image: url('../img/lin.jpg'); 
    background-size: cover; 
    background-position: center;
    border: 0.5px solid white;
    height:200px;
}

#row-bottom-right{
    background-color: white;
    background-image: url('../img/baller.jpg'); 
    background-size: cover; 
    background-position: center;
    border: 0.5px solid white;
    height:200px;
}




.footer {
    height: 50px; 
    position: relative; 
}

.footer-image {
    background-image: url('../img/footer.png'); 
    background-size: cover; 
    background-position: center; 
    height: 100%; 
    width: 100%; 
}
.foot{
    text-align: left;
    padding-top: 30px;
    padding-left: 2px;
    font-size: xx-small;
}


.pierce{
    display:none
}

/* ChatGPT below for comment section, inspired by */
#ring {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    margin-top: 45px;
}

.comment-box {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}


#h2 {
    margin: 0 0 10px;
}


textarea {
    width: 90%;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    resize: none;
    margin-right: 10px;
}

button {
    margin-top: 10px;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #C41D04;
    color: white;
    cursor: pointer;
}

button:hover {
    background-color: #218838;
}

.com{
    color: white;
    align-items: left;
}


@media screen and (min-width:1080px){
nav{
    display: flex;
    margin-bottom:20px;
    align-content: space-between;
    background-color: black;
}
    .burger{
        display: none;
    }
    .logo{
        flex-basis:80%;
    }

    .menu-item{
        margin:10px;
    }

    main{
        display:flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    /* used class assignments as template for these */

#outer-container{
    border:2px solid white;
    display:flex;
}

.col-left, .col-right{
    width:800px;
}

.row{
    border:1px solid;
    display:flex;
    justify-content: center;
    align-items: center;
}

#row-top-left{
    background-color: white;
    background-image: url('../img/dynasty.jpg'); 
    background-size: cover; 
    background-position: center;
    border: 0.5px solid white;
    height:300px;
}

#row-bottom-left{
    background-color: white;
    background-image: url('../img/stare.jpg'); 
    background-size: cover; 
    background-position: center;
    border: 0.5px solid white;
    height:300px;
}

#row-top-right{
    background-color: white;
    background-image: url('../img/block.jpg'); 
    background-size: cover; 
    background-position: center;
    border: 0.5px solid white;
    height:300px;
}

#row-bottom-right{
    background-color: white;
    background-image: url('../img/tors.jpeg'); 
    background-size: cover; 
    background-position: center;
    border: 0.5px solid white;
    height:300px;
}
.top{
    /* color: white;
  
    font-size: 5vw;
    text-align: center; 
    margin-top: 50px;
    text-shadow: 3px 3px 6px rgba(151, 25, 25, 0.7); */
    display:none
}
.top-2{
    display: flex; 
    color: white;
  text-decoration: none;
    font-size: 5vw;
    text-align: center; 
    margin-top: 50px;
    text-shadow: 5px 5px 10px rgba(151, 25, 25, 0.7);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.logo{
    width: 125px;
    height:125px;
    align-items:start;
    margin-top: 30px;
    
}
.menu-item{
    
    color: white;
    text-decoration: none;
    display: flex;
}

.rivalries{
    margin-top: 90px;
    text-decoration: none;
    font-size: larger;
    
}

.all-tens{
    margin-top: 90px;
    text-decoration: none;
    font-size: larger;
}
.champions-tab{
    margin-top:90px;
    text-decoration: none;
    font-size: larger;
}
#twoten{
    width: 100%;      
    height: 700px; 
    max-width: 100%;
    margin: 0px;
    background-image: url('../img/cp3.jpg'); 
    background-size: cover; 
    background-position: center;
}
/* Rivals Page */
.rivals{
    font-size: 3vw;
    text-align: center;
}
.rival-video{
    align-content: center;
    height: 500px;
    width: 100%;
}
.icontainer{
    margin-top: 40px ;
}
.rival-list{
    margin-top: 0px;
}

.hero-img-container{
    display:flex;
    justify-content: center;
}

.curbron{
    width:80%;
}

.gamesix{
    display: none;
}

/* champions page */
.champs{
    font-size: 3vw;
}
.caption{
    margin-top: 1px; 
    font-size: 14px;  
    color: white;
    text-align: center;

}
.container-3{
    display:none
}
.container-2{
    display: flex; 
    margin-top: 5px;
    height:300px
}
.one-pic{
    border:1px solid white;
    background-image: url(../img/ray.jpg);

}
.two-pic{
    border:1px solid white;
    background-image: url(../img/KDvBron.jpg);
}
.three-pic{
    border:1px solid white;
    background-image: url(../img/dirk-game.jpg);
}

.one-rivalry{
    border:1px solid white;
    background-image: url(../img/dunkingjpg.jpg);

}
.two-rivalry{
    border:1px solid white;
    background-image: url(../img/ibaka.jpeg);
}
.three-rivalry{
    border:1px solid white;
    background-image: url(../img/beefjpg.jpg);
}



.decade{
    text-decoration: underline white;
}
/* Used CSS bootcamp assignment as template for these */
.meet-team{
    text-align: center;
    align-items: center;
    padding: 10px;
    padding-bottom: 13px;
    font-size: medium;
    color: gray;
    font-family: Arial, Helvetica, sans-serif

}
.meet-the-team {
    text-align: center;
    padding: 20px;
    border-bottom:1px solid white
}

.single-pic{
    display:none
}

.team-member {
    display: inline-block;
    margin: 15px;
    text-align: center;
    color: white;
}

.team-photo {
    width: 215px; 
    height: 215px; 
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid black;
    flex-wrap: wrap;
}

/* all nba page */
.stat{
    font-size: 30px;
}
.box{
    font-size: 25px;
    margin-right: 15px;
    margin-left: 15px;
}
#h{
    font-size: 3vw;
}
#p{
    font-size: 18px;
}
#the-teams{
    font-size: 1.5vw;
}
.work{
    font-size: 18px;
    text-decoration: none;
}
.box-2{
    font-size: 1.5vw;
    text-align: center;
    text-decoration: underline;
}
.box-1
{
    display: inline-block;
    justify-content: center;
    align-items: center;
}
.one-team{
    background-color: #C8102E;
    border:1px solid white;
}
.two-team{
    background-color: black;
    border:1px solid white;
}
.three-team{
    background-color: #009CDE;
    border:1px solid white;
}
.pierce{
    display: flex;
          

    
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 0;
}

#ring {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    margin-top: 100px ;
}
/* received help from chatgpt on comments CSS */
.comment-box {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 600px;
}
}