@font-face {
  font-family: 'noahregular';
    src: url('font/fontsfree-net-fontfabric-noahregular.woff'); /* IE9 Compat Modes */
    font-style: normal;
}

@font-face {
  font-family: 'alice';
    src: url('font/alice/alice-regular.woff'); /* IE9 Compat Modes */
    font-style: normal;
}



.stickymenu{
  display: flex;
  position: sticky;
  margin-left: -20%;
  top: 1%;
  flex-direction: column;
  
}
#clistbutton{
  font-size: 1.1em;
  width: 33%;
  height: 12%;
  background: white;
  border-radius: 10px;
  font-weight: bold;
  border: solid 2px black;
  min-width: 60px;
  min-height: 50px;
  margin-bottom: 2%;
}

#clistbutton:hover{
  background-color: #140e4e;
  color: white;
  transition: .3s;
}

.tablelist{
  display: flex;
  justify-content: center;
}
#icon-button{
  font-size: 1.1em;
  width: 33%;
  height: 12%;
  background: white;
  border-radius: 10px;
  font-weight: bold;
  border: solid 2px black;
  min-width: 60px;
  min-height: 50px;
  margin-bottom: 2%;
}

#icon-button:hover{
  background-color: #140e4e;
  color: white;
  transition: .3s;
}

.icon-section{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

#icons img{
  opacity: 100%;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: solid black 1px;
  margin-right: 5px;
}

.iconimg{
  margin-left: 1%;
  margin-bottom: 1%;
  display: flex;
  justify-content: flex-start;
  min-width: 100%;
  
  font-family:"alice";
  font-size: 1.2em;
}
#icons img:hover{
  border: solid #140e4e 2px;
}

.icon-list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


.stickymenu button{
  width: 100px;
}
.hiddentoggle{
  display: flex;
  justify-content: center;
  
}
#expand, #collapse{
  background: white;
  color: #140e4e;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  border-radius: 10px;

}

#expandv2, #collapsev2{
  display: none;

}


body{
  margin: 0;
}

.introduction{
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 2.5em;
  font-family: 'alice';
  text-decoration: underline;

}

.introduction2{
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: normal;
  color: #6e6e6e;
  font-size: 1.3em;
  font-family: 'noahregular';
  margin-left: 30%;
  margin-right:30%;
  margin-top: 10px;
  margin-bottom: 10px;

}

.introduction3{
  display: flex;
  justify-content: start;
  font-size: 1.2em;
  font-family: georgia  ;
  margin-top: 30px;
  flex-wrap: wrap;
  
}

.header{
  display: flex;
  justify-content: center;
  height: 450px;
  background-image: url("images/shohei-ohtani-time-100-2021.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;  
  padding: 50px;
  color: black;
  font-size: 1.5em;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.subtext{
  font-size: normal;
  color: grey;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  margin-left: 1%;

}

.filter{
  background-color:white;
  border: none;
  border-radius: 10px;
  color: #140e4e;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: large;
  text-decoration: underline;
}

.filter:hover{
  background-color: #140e4e;
  color: white;
}

.filter-menu{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}


.wrapper {
  font-family: Georgia, 'Times New Roman', Times, serif ;
  line-height: 1.3;
  margin-left: 50px;
  width: 80%;
  max-width: 900px;
  margin: auto;
 

  
}

.summary {
  display: flex;
  align-items: center;
  padding: 10px 0;
  background-color: #140e4e;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-left: solid 1px black;
  border-bottom:solid 1px black; 
}

.summary2{
  background: white;
  display: none;
  border: solid 1px black;
  padding: 10px;
}

.summary:hover{
  background-color: #140e4e;
  color: white;
  transition: .3s;
}
.tidbits {
  margin-left: 20px;
  border-left: solid gray 1.5px;
  padding-left:20px;
  
  
}

.tidbits2{
  margin-left: 10px;
  border-left: solid gray 1.5px;
  padding-left:10px;
}

.ranking {
  width: 70px;
  min-width: 50px;
  height: 70px;
  background: black;
  border-radius: 60px;
  color: white;
  font-weight: bold;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-25px);
}
.name {
  font-size: 22px;
  flex-shrink: 0;
  flex-basis: 150px;
  font-weight: bold;
}



p {
  margin: 0;
}
p + p {
  margin-top: 5px;
}
.summary span {
  display: block;
  font-size: 1em;
  font-weight: normal;
}
.tidbits p {
  font-size: 1.1em;
  font-weight: bold;
}
.tidbits span{
  font-size: 1em;
}
.tidbits2 p {
  font-size: normal;
  font-weight: bold;
}

.body{
  
  background: #fffaf8;
  display: flex;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.1em;
  
}

.here{
  padding: 20px 20px 20px 50px;
  background: #fffaf8;
  display: flex;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.1em;
  flex-direction: column;
}
.stats {
  padding: 20px 20px 20px 50px;
  background: #fffaf8;
  display: flex;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.1em;
   
}
.stats{
  flex-direction: column; 
}
.description{
  display: flex;
  flex-direction: column;
  font-family: Georgia, 'Times New Roman', Times, serif

}


.toggle-div{
  display: flex;
  justify-content: center;
  
  background-color: #fffaf8;
}
.toggle{

  font-size: 1.1em;
  width: 33%;
  height: 12%;
  background: white;
  border-radius: 10px;
  font-weight: bold;
  border: solid 2px black;
  min-width: 60px;
  min-height: 50px;
}

.toggle:hover{
  background-color: #140e4e;
  color: white;
  transition: .3s;
}

.Grades{
  display: none;
  justify-content: center;
  font-size: 1.1em;
}

.grades1{
  display: flex;
  justify-content: center;
}

.grades2{
  display: none;
}
.stats1{
  display: none;
  justify-content: center;
 
}
.stats2{
  display: none;
  justify-content: center;
}

 td,th,table{
  border: solid 1px black;
  margin: 0;
  border-collapse: collapse;
}

th{
  padding: 5px;
  text-align: center;
  background-color:#140e4e;
  color: white;
}

td{
  background-color: white;
  padding: 2px;
  text-align: center;
}

td:hover{
  background-color:#140e4e;
  color: white;
}
.profile {
  width: auto;
  max-width: 200px;
  height: auto;
  max-height: 250px;
  margin-right: 20px;
  border-radius: 10px;
  border: solid 1px black;
  background: #ffffff;
}

.svg{
  display: flex;
  padding-top: 1.1em;
  

}
.svg p {
  padding-right:1.1em;
}
.svg img{
  opacity: 100%;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: solid black 1px;
  margin-right: 5px;
}

.svg img:hover{
  border: solid #140e4e 2px;
  
}

.delete{
  display: none;
}

.active{
  display: block;
}

/***Player Stat Divs***/
#andypages{
  display: none;
}

#joeywiemer{
  display: none;
}

#hestonkjerstad{
  display: none;
}

#owencaissie{
  display: none;
}

#kevinalcantara{
  display: none;
}


#dustinharris{
  display: none;
}

#cobymayo{
  display:none;
}

#jamestriantos{
  display: none;
}

#vinniepasquantino{
  display:none;
}

#juanyepez{
  display: none;
}

#eversonpereira{
  display: none;
}

#eddysleonard{
  display: none;
}

#jordangroshans{
  display: none;
}

#salfrelick{display:none;}

#landonknack{
  display: none;
}

#dreyjameson{
  display: none;
}

#harryford{
  display: none;
}

#mattmclain{
  display: none;
}

#treysweeney{
  display:none;
}

#deyvisondelossantos{
  display:none;
}

#kylemuller{
  display:none;
}

#sambachman{
  display:none;
}

#kylestowers{
  display:none;
}

#jayallen{
  display: none;
}

#austinwells{
  display:none;
}

#gregjones{
  display:none;
}

#bennymontgomery{
  display:none;
}

#gavinwilliams{
  display:none;
}

#willbednar{
  display:none;
}

#evancarter{
  display:none;
}

#markvientos{
  display: none;
}

#garrettmitchell{
  display: none;
}

#jacksonkowar{
  display: none;
}

#stevenkwan{
  display: none;
}

#asalacy{
  display:none;
}

#jairopomares{
  display: none;
}

#loganallen{
  display: none;
}

#jhonkensynoel{
  display: none;
}

#blazejordan{
  display: none;
}

#jameswood{
  display: none;
}
#cristhianvaquero{
  display:none;
}

#roderickarias{
  display: none;
}

#jonathanaranda{
  display: none;
}

#colsonmontgomery{
  display: none;
}

#peytonburdick{
  display: none;
}

#nolanjones{
  display: none;
}

#spencerstrider{
  display: none;
}

#mattcanterino{
  display: none;
}

#colewilcox{
  display: none;
}

#drewwaters{
  display: none;
}

#rickyvanasco{
  display: none;
}

#luisgil{
  display: none;
}

#jakeeder{
  display: none;
}

#matthewallan{
  display: none;
}

#colehenry{
  display: none;
}

#owenwhite{
  display: none;
}

#emersonhancock{
  display: none;
}

#luismedina{
  display: none;
}

#josetena{
  display: none;
}

#tylerblack{
  display: none;
}

#ezequielduran{
  display: none;
}

#jordanwestburg{
  display: none;
}

#michaelmcgreevy{
  display: none;
}

#peytonbattenfield{
  display: none;
}

#xavieredwards{
  display: none;
}

#khristianrobinson{
  display: none;
}


#loganhoppe{
  display:none;
}

#austinhendrick{
  display:none;
}

#justinfoscue{
  display:none;
}

#kyrenparis{
  display:none;
}

#zackgelof{
  display:none;
}

#gunnarhoglund{
  display:none;
}

#ethanhankins{
  display:none;
}

#bryanmata{
  display:none;
}

#andrewpainter{
  display:none;
}

#vaughngrissom{
  display:none;
}

#josesalas{
  display:none;
}

#oswaldocabrera{
  display:none;
}

#jefersonquero{
  display:none;
}

#reginaldpreciado{
  display:none;
}

#hedbertperez{
  display:none;
}

#ianlewis{
  display:none;
}

#jacksonchourio{
  display:none;
}

#lonniewhite{
  display:none;
}

#cristiansantana{
  display:none;
}

#gabrielgonzalez{
  display:none;
}

#cooperkinney{
  display:none;
}

#brandonpfaadt{
  display:none;
}

#luisangelacuna{
  display:none;
}

#pedropineda{
  display:none;
}

#willyvasquez{
  display:none;
}

#dillondingler{
  display:none;
}

#connornorby{
  display:none;
}

#samuelzavala{
  display:none;
}

#victoracosta{
  display:none;
}

#wilmandiaz{
  display:none;
}

#joseramos{
  display:none;
}

#lazaromontes{
  display:none;
}

#PCA{
  display:none;
}

#tymadden{
  display:none;
}









/***Player Stat Divs***/

@media all and (max-width: 1200px){
  .stickymenu{
    display: none;

  }

  #expandv2, #collapsev2{
    display: block;
  
  }
}


@media all and (max-width:875px){
  .stats2{
   display: none;
  }
  .stats1{
    display: none;
  }

  .profile{
    display: none;
  }

  .toggle-div{
    display: flex;
    justify-content: center;
  }

 
  
 
}

@media all and (max-width:650px){
  .stats2{
   display: none;
  }
  .stats1{
    display: none;
  }

  .profile{
    display: none;
  }

  .tidbits{ display: none;}

  .description p{
    width: 90%;
    text-align: center;
  }

  .svg{
    display: flex;
    padding-top: 1.1em;
    flex-wrap: wrap;
    justify-content: center;
  }

  .svg p {
    display: flex;  
    justify-content: center;
  }

  .toggle-div{
    display: flex;
    justify-content: center;
  }
  .grades1
  {display: none;}
  .grades2{
    display: flex;
    justify-content: center;
  }

  .summary2{
    display: flex;
    justify-content: center;
  }

  .toggle{
    min-width: 80px;
    min-height: 80px;
  }

  
}