.popup {
  width:300px;
  height:100px;
  position:absolute;
  top:50%;
  left:30%;
  margin: auto; /*-50px 0 0 -100px; /* [-(height/2)px 0 0 -(width/2)px] */
  display:none;
	font-family:"News Cycle";
	border:1px;
	border-style: solid;
	border-radius: 20px;
	border-color: black;
	background-color: white;
	padding: 20px;
}
.draft-title {
  margin: 0;
  font-size: 40px;
  font-weight: normal;
  color: white;
  text-align: center;
}
.right-navbar {
  display: flex;
  flex-direction: row;
}
div.tooltip {	
    position: absolute;			
    text-align: center;			
    /* width: 80px;					
    height: 36px;					 */
    padding: 4px;				
    font: 12px sans-serif;		
    background: #cccccc;	
    border: 0px;		
    border-radius: 8px;			
    pointer-events: none;	
	  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);	
}
.selected-page {
   padding: 10px;
}
h2 {
  margin: -10px 0px -5px 0px;
}
.myYaxis,.myYaxis2,.myXaxis,.myXaxis2 text {
  font-size: 10px;
}
:root {
  --navbar-bg-color: hsl(0, 0%, 100%);
  --navbar-text-color: hsl(0, 0%, 15%);
  --navbar-text-color-focus: black;
  --navbar-bg-contrast: hsl(0, 0%, 85%);
}
/** {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
} */
body {
  font-family:"News Cycle";
  margin: 0;
  background-color: white;
}

.page {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
.page-container {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
.full-graphs {
  padding-top: 20px;
  display: flex; 
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.graph {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.pick-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#pick-info {
  margin: -12.5px 18% -20px 0px;
}
.title {
  margin-bottom: -30px;
}
.page-display {
  width: 70%;
  margin: auto;
  padding-top: 10px;
}
.page-display_nope {
  width: 100%;
  margin: auto; 
  padding-top: 10px;
}
.page-display-about {
  width: 80%;
  margin: auto;
  padding-top: 10px;
}
.bio-container {
  width: 90%;
}
#bio {
  /* width: 900px; */
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  /* margin-left: 50px; */
}
.container {
  /* max-width: 1000px; */
  padding: 0 20px;
  height: 100%;
}
#navbar {
  --navbar-height: 75px;
  /* width: 1000px; */
  height: var(--navbar-height);
  /* background-color: var(--navbar-bg-color); */
  /* left: 0; */
  /* right: 0; */
  background: radial-gradient(50% 50% at 50% 50%, #004E7B 0%, #002236 100%);
}
.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-item {
  margin: 0em;
  width: 100%;
}
.player-pic, 
.pick-pic {
  width: 100%;
}
.home-link {
  color: white;
  text-decoration: none;
  display: flex;
  font-weight: 400;
  align-items: center;
}
.navbar-link {
  color: white;
  background-color: #009ee2;
  text-decoration: none;
  display: flex;
  font-weight: 400;
  align-items: center;
}

.home-link:is(:focus, :hover) {
  color: #c2e8f9;
}

.navbar-link {
  justify-content: center;
  width: 100%;
  margin: auto;
  padding: 0.4em 0em;
  /* border-radius: 5px; */
}
.first-link {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.last-link {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.navbar-link:is(:focus, :hover) {
  color: var(--navbar-text-color-focus);
  background-color: #c2e8f9;
}
#navbar-toggle {
  cursor: pointer;
  background-color: #009ee2;
  color: white;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid black;
	font-family:"News Cycle";
	border-radius: 5px;
  width: 150px;
}
#navbar-toggle:is(:hover) {
  color: var(--navbar-text-color-focus);
  background-color: #c2e8f9;
}
#navbar-menu {
  position: absolute;
  /* width: 995px; */
  /* margin-left: 10px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px; */
  top: var(--navbar-height);
  opacity: 0;
  visibility: hidden;
  right: 0;
}
#navbar-toggle[aria-expanded="true"] + #navbar-menu {
  /*background-color: rgba(0, 0, 0, 0.4);*/
  opacity: 1;
  visibility: visible;
}
.navbar-links {
  width: 146px;
  border: 2px solid black;
  list-style: none;
  background-color: var(--navbar-bg-color);
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  float: right;
	margin-right: calc(1.25rem);
	margin-top: -20px;
  /*margin-right: 100px;*/
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

div.tooltip {	
    position: absolute;			
    text-align: center;			
    /* width: 80px;					
       height: 36px;			*/
    padding: 4px;				
    font: 12px sans-serif;		
    background: #cccccc;	
    border: 0px;		
    border-radius: 8px;			
    pointer-events: none;			
}

.ea3-img {
  width: 150px;
}

table {
  margin: 5px;
}
  
th, td {
  padding-right: 20px;
}
tr:nth-child(even) {background-color: #f2f2f2;}
th {
  font-size: 18px;
}
.index-p {
  font-size: 18px;
  text-align: center;
  margin-top: 25px;
  /*padding: 20px;*/
} 
/* .desktop-items {
  display: none;
  flex-direction: row;
  list-style: none;
  padding-left: 0px;
}
.desktop-item {
  width: 100px;
  display: flex;
  font-size: 20px;
  justify-content: space-around;
  border-radius: 5px;
  align-items: center;
} */
/* .desktop-link {
  margin-top: -2px;
  padding: 7.5px;
  color: var(--navbar-text-color);
  text-decoration: none;
} */
/* .desktop-item:is(:focus, :hover) {
  color: #c2e8f9;
  background-color: #c2e8f9;
} */

/*@media only screen and (max-width: 1000px) {
  #navbar-menu, #navbar, .page-display, .page-container, .page, .part1page {
    width: 100%;
  }
  #bio {
    width: 90%;
  }
  .pick-form {
    flex-direction: column;
  }
  #pick-info {
    margin: -10px 0px -10px 5px;
  }
  table {
    margin: 0px;
    padding-right: 50px;
  }
  .index-p {
    padding-right: 50px;
  }
} */
.title-title {
  /* padding-bottom: 10px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
#exit-draft {
  color: red;
  cursor: pointer;
}
.mock-draft {
  text-align: center;
  padding: 0px;
}
#draft-link {
  padding: 0px;
  margin: 0px;
}
#title-id {
  padding: 6px 0px 9px 0px;
}

.form-input {
  display: flex;
}

.betting-info {
  width: 340px;
  margin: auto;
  text-align: center;
}
.betting-info2 {
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.conf-options { 
  display: flex;
  flex-wrap: wrap;
}

.legend-class {
  float: left; 
  padding: 5px 10px 5px 5px;
}
.pos-class {
  padding-left: 10px;
}
.player-field-set {
  border-radius: 5px;
  display: flex;
}

.img-cont {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
  background-color: rgba(59, 59, 59, 0.5);
  background-blend-mode: multiply;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;
}
.img-explainer {
  max-height: calc(100% - 40px);
}
.red-x {
  color: red;
  font-size: 25px;
  margin-top: -5px;
}

@media only screen and (max-width: 699px) {
  .page-display-about {
    width: 90%;
  }
  .page-display {
    width: 95%;
  }
  .page {
    width: 95%;
  }
  .page-container {
    width: 95%;
  }
  .bio-container {
    width: 100%;
  }
  .bio {
    justify-content: center;
  }
  table {
    margin: 1px;
  }
  th, td {
    padding-right: 5px;
  }
  th {
    font-size: 12px;
  }
  .index-p {
    font-size: 18px;
    margin-top: 5px;
  } 
  #navbar-toggle {
    width: 105px;
    font-size: 10px;
  }
  .selected-page {
    padding: 0px;
  }
  .navbar-links {
    width: 101px;
  }
  .img-explainer {
    max-width: calc(100% - 40px);
  }
  .popup {
    width: 50%;
    left: 20%;
  }
}

@media only screen and (max-width: 1151px) {
  .legend-class {
    padding: 5px 10px 5px 0px;
  }
}
@media only screen and (max-width: 414px) {
  .pick-form {
    font-size: 15px;
  }
}
@media only screen and (max-width: 367px) {
  .form-input {
    flex-wrap: wrap;
    justify-content: center;
  }
  .pos-class {
    padding: 0px;
    margin-right: 10px;
  }
}


@media only screen and (max-width: 500px) {
  #draft-link {
    font-size: 14px;
    width: 215px;
    margin: auto;
  }
  .pick-form {
    justify-content: center;
  }
  #pick-info{ 
    margin: -12.5px 0px -20px 0px;
  }
  .player-field-set {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 552px) and (max-width: 699px) {
  .draft-title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 401px) and (max-width: 551px) {
  .draft-title {
    font-size: 20px;
  }
  .ea3-img {
    width: 100px;
  }
}

@media only screen and (min-width: 314px) and (max-width: 400px) {
  .draft-title {
    text-align: center;
    font-size: 20px;
  }
  .ea3-img {
    width: 100px;
  }
  .container {
    padding: 0 2px;
  }
  .navbar-links {
    margin-right: 2px;
  }
}

@media only screen and (max-width: 313px) {
  .draft-title {
    display: none;
  }
  .ea3-img {
    width: 100px;
  }
  .container {
    padding: 0 2px;
  }
  .navbar-links {
    margin-right: 2px;
  }
}

@media only screen and (min-height: 734px) {
  .betting-info {
    min-height: 200px;
  }
}