.popup {
    width:300px;
    height:100px;
    position:absolute;
    top:50%;
    left:30%;
    margin:-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;
}
.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";
}

.page {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
}
.page-container {
  width: 1000px;
  display: flex;
  flex-direction: column;
}
.full-graphs {
  padding-top: 20px;
  display: flex; 
  flex-direction: row;
  flex-wrap: wrap;
}
.graph {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.pick-form {
  display: flex;
  justify-content: space-between;
}
#pick-info {
  margin: -12.5px 18% -20px 0px;
}
.title {
  margin-bottom: -30px;
}
.page-display {
  width: 1000px;
}
#bio {
  width: 900px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-left: 50px;
}
.container {
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 1.4rem;
  margin-left: auto;
  margin-right: auto;
}
#navbar {
  --navbar-height: 100px;
  width: 1000px;
  height: var(--navbar-height);
  background-color: var(--navbar-bg-color);
  left: 0;
  right: 0;
}
.navbar-container {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.navbar-item {
  margin: 0em;
  width: 100%;
}

.home-link,
.navbar-link {
  color: #00a6e1;
  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: 20px;
}

.navbar-link:is(:focus, :hover) {
  color: var(--navbar-text-color-focus);
  background-color: #c2e8f9;
}
.navbar-logo {
  background-color: var(--navbar-text-color-focus);
  border-radius: 50%;
  width: 10px
  height: 30px;
  margin-right: 0.5em;
}
#navbar-toggle {
  cursor: pointer;
  background-color: transparent;
  color: #00a6e1;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid black;
	font-family:"News Cycle";
	border-radius: 20px;
  width: 150px;
}
#navbar-toggle:is(:hover) {
  color: var(--navbar-text-color-focus);
  background-color: #c2e8f9;
}
.navbar-menu-container {
  width: 1000px;
}
#navbar-menu {
  position: absolute;
  width: 995px;
  margin-left: 10px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  top: var(--navbar-height);
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: 0;
}
#navbar-toggle[aria-expanded="true"] + #navbar-menu {
  /*background-color: rgba(0, 0, 0, 0.4);*/
  opacity: 1;
  visibility: visible;
}
.navbar-links {
  width: 130px;
  border: 2px solid black;
  list-style: none;
  background-color: var(--navbar-bg-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 0;
  right: 0;
  float: right;
	margin-right: calc(1.25rem);
	margin-top: -23px;
  /*margin-right: 100px;*/
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

#navbar-toggle[aria-expanded="true"] + #navbar-menu .navbar-links {
  padding: 0.5em;
}

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;			
}

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: 20px;
  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;
  }
}

@media only screen and (max-width: 700px) {
  .page-display {
    width: 90%;
  }
  .desktop-items {
    display: none;
  }
  #navbar-toggle {
    display: flex;
  }
}*/
