

:root {
    --std-font-size: 1em;
    --page-title-font-size: 1.4em;
    --topnav-height:3.3em;    
}

.nowrap {
    white-space:nowrap;
}

/* margin:0  is needed or topnav will be 'loose' */
body {
  margin: 0;
  font-family: sans-serif;
  overflow-x:hidden !important;
}  

.topnav-spacer {
    position:relative;
    top : 0;
    height:var(--topnav-height);
    width:100vw;
    background-color:transparent;
}    


.topnav {
    height:var(--topnav-height);
    position:fixed;
    top:0;
    width:100vw;
    z-index:10000;

  background-color:   #00BFFF;
/*  font-size: var(--std-font-size);*/
  display:inline-block;
  vertical-align:middle;

  padding-left: 1em;
  padding-right: 1em;
  padding-top:2px;
}

.topnav-container {
  display:flex;
  flex-direction: row;
  align-items:center;
  justify-content: flex-start;
  padding-top:0;  
}

.topnav a {
  float: left;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color: white;

  /*font-size: var(--std-font-size);  */

}

.topnav a:hover {
  background-color: #0000FF;
  color: white;
  font-style: bold;
  font-size: var(--std-font-size);  
}

.topnav div:hover {
/*  background-color: #0000FF;*/
  color: white;
  font-style: bold;
  font-size: var(--std-font-size);  
}


/* The dropdown container */
.navdropdown {
    float: left;
    overflow: hidden;
  font-size: var(--std-font-size);
}

/* Dropdown button */
.navdropdown .navdropbtn {
    
    border: none;
    outline: none;
    color: white;

    background-color: inherit;
    font-family: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */


  font-size: var(--std-font-size);  
}

/* Dropdown content (hidden by default) */
.navdropdown-content {
    display: none;
    border: 1px solid black;
    color:black;    
    position: absolute;
    min-width: 120px;
    z-index: 10000;

    background-color: #f9f9f9;
/* 12/8/20    min-width: 100px;  */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    font-size: var(--std-font-size);

    padding:0em;
    padding-right:1em;
    padding-left:1em;    
}

/* Links inside the dropdown */
.navdropdown-content a {
    float: none;
    color: black;

    text-decoration: none;
    display: block;
    text-align: left;
   background-color: white;
  font-size: var(--std-font-size);  
}


/* Show the dropdown menu on hover */
.navdropdown:hover .navdropdown-content {
    display: block;
  font-size: var(--std-font-size);  
}

#footer-div {
  background-color: inherit;
  font-size: 0.8em;
}  

#chi-menu-sched-li {
    margin-top:0.5em;
    margin-bottom:0.5em;    
}
