* {
  padding: 0;
  margin: 0;
  /*background-color: #FEFBEE; */
}

body {
  font-family: monospace;
  background-color: #FEFBEE;
  padding: 10px;
  border: 4px;
}

header {
  box-sizing: border-box;
  align-content: center;
}

#abet_table{
    margin: auto;
    width: 100vw;
}

.hidden {
   box-sizing: inherit;
   width: 17vw;
}
.hidden.logo_left{
   float: left;
   margin-right: 1.75vw;
}

.hidden.logo_right{
   float: right;
   margin-right: 0;
   margin-left: 1.75vw;
}

/*Order matter 1) Set margin auto to center the element within its container, 2) set it to the corresponding width*/

img {
    margin: auto;
    width: inherit;
}

h2.title {
    box-sizing:inherit;
    float:left;
    width: 60vw;
    text-align: center;
    font-size: 2.5vw;
    /*margin: auto;*/
}

.title > p{
    box-sizing:inherit;
    max-width: 100%;
    /*background-color: red;*/

}

h2.subtitle {
  clear: both;
  width: 100%;    
  font-size: 2.25vw;
  font-weight: bold;
  text-align: center;
}

/* Define the feel-and-look of INFO table */
.info {
  margin: auto;
  width: 90vw;
  margin-left:5vw; 
  margin-right:5vw;
  border-collapse: collapse;
  border: 1px solid black;
  font-size: 2.5vw;
  font-family: monospace;
  vertical-align: middle;
}

table.info th {
    background-color: #FF9900;
}

table.info tr td:nth-child(1){
  background-color: aqua;
  align-content: center;
  text-align: center;
}

/*Features of All Tables*/
tr:hover {background-color: #bbee11;}
table.info tr td:nth-child(1){background-color: #bbee11;}


div { 
    text-align: center;
}

p {    
    font-size: 1.5em;
}

ol>li {
    list-style-type: decimal;
    font-size: 1em;
    display: list-item;
    padding-left: 1em;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 1em;
    margin-right: 0em
}


.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 460px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.holiday {background: #FF6;}



.scale {
  width: 50%;
  margin-left:25%; 
  margin-right:25%;
  border-collapse: collapse;
  border: 1px solid black;
  font-size: 1.5em;
}


.schedule {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid black;
  font-size: 1.5em;
}


/*Features of Schedule Table*/
table[class="schedule"] th[rowspan] {
    background-color: #AAFEFF;
}

table[class="schedule"] tr {
    text-align: center; 
}

/*
td{
    font-family: monospace;
    padding: 8px 8px 0px 25px;
}
*/
table[class="schedule"] td:nth-of-type(2) {
    text-align: left;
}

table[class="schedule"] td:nth-of-type(1) {
padding: 8px 8px 0px 8px;
}


/* appears below logo on every page */
nav#mainMenu { width: 100%; }

nav.mainMenu {background-color: #988348;}

.centered {
  width: 150;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -1em;
  font-size: 2em;
  background-color: beige;
}    


nav ul { 
    list-style: none; 
    padding: 0em 0em 2.8em;
}

nav ul li {
  float: left;
  width: 155px;
  height: 50px;
  line-height: 20px;
  border-right: 1px solid #FFF;
  background-color: #988348;
  text-align: center;
}

nav ul li a {
  color: #988348;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5em;
  background-color: #988348;  
  color: #FEFBEE;
}

nav ul li a:hover {
  padding: 2px 0px;
  background-color: #988348;
  color: #000;
}

td.topic{
    text-align: left;
    text-indent: 0.5em;    
    font-size: 0.5em;
}

ul.subtopic{
    list-style-type: disc;
    text-indent: 1.5em;
    font-size: 0.5em;
}

section.mainMenu{background-color: #FEFBEE}

h3 {
  display: inherit;
  width: 100%;
  text-align: center;
  font-size: 2em;
  padding: 5px;
  border: 5px dashed red;
  margin: 50px 0;
}



