/* From https://eaps.mit.edu/wp-content/uploads/clearfy/cache/wmac/css/wmac_21db3fbc15decf32f68fa8ace298cdfc.css
/* MIT EAPS black:         #000
/* MIT EAPS darkest blue:  #00165a
/* MIT EAPS dark blue:     #001e7b
/* MIT EAPS blue:          #00269a
/* MIT EAPS light blue:    #0040c4
/* MIT EAPS lightest blue: #2267f6
/* MIT EAPS dark purple:   #382847
/* MIT EAPS purple:        #4e2a70
/* MIT EAPS light purple:  #702daf
/* MIT EAPS yellow:        #ffe100
/* MIT EAPS white:         #fff

/* Provide for older browsers */
/* (from https://www.w3schools.com/html/html5_browsers.asp) */
header, section, footer, aside, nav, main, article, figure {
  display: block;
}

/* Generic */
body {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  background-color:rgb(194,192,191);  /* Specify a background colour */
  background-image:-ms-linear-gradient(left, rgb(194,192,191), rgb(255,255,255) 15%, rgb(255,255,255) 85%, rgb(194,192,191));  /* IE10 */
  background-image:-moz-linear-gradient(left, rgb(194,192,191), rgb(255,255,255) 15%, rgb(255,255,255) 85%, rgb(194,192,191));  /* Mozilla Firefox */
  background-image:-o-linear-gradient(left, rgb(194,192,191), rgb(255,255,255) 15%, rgb(255,255,255) 85%, rgb(194,192,191));  /* Opera */
  background-image:-webkit-gradient(linear, left center, right center, color-stop(0, rgb(138,139,140)), color-stop(0.15, rgb(255,255,255)), color-stop(0.85, rgb(255,255,255)), color-stop(1, rgb(194,192,191)));  /* Webkit (Safari/Chrome 10) */
  background-image:-webkit-linear-gradient(left, rgb(194,192,191), rgb(255,255,255) 15%, rgb(255,255,255) 85%, rgb(194,192,191));  /* Webkit (Chrome 11+) */
  background-image:linear-gradient(left, rgb(194,192,191), rgb(255,255,255) 15%, rgb(255,255,255) 85%, rgb(194,192,191));  /* Proposed W3C Markup */
}

/* Main content */
section {
/*margin-top:46px;   /* Fix position to below navigation bar (14px top and bottom padding and assuming 20pt font) */
/*overflow:auto;     /* Ensure scrolling as necessary */
/*padding:0px 20px;  /* Add extra padding for content */
/*text-align:left;   /* Override centering for Internet Explorer here */
/*color:#a31f34;     /* MIT red text */
/*color:#096642;     /* MIT EAPS green text (old) */
  color:#000000;     /* MIT EAPS black text */
  background-color:#ffffff;
}

/* Links */
a:link,a:visited {
/*color:#a31f34;  /* MIT red text */
/*color:#096642;  /* MIT EAPS green text (old) */
  color:#2267f6;  /* MIT EAPS lightest blue text */
}
a:hover {
/*color:#8a8b8c;             /* MIT gray text */
/*color:#1c77ba;             /* MIT EAPS blue text */
  color:#000000;             /* MIT EAPS black text */
  background-color:#ffe100;  /* MIT EAPS yellow */
}

/* Miscellaneous */
h1,h2,h3,h4,h5,h6 {
  color:#00269a;  /* MIT EAPS blue text */
}
footer {
/*color:#8a8b8c;  /* MIT gray text */
/*color:#5f8a72;  /* MIT EAPS light green text */
  color:#000000;  /* MIT EAPS black text */
}
footer a:link,footer a:visited {
/*color:#8a8b8c;  /* MIT gray text */
/*color:#5f8a72;  /* MIT EAPS light green text */
  color:#000000;  /* MIT EAPS black text */
}
footer a:hover {
/*color:#c2c0Bf;  /* MIT light gray text */
  color:#000000;  /* MIT EAPS black text */
}
hr {
  border:0px;
/*color:#8a8b8c;             /* MIT gray text */
/*background-color:#8a8b8c;  /* MIT gray */
  color:#ffe100;             /* MIT EAPS yellow text */
  background-color:#ffe100;  /* MIT EAPS yellow */
}

/* Overrides of https://www.w3schools.com/w3css/tryit.asp?filename=tryw3css_templates_band&stacked=h */
h1,h2,h3,h4,h5,h6 {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-weight:bold;
}
/* Top-level navigation bar colour */
.my-green,.my-green:hover {
  color:#ffffff!important;             /* White text */
/*background-color:#096642!important;  /* MIT EAPS green (old) */
  background-color:#00269a!important;  /* MIT EAPS blue */
/*background-color:#a31f34!important;  /* MIT red */
}
.my-button,.my-subbutton {
  color:#ffffff!important;  /* MIT EAPS white text */
}
/* Top-level navigation bar item colour on hover */
.my-button:hover {
  color:#ffffff!important;             /* White text */
  background-color:#00269a!important;  /* MIT EAPS blue */
/*background-color:#000000!important;  /* Black */
}
/* Allow yellow text on navigation bar link on hover (but not regular text) */
a.my-button:hover {
  color:#ffe100!important;             /* MIT EAPS yellow text */
  background-color:#00269a!important;  /* MIT EAPS blue */
}
/* Maintain colour of navigation bar top-level button on hover over sub-menu */
.my-dropdown-hover:hover > .w3-button:first-child,.my-dropdown-click:hover > .w3-button:first-child {
  background-color:#00269a;  /* MIT EAPS blue */
/*background-color:#000000;  /* Black */
  color:#ffffff              /* White text */
}
/* Sub-menu colour */
.my-light-green,.my-light-green:hover {
  color:#ffffff!important;             /* White text */
/*background-color:#5f8a72!important;  /* MIT EAPS light green */
  background-color:#001e7b!important;  /* MIT EAPS dark blue */
/*background-color:#8a8b8c!important;  /* MIT gray */
}
/* Sub-menu item on hover */
.my-subbutton:hover {
/*color:#ffffff!important;             /* White text */
  color:#ffe100!important;             /* MIT EAPS yellow text */
  background-color:#001e7b!important;  /* MIT EAPS dark blue */
/*background-color:#c2c0Bf!important;  /* MIT light gray */
}
/* Sub-menu header on hover */
.my-subheader:hover {
/*color:#ffffff!important;             /* White text */
  color:#ffe100!important;             /* MIT EAPS yellow text */
  background-color:#001e7b!important;  /* MIT EAPS dark green */
/*background-color:#8a8b8c!important;  /* MIT gray */
}
