@charset "UTF-8";
/* man body body white background navy text */
body {
  color: #001F3F;
  background-color: #fff;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: auto; }

h1 {
  font-size: 3em;
  margin-top: 50px;
  text-align: center; }

a {
  color: #000080;
  text-decoration: none;
  border-bottom: 1px dashed #0066CC; }

table {
  display: block;
  width: 80%; }
  table th {
    color: #ddd;
    background-color: #001f3f;
    font-weight: bold; }
  table th, table td {
    padding: 0.5rem 1rem;
    border: 1px solid green; }

tr:nth-child(odd) {
  background-color: #ddd; }

tr:nth-child(even) {
  background-color: #aaa; }

.footer {
  font-size: 0.8em;
  text-align: center; }

.centre-table {
  margin: 0 auto; }

.centre {
  text-align: center; }

.montage {
  vertical-align: top;
  padding: 0;
  margin: 0; }

.figure {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.download {
  font-size: 1.2em;
  font-style: italic;
  font-weight: bold;
  color: #ff9900; }

/* navigation menu */
/* down arrow for drop down menus */
.caret-down:before {
  content: "▾"; }

/* main navigation bar with navy background */
.navbar {
  overflow: hidden;
  background-color: #001F3F; }

/* navigation links with silver text*/
.navbar a {
  float: left;
  font-size: 16px;
  color: #ddd;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  border-bottom: none; }

/* subnavigation menu */
.subnav {
  float: left;
  overflow: hidden; }

/* dropdown button with silver text */
.subnav .subnavbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #ddd;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0; }

/* add blue background to navigation links on hover */
.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: #0074D9; }

/* subnav menu with grey background - positioned absolute */
.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #aaa;
  width: 100%;
  z-index: 1; }

/* subnav links with navy text*/
.subnav-content a {
  float: left;
  color: #001F3F;
  font-size: 14px;
  text-decoration: none;
  border-bottom: none; }

/* Add a silver background color on hover */
.subnav-content a:hover {
  background-color: #ddd;
  color: black; }

/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
  display: block; }
