* {
  border: 0;
  padding: 0;
  margin: 0;
}

header, section, aside, nav, article, figure {
  display: inline-block;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* overflow: hidden; */
  margin: 0;
  padding: 0;
  width: 100%
  /* width: 200%; */
}

header #content {
  margin: 0px auto;
  width: 800px;
  /* or whatever */
}

#banner {
  height: 90px;
  /* height:84px; */
  background-image: url("../images/banner_bkg.png");
  background-repeat: repeat-x;
  position: fixed;
  overflow: hidden;
}

body {
  position: absolute;
  color: #000305;
  font-size: 87.5%;
  /* Base font size: 14px */
  font-family: "Trebuchet MS", Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  line-height: 1.429;
  margin: 0;
  padding: 0;
  top: 95px;
  text-align: left;
  /* height: 83vh; */
  min-height: 100%;
}

/* Headings */

h1 {
  font-size: 2.0em;
  margin-top: 0px;
}


h2 {
  font-size: 1.571em;
  margin-top: 0px;
}

/* 22px */

h3 {
  font-size: 1.429em;
}

/* 20px */

h4 {
  font-size: 1.286em;
}

/* 18px */

h5 {
  font-size: 1.143em;
}

/* 16px */

h6 {
  font-size: 1em;
}

/* 14px */

h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0.8em;
}

/* Anchors */

a {
  outline: 0;
  text-decoration: none;
  margin: 0 auto;
}

a img {
  border: 0px;
  text-decoration: none;
}

a:link, a:visited {
  color: black;
  padding: 0 1px;
}

a:hover, a:active {
  background-color: #014a5a;
  color: #6c7a5f;
  text-decoration: none;
  text-shadow: 1px 1px 1px #333;
}

/* Paragraphs */

p {
  margin-bottom: 1.143em;
}

* p:last-child {
  margin-bottom: 0;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

::-moz-selection {
  background: #f6cf74;
  color: #fff;
}

::selection {
  background: #f6cf74;
  color: #fff;
}

/* Lists */

nav {
  margin-left: 20px;
}

nav>ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
  margin-bottom: 0px;
}

nav>ul>li {
  float: left;
  padding-left: 8px;
  padding-right: 8px;
}

nav>ul>li a {
  display: block;
  color: white;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}

/* nav > ul > li > a:hover {
    background-color: red;
} */

/* #banner {
  position: relative;
} */

#navigation {
  align-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

ol {
  list-style: outside decimal;
  margin: 1em 0 1.5em 1.5em;
}

dl {
  margin: 0 0 1.5em 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

/* Quotes */

blockquote {
  font-style: italic;
}

.zoom {
  padding: 2px;
  background-color: transparent;
  transition: transform 0.2s;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.2);
  background-color: #6c7a5f;
}

#banner-title {
  height: 80px;
}

article {
  width: 60%;
  float: left;
  padding: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  object-fit: cover;
}

.maintree {
  width: 60%;
  float: left;
  height: 100vh;
}

section {
  width: 50%;
  float: left;
  padding: 10px;
  margin-left: 20px;
}

aside {
  float: right;
  width: 30%;
  padding: 5px;
  margin: 10px;
  height: 100%;
}

#footer {
  background-color: #96a48080;
  width: 100%;
  padding-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
}

vgroup>img {
  width: 350px;
  margin-top: 4px;
}

#side>img {
  width: 500px;
  display: block;
}

.treemap {
  margin-left: 20px;
  margin-bottom: 175px;
  margin-top: 95px
}

.treemap>img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

figcaption {
  text-align: center;
}

figure {
  height: 83vh;
}

figure>img {
  background-color: rgb(248, 245, 245);
  display: inline-flex;
}

/* .container {
  margin-left: 20px;
  margin-bottom: 0px;
  margin-top: 20px */

/* } */

.table {
width: 100%;
  padding-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
}


#galleries {
  margin-bottom: 95px;
  margin-top: 0px
  ;
  display: inline-block;
}

.row {
  padding-bottom: 13px;

}

#footer > div {
  padding-bottom: 0px;
}

#info {
  width: 60%;
  float: left;
  padding: 10px;
  margin-top: -90px;
  margin-left: 20px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  object-fit: cover;
}

#structure {
  width: 95%;
  float: left;
  padding: 10px;
  margin-top: -90px;
  margin-left: 20px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  object-fit: cover;
}