h1 {
  font-family: Tahoma, Geneva, sans-serif;
}

h2 {
  font-family: Tahoma, Geneva, sans-serif;
  color: #00087E;
}

h3 {
  font-family: Tahoma, Geneva, sans-serif;
  border-bottom: 2px solid #5AB34D;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgb(143, 150, 253);
}

p {
    font-family: Tahoma, Geneva, sans-serif;
    text-align: justify;
}

b {
  color: #2B38FD;
}

#page_select {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: larger;
}


nav ul {
  list-style-type: none;
  margin: 5px;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

nav ul li {
  margin: inherit;
}

nav ul li a {
  font-family: Tahoma, Geneva, sans-serif;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 30px;
  text-decoration: none;
}

nav ul li a:hover {
  background-color: #2B38FD;
}

nav ul li a.selected {
  background-color: #2B38FD;
}


nav ul li a.juv_male {
  background-color: #b9e0ed;
  padding: 14px 16px;
  color: black;
}

nav ul li a.juv_female {
  background-color: #bab9ed;
  padding: 14px 16px;
  color: black;
}

nav ul li a.female {
  background-color: #d8b9ed;
  padding: 14px 16px;
  color: black;
}


nav ul li a.juv_male:hover {
  background-color: #2B38FD;
  color: white;
}

nav ul li a.juv_female:hover {
  background-color: #2B38FD;
  color: white;
}

nav ul li a.female:hover {
  background-color: #2B38FD;
  color: white;
}



body {
  height: auto;
}

#head_content {
  height: auto;
  width:auto;
  position: relative;
  margin:0 auto;
}

#top-right {
  position: absolute;
  top: 0px;
  right: 0px;
}

#goodies {
  position: absolute;
  top: 0px;
  right: 120px;
}

#body_content {
  width:75%;
  min-width:950px;
  position: relative;
  margin:0 auto;
}

#news {
  position: absolute;
  top: 0px;
  right: 0px;
}

#main_content {
  width:initial;
  position: relative;
}

figure img {
    vertical-align: top;
    display: block;
    margin: auto;
    
}

figure figcaption {
    text-align: center;
    margin-bottom: 40px;
}

figure img.annotation {
    vertical-align: top;
    display: block;
    margin: auto;
    width: auto;
    max-width: 950px;
}

#footer {
  height: auto;
  width:950px;
  position: relative;
  margin:0 auto;
}

#longitude {
  position: relative;
  top: 0px;
  right: 0px;
}

#utln {
  position: relative;
  top: 0px;
}

#adsil {
  position: relative;
  top: 0px;
}
