/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Righteous');
@import url('https://fonts.googleapis.com/css?family=Timmana');
body {
 background-image: url(https://naturalhistory.si.edu/sites/default/files/styles/hero/public/media/image/OceanViewsHH_CarolGrant_Manatee_Snapper.jpg?itok=ST6wYGdX);
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
a {
  text-decoration: none;
  color: black;
}
.link-white {
    color: white;
}
h1{
  margin: 10px;
  font-family: "Righteous";
}
h2,h3 {
  font-family: Timmana;
}
#container {
  background-color: white;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  border-style:solid;
}
#header {
  background-color: #0495f0;
  color: white;
  text-align: center;
  padding: 10px;
  border-style: solid;
  border-color: black;
}
#content {
  padding: 10px;
  border-style: solid;
}
#nav {
  width: 180px;
  height: 240px;
  float: left;
  padding: 10px;
  margin: 10px;
  background-color: rgba(0, 147, 255, 0.42);
  border-style: solid;
}
#nav ul {
  list-style-type: none;
  padding: 10px;
}
#main {
  width: 600px;
  float: none;
  padding: 10px; 
}
#footer{
  clear: both;
  padding: 10px;
  background-color: #0495f0;
  color: white;
  text-align: center; 
  border-style: solid;
  border-color: black;
}
#nav .selected {
  font-weight: bold;
}
#image {
  float: right;
}
#image2 {
  float: right
}
#saiga {
 padding: 10px;
}