body {
    background-image: url('backgroundimage.jpg');
}

.logo{
  float: left;
  width: 25%;
  height: 25%;
} 

.about{
 /* float: right; 
  width: 25%; */
  position: absolute;
  margin-left: auto;
  margin-right: 50px;
  right: 0px;
  width: 15%;
  padding: 10px;
  background-color: #4f3841;
  font-family: Garamond;
  color: #fffafb;
  border-radius: 10px;
  padding: 15px;

}

.dropbtn {
  color: #4f3841;
  background-color: #957f89;
  padding: 15px;
  font-size: 20px;
  border: none;
  border-radius: 10px; 
  font-family: 'Garamond'; 
}

.dropbtn > a:link { 
  color: #4f3841;
  background-color: transparent;
  text-decoration: none; 
  
}
.dropbtn > a:visited {
  color: #4f3841;
  background-color: transparent;
  text-decoration: none;
  
}

/*
a:hover {
  color: #5e5e50;
  background-color: transparent;
  text-decoration: none;
} */

.dropbtn > a:active {
  color: #4f3841;
  background-color: transparent;
  text-decoration: none;
  
}

/* table {
  margin-left: 25%;
  margin-right: 25%;
}
 th, td {
    background-color: #a39e8d;
    border-radius: 10px;
}*/

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #957f89;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #4f3841;
  padding: 12px 16px;
  text-decoration: none;
  display: block; 
}

.dropdown-content a:hover {background-color: #694a56;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #694a56;}

.dropalign {
  width: 450px;
  margin: auto;
}

h1{
  font-family: Garamond;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color:#4f3841;
  font-size: 50px;
  line-height: 0.5;
}

.latinname{
  font-family: 'Times New Roman';
  font-style: italic;
  text-align: center;
  color: #4f3841;
  font-size: 18px;
  line-height: 0.5;
}

.fspost{
  background-color: #fffafb;
  color: black;
  font-family: 'Times New Roman';
  margin: auto;
  width: 50%;
  padding: 10px;
}

.fspost > a:link {
  color: #723d51;
  background-color: transparent;
  text-decoration: none; 
}

.fspost > a:hover {
  color: #3f222d;
  background-color: transparent;
  text-decoration: none; 
}

.fspost > a:visited {
  color: #723d51;
  background-color: transparent;
  text-decoration: none; 
}

.date {
  text-align: right;
  font-style: italic;
  font-size: 14px;
  color:#694a56
}

.alignimg {
  width: 100%;
  float: center;
}

.more {
 font-style: italic;
 color: #694a56;
 text-decoration: none;
}

.here {
 font-style: italic;
 color: #ffffff;
 text-decoration: none;
}


