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;
}

.gridalign {
  display: grid;
  grid-template-columns: 33% 33% 33%;
    
}


.engname {
  font-family: Garamond;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color:#33242a;
  font-size: 20px;
  line-height: 0.5px;
}

.engname > a:link {
  color: #33242a;
  background-color: transparent;
  text-decoration: none; 
}

.engname > a:visited {
  color: #33242a;
  background-color: transparent;
  text-decoration: none; 
}

.engname > a:active {
  color: #33242a;
  background-color: transparent;
  text-decoration: none; 
}

.latname{
  font-family: 'Times New Roman';
  font-style: italic;
  text-align: center;
  color: #33242a;
  line-height: 0.5px;
}

.latname > a:link {
  color: #33242a;
  background-color: transparent;
  text-decoration: none; 
}

.latname > a:visited {
  color: #33242a;
  background-color: transparent;
  text-decoration: none; 
}

.latname > a:active {
  color: #33242a;
  background-color: transparent;
  text-decoration: none; 
}

.imgcontainer{
  background-color: #fffafb;
  padding: 15px;
} 

.imgcontainer > a:link {
  color: #33242a;
  background-color: transparent;
  text-decoration: none; 
}

.imgcontainer > a:visited {
  color: #33242a;
  background-color: transparent;
  text-decoration: none; 
}

.imgcontainer > a:active {
  color: #33242a;
  background-color: transparent;
  text-decoration: none; 
}

.alignimg {
  width: 100%;
  float: center;
}

.more {
 font-style: italic;
 color: #ffffff;
 text-decoration: none; 
}




