body { color: black; font-size: 12pt; font-family: georgia; font-weight: lighter; font-style: normal; line-height: normal; background-color: transparent; }
p { line-height: 12pt; }
td { }
a:link { color: maroon; }
a:visited { color: orange; }
a:hover { color: red; }
a:active { color: fuchsia; }
.title { color: black; font-size: 14px; font-family: "times new roman"; font-weight: normal; line-height: 24px; }
.header { color: black; font-size: 16pt; font-family: "times new roman"; font-weight: 100; font-style: normal; }
.instrument { color: black; font-size: 9pt; font-family: "times new roman"; font-style: normal; text-decoration: none; }
.menuItem {color: black; font-size: 12px; font-family: "times new roman"; font-weight: normal; line-height: 20px;}

.dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}
.dropdown {
  position:relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: gray;
  padding: 10px 12px;
  text-decoration: none;
  display: block;
}
.dropdown:hover .dropdown-content {display: block;}
.dropdown-content a:hover {background-color: #ddd;}

.bg-img {
  background-image: url("images/2021-05-12mikYonat.jpg");
  min-height: 100%;
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
