/* General Settings */

body, html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  color: black;
  font-size: 16pt;
  font-family: 'Alegreya', 'Georgia', 'Garamond', 'Arial', 'Roboto', 'Verdana', sans-serif;
  background-color: #FFF;
}

th, td {
  padding: 0px;
}

main {
  width: 80%;
  margin: 30px auto;
}

p {
  text-align: center;
}

#body-text {
  line-height: 1.6;
  white-space: pre-line;
}

#body-text ul {
  display: block;
  list-style-type: disc;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

#body-text ol {
  display: block;
  list-style-type: lower-alpha;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
}

#body-text a {
  color: black;
  text-decoration: none;
}

#body-text a:hover {
  color: #0000ff;
  font-weight: bold;
}

.picture {
  width: 35vw;
  height: 35vw;
  border: 0;
  float: right;
  padding-left: 20px;
  padding-bottom: 10px;
}

.small-picture {
  width: 280px;
  height: 280px;
  border: 0;
}

.gallery-picture {
  width: 25vw;
  height: 25vw;
  border: 0;
}

.contact-picture {
  width: 15vw;
  height: 15vw;
  border: 0;
  float: none;
  padding-right: 15px;
  vertical-align: middle;
}

.mobile-contact-picture {
  width: 150px;
  height: 150px;
  border: 0;
  float: none;
  vertical-align: middle;
}

.underline {
  border-bottom: 1px solid black;
}

.show_year {
  color: black;
  text-decoration: underline;
  font-size: 24pt;
  height: 50px;
}

.show_name {
  color: #002060;
  font-size: 20pt;
}

.show_date {
  color: #0070c0;
  font-size: 16pt;
}

.show_loc {
  color: black;
  font-size: 14pt;
}

.show_link a {
  color: #a02b93;
  text-decoration: none;
  font-size: 16pt;
} 

.show_link a:hover {
  font-weight: bold;
} 

.gallery {
  line-height: 1.6;
  white-space: pre-line;
  border: 0;
  margin-bottom: 5px;
}

.gallery > thead {
  background: #8acb63;
}

.gallery > thead > tr > td {
  padding: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.gallery > thead > tr > td > a {
  text-decoration: none;
  color: white;
  font-size: 20pt;
  display: block;
}

#footer {
  background: #8acb63;
  color: #fff;
  height: 150px;
  font-size: 12pt;
}

.footer-menu {
  width: 200px;
}

.footer-menu a {
  background-color: #8acb63;
  color: green;
  display: block;
  padding: 6px;
  text-decoration: none;
}

.footer-menu a:hover {
  color: #8aff63;
}

.footer-menu-icons {
  width: 40px;
}

.footer-menu-icons a {
  background-color: #8acb63;
  display: block;
  padding: 6px;
}

/* Header section settings */

.header-table {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.header-band {
  background-color: white;
  opacity: 0.75;
  color: #0000ff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
}

/* Refine Button settings */

.refbtn {
  background-color: #8acb63;
  color: white;
  padding: 8px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  width: 175px;
  font-family: 'Alegreya', 'Georgia', 'Garamond', 'Arial', 'Roboto', 'Verdana', sans-serif;
}

.refine {
  position: relative;
  display: inline-block;
  padding: 0px 0px 8px 0px;
}

.refine-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 175px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.refine-content span {
  color: black;
  padding: 2px 4px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px;
}

.refine-content span:hover {background-color: #f1f1f1}

.refine:hover .refine-content {
  display: block;
}

.refine:hover .dropbtn {
  background-color: #3e8e41;
}

/* Standard Menu Settings */

.menu-table {
  background-image: url(images/grass.gif);
  background-position: left top;
  background-repeat: repeat-x;
}

#cmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#cmenu li {
  float: left;
}

#cmenu li a {
  display: block;
  color: green;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#cmenu li a:hover {
  color: #8aff63;
}

/* Mobile Device Menu Settings */

#burger-menu {
  cursor: pointer;
  height: 27px;
  width: 27px;
  margin: 25px;
  overflow: visible;
  position: relative;
  z-index: 2;
}

#burger-menu span,
#burger-menu span:before,
#burger-menu span:after {
  background: #ffffff;
  display: block;
  height: 2px;
  opacity: 1;
  position: absolute;
  transition: 0.3s ease-in-out;
}

#burger-menu span:before,
#burger-menu span:after {
  content: "";
}

#burger-menu span:before {
  left: 0px;
  top: -10px;
  width: 27px;
}

#burger-menu span {
  right: 0px;
  top: 13px;
  width: 27px;
}

#burger-menu span:after {
  left: 0px;
  top: 10px;
  width: 27px;
}

#burger-menu.close span:before {
  top: 0px;
  transform: rotate(90deg);
  width: 27px;
}

#burger-menu.close span {
  transform: rotate(-45deg);
  top: 13px;
  width: 27px;
}

#burger-menu.close span:after {
  top: 0px;
  left: 0;
  transform: rotate(90deg);
  opacity: 0;
  width: 0;
}

#menu {
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  padding-top: 20px;
  transition: all 0.3s ease-in-out;
}

#menu.overlay {
  visibility: visible;
  opacity: 1;
  padding-top: 100px;
  background: rgba(138, 203, 99, 0.9);
}

#menu ul {
  padding: 0;
}

#menu li {
  list-style: none;
}

#menu a {
  color: white;
  display: block;
  font-size: 32px;
  margin-bottom: 30px;
  text-decoration: none;
}
