body, html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: black;
    background-image: url('images/TommyH-Background-ShankTarDrum.png');
    background-repeat: no-repeat;
    /*
    background-size: auto;
    background-position: center;
    */
}

/* The hero image */
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("images/BanShankAcuTar01.png");

  /* Set a specific height */
  height: 80%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  position: relative;
}
a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: white;
    font-size: 16px;
}
a:hover {
    color: #cccccc;
}

  /* Place text in the middle of the image */
.hero-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  text-align: left;
  line-height: 0.4;
  position: relative;
  top: 10%;
  left: 5%;
  // transform: translate(-50%, -50%);
  color: white;
}
.logo {
    width: 100%;
    padding: none;
    position: absolute;
    top: 10%;
    text-align: center;
}
.logo-img {
    max-width: 700px;
}
.heading {
    font-family: Arial;
    font-size: 40px;
    font-style: normal;
    color: white;
    text-align: center;
}
.headingsm {
    font-family: Arial;
    font-size: 32px;
    /*font-style: normal;*/
    color: white;
    text-align: center;
}
  /* Body text, black */
.body-text {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 60%;
  /* transform: translate(-50%, -50%); */
  color: white;
}
.body-text-narrow {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 500px;
  /* transform: translate(-50%, -50%); */
  color: white;
}
.footer {
    margin-left: 15%;
}
.menu-footer {
    font-size: 18px;
}
.video {
    width: 80%;
    max-width: 500px;
}
.menu-vid {
  font-family: Arial;
  font-size: 12px;
  text-align: left;
}
.menu-vid-item {
  font-family: Arial;
  font-size: 12px;
}