html, body {
  margin: 0; 
  padding: 0;
  height: 100%;
  background-color: #000000;
  
  }
  .container {
  margin: 0; 
  height: 100%;

  }

.bgimg-1, .bgimg-2, .bgimg-3 {
    
  /*background-size: cover;*/
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:top;
    
}

.bgimg-1 {
background-image: url('04735.jpg');
min-height: 100%;
}

.bgimg-2 {
  background-image: url('04720.jpg');
  min-height: 100%;
}

.ynacoverart img{
  float: right;
  margin-right: 5%;
  margin-top: 15%;
  max-height: 20%;
  max-width: 20%;
  object-fit: contain;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);  
  
}

.ynacoverart img:hover{
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.5);
  transform: translateY(-5px);
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #000000;
  position: -webkit-sticky; /* Safari */
  position: fixed;
  top: 0;
  width: 100%;
}
li {
  float: left;
}
  
li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: Lora, Arial;
  font-variant: normal;
  font-weight: 400;
}
  
li a:hover {
  background-color: #111111;
}
h1 {
  font-size: 78px;
  text-align: center; 
  margin: 0;
  color: #ffffff; 
  font-family: Lora, Arial;
  font-variant: normal;
  font-weight: 400;
}

.toursection {
  font-size: 30px;
  margin: 50px;
  color: #ffffff; 
  font-family: Lora, Arial;
  font-variant: normal;
  font-weight: 400;
  padding-bottom: 500px;
}
.tourtable{
  text-align: left;
  table-layout:auto;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

th, td {
  border-spacing: 30px;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.271)
}

tr:hover {
    background-color: rgba(55, 55, 55, 0.371);
  }

a.ticketblock {
  padding: 1px 30px;
  border: solid;
  border-radius: 3px;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
}



.socialmedia {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: -webkit-sticky; /* Safari */
  position: fixed;
  bottom: 0;
}

@media only screen and (max-width: 760px) {
  table, thead, tbody, th, td, tr {
    display: block;
    text-align: center;
    table-layout: fixed;
    border-spacing: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.271)
  }

  td {
    border: none;
    position: relative;
  }
  

  a.ticketblock {
    padding: 1px 30px;
    border: solid;
    border-radius: 3px;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
  }
  .tourtable{
    text-align: left;
    table-layout: fixed;
    border-spacing: 30px;
    
  }

  .ynacoverart img{
    display: block;
    margin-right: 20%;
    margin-top: 60%;
    max-height: 60%;
    max-width: 60%;
    object-fit: contain;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);  
    
  }
  
  .ynacoverart img:hover{
    transform: none;
  }

}