\* {
  box-sizing: border-box;
  font-family: Amiri, serif;
}

body {
  margin: 20px auto 0;
  padding: 0 auto;
  font-family: Amiri, serif;
  background-color: #1e1e1e;
  color: #fefefe;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  background: url('./bg.png') fixed repeat;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  line-height: .9;
  margin: 0 auto;
  padding: 0 auto;
      font-style: italic;8
  position: relative;

}

/* Style the topnav links */
.topnav a {
  /* float: left; */
  color: #f2f2f2;
  margin: 0 16px 10px;
  text-decoration: none;
}
/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav img {
  padding: 0px 0 4px;
}

.toptext {
  /* position: relative;
  top: -18px; */
  }
.centerimg {
  margin: 20px auto;
  padding: 0 auto;
  display: block;
  
}


/* Style the content */
.content {
  font-size: 16px;
  margin: 0 auto;
  padding: 16px 10px 0 10px;

  }
  
.upcomingshows {
  padding: 24px 0 0 0 ;
}

a {
  color: #fefefe;

  text-decoration: none;

}

a:hover {
  filter: brightness(200%);
    background-color: #ddd;
  color: black;
}

p {
  font-weight: 100;
  padding: 0px 0 0 0;
  margin: 0;
  font-size: 16px;
  color: #9e9e9e;
  line-height: 1.4;

}

h1,h2,h3 {
  font-weight: 100;
  padding: 0;
  margin: 0;
  color: #a1a1a1;
}
 h1 {
  font-size: 19px;

}
h2 {
  font-size: 16px;
  padding: 1px 0;

}
h3 {
  margin: 8px auto 0;
  font-size: 14px;
  line-height: .8;
}
hr { 
  border: 0; 
  height: 0; 
  border-top: 1px solid rgba(0, 0, 0, 0.1); 
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); 
  width: 80px;
  margin: 4px auto 8px;
  padding: 0;
}

/* Style the footer */
.footer {
  color: #9e9e9e;
  font-size: 14px;
  padding: 0px auto;
  margin: 2px auto 20px;
  font-style: italic;
}

.pastshows {
  filter: brightness(50%);

}
.pep {
  filter: brightness(140%);
}

iframe {
  display: block;
  margin: 0 auto;
  padding: 0 auto;
}