/*
 * Globals
 */

 .main-font {
   color: #707070;
 }
 
/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #666;
  text-shadow: none; /* Prevent inheritance from `body` */
}

/*
 * Base structure
 */
body {
  color: #707070;
  /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);*/
  /*box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
}

.cover-container {
  max-width: 42em;
}

/*
 * Header
 */
.nav-masthead .nav-link {
  padding: .25rem 0;
  background-color: transparent;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.titel {
  text-decoration: none;
  color: #707070;
}

.nav-link {
  color: #707070;
  font-weight: bold;
}

a.nav-link.active {
  color: #d9000d;
  font-weight: bold;
}

footer .nav-link {
  font-weight: lighter;
}

.nav-masthead .active {
  color: #707070;
}

.nav-link:hover::before {
  transform: scale(1.1);
  box-shadow: 0 0 15px #ffee10;
}

.nav-link:hover {
  color: #d9000d;
  border-bottom-color:#d9000d;
  text-shadow: 0px 0px 15px #ffee10;
}

a:hover {
  color: #d9000d;
}

.background-image-amp {
  background-image: url('../images/Amp_Rahmen.png');
  background-size: cover;
  background-position: center;
}

#setliste .list-group-item {
  background-color: rgba(0,0,0,0); /* transparent background */
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}

.side-note {
  font-size: 0.7em;
  color: #707070;
}

.side-note-link {
  text-decoration: none;
  color: #707070;
}

.impressum {
  font-size: 0.8em;
}

.band-caption {
  background-color: #000; 
  opacity: .7;
}