body {
  font-family: 'Merriweather', serif;
  font-size: 1.1rem;
  overflow-x: hidden;
}

#header-name {
  color: #451e01;
  font-weight: 500;
  font-size: 2.5rem;
}

.page-header, .section-header {
  font-family: 'Merriweather', serif;
  font-weight: 500;
  font-size: 1.7rem;
  color: #451e01;
}


@media screen and (max-width: 767.98px) {
  #header-name {
    font-size: 1.5rem;
  }

  .page-header, .section-header {
    font-size: 1.4rem;
  }

  #whole-page {
    font-size: 1rem;
  }
}

a {
  color: black;
}

a:hover {
  color: #b9c490;
}

.section-header, #nav {
  border-bottom: 1px solid #30130a;
}

.gig-date {
  font-weight: 500;
  color: #30130a;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.card-text {
  font-size: 1rem;
  color: #8a301f; 
  margin-top: 0.2rem;
}

#footer, #footer a {
  color: #5a5a5a;
  background-color: #d3e2c9;
  font-size: 1rem;
}

#copyright {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
}

