@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Spectral+SC:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Fanwood+Text:ital@0;1&family=Spectral+SC:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

.navbar-gb-h1 {
  font-family: 'Spectral SC', serif;
  font-weight: 800;
  font-size: 2.5rem;
  color: #fff;
}

.please {
  font-family: 'Spectral SC', serif;
  font-weight: 900;
  font-style: italic;
}

h2 {
  font-size: 4em !important;
}

.question {
  font-weight: 700;
  font-style: italic;
  font-size: 1.5rem;
}
.answer {
  font-size: 1.2rem;
  font-weight: 400;
}
.lead {
  font-size: 1.5rem;
  font-weight: 400;
}

body .bg-dark {
  background: url('img/ghostbusters_websitebackground.png');
  background-color: #00100F !important;
  font-family: 'Fanwood Text', serif;
}

.note-section {
  background-color: rgba(0, 0, 0, 0.8);
}