.nicks-image {
  background-image: url("band.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.musical-h1 {
  font-family: 'Boogaloo', cursive;
  font-size: 60px;
}

.musical-h2 {
  font-family: 'Boogaloo', cursive;
  font-size: 50px;
}

.musical-h3 {
  font-family: 'Boogaloo', cursive;
  font-size: 30px;
}

p {
  margin-bottom: 20px;
}

h1 {
  margin-bottom: 30px;
}

h2 {
  margin-bottom: 20px;
}

.contact {
  font-size: 20px;
}

.custom-card {
  width: 50%;
  position: relative;
  max-width: 330px;
  padding: 30px;
}

.text-center {
  text-align: center;
}

.special-container {
  max-width: 800px;
}

.custom-card h3 {
  text-align: center;
  margin-bottom: 10px;
}

.custom-card img {
  display: block;
  margin: auto;
  border-radius: 100%;
}

.custom-card h2 {
  padding-top: 20px;
}

.avatar {
  width: 250px;
  height: 250px;
  object-fit: cover;
}

.custom-cards {
  display: flex;
  flex-flow: wrap;
}

.center {
  justify-content: center;
}

@media screen and (max-width: 700px) {

  .custom-card {
    width: 100%;
    padding: 0 0 30px 0;
    max-width: none;
  }
}

.line-above {
  border-top: 1px solid lightgrey;
}