* {
    box-sizing: border-box;
  }

  img {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    height: auto;
  }


  h2{
    font-size: larger;
    color: #a7c6da;
  }

  .pure-g{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .custom-row{
    height: 100%;
    min-height: 450px;
    width: auto;
    background-color: rgb(15, 82, 87);
  }

  .custom-row-small{
    height: 100%;
    min-height: 150px;
    width: auto;
    background-color: rgb(15, 82, 87);
  }

  .custom-button{
    background-color: #998575;
    color: white;
  }

  .btnPast{
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 2px;
  }

  h2.bandName{
    /* font-size: large; */
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    color: #a7c6da;
  }
  .title{
    font-size: 50px;
  }

  .title-smaller{
    font-size: 30px;
  }

  .title-list{
    margin: 10px;
    text-align: center;
  }

  h1.title{
    margin-bottom: 0;
  }

  h2.title-smaller{
    /* font-size: large; */
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .jumbotron{
    display: flex;
    align-items: center;
    padding: 20px;
    color: #a7c6da;
  
  }

  .events{
    max-height: 450px;
    color: #0b3142;
    overflow-y: auto;
  }

  .artist-search-bar{
    text-align: center;
    vertical-align: middle;
  }

  p {
    color: #feefdd;
  }
  
  p.upcomingShows{
    margin-top: 1em;
    margin-bottom: 1em;
  }


  .bandPic{
    justify-content: center;
    align-content: center;
  }
