/* Custom homepage section CSS.
   Keep your site-specific styles here so app updates do not overwrite them. */

@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Heebo:wght@300;400&family=Roboto:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Roboto:wght@100&display=swap");

/* ****************** */




#lister {
  padding: 10px;
  grid-row: 1 / 2;
  max-width: 200px;
}
.social-media {
  display: inline-flex;
 justify-items: center;
 align-items: flex-end;
 flex-wrap: nowrap;
 align-content: space-between;
  padding-top: .2rem;

  
}
.social-media img {
  max-width: 45%;
  border-radius: 20%;
}


/* ***************** */



.custom-info {
  margin-top: 20px;
  padding: 2rem;
  font-size: 1.5rem;
 
}

/* ****** Artist Page ****** */
.artist {
  display: block;
 padding: 2rem;

}
.artist p {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 5px;
  font-family: "Roboto", sans-serif;
  line-height: 2.1rem;
}
.artist .image {
  padding: 20px;
  background-color: hsl(236deg, 39%, 15%);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
   color: white;
  text-align: center;
  font-weight: 900;
}
.artist .image img {
  border: 5px solid white;
}


.artshow {
  text-align: center;
  padding: 20px;
  margin-top: 10px;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  background-color: hsl(282deg, 76%, 92%);
}
.artshow h2 {
  font-family: "Courgette", cursive;
  font-size: 3.5rem;
}
.artshow .imgcont {
  margin: 0 auto;
  max-width: 800px;
  padding-top: 20px;
}
.artshow .pinwheel {
  color: black;
}

.foot-custom {
  text-align: center;
  line-height: 1.1em;
  font-size: 1.1em;
 
}/*# sourceMappingURL=index.css.map */


  .artist p {

    font-size: 1.2rem;
  
    line-height: 1.9rem;
  }



