/**********************/
/* artwork-detail.css */
/**********************/

h1 {
  font-size: 26px;
  text-align: center;
  font-family: 'Open Sans';
  font-weight: 300;
  color: #505e66;
}

h2 {
  margin-bottom: 20px;
  font-size: 26px;
  font-family: 'Open Sans';
  font-weight: 200;
  color: #505e66;

  font-variant-caps: normal;
  text-align: left;
}

h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: 'Open Sans';
  font-weight: 150;
  color: #505e66;
}

img.img-fluid {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto; 
}

#audio {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

p {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans';
  color: #505e66;
}

.btn-back {
  color: #505e66;
}

/**********/
/* Media Query */
/**********/
@media only screen and (max-width: 600px) {

  body {
    max-width: 100%;
    width: 100%;
  }

  img {
    max-width: 95%;
    height: auto;
  }

}
