/*********/
/* catalogue-detail.css */
/*********/

body {
  background: url("images/bernard-gast-bg-01.png") no-repeat center center fixed;
  background-size: cover;
  width: 50%;
  margin:0 auto;
}

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

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

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

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

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

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

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

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

  img, #audio {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

}
