body {
  background-color: #fff;
  color: #000;
  font-family: 'Montserrat', Arial, sans-serif;
}
img {
  
}
h1 {
  
  font-weight: 400;
}
h2 {
  font-size: 18px;
  font-weight: 400;
}
body.image h1 {
  float: left;
  margin: 0;
  padding: 0;
}
body.image h1 a {
  color: black;
  text-decoration:none;
  cursor: pointer;
}
body.image h2 {
  float: right;
  line-height: 18px;
  font-size: 16px;
}
body.image h2 a {
  background-color: black;
  color: white;
  text-decoration: none;
}
body.image div div {
  text-align: center;
}
body.image div div image {
  margin: auto;
}
body.image #gallery {
  clear: both;
}
