  /*Gallery*/
.header {
  text-align: center;
  padding: 32px;
  margin-top: 60px;
}
.header h1{
  display: inline-block;
  margin: 0 auto;
  background: #fff;
  z-index: 2;
  position: relative;
  font-family: 'Cormorant Garamond', serif;
  text-transform: none;
  font-size: 30px !important;
  font-weight: 600;
}
.img-box{
  width: 240px;
  list-style: none;
}
.img-box a img{
  max-width: 100%;
}
.popup-gallery{
  position: relative;
}
.container {
  width:72em;
  margin:0 auto;
}
a.photo {
   width: 100%;
   margin-right: auto;
   text-align: center;
   display:block;
}
hr {
  width: 35px;
  background-color: #555;
  margin: 10px auto;
  border: none;
}
.content{
  margin-bottom: 20px;
  font-size: 15px;
  font-family: 'Montserrat';
  max-width: 900px;
  margin: 0 auto 20px auto;
}
.content .blog-detail p{
    text-align: left;
}
.content .blog-detail img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px auto;
}
@media screen and (max-width: 768px){
  .header{
    padding:20px;
  }
  .container {
   width:17em;
  }
  .content{
    width: calc(100% - 25px);
  }
  a.photo {
   width: 100%;
   margin-left: 0x;
   margin-right: auto;
   text-align: center;
   display:block;
 }
 .content{
    text-align: center;
 }
}