.main-body {
    background: white;
    padding: 2em 2em 2em 2em;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    margin-top: 1em;
}
.justify {
  text-align:left;
}
.text-center {
  text-align:center;
}
/* Main image 100% width  */
.main-img img {
  width:100%;
  height:auto;
  margin-bottom:1em;
  margin-top:1em;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
}
.button-link {
  text-align:center;
}
#block-views-block-blog-posts-block-1--2 > h2 {
    text-align: center;
    margin-top: 2em;
}
.welcome, .home-img {
  width:50%;
  float:left;
}
.opening-hours {
    border: 10px #253746 solid;
    box-shadow: 0 8px 6px -6px black;
    background: #A3292F;
    color: white;
    margin-top:2em;
    text-align: center;
}
.opening-hours-left, .opening-hours-right {
    width:32%;
    display: inline-block;
}
.opening-hours-center {
    width:32%;
    display: inline-block;
}
.opening-hours-left {
    vertical-align:bottom;
    margin-left:-2em;

}
.opening-hours-right {
    vertical-align:top;
    float:right;
}
.opening-hours-center {
      margin: 1em 0 0 0;
      clear:both;
}
.opening-hours-left img {
  width:90%;
}
.opening-hours-right img {
  width:100%;
}
@media only screen and (max-width: 950px) {
  .home-img {
    display:none;
  }
  .welcome {
    width:100%;
  }
  .main-body {
    background: url("/sites/default/files/Abbey_Green_Scene_homepage_75b_pencil_3_0.jpg");
    background-color: white;
    background-size: contain;
    background-repeat:no-repeat;
    background-position:center;
  }
  .opening-hours-left, .opening-hours-right {
    display:none;
  }
  .opening-hours-center {
    width:100%;
  }
}
