body {

 /* background: url("/rsvp/snowflakes/examples/images/closed-stamp-seal.jpg") no-repeat  center center ;
 -webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
   width:100%;
   height:auto;
   margin: 7% auto;
   position: relative; */

  font-family: 'Merriweather', serif;
  size:1.3rem;
   line-height: 1.8;
     margin:20px;
}


img {
  max-width: 100%;
  height: auto;
}

.closed {
  font-family: 'Merriweather', serif;
  size: 2rem !important;
  line-height: 1.8em;
  color: #c2171f;
  padding-top:20px;
}

@media only screen and (max-width: 768px) {

  html, body {
/* Closed RSVP Image
 background: url("/rsvp/snowflakes/examples/images/closed-stamp-seal.jpg") no-repeat center center ;
 -webkit-background-size: contain !important;
   -moz-background-size: contain !important;
   -o-background-size: contain !important;
   background-size: contain !important;
   position:absolute;
   width:100% !important;
   height:auto !important;
   margin:auto !important; */

   font-family: 'Merriweather', serif;
   size:1.3rem;
    line-height: 1.8;
}


  .notice {
    text-align: justify !important;
    text-justify: inter-word !important;
    font-size: 1.3rem !important;
    font-weight: normal !important;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .closed{
    font-family: 'Merriweather', serif;
    size: 2rem !important;
    line-height: 1.8em;
    color: #c2171f;

  }
}
