body .ui-widget, body .ui-widget .ui-widget {
   padding: 0px !important;
}

.mainmenubuttoncontainer {
  text-align: center;
}

h2 {
     background-color: #680F0F;
     color: white;
     padding: 5px;
}

h3 {
//    background-color: #C5C5C5;
    padding: 3px;
}
.sectionHeading1 {
    background-color: #8B3038;
    color: white;
    width: 100%;
    padding: 10px;
    font-size: 1.25em;
    font-face: bold;
    font-family: bitter;
    font-weight: bold;
}

#googleLink {
  color: #EA215A;
  text-decoration-thickness: .125em ;
  text-decoration: underline;
  text-underline-offset: 1.5px;
}

h5 {
      color: #680F0F;
     font-style:bold;
}

.whatsUpClass {
  padding-bottom: 10px !important;
}

.container {
  background: #fff;
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  margin: 2em auto 0;
  padding: 1.5em;
}

.email p {
    margin-top:0;
    margin-bottom:10px;
}

blockquote {
  display: block;
  border-width: 2px 0;
  border-style: solid;
  border-color: #eee;
  padding: 1.5em 0 0.5em;
  margin: 1.5em 0;
  position: relative;
  font-style: italic;
}
blockquote:before {
  content: '\201C';
  position: absolute;
  top: 0em;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 3rem;
  height: 2rem;
  font: 6em/1.08em 'PT Sans', sans-serif;
  color: #666;
  text-align: center;
}
blockquote:after {
  content: "\2013 \2003" attr(cite);
  display: block;
  text-align: right;
  font-size: 0.875em;
  color: #e74c3c;
}

.newbanner {
    margin-top:-15px;
}