html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

body {
  background: #f2f2f2;
  min-width: 460px;
  background: -webkit-linear-gradient(230deg, #45aaf2 0%, #fa5d66 100%, #fc5c65 100%);
  background: -o-linear-gradient(230deg, #45aaf2 0%, #fa5d66 100%, #fc5c65 100%);
  background: -webkit-linear-gradient(220deg, #45aaf2 0%, #fa5d66 100%, #fc5c65 100%);
  background: -o-linear-gradient(220deg, #45aaf2 0%, #fa5d66 100%, #fc5c65 100%);
  background: linear-gradient(230deg, #45aaf2 0%, #fa5d66 100%, #fc5c65 100%); }

p {
  color: #fff;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif; }

h4 {
  color: #fff;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif; }

label {
  display: block;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 1em;
  color: #fff;
  padding-bottom: 5px;
  padding-left: 5px; }

input {
  width: 448px;
  height: 61px;
  border-radius: 9px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  color: #2d2d2d;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  margin-bottom: 25px;
  padding-left: 10px;
  font-weight: normal;
  font-size: 1.2em; }

input[type=submit] {
  position: relative;
  display: inline;
  left: 50%;
  margin-left: -132.5px; }

.form1 {
  display: block;
  text-align: center;
  width: 462px;
  margin: 0 auto; }
  .form1 label {
    text-align: left; }

.hide {
  display: none; }

.main {
  background: -webkit-linear-gradient(210deg, #fed330 0%, #fd9644 100%);
  background: -o-linear-gradient(210deg, #fed330 0%, #fd9644 100%);
  background: linear-gradient(240deg, #fed330 0%, #fd9644 100%);
  -webkit-box-shadow: 25px 6px 6px rgba(45, 45, 45, 0.16);
  box-shadow: 25px 6px 6px rgba(45, 45, 45, 0.16);
  height: calc(100vh - 191px);
  width: auto;
  position: relative;
  z-index: 10; }

.contain {
  position: absolute;
  top: calc(80vh/2 + 30px);
  left: 50%;
  margin: -225px 0 0 -280px; }
  .contain img {
    position: relative;
    left: 50%;
    margin-left: -73.5px; }
  .contain p {
    text-align: center;
    padding: 15px; }
  .contain a {
    margin-top: 25px; }

.logo {
  width: 147px;
  height: 147px;
  padding-bottom: 5px; }

.location {
  padding: 30px;
  float: right; }

.buttons {
  widows: 100%;
  display: inline; }
  .buttons p {
    display: block;
    text-align: center; }
  .buttons a {
    color: #fff;
    text-decoration: underline;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff; }
  .buttons p:active {
    color: #fc5c65; }

.button {
  float: left;
  margin: auto;
  display: -ms-grid;
  display: grid;
  margin-bottom: 15px;
  width: 265px;
  height: 61px;
  border-radius: 9px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16); }
  .button p {
    margin: auto;
    color: #2d2d2d; }

.button:active {
  background-color: #f2f2f2;
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2); }
  .button:active p {
    color: #fa5d66; }

.bottom {
  height: 190px;
  min-height: 140px;
  background-color: none; }
  .bottom p {
    text-align: center; }
  .bottom a {
    text-decoration: none; }
  .bottom p a {
    text-decoration: underline;
    color: #fff; }
  .bottom h4 {
    text-align: center;
    padding-bottom: 5px;
    padding-top: 15px; }

.social {
  text-align: center; }
  .social img {
    padding: 10px;
    padding-top: 15px; }

#p3 {
  clear: both; }

#imnew {
  background: -webkit-linear-gradient(220deg, #fc5c65 0%, #45aaf2 100%);
  background: -o-linear-gradient(220deg, #fc5c65 0%, #45aaf2 100%);
  background: linear-gradient(230deg, #fc5c65 0%, #45aaf2 100%);
  margin-right: 30px; }
  #imnew p {
    color: #fff; }

#return {
  display: none; }

#imnew:active {
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2); }
  #imnew:active p {
    color: #fc5c65; }

.contact {
  display: none;
  min-width: 460px;
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(45, 45, 45, 0.84);
  z-index: 20; }
  .contact h1 {
    padding-top: 60px;
    padding-bottom: 35px;
    text-align: center; }
  .contact p {
    display: block;
    clear: both;
    padding-top: 20px;
    text-align: center; }

.close {
  width: 40px;
  padding: 30px;
  right: 0;
  top: 0;
  z-index: 30;
  position: absolute; }

#add {
  width: 75%;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 8px; }

#prayer {
  display: none; }

#map {
  display: none; }
  #map p {
    padding-top: 0; }
  #map .button {
    margin-top: 15px; }
  #map .buttons {
    text-align: center;
    margin: 0 auto; }

.containbttn {
  width: 578px;
  margin: 0 auto; }

#lbtn {
  margin-right: 30px; }

.gmap {
  text-align: center; }

h1 {
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 75px;
  text-align: left;
  color: #fff; }

body {
  height: 100%; }

.gmap iframe {
  height: 400px;
  width: 75%;
  border: none; }

@media screen and (max-width: 600px) {
  body {
    max-width: 100vw;
    width: 100vw;
    min-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    min-height: 100vh; }
  .buttons {
    display: block; }
  #imnew {
    margin-right: 0; }
  .contain {
    position: relative;
    top: 10%;
    left: calc(50vw - 132px);
    margin: 0;
    display: -ms-grid;
    display: grid;
    width: 265px; }
  .main {
    height: calc(100vh - 191px);
    display: block;
    margin: 0;
    max-width: 100vw;
    min-width: 360px;
    min-height: 444px; }
  .bottom {
    display: block;
    height: 176px;
    padding-bottom: 15px;
    max-width: 100vw;
    min-width: 360px;
    background: -webkit-linear-gradient(230deg, #45aaf2 0%, #fa5d66 100%, #fc5c65 100%);
    background: -o-linear-gradient(230deg, #45aaf2 0%, #fa5d66 100%, #fc5c65 100%);
    background: -webkit-linear-gradient(220deg, #45aaf2 0%, #fa5d66 100%, #fc5c65 100%);
    background: -o-linear-gradient(220deg, #45aaf2 0%, #fa5d66 100%, #fc5c65 100%);
    background: linear-gradient(230deg, #45aaf2 0%, #fa5d66 100%, #fc5c65 100%); }
  .gmap iframe {
    min-height: 100px;
    max-height: 200px;
    width: 95%; }
  #add {
    width: 95%; }
  .contact {
    display: none;
    min-width: 360px;
    min-height: 100%;
    height: auto; }
    .contact h1 {
      font-size: 3.5em;
      padding-top: 70px; }
    .contact .button {
      float: none;
      margin: 0;
      margin-bottom: 15px;
      margin-left: 15vw;
      width: 265px;
      height: 61px;
      border-radius: 9px;
      background: #fff;
      -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16); }
      .contact .button p {
        margin: auto;
        color: #2d2d2d; }
    .contact #map {
      display: none;
      height: calc(100vh - 191px); }
    .contact .button:active {
      background-color: #f2f2f2;
      -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
      box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2); }
      .contact .button:active p {
        color: #fa5d66; }
    .contact .containbttn {
      max-width: 100vw;
      width: 100vw;
      min-width: 100vw; }
    .contact .button {
      margin-right: 0; }
      .contact .button p {
        padding-bottom: 0; }
    .contact p {
      padding-bottom: 25px; }
  input {
    width: 90vw;
    height: 40px;
    margin-bottom: 25px; }
  input[type=submit] {
    position: relative;
    display: block;
    left: 0;
    margin-left: 0; }
  .form1 {
    display: block;
    text-align: center;
    width: 100vw;
    margin: 0 auto; }
    .form1 label {
      text-align: left; }
  #pad {
    padding-left: 10px;
    padding-right: 10px; } }
