@charset "UTF-8";
/* CSS Document */
body {
  text-align: center;
}
#prayer_wrapper {
  background-color: white;
  width: 60%;
  height: 10%;
  text-align: center;
  border-radius: 5px;
  margin: 1% auto 5% auto;
  padding: 0% 0% 5% 0%;
}
#logo {
  width: 70%;
  border-bottom: 3px white;
  text-align: center;
  padding-bottom: 0%;
  margin: 1% auto;
  background-color: white;
  padding-bottom: 0%;
}
#prayer {
  width: 30%;
  background-color: white;
  text-align: center;
  margin: 0% auto 0% auto;
  padding: 5% 5% -10% 5%;
  border-radius: 5px;
}
#prayer img {
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 1% 5% 0% 5%;
}

#prayer_text p {
  width: 100%;
  margin: 1% auto 0% auto;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-style: italic;
  font-size: 250%;
  text-align: center;
  color: #0099cc;
  z-index: 1;
  position: relative;
}
#death_valley img {
  margin: 5% auto;
  border-radius: 5px;
  width: 70%;
}
/* about page */
#about_wrapper {
  width: 70%;
  height: 100%;
  border: double 4px gold;
  border-radius: 5px;
  margin: 5% auto 0% auto;
  padding: 0% 0% 2% 0%;
  background: #ffffff;
}
#about {
  padding: 2%;
  width: 100%;
  height: 100%;
  margin: 0% auto 15% auto;
}
#about h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 250%;
  text-align: center;
  color: #0099cc;
  padding: 2%;
}
#about h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 70%;
  text-align: center;
  color: #0099cc;
  padding: 3%;
  margin-top: -5%;
}
#about img {
  height: 28%;
  width: 28%;
  float: left;
  border-radius: 5px;
  border: ;
  margin: -4% 0% 0% 0%;
  padding: 2%;
}

#about p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 150%;
  margin: 0% 0% 0% 0%;
  text-align: left;
  height: 50%;
  width: 95%;
}
#charlie_wrapper {
  width: 70%;
  height: 100%;
  border: double 4px gold;
  border-radius: 5px;
  margin: 10% auto 10% auto;
  padding: 0% 0% 2% 0%;
  background: #ffffff;
}
#charlie {
  padding: 0%;
  width: 100%;
  height: 100%;
  margin: 0% auto 0% auto;
}

#charlie h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 250%;
  text-align: center;
  color: #0099cc;
  padding: 2%;
}


#charlie img {
  height: 40%;
  width: 40%;
  float: left;
  border-radius: 5px;
  border: ;
  margin: 0% 2% 2% 0%;
}
#charlie #caption p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 60%;
  margin: -7% 0% 0% 2%;
  text-align: left;
  height: 50%;
  width: 70%;
  padding: 2%;
  color:white;
  float:left;
  font-style:italic;
}

#charlie p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 150%;
  margin: 0% 0% 0% 0%;
  text-align: left;
  height: 50%;
  width: 95%;
  padding: 2%;
}
/* about page */
/*services*/
#services h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 250%;
  text-align: center;
  color: #0099cc;
  margin: 2%;
}
.services {
  width: 70%;
  height: 50%;
  border: double 4px gold;
  border-radius: 5px;
  margin: 0% auto 2% auto;
  background-color: white;
  text-align: center;
}
.services img {
  border-radius: 5px;
  margin: 0% auto 2% 0;
  text-align: center;
  width: 100%;
  height: 100%;
}
.services h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 150%;
  text-align: center;
  color: #0099cc;
  padding-top: 2%;
}
.services p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 120%;
  text-align: left;
  color: #666666;
  width: 90%;
  padding: 2%;
  margin: 0% auto;
}
/* location page begin */
#griffith img {
  margin: 5% auto;
  border-radius: 5px;
  width: 70%;
}
#location_wrapper {
  width: 70%;
  border: double 4px gold;
  border-radius: 5px;
  margin: 2% auto 5% auto;
  background: #ffffff;
  margin-bottom: 10%;
}
#location {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  margin-bottom: 12%;
}

#location_wrapper h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 250%;
  text-align: center;
  color: #0099cc;
  margin: 2% 0% -5% 0%;
}
#location iframe {
  position: absolute;
  top: 10%;
  left: 16%;
  width: 70% !important;
  height: 70% !important;
  border-radius: 5%;
  border-color: gold;
  /*border: black 3px solid ; */
}
#location_text {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 150%;
  margin: -25% 2% 0% 2%;
  text-align: center;
  height: 100%;
  width: 100%;
  padding-bottom: 5%;
}
/* location page end */
#testimonials {
  width: 70%;
  height: 50%;
  border: double 4px gold;
  border-radius: 5px;
  margin: 10% auto 10% auto;
  padding: 0% 0% 2% 0%;
  background: #ffffff;
}
#testimonials {
  padding: 0%;
 
}
#testimonials h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 250%;
  text-align: center;
  color: #0099cc;
  padding: 2%;
  margin-top: 0%;
  font-style: italic;
}
#testimonials p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 150%;
  margin: 0% 0% 0% 0%;
  text-align: left;
  height: 50%;
  width: suto;
  font-style: italic;
  padding: 2%;
}
/* End general page style-------------------------------*/
