* {
  padding: 0;
  margin: 0;
}
body {
  margin: 0;
  padding: 0;
}
.header {
  border-bottom: 1vw solid #ffffff;
  background: linear-gradient(90deg, #000060, #00a0f0, #000060);
  position: sticky;
  top: -24vw;
  left: 0;
  width: 100%;
  padding: 1vw 0 1vw 0;
  z-index: 500;
}
.pic_contact {
  position: relative;
  width: 80vw;
  height: 40vw;
  margin: 5vw auto;
}
#menu_wrapper {
  position: absolute;
  top: 26vw;
  right: 6vw;
  width: 15vw;
  z-index: 1000;
}
#hamburger {
  background: #dddddd;
  position: relative;
  float: right;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 3vw;
  color: #000000;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}
#menu_wrapper:hover #hamburger_menu {
  display: block;
}
#hamburger_menu {
  background: #dddddd;
  position: relative;
  width: 100%;
  display: none;
}
.hamburger_item {
  border-top: 1px solid #000000;
  position: relative;
  width: 99%;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 1%;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 3vw;
  color: #000000;
  text-align: left;
}
.hamburger_item a {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 3vw;
  color: #000000;
  text-align: left;
  text-decoration: none;
}

#menu_display {
  background: #c0c0c0;
  position: relative;
  width: 80vw;
  margin: 10px auto;
  text-align: center;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 25px;
  color: #000000;
  display: block;
}
#menu_bar {
  position: relative;
  width: 80%;
  margin: auto;
  display: none;
}
.menu_item {
  background: #cccccc;
  position: relative;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  text-align: center;
  padding-top: 2%;
  padding-bottom: 2%;
  margin-top: 5%;
}
.menu_item a {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  text-decoration: none;
}

#church_picture {
  background-color: #808080;
  position: relative;
  width: 80vw;
  height: 60vw;
  margin: 5vw auto;
}
#church_picture_small {
  background-color: #808080;
  position: relative;
  width: 40vw;
  height: 30vw;
  margin: 5vw auto;
}
.title {
  position: relative;
  width: 80vw;
  margin: auto;
  text-align: center;
}
.title h1 {
  font-family: Serif;
  font-weight: bold;
  font-size: 3vw;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.title h2 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 1vw;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
#logo {
  border-radius: 10px;
  background: #d6d6d6;
  position: relative;
  width: 30vw;
  height: 25vw;
  margin: 5vw auto;
}
.home_photo {
  position: relative;
  margin: 2vw 0 2vw 20vw;
  width: 60vw;
  height: 60vw;
}
.worship {
 background: #f0f0c0;
  position: relative;
  margin: 0 0 0 15vw;
  width: 70vw;
  padding: 3vw 0 3vw 0;
  text-align: center;
}
.worship h1 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 3.5vw;
  color: #000000;
  margin: 0;
  padding-bottom: 2vw;
  text-decoration: underline;
}
.worship p {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 3vw;
  color: #000000;
  margin: 0;
  padding: 0;
}
.staff {
 background: #f0f0c0;
  position: relative;
  margin: 0 0 0 15vw;
  width: 70vw;
  padding: 3vw 0 3vw 0;
  text-align: center;
}
.staff h1 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 3.5vw;
  color: #000000;
  margin: 0;
  padding-bottom: 2vw;
  text-decoration: underline;
}

.staff p {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 3vw;
  color: #000000;
  margin: 0;
  padding: 0;
}
.center_panel {
   background: linear-gradient(90deg, #000060, #00a0f0, #000060);
  position: relative;
  width: 100%;
  padding: 4vw 0 4vw 0;
}
#Book {
   position: relative;
  width: 60vw;
  height: 30vw;
  margin: 2vw auto;
}
.bottom_panel {
  border-top: 1vw solid #ffffff;
  background: linear-gradient(90deg, #000060, #00a0f0, #000060);
  position: relative;
  width: 100%;
  padding: 2vw 0 2vw 0;
}
.welcome {
  background: #f0f0c0;
  position: relative;
  width: 90vw;
  padding: 2vw;
  margin: 2vw auto;
}
.welcome h1 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 3.5vw;
  color: #000000;
  margin: 0;
  padding-bottom: 12px;
  text-align: center;
  text-decoration: underline;
}
.welcome p {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 3vw;
  color: #000000;
  margin: 0;
  padding: 0;
  text-align: justify;
}
.footer {
  border-top: 1vw solid #ffffff;
  background: linear-gradient(90deg, #000060, #00a0f0, #000060);
  position: relative;
  width: 100%;
  padding: 2vw 0 2vw 0;
  padding-bottom: 16px;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 2.75vw;
  color: #ffff60;
  text-align: center;
}
#footer a {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 2.75vw;
  color: #f0f0f0;
  text-decoration: none;
}
#footer_pane {
  position: relative;
  width: 100%;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 2.75vw;
  color: #ffff80;
  text-align: center;
}
#footer_pane a {
   font-family: Helvetica;
  font-weight: bold;
  font-size: 2.75vw;
  color: #ffff80;
  text-align: center;
  text-decoration: none;
}
#footer_pane a:hover {
   background: #f0f0f0;
  color: #000000;
  text-decoration: none;
}
#footer_pane2 {
  position: relative;
  width: 100%;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 2.75vw;
  color: #ffff80;
  text-align: center;
}
.clear {
  clear: both;
}
.back {
  position: relative;
  float: right;
  width: 15vw;
  height: 5vw;
  margin: 1vw 1vw 0 0;
}
#cms_cross {
  position: relative;
  float: right;
  margin-top: 25px;
  margin-right: 15px;
  width: 20px;
  height: 20px;
}
.menu_drop {
  border-top: 1px solid #000000;
  background: #cccccc;
  position: relative;
  height: 8vw;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  text-align: center;
  padding-top: 1vw;
  margin-top: 4vw;
}
.menu_drop:hover {
  height: 80vw;
}
.menu_drop:hover > .menu_down {
  visibility: visible;
}
.menu_down {
  border-top: 10px solid #000060;
  background: #cccccc;
  position: relative;
  height: 8vw;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  text-align: center;
  padding-top: 2vw;
  margin-top: 4vw;
  visibility: hidden;
  z-index: 100;
}
.menu_down a {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  text-decoration: none;
}
.container {
  background: #c0c0c0;
  position: relative;
  width: 100vw;
  margin-top: 30px;
}
.pastor_pane {
  background: #c0c0c0;
  position: relative;
  width: 80%;
  padding: 5%;
}
.pastor_pane h1 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  margin: 0;
  padding-bottom: 14px;
}
.pastor_pane h1 strong {
  font-size: 33px;
}
.pastor_pane p {
  font-family: Serif;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  margin: 0;
  padding-bottom: 10px;
}
.pastor_pane p strong {
  font-size: 20px;
}
.google_pane {
  border-radius: 5px;
  background-color: #a0a0a0;
  position: relative;
  width: 180px;
  height: 38px;
  padding: 10px;
  margin: 20px auto;
}
.container1 {
  background: #c0c0c0;
  position: relative;
  width: 100vw;
  margin-top: 30px;
}
.pastor_pane1 {
  background: #c0c0c0;
  position: relative;
  width: 80%;
  padding: 5%;
}
.pastor_pane1 h1 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  margin: 0;
  padding-bottom: 14px;
}
.pastor_pane1 h1 strong {
  font-size: 33px;
}
.pastor_pane1 p {
  font-family: Serif;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  margin: 0;
  padding-bottom: 10px;
}
.pastor_pane1 p strong {
  font-size: 20px;
}
.photo_slider {
  position: relative;
  width: 80vw;
  margin-top: 2vw;
  margin-left: 10vw;
}
.gallery_title {
  border-radius: 10px;
  background-color: #006000;
  position: relative;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 5vw;
  color: #ffffff;
  text-align: center;
}
.gallery_more {
  border-radius: 10px;
  background-color: #002000;
  position: relative;
  width: 50vw;
  padding: 2vw;
  margin: 2vw auto;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
}
.logo_pane_left {
  position: relative;
  width: 60vw;
  height: 60vw;
  margin: 5vw auto;
}
.logo_pane_right {
  position: relative;
  width: 60vw;
  height: 60vw;
  margin: 5vw auto;
}
.contact_prayer {
  background-color: #c0c0c0;
  position: relative;
  width: 90vw;
  padding: 5vw;
  margin-top: 2vw;
}
.contact_prayer p {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 6vw;
  color: #000000;
  padding-bottom: 2vw;
  margin: 0;
  text-align: left;
}
.form_left {
  position: relative;
  width: 100%;
  margin-top: 2vw;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 6vw;
  color: #000000;
  text-align: left;
}
.form_right {
  position: relative;
  width: 100%;
  margin-top: 2vw;
}
.form_right input {
  background-color: #d5d5d5;
  width: 100%;
  height: 10vw;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 6vw;
  color: #000000;
  text-align: left;
}
.form_right textarea {
  background-color: #d5d5d5;
  width: 100%;
  height: 60vw;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 6vw;
  color: #000000;
  text-align: left;
}
.contact_prayer select {
  background-color: #d5d5d5;
  width: 50%;
  height: 10vw;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 6vw;
  color: #000000;
  text-align: center;
}
.contact_prayer .submit {
  position: relative;
  margin: 5vw;
}
#message {
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  background: #cccccc;
  position: fixed;
  bottom: 2vw;
  right: 2vw;
  width: 75vw;
  height: 30vw;
  padding: 0;
  display: none;
  z-index: 100;
}
#message h1 {
  font-family: Serif;
  font-weight: bold;
  font-size: 130%;
  color: #000000;
  text-align: center;
  text-decoration: underline;
  margin: 0;
  padding: 0;
}
.close {
  position: absolute;
  top: 1px;
  right: 4px;
  font-family: Serif;
  font-weight: bold;
  font-size: 100%;
  text-align: center;
  color: #000000;
}
.close a {
  font-family: Serif;
  font-weight: bold;
  font-size: 100%;
  color: #000000;
  text-decoration: none;
}
#text_area {
  position: relative;
  width: 100%;
  margin-top: 10px;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 100%;
  color: #000080;
  text-align: center;
  overflow-y: auto;
}
#text_area a {
  font-family: Serif;
  font-weight: bold;
  font-size: 100%;
  color: #000080;
  text-decoration: none;
}
#text_area span {
  color: #800000;
}
.bible {
   position: relative;
  float: right;
  width: 40vw;
  margin-top: 2vw;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 3vw;
  color: #000000;
  text-align: center;
}
.bible_verse {
  border-radius: 9px;
  background: radial-gradient(ellipse, #f8f8f8, #a0a040);
  position: absolute;
  bottom: 0vw;
  right: 0;
  width: 80vw;
  padding: 2vw;
  z-index: 500;
  display: none;
 font-family: Helvetica;
  font-weight: bold;
  font-size: 2.75vw;
  color: #000040;
  text-align: justify;
}
.bible:hover > .bible_verse {
  display: block;
}
.about_pane {
  background: #002040;
  position: relative;
  width: 80%;
  padding: 2vw;
  margin: 2vw auto;
}
.about_pane h1 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 8vw;
  color: #ffffff;
  margin: 0;
  padding-bottom: 2vw;
  text-align: center;
}
.about_pane p {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 4vw;
  color: #ffffff;
  margin: 0;
  padding-bottom: 1vw;
  text-align: left;
}
.about_pane_center {
  position: relative;
  width: 70vw;
  margin: 2vw auto;
  text-align: center;
}
#pic_left {
  position: relative;
  width: 80vw;
  height: 80vw;
  margin: 2vw auto;
}
#pic_right {
  position: relative;
  width: 80vw;
  height: 80vw;
  margin: 2vw auto;
}
#pic2_left {
  position: relative;
  width: 80vw;
  height: 40vw;
  margin: 2vw auto;
}
#pic2_right {
  position: relative;
  width: 80vw;
  height: 40vw;
  margin: 2vw auto;
}
#belief {
  background: #f0f0c0;
  position: relative;
  width: 80vw;
  padding: 2vw;
  margin: 2vw auto;
}
#belief h1 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 8vw;
  color: #b28706;
  margin: 0;
  padding-bottom: 2vw;
  text-align: center;
}
#belief h2 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 7vw;
  color: #b28706;
  margin: 0;
  padding-bottom: 2vw;
  text-align: left;
}
#belief p {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 5vw;
  color: #303000;
  margin: 0;
  padding-bottom: 2vw;
  text-align: justify;
}
.contact {
  border-radius: 2vw;
  background: #f0f0c0;
  position: relative;
  width: 80vw;
  padding: 2vw;
  margin: 2vw auto;
}
.contact h1 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 4vw;
  color: #000040;
  margin: 0;
  padding-bottom: 20px;
  text-align: center;
}
.contact h2 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 3vw;
  color: #000040;
  margin: 0;
  padding-bottom: 2vw;
  text-align: center;
}
.contact p {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 3vw;
  color: #202020;
  margin: 0;
  padding: 0;
  text-align: left;
}

.link_box {
  border: 10px inset #fdfd96;
  position: relative;
  width: 85vw;
  margin: 7vw auto;
  
}
.links_1 {
  background: #ffffff;
 position: relative;
  width: 60vw;
  height: 28vw;
  margin: 3vw auto;
}


.links_2 {
  background: #ffffff;
  position: relative;
  width: 60vw;
  height: 23vw;
  padding-top: 5vw;
  margin: 3vw auto;
}



.links_3 {
  background: #ffffff;
 position: relative;
  width: 60vw;
  height: 23vw;
  padding-top: 5vw;
  margin: 3vw auto;
}
.links_4 {
  background: #ffffff;
 position: relative;
  width: 60vw;
  height: 20vw;
  padding-top: 8vw;
  margin: 3vw auto;
}
.links_5 {
  position: relative;
  width: 30vw;
  height: 30vw;
  margin: 3vw auto;
}

