* {
  padding: 0;
  margin: 0;
  text-underline-position: under;
}
body {
  background: linear-gradient(90deg, #62bedd, #d0efff, #d0efff, #62bedd);
  padding-top: 10vw;
  margin: 0;
}

/* Menu section */

#menu_wrapper {
  position: fixed;
  top: 1vw;
  right: 3vw;
  width: 17vw;
  z-index: 4000;
}
#hamburger {
  background: #cccccc;
  position: relative;
  float: right;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 4vw;
  color: #000000;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}
#menu_wrapper:hover #hamburger_menu {
  display: block;
}
#hamburger_menu {
  background: #cccccc;
  position: relative;
  width: 100%;
  margin-top: 0;
  display: none;
}
.hamburger_item {
  border-top: 1px solid #000000;
  position: relative;
  width: 99%;
  padding-top: 1vw;
  padding-bottom: 1vw;
  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;
}
.hamburger_item_donate {
  border-top: 1px solid #000000;
  background: #000000;
  position: relative;
  width: 80px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 1.5vw;
  color: #ffffff;
  text-align: left;
}
a {
  text-decoration: none;
}
.drop_down {
  border-top: 1px solid #000000;
  position: relative;
  width: 99%;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 1%;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 3vw;
  color: #000000;
  text-align: left;
}
.drop_down_container {
  position: relative;
  width: 99%;
  display: none;
}

/* Header section */


.header {
   background: linear-gradient(90deg, #62bedd, #d0efff, #d0efff, #62bedd);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}
.header2 {
  background: linear-gradient(90deg, #62bedd, #d0efff, #d0efff, #62bedd);
  position: static;
  width: 100%;
  padding: 3vw 0 2vw 0;
}
#logo {
  border-radius: 0.5vw;
  background: #fef0e3;
  position: absolute;
  top: 19vw;
  left: 1vw;
  width: 5vw;
  height: 4vw;
  padding: 0.5vw;
  z-index: 200;
}
#title {
  position: relative;
  width: 100%;
}
#title h1 {
  font-family: Kurale;
  font-weight: bold;
  font-size: 6vw;
 color: #000040;
  text-shadow: 5px 5px 4px #404040;
  padding: 0;
  margin: 0;
  text-align: center;
}
#address {
  position: relative;
  width: 100%;
}
#address p {
  position: relative;
  width: 100%;
  font-family: Serif;
  font-weight: bold;
  font-size: 4.5vw;
  margin: 0;
  padding-bottom: 1.5vw;
 color: #000040;
  text-align: center;
}
.name_pane {
  posotion: relative;
  float: left;
  width: 54%;
  font-family: Serif;
  font-weight: bold;
  font-size: 4vw;
 color: #000040;
  text-align: center;
}
.name_pane2 {
  posotion: relative;
  float: left;
  width: 39%;
  font-family: Serif;
  font-weight: bold;
  font-size: 4vw;
 color: #000040;
  text-align: center;
}

/* Home Page */

.main_panel {
   border-top: 1vw solid #000040;
  background: linear-gradient(90deg, #0000c0, #00d0f0, #0000c0);
  position: static;
  width: 100%;
  padding-top: 4vw;
  padding-bottom: 4vw;
}
#home_photo {
  background: #000000;
  position: relative;
  width: 90vw;
  height: 67.5vw;
  margin: 2vw auto;
 overflow: hidden;
}
.live_stream {
  border-radius: 0.75vw;
  position: absolute;
  top: 1vw;
  left: 1vw;
  padding: 2px 1vw 2px 1vw;
  z-index: 200;
}
.live_stream a {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 4vw;
  color: #000000;
  text-decoration: none;
}
#slider_frame {
  background: #000000;
  position: relative;
  width: 100%;
  height: 100%;
}
.mission {
  position: relative;
  width: 100%;
  padding: 3vw 0 1vw 0;
  font-family: Kurale;
  font-weight: bold;
  font-size: 4.25vw;
  color: #ffff00;
  text-align: center;
}
.clear {
  clear: both;
}
.donate_button {
  border-radius: 2vw;
  background: #000080;
  position: fixed;
  top: 7vw;
  left: 0vw;
  padding: 2px 5px 2px 5px;
  z-index: 2000;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 4.5vw;
  color: #ffffe0;
  text-align: left;
}
.text_box_wrapper {
  border-radius: 1vw;
  position: relative;
  width: 90vw;
  padding-top: 6vw;
  margin: 5vw auto;
}
.text_box_small {
  border-radius: 1vw;
  position: relative;
  width: 80%;
  padding: 4vw;
  margin: 0 0 0 3vw;
  word-wrap: break-word;
}
.text_box_small h1 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 6.75vw;
  color: #000000;
  margin: 0;
  padding-bottom: 1.5vw;
  text-align: left;
}
.text_box_small p {
  font-family: Serif;
  font-weight: bold;
  font-size: 4.5vw;
  color: #000000;
  margin: 0;
  padding-bottom: 0.6vw;
  text-align: left;
}
.text_box_2 {
  position: relative;
  width: 90%;
  padding: 7vw 5vw 6vw 5vw;
  word-wrap: break-word;
}
.text_box_2 h1 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 6.25vw;
  color: #000000;
  margin: 0;
  padding-bottom: 2vw;
  text-align: left;
}
.text_box_2 p {
  font-family: Serif;
  font-weight: bold;
  font-size: 4.75vw;
  color: #000000;
  margin: 0;
  padding-bottom: 0.75vw;
  text-align: left;
}
.google {
  border-radius: 0.5vw;
  position: relative;
  width: 60vw;
  height: 11vw;
  margin: auto;
}
.margin_top {
  margin-top: 2vw;
}
.text_box {
  border-radius: 1vw;
  position: relative;
  width: 82%;
  padding: 4vw;
  margin: auto;
  word-wrap: break-word;
}
.text_box h1 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 6vw;
  color: #000000;
  margin: 0;
  padding-bottom: 1.5vw;
  text-align: left;
}
.text_box p {
  font-family: Serif;
  font-weight: bold;
  font-size: 4.25vw;
  color: #000000;
  margin: 0;
  padding-bottom: 1vw;
  text-align: left;
}
.text_box_center {
  position: relative;
  width: 100%;
  padding: 5vw 0 5vw 0;
}
.donate {
  position: relative;
  width: 50vw;
  height: 50vw;
  margin: 5vw auto;
}
.bible_box {
//  border: 2px solid #003000;
  border-radius: 1vw;
  position: relative;
  width: 30vw;
  padding: 0.5vw 0 0.5vw 0;
  margin: 10vw auto;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 4.5vw;
  color: #000020;
  text-align: center;
}
.bible_verse {
  border-radius: 1vw;
  position: absolute;
  top:0;
  left: -17vw;
  width:65vw;
  padding: 2vw;
  z-index: 2000;
  font-family: Serif;
  font-weight: bold;
  font-size: 4vw;
  color: #000000;
  text-align: left;
  display: none;
}
.bible_box:hover > .bible_verse {
  display: block;
}
.photo {
  position: relative;
  width: 36vw;
  height: 54vw;
  margin: 5vw auto;
}
.resources {
  background-image: url("images/links.png");
  background-size: 100% 100%;
  position: relative;
  width: 48vw;
  height: 27vw;
  margin: 6vw auto;
  text-align: center;
  padding-top: 20vw;
}
.resources a {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 6vw;
  color: #000000;
}
.text_box_right {
  position: relative;
  width: 82%;
  padding: 4vw;
  margin: auto;
  word-wrap: break-word;
}
.text_box_right h1 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 6vw;
  color: #000000;
  margin: 0;
  padding-bottom: 1.5vw;
  text-align: left;
}
.text_box_right p {
  font-family: Serif;
  font-weight: bold;
  font-size: 4.25vw;
  color: #000000;
  margin: 0;
  padding-bottom: 1vw;
  text-align: left;
}

/* Footer section */

.footer {
 background: linear-gradient(90deg, #000040, #0000c0, #000040);
  position: relative;
  width: 96%;
  padding: 4vw 2vw 4vw 2vw;
}
.footer p {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 3vw;
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer h4 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 2.5vw;
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer a {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 2.5vw;
  color: #ffffff;
  text-decoration: none;
}
.wheelchair {
  position: absolute;
  top: 1vw;
  left: 2vw;
  width: 7.5vw;
  height: 7.5vw;
}
.hands {
  position: absolute;
  top: 3vw;
  right: 2vw;
  width: 6vw;
  height: 6vw;
}

/* Donate page */

.main_panel_donate {
  border-top: 1vw solid #000040;
  background: linear-gradient(90deg, #0000c0, #00d0f0, #0000c0);
  position: relative;
  width: 100%;
  padding-top: 3vw;
  padding-bottom: 4vw;
}
.text_box_donate {
  border-radius: 1vw;
  position: relative;
  width: 76vw;
  margin: 3vw auto;
  padding: 5vw;
  word-wrap: break-word;
}
.text_box_donate h1 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 6vw;
  color: #000000;
  text-align: left;
  margin: 0;
  padding-bottom: 3vw;
}
.text_box_donate p {
  font-family: Serif;
  font-weight: bold;
  font-size: 5vw;
  color: #000000;
  text-align: left;
  margin: 0;
  padding-bottom: 2vw;
}
.text_box_donate ul li {
  font-family: Serif;
  font-weight: bold;
  font-size: 5vw;
  color: #000000;
}
.shadow_donate {
  box-shadow: 20px 10px 10px #404040;
}
#canada_helps_logo {
  border: 1px solid #202020;
  background-color: #cccccc;
  position: relative;
  width: 168px;
  height: 80px;
  margin: 8vw auto;
}
.donate_form {
  position: relative;
  width: 98%;
  margin: auto;
}
.donate_form p {
  font-family: Serif;
  font-weight: bold;
  font-size: 2vw;
  color: #000020;
  margin: 0;
  padding-bottom: 1vw;
  text-align: center;
}

/* Contact page */

.main_panel_contact {
  border-top: 1vw solid #000040;
  background: linear-gradient(90deg, #0000c0, #00d0f0, #0000c0);
  position: relative;
  width: 100%;
  padding-top: 8vw;
  padding-bottom: 8vw;
}
.pic_contact {
  position: relative;
  width: 80vw;
  height: 40vw;
  margin: auto;
}
.box_contact {
  border-radius: 1vw;
  position: relative;
  width: 80vw;
  padding: 4vw;
  margin: 10vw 2vw 5vw 6vw;
  word-wrap: break-word;
}
.box_contact h1 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 6vw;
  color: #002000;
  text-align: left;
  margin: 0;
  padding-bottom: 2vw;
}
.box_contact p {
  font-family: Serif;
  font-weight: bold;
  font-size: 4.75vw;
  color: #002000;
  text-align: left;
  margin: 0;
  padding-bottom: 2vw;
}
.contacts_form {
  position: relative;
  width: 95%;
  margin: 12vw 0 0 2.5vw;
  padding: 2vw 0 2vw 0;
}

/* Contact Form */

.contact_prayer {
  border-radius: 0.5vw;
  position: relative;
  width: 90%;
  padding: 0.8vw;
  margin: auto;
  font-family: Serif;
  font-weight: bold;
  font-size: 1em;
  color: #000000;
  text-align: left;
}
.contact_prayer p {
  font-family: Serif;
  font-weight: bold;
  font-size: 5vw;
  color: #000000;
  padding-bottom: 2vw;
  margin: 0;
  text-align: left;
}
.form_left {
  position: relative;
  width: 8vw;
  margin-top: 15px;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 4.75vw;
  color: #000000;
  text-align: left;
}
.form_right {
  position: relative;
  margin: 5px 0 25px 0;
}
.form_right input {
  background-color: #eeeeee;
  width: 85vw;
//  height: 6vw;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 5vw;
  color: #000000;
  text-align: left;
}
.form_right textarea {
  background-color: #eeeeee;
  width: 85vw;
  height: 200px;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 5vw;
  color: #000000;
  text-align: left;
}
.contact_prayer select {
  background-color: #eeeeee;
  width: 250px;
//  height: 40px;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 3vw;
  color: #000000;
  text-align: center;
}
.contact_prayer .submit {
  position: relative;
  float: left;
  margin-top: 4vw;
  margin-left: 2vw;
}
.contact_prayer .reset {
  position: relative;
  float: right;
  margin-right: 2vw;

}
.contact_prayer .reset button {
  width: 90px;
  height: 20px;
  margin: 0;
  padding: 0;
}

/* Worship page */

.main_panel_worship {
  border-top: 1vw solid #000040;
  background: linear-gradient(90deg, #0000c0, #00d0f0, #0000c0);
  position: relative;
  width: 100%;
  padding-top: 4vw;
  padding-bottom: 4vw;
}
.worship_box_1 {
  border-radius: 1vw;
  position: relative;
  width: 75vw;
  padding: 5vw;
  margin: 5vw auto;
  word-wrap: break-word;
}
.worship_box_1 h1 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 6vw;
  color: #000000;
  margin: 0;
  padding-bottom: 2vw;
  text-align: left;
}
.worship_box_1 p {
  font-family: Serif;
  font-weight: bold;
  font-size: 4.75vw;
  color: #000000;
  margin: 0;
  padding-bottom: 1.5vw;
  text-align: left;
}
.worship_box_2 {
  border-radius: 1vw;
  position: relative;
  width: 75vw;
  padding: 5vw;
  margin: 5vw auto;
  word-wrap: break-word;
}
.worship_box_2 h1 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 6vw;
  color: #000000;
  margin: 0;
  padding-bottom: 2vw;
  text-align: left;
}
.worship_box_2 p {
  font-family: Serif;
  font-weight: bold;
  font-size: 4.75vw;
  color: #000000;
  margin: 0;
  padding-bottom: 1.5vw;
  text-align: left;
}

/* History page */

.main_panel_history {
  border-top: 1vw solid #000040;
  background: linear-gradient(90deg, #0000c0, #00d0f0, #0000c0);
  position: relative;
  width: 100%;
  padding-top: 4vw;
  padding-bottom: 4vw;
}
.history_box_1 {
  border-radius: 1vw;
  position: relative;
  width: 75vw;
  padding: 5vw;
  margin: 5vw auto;
  word-wrap: break-word;
}
.history_box_1 h1 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 6vw;
  color: #000000;
  margin: 0;
  padding-bottom: 2vw;
  text-align: left;
}
.history_box_1 p {
  font-family: Serif;
  font-weight: bold;
  font-size: 4.75vw;
  color: #000000;
  margin: 0;
  padding-bottom: 1.5vw;
  text-align: left;
}
.history_box_2 {
  border-radius: 1vw;
  position: relative;
  width: 75vw;
  padding: 5vw;
  margin: 5vw auto;
  word-wrap: break-word;
}
.history_box_2 h1 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 6vw;
  color: #000000;
  margin: 0;
  padding-bottom: 2vw;
  text-align: left;
}
.history_box_2 p {
  font-family: Serif;
  font-weight: bold;
  font-size: 4.75vw;
  color: #000000;
  margin: 0;
  padding-bottom: 1.5vw;
  text-align: left;
}

/* Photos page */

.main_panel_photos {
  border-top: 1vw solid #000040;
  background: linear-gradient(90deg, #0000c0, #00d0f0, #0000c0);
  position: relative;
  width: 100%;
  padding: 0 0 0.5vw 0;
}
.photo_container {
  position: relative;
  width: 80vw;
  margin: 5vw 0 10vw 10vw;
}
.photo_title {
  border-radius: 2vw;
  position: relative;
  width: 80vw;
  padding: 8px 0 8px 0;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 5vw;
  color: #000000;
  text-align: center;
}
.photo_frame {
  position: relative;
  width: 80vw;
  height: 60vw;
  margin-top: 2vw;
}

/* Resource page */

.main_panel_resource {
  border-top: 1vw solid #000040;
  background: linear-gradient(90deg, #0000c0, #00d0f0, #0000c0);
  position: relative;
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
}
.resource_pane {
  border-radius: 2vw;
  position: relative;
  width: 75vw;
  padding: 10vw 0 2vw 0vw;
  margin: auto;
}
.logo_pane {
  position: relative;
  width: 50vw;
//  height: 25vw;
  margin: 0 0 4vw 12vw;
  text-align: center;
}



/* Backgrounds */

.powder_blue {
  background: #c2ebed;
}
.egg_shell {
  background: #e0e0a0;
}
.light_green {
  background: #e2fad5;
}

.border {
  border: 2px solid #000000;
}
.shadow {
  box-shadow: 20px 10px 10px #606060;
}
.beige1 {
  background: #f5f5dc;
}
.beige2 {
  background: #fffdd0;
}
.green1{
  background: #b7ff8f;
}
.green2 {
  background: #b0ffad;
}
.green3 {
  background: #c5e5c5;
}
.green4 {
  background: #d0ffd0;
}
.beige7 {
  background: #fff8e7;
}
.beige8 {
  background: #e6daa6;
}
.beige9 {
  background: #f4eee1;
}
.beige10 {
  background: #f3ece7;
}

.close {
  position: absolute;
  top: 10vw;
  right: 4vw;
  font-family: Serif;
  font-weight: bold;
  font-size: 22px;
  color: #e0e0e0;
  z-index: 4000;
}
.picture_drop_down {
  border-radius: 8vw;
  overflow: hidden;
  position: fixed;
  left: 10vw;
  z-index: 3000;
  width: 80vw;
  height: 80vw;
  display: none;
}

.video_wrapper {
  position: relative;
  width: 90vw;
  margin: 0 0 8vw 5vw;
}
.video_title {
  border-radius: 2vw;
  background: #000040;
  position: relative;
  width: 90vw;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 4vw;
  color: #ffffff;
  text-align: center;
}
.youtube_pane {
  position: relative;
  width: 90vw;
  height: 50.6vw;
  margin: 2vw 0 0 0;
}
iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.video_num {
  position: absolute;
  top: 8px;
  right: 4vw;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 4vw;
  color: #c0c0c0;
  text-align: right;
}

/* Visual section */

.visual_icon {
  display: none;
}
.visual_icon_minus {
  position: fixed;
  top: 3vw;
  left: 4vw;
  width: 3vw;
  height: 3vw;
  z-index: 100000;
}

/* Announcement and poster */

.poster_frame {
  border: 2px solid black;
  border-radius: 0.5vw;
  position: absolute;
  top: 10vw;
  left: 20vw;
  width: 60vw;
  height: 78vw;
  z-index: 440;
  overflow: hidden;
}
.poster_x {
  position: absolute;
  top: 5px;
  right: 12px;
  z-index: 460;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 3vw;
  color: #404040;
}
.announcement_frame {
  border: 2px solid black;
  border-radius: 0.5vw;
  position: fixed;
  right: 6vw;
  bottom: 3vw;
  width: 24vw;
  height: 8.5vw;
  padding: 2vw 0 0 0;
  z-index: 450;
  overflow: hidden;
}
.announcement_frame h1 {
  font-family: Serif;
  font-weight: bold;
  font-size: 2.75vw;
  color: #000000;
  text-align: center;
  text-decoration: underline;
  padding: 0 0 0 0;
  margin: 0;
}
.announcement_x {
  position: absolute;
  top: 5px;
  right: 8px;
  z-index: 460;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 2.25vw;
  color: #404040;
}
.announcement_frame p {
  text-align: center;
  padding: 2vw 0 0 0;
  margin: 0;
}
.announcement_frame a {
  font-family: Serif;
  font-weight: bold;
  font-size: 2vw;
  color: #0000c0;
  text-align: center;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

/* About page */

.main_panel_about {
  border-top: 1vw solid #000040;
  background: linear-gradient(90deg, #0000c0, #00d0f0, #0000c0);
  position: relative;
  width: 85%;
  padding-top: 4vw;
  padding-bottom: 4vw;
  margin: 0 0 3vw 7vw;
}
.about_box_1 {
  border-radius: 1vw;
  position: relative;
  width: 88%;
  padding: 3vw 1vw 0 1vw;
  margin: 0 0 0 4vw;
  word-wrap: break-word;
}
.about_box_1 h1 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 7vw;
  color: #000000;
  margin: 0;
  padding-bottom: 1vw;
  text-align: left;
}
.about_box_1 p {
  font-family: Serif;
  font-weight: bold;
  font-size: 5.25vw;
  color: #000000;
  margin: 0;
  padding-bottom: 0.5vw;
  text-align: left;
}
.photo_01 {
  border-radius: 5vw;
  position: relative;
  float: left;
  width: 30vw;
  height: 40vw;
  margin: 0 1vw 1vw 0;
  overflow: hidden;
}
.photo_02 {
  background-color: #b0b0b0;
  border-radius: 1vw;
  position: relative;
  width: 60vw;
  height: 45vw;
  margin: 0 0 2vw 7vw;
  overflow: hidden;
}
.about_line_1 {
  border-top: 3px solid #0000a0;
  position: relative;
  width: 80%;
  margin: 3vw auto;
}
.about_box_2 {
  border-radius: 1vw;
  position: relative;
  width: 89%;
  padding: 5vw 3vw 5vw 3vw;
  margin: 7vw 0 0 1.5vw;
  word-wrap: break-word;
}
.about_box_2 h1 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 7vw;
  color: #000000;
  margin: 0;
  padding-bottom: 1vw;
  text-align: left;
}
.about_box_2 p {
  font-family: Serif;
  font-weight: bold;
  font-size: 5.25vw;
  color: #000000;
  margin: 0;
  padding-bottom: 0.5vw;
  text-align: left;
}

