* {
  padding: 0;
  margin: 0;
}
body {
  background: linear-gradient(90deg, #62bedd, #e0ffff, #62bedd);
  padding-top: 6vw;
  margin: 0px;
}
.header {
  background: linear-gradient(90deg, #62bedd, #e0ffff, #62bedd);
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0;
  z-index: 500;
}
#title {
  position: relative;
  width: 100%;
  padding-top: 0.5vw;
  z-index: 600;
}
#title h1 {
  font-family: Serif;
  font-weight: bold;
  font-size: 5vw;
  color: #000020;
  text-shadow: 5px 5px 4px #404040;
  padding: 0;
  margin: 0;
  text-align: center;
}
.header2 {
  background: linear-gradient(90deg, #62bedd, #e0ffff, #62bedd);
  position: relative;
  width: 100%;
  padding-bottom: 1vw;
}
#address {
  position: relative;
  width: 100%;
  padding-top: 0.5vw;
  font-family: Serif;
  font-weight: bold;
  font-size: 2vw;
  color: #000020;
  text-align: center;
}
#address h2 {
  font-family: Serif;
  font-weight: bold;
  font-size: 2.25vw;
  font-style: italic;
  color: #000020;
  margin: 0;
  padding-bottom: 0.5vw;
}
.name_pane {
  position: relative;
  float: left;
  width: 54%;
  font-family: Serif;
  font-weight: bold;
  font-size: 1.95vw;
  color: #002000;
  text-align: center;
}
.name_pane2 {
  position: relative;
  float: left;
  width: 39%;
  font-family: Serif;
  font-weight: bold;
  font-size: 1.95vw;
  color: #002000;
  text-align: center;
}
.clear {
  clear: both;
}
.message_pane_donate {
  border-radius: 0.5vw;
  background: #000040;
  position: fixed;
  top: 2vw;
  left: 2.5vw;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 2vw;
  color: #ffffff;
  z-index: 5000;
}
#menu_wrapper {
  position: fixed;
  top: 1.75vw;
  right: 2vw;
  width: 20vw;
  z-index: 1000;
}
#hamburger {
  background: #cccccc;
  position: relative;
  float: right;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 3.5vw;
  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%;
  display: none;
}
.hamburger_item {
  border-top: 1px solid #000000;
  background: #cccccc;
  position: relative;
  width: 95%;
  padding:1vw 0 1vw 5%;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 2.5vw;
  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;
  background: #cccccc;
  position: relative;
  width: 95%;
  padding:2vw 0 2vw 5%;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 2.5vw;
  color: #000000;
  text-align: left;
}
.drop_down_container {
  position: relative;
  width: 100%;
  padding-top: 2vw;
  display: none;
}
.drop_down:hover > .drop_down_container {
  display: block;
}
#back {
  position: absolute;
  right: 20px;
  bottom:20px;
  width: 100px;
  height: 35px;
}
.main_panel {
  background: linear-gradient(90deg, #0000c0, #00d0f0, #0000c0);
   position: relative;
  width: 100%;
  padding-top: 2vw;
  padding-bottom: 2vw;
}
.footer {
  background: #000040;
  position: relative;
  width: 100%;
  padding-top: 2vw;
  padding-bottom: 2vw;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 2vw;
  color: #f0f0f0;
  text-align: center;
}
.footer a {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 2vw;
  color: #f0f0f0;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.video_wrapper {
  position: relative;
  width: 70vw;
  margin: 0 0 5vw 15vw;
}
.video_title {
  border-radius: 8px;
  background: #000040;
  position: relative;
  width: 70vw;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 1.95vw;
  color: #ffffff;
  text-align: center;
}
.youtube_pane {
  position: relative;
  width: 70vw;
  height: 39.5vw;
  margin: 1vw 0 0 0;
}
iframe {
  width: 100%;
  height: 100%;
  border: none;
}

