html, body {
  background-color: #000000;
  min-height: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
}

div.container {
  margin: 0 auto;
  width: 100%;
  min-width: 1100px;
  height: auto;
  min-height: 100%;
  padding: 0px;
  background-color: #EEEEEE;
  font-family: Helvetica;
  font-weight: 100;
}

div.section {
  width: 100%;
  height: auto;
  font-family: Helvetica;
  font-weight: 100;
}

div.section_header {
  color: #EEEEEE;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 30px;
  font-size: 24px;
  text-align: center;
}

div.section_text {
  color: #EEEEEE;
  width: 70vw;
  margin: 0 auto;
  margin-bottom: 80px;
  font-size: 18px;
  text-align: left;
}

p.section_paragraph {
  margin: 0px;
  padding: 0px;
  line-height: 1.3;
}





div#navigation_bar {
  background-color: #000000;
  color: #FFFFFF;
  width: calc(100% - 40px);
  height: 90px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  text-align: center;
}

img#navigation_bar_logo {
  float: left;
  width: auto;
  height: 60px;
  margin-top: 10px;
  margin-left: 20px;
}

button.navigation_bar_button {
  background-color: #000000;
  color: #FFFFFF;
  float: right;
  width: 100px;
  height: 80px;
  margin-right: 8px;
  border: 0px;
  font-family: Helvetica;
  font-weight: 100;
  font-size: 16px;
}

button.navigation_bar_button:hover {
  color: #BBBBBB;
}





div.banner_section {
  background-color: #000000;
  width: 100%;
  height: auto;
  min-height: 200px;
  overflow: hidden;
}

img.banner_image {
  width: 100%;
  min-width: 800px;
  height: auto;
}





div#about_section {
  background-color: #000000;
}





div#process_section {
  background-color: #FFFFFF;
  margin: 0px;
  padding-bottom: 80px;
  white-space: nowrap;
  text-align: center;
}

div.process_step {
  display: inline-block;
  vertical-align: top;
  width: 270px;
  height: auto;
  margin: auto;
  overflow: auto;
  text-align: center;
  white-space: normal;
}

div.process_arrow {
  display: inline-block;
  vertical-align: top;
  width: 130px;
  height: auto;
  margin: auto;
  overflow: auto;
  text-align: center;
  white-space: normal;
}

div.process_name {
  color: #000000;
  width: 100%;
  height: 50px;
  margin-top: 80px;
  font-size: 24px;
  text-align: center;
}

img.process_icon {
  width: 100px;
  height: 100px;
  margin-top: 20px;
}

img.process_arrow_icon {
  width: 40px;
  height: 40px;
  margin-top: 50px;
}

div.process_description {
  margin-top: 30px;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  font-size: 16px;
  color: #888888;
  text-align: center;
  line-height: 1.4;
}





div#mission_section {
  background-color: #000000;
}





div#bottom_section {
  background-color: #000000;
  text-align: center;  
}

button#bottom_text {
  background-color: #000000;
  color: #AAAAAA;
  height: 80px;
  width: auto;
  margin: 0 auto;
  padding-bottom: 40px;
  border: 0px;
  font-family: Helvetica;
  font-weight: 100;
  font-size: 16px;
}





div#contact_section {
  background-color: #000000;
  width: calc(90vw - 10px);
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 80px;
}

input.contact_input {
  display: block;
  color: #111111;
  width: calc(100% - 5vw - 20px);
  height: 40px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0px 0px 0px 15px;
  font-family: Helvetica;
  font-weight: 100;
  font-size: 16px;
}

input.contact_input::placeholder {
  color: #555555;
}

textarea#contact_message {
  display: block;
  color: #111111;
  width: calc(100% - 5vw - 35px);
  max-width: 600px;
  height: 150px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 15px 15px 0px 15px;
  font-family: Helvetica;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.3;
}

textarea#contact_message::placeholder {
  color: #555555;
}

button#contact_section_submit {
  background-color: #000000;
  color: #FFFFFF;
  height: 40px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  border: 0px;
  font-family: Helvetica;
  font-weight: 100;
  font-size: 16px;
}

button#contact_section_submit:hover {
  color: #BBBBBB;
}





button#error_message {
  background-color: #000000;
  color: #FF6060;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  margin-top: 10px;
  border: 0px;
  font-family: Helvetica;
  font-weight: 100;
  font-size: 16px;
}





