body {
  background-color: #A6CCFB;
  font-family: sans-serif;
  margin: 0;
}

.widget0-navbar-list {
  display: flex;
  list-style: none;
  background-color: navy;
  color: white;
  margin: 0;
  font-size: 1.5em;
  padding: 0;
}

.item_wrapper_link  {
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  color: white;
  text-decoration: none;
  width: 20%;
  text-align: center;
}

.item_wrapper_link:hover  {
  background-color: white;
  color: navy;
}

.header_background {
  background-image:  url("./background1.jpg");
  height: 200px;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 1.5em;
}

.logo_home {
  width: 200px;
}

.contact {
  color: navy;
  margin-top: 2%;
}

.header_text {
  color: navy;
  margin-top: 5%;
}

.header_text p {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.5em;
}

.image_div {
  margin-top: 2%;
}
.header_content {
  display: flex;
}

.main_content {
  display: flex;
  flex-direction: column;
  height: 700px;
}

.form_content {
  display: flex;
  flex-direction: row;
  height: 700px;
  justify-content: center;
}

#content_wrap {
  display: flex;
  margin-left: 5%;
}

.providing {
  width: 30%
}

.title_wrap {
  color: navy;
  text-align: center;
}


.div_image {
  height: 75%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.div_image1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 75%;
  margin: 0;
}

.top_text_div {
  height: 20%;
  margin-left: 10%;
  margin-right: 10%;
  font-size: 1.25em;
  margin-bottom: 4%;
  text-align: center;
}

.bottom_text_div {
  height: 5%;
}

#content_title {
  font-size: 2em;
}

.home_bullets_wrapper {
  display: flex;
  justify-content: center;
  margin-left: 15%;
  margin-right: 15%;
}

.home_bullets {
  font-size: 1.75em;
}

.home_bullets li {
  margin-bottom: 2.5%;
}

#email_link {
  display: flex;
  flex-direction: row;
  margin-top: 2%;
  padding-top: 0;
  justify-content:flex-start;
}



#button {
   border-style: solid;
   border-color: white;
   background-color: navy;
   color: white;
   border-radius: 5%;
   padding: 5%;
   font-size: 1em;
}

#button:hover {
   border-style: solid;
   border-color: navy;
   background-color: white;
   color: navy;
   border-radius: 5%;
   padding: 5%;
   font-size: 1em;
}

.title_wrapper {
  display: flex;
  justify-content: center;
  font-size: 2em;
}

#faq_title {
  margin-bottom: 10%;
}

#comment {
  width: 100%;
  height: 150px;
}

.info_input {
  width: 50%;
  height: 25px;
  margin-top: 2%;
  margin-bottom: 2%;
}

.caption {
  margin-bottom: 2%;
  padding-bottom: 2%;
}

#form_wrapper {
  font-size: 1.5em;
}

.button2 {
  background-color: navy;
  color: white;
  border-style: solid;
  border-color: white;
  background-color: navy;
  color: white;
  border-radius: 10%;
  padding: 2.5% 10% 2.5% 10%;
  font-size: 1.5em;

}

.button2:hover {
   border-style: solid;
   border-color: navy;
   background-color: white;
   color: navy;
}
