/* site.css */
header, footer {
  background-color: #f9fbfc;
  border: solid 1px 1px;
  /*font-family: 'Times a1a2a3New Roman', serif;*/
}

footer {
  margin-top: 100px;
  border-radius: 3px 3px;
} 

body {
  position: static;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  font-family: Segoe UI, Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #84add6;
}

a {
  color: #84add6;
  font-size-adjust: 100%;
}

html, body {
  padding: 0;
  margin: 0;
}

.Name {
  text-align: center;
  color: #84add6;
  font-size: 100px;
  font-family: Sweet Pea, Arial, sans-serif;
}

.logoIcon {
  width: 200px;
  padding: 10px;

}

.logo {
  margin: auto;
  width: 100%;

}

.slogan {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  color: #84add6;

}

.container {
  width: 100%;
  margin: auto;
  background-color: white;

}

header nav {
  float: none;
  margin: auto;
  width: 100%;
}

header nav li {
  display: inline-block;
  font-size: 20px;

}

#menu-outer {
  text-align: center;
  height: 84px;
  background: white;
}

.table {
  display: inline-block;
  margin: auto;
  width: 100%;
}

ul#horizontal-list {

  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 100%;
  list-style: none;
  padding-top: 20px;

  }

ul#horizontal-list li {
    display: inline;
    margin: 70px;
  }

.pageTitle {

  font-weight: bold;
  font-size: 50px;
  text-align: left;
  color: #84add6;
  padding: 10px;
}

.bodyText {
  font-size: 25px;
  text-align: left;
  color: #6a6e72;
  margin-bottom: 20px;
  padding: 10px;
}

.form {
  margin: 10px;
  font-weight: bold;
  font-size: 20px;
}

input[type=text], [type=tel], [type=email], [type=date], [type=time] select, textarea, {
  width: 50%;
  padding: 10px;  
  border: 10px solid #6a6e72;
  border-radius: 2px;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 15px;
  resize: vertical;

}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #84add6;
  color: white;
  font-weight: bold;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #84add6;
}

/* Add a background color and some padding around the form */
.request{
  border-radius: 10px;
  background-color: white;
  padding: 20px;
}





