@charset "utf-8";

#people a:link,
#people a:visited {
  color: #0091CF;
}

#people a:hover,
#people a:active,
#people a:focus {
  color: #006A98;
}

nav a {
  color: #ffffff;
  margin: 0px 4px 0px 4px;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 10px;
}

nav a:link,
nav a:visited {
  background-color: #00b3fe;
}

nav a:hover,
nav a:active,
nav a:focus {
  background-color: #384452;
}

table {
  border-collapse: collapse;
  font-size: 0.9rem;
  border: 1px solid #bfc9d3;
  margin-top: 6px;
}

th {
  background-color: #bfc9d3;
}

td,
th {
  padding: 6px;
}

td.first-col {
  width: 90px;
}

#people ul {
  list-style-type: circle;
  padding-left: 22px;
}

#contact input,
#contact textarea,
#contact label {
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-bottom: 8px;
}

#contact input,
#contact textarea {
  padding: 16px;
  border: 1px solid #384452;
  border-radius: 10px;
}

#contact label {
  font-size: 0.9rem;
}

#contact input[type="submit"] {
  margin-top: 16px;
  padding: 16px;
  background-color: #00b3fe;
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  border: 1px solid #00b3fe;
}

