.contactlist, .form, input[type=submit], input[type=text],
input[type=email],
select,
textarea {
  font-family: "Noto Sans", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: thin;
  font-size: 15px;
  color: #a7a7a7;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text],
input[type=email],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #dbdbdb;
  border-radius: 15px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

#contact-heading {
  text-align: center;
  margin: auto;
  width: 100%;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #ffda07;
  color: #003863;
  padding: 15px 30px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  margin: auto;
}

.contactcontainer {
  margin: auto;
  width: 50%;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #003863;
  color: #ffda07;
}

.contactlist li {
  text-decoration: none;
  list-style-type: none;
}

/* Add a background color and some padding around the form */
.formcontainer {
  border-radius: 15px;
  background-color: #f2f2f2;
  padding: 20px;
  width: 50%;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-greetings {
  margin-top: 50px;
  width: 50%;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

.material-icons-outlined {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  margin-top: 2px;
  top: 0;
  bottom: 0;
  font-size: 20px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-align: center;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/*# sourceMappingURL=contact_style.css.map */
