.contact h3 {
	color: var(--orange-one);
}

.contact p {
	font-size: 18px;
	line-height: 1.5em;
}

.contact p > i {
	margin-right: 5px;
}

.contact p > a {
  color:  var(--grey-two);
}

input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  border-radius: 0;
}

input[type="email"]:focus {
  outline: 1px solid #ccc;
}

input[type="submit"] {
	background: var(--orange-one);
	border: 2px solid var(--orange-one);
	opacity: 0.8;
	text-transform: lowercase;
	font-size: 14px;
}

::-webkit-input-placeholder {
	text-transform: lowercase;
	opacity: 0.7;
}
