form input, textarea, button {
  padding: 1em;
  margin: 0.25em;
}

header {
  padding: 8em;
}
h1 {
  padding-bottom: 0.5em;
  font-size: 4em;
	font-weight: 200;
	text-decoration: none;
}

h2 {
  padding-bottom: 4em;
  font-size: 2em;
	font-weight: 200;
	text-decoration: none;
}

h3 {
  padding-bottom: 4em;
  font-size: 2em;
  font-weight: 200;
  color: #423f3f;
}

#social-media {
  padding-top: 4em;
}

form input, textarea {
  background-color:  #FFB0BD !important; 
  font-weight: 400 !important;
  font-size: 1em !important; 
  color: black !important;
}

span.orange{
	color: #E76200;
}

#social-media a {
  border-color: black;
  border-radius: 40px;
}

#copyemailbtn:hover {
  color: black;
}

#bottom-head-section h3 {
	color: #8e8d8d;
}

