ul, li {
	list-style: inherit
}

body {
	font-family: Roboto, "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .4px;
  line-height: 1.6em;
	color: rgba(31,37,38,.75)
}

a {
	color: #ffb705;
}

.header_menu .menu-item a {
	font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1em;
  color: rgba(13,12,12,.6);
}

.header_menu li {
	text-decoration: none;
}

.button {
  background-color: #ffb705;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.newsletter-form {
  text-align: center;
  margin-bottom: 40px;
}

  
.newsletter-form .subscribe-email {
  font-size: 16px;
  padding: 13px;
  text-align: center;
}
