@import url(https://fonts.googleapis.com/css?family=EB+Garamond|Work+Sans:700);
@import url(http://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700);

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 16px;
}

body {
  padding: 12.5%;
  background: #fff;
  color: #fff;
  font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #6c7279;
}

section {
  width: 100%;
  background: #fff;
  color: #111;
}


p {
  margin-bottom: 2.5em;
}

a {
  text-decoration: none;
}

h2 {
  font: bold 2.8rem "Work Sans", "Arial Black", Gadget, sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 1em;
}

button {
  background-color: white;
  color: #111;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #111;
  border-radius: 5px;
  margin-bottom: 2.5em;
}
