@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,700);
body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight:normal;
  margin: 0 auto;
  padding: 0;
  color: #333e3f;
}

header {
	max-width: 520px;
  height: 150px;
  margin: 5% auto 0 auto;
  padding:1em;
  text-align: center;
}

img {max-width:100%;}
h1,h2 {
  display: block;
  margin:0;
  color:#666;
  text-align: center;
  font-weight: 300;
  letter-spacing: 3px;
}
h1 {
  padding:40px 0 10px 0;
}


p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: 300;
}
strong, h2 {
  font-weight: 700;
  letter-spacing: 3px;
}
a {
  background-color: orange;
  text-decoration: none;
  padding: 15px 30px;
  font-size: 2rem;
  color: black;
  font-weight: bold;
  border-radius: 100px;
}
