body {
	font-family: "Raleway", sans-serif;
}
img {
	max-width: 100%; /* tornar imagens fluidas - responsivo*/
	display: block;
}
h1, h2, h3 {
	font-weight: bold;
  text-align: center;
  margin: 60px 0 20px 0;
}
h1 {
  font-size: 3em;
  line-height: 1.25;
}
h2 {
  font-size: 1.625em;
  line-height: 1.15384615;
}
h3 {
  font-size: 1.375em;
  line-height: 1.13636364;
}
@media (min-width: 43.75em) {
  h1 {
    font-size: 3em;
    line-height: 1.125;
  }
   h2 {
    font-size: 2em;
    line-height: 1.25;
  }
    h3 {
    font-size: 1.5em;
    line-height: 1.25;
  }
}
@media (min-width: 56.25em) {
  h1 {
    font-size: 3em;
    line-height: 1.25;
  }
    h2 {
    font-size: 2.25em;
    line-height: 1.25;
  }
    h3 {
    font-size: 1.75em;
    line-height: 1.25;
  }
}
p {
	font-size: 1em;
	line-height: 1.5;
	margin: 15px 0;
}