body {
	 font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: 'Open Sans', sans-serif;
}

h1 {
  font-weight: 800;
  font-size: 62px;
  line-height: 60px;
  text-transform: uppercase;
  color: #f1433f;
  margin: 0;
}

h2 {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 42px;
  color: #3d4c53;
  margin-top:0px;
}

h3 {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 34px;
  color: #3d4c53;
}

h4 {
  letter-spacing: -1px;
  color: #232323;
}

a {
  color: #3d4c53;
}

a:hover {
  transition: all 0.35s ease-in-out;
  color: #3d4c53;
  text-decoration: none;
}
