* {
	box-sizing: border-box;
}
html,
body,
div,
section,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0px;
  padding: 0px;
}
/* typography */
html {
  font-size: 62.5%;
}
html body {
  font-family: 'Oracle Sans', Arial;
  font-size: 1.4rem;
  color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
strong {
  font-weight: normal;
  font-family: 'Oracle Sans Bold';
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
/* form */
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	white-space: normal;
}

input[type="submit"]:hover {
	cursor: pointer;
}

.container{
	width: 1030px;
	max-width: 100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
