* {
	box-sizing: border-box;
}

body {
	margin: 0;
}

main {
	color: #232129;
	font-family: -apple-system, Roboto, sans-serif, serif;
	margin: 0 auto;
	max-width: 1600px;
	padding: 0 25px;
}

h1,
h2,
h3 {
	margin-bottom: 0;
}

nav,
nav ul {
	display: flex;
	margin: 0;
}

nav {
	justify-content: flex-end;
}

nav li {
	margin: 0 20px 0 0;
}

.nav {
	display: flex;
	padding-left: 0;
	list-style-type: none;
	flex-flow: row;
}

h1,
h2,
h3,
li,
p,
strong {
	font-family: Raleway, sans-serif;
}

a.active,
a:hover {
	border-bottom: 2px solid;
	color: #3263c0;
}

nav a,
p {
	line-height: 28px;
}

nav a {
	color: #000;
	display: block;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 2px;
}

a {
	text-decoration: none;
}

section {
	margin-bottom: 28px;
	background-color: #f7f6f6;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 75px 0;
}

h3 {
	font-size: 32px;
	line-height: 37px;
	margin-bottom: 40px;
}

h3,
strong {
	font-weight: 800;
}

section > div {
	max-width: 740px;
	padding: 0 12px;
}

footer {
	background: white;
	width: 100%;
}

footer p {
	font-size: 14px;
}

.type {
	list-style-type: lower-alpha;
	line-height: 1.6rem;
	padding: 0 0 40px 40px;
}

.type li {
	margin-bottom: 12px;
}

.list {
	padding: 0 0 0 20px;
}

.list li {
	margin-bottom: 12px;
}

@media only screen and (max-width: 600px) {
	.nav {
		flex-flow: column;
	}
  h1 img {
    max-width: 100%;
    height: auto;
  }
}
