* {
	margin: 20px;
	padding: 0;
	box-sizing: border-box;
}
body {
	background-color: seashell;
}
h1 {
	font-family: "benton-modern-display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 80px;
}
h2 {
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 36px;
	margin-bottom: 20px;
}
h3 {
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	line-height: 24px;
}
li {
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 18px;
	margin-left: 0px;
}
p {
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-style: normal;
}
ul {
	list-style-type: none;
	margin-bottom: 40px;
	padding: 0;
}
a:link {
	/**color: #C4A484;**/
	color: tomato;
	text-decoration: none;
	margin-left: 0;
}
a:visited {
	color: tomato;
	text-decoration: none;
	margin-left: 0;
}
a:hover {
	color: magenta;
	text-decoration: none;
	margin-left: 0;
}
a:active {
	color: lightpink;
	text-decoration: none;
	margin-left: 0;
}
img {
	max-width: 100%;
	max-height: auto;
}