html {
	padding: 5vw;
}

body {
	margin: 0;
	font-family: sans-serif;
	font-size: 13px;
	color: #8d4535;
	line-height: 1.4;
	letter-spacing: 0.05em;
	background-color: #fff7f9;
}

::selection {
  color: #fff7f9;
  background-color: #8d4535;
}

h1 {
	font-family: 'Beth Ellen', sans-serif;
	font-size: 50px;
}

h1.logo {
	font-size: 90px;
}

h1.title {
	font-size: 30px;
}

h1 a {
	text-decoration: none;
}

h2 {
	font-size: 1.3em;
}

p {
	width: 55%;
}

main {
	max-width: 1080px;
	margin: auto;
}

section {
	margin-bottom: 4rem;
}

a {
	color: #8d4535;
}

@media only screen and (max-width: 800px) {
	h1 {
		font-size: 10vw;
	}

	h1.logo {
		font-size: 30px;
	}

	p {
		width: 75%;
	}
}

@media only screen and (max-width: 600px) {
	p {
		width: 100%;
	}
}