/*
Brown        - #845A4A
Light brown  - #E4CBB2
Off white    - #F4EFE2
Green        - #4E4D2F
*/

* {
	box-sizing: border-box;
	scroll-margin-top: 50px;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	background-color: #F4EFE2;
	color: #845A4A;
	font-family: 'Lora', serif;
}

h2 {margin-bottom: 15px;}

hr {color: #E4CBB2;}

li {
	font-size: 16px;
	line-height: 30px;
	list-style-type: none;
}

p {
	font-size: 16px;
	line-height: 24px;
}

a:hover,
button:hover {cursor: point;}