body {
	margin: 25px;
	font-family: 'Overpass', sans-serif;
	background-color: #F0ECEB
}

h2 {
	color: #943216;
	font-weight: 900;
}

h1 {
	font-weight: 900;
}

h3 {
	color: #9E523D;
}

nav {
	display: none;
}

a {
	text-decoration: none;
	color: #B36353
}

blockquote {
	color: #976C60;
	}

#back-to-top {
	font-family: 'Overpass', sans-serif;
	font-weight: bold;
	color: #943216;
	font-size: 15px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	border: none;
	height: 30px;
	width: 150px;
}

@media (max-width: 425px) {

body {
	padding-bottom: 50px;
}

#back-to-top {
	position: fixed;
	bottom: 0px;
	text-align: center;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	color: #F0ECEB;
	background-color: #8E260A;
	width: 100%;
	height: 40px;
}

h1 {
	font-size: 22px;
	padding-top: 10px;
}

h2 {
	font-size: 17px;
	padding-top: 5px;
}

h3 {
	font-size: 15px;
	padding-top: 10px;
}

img {
	width: 100%;
}

p {
	font-size: 14px;
	line-height: 1.5em;
}

li {
	font-size: 12px;
	line-height: 1.5em;
}

}