* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
}

.page-container {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

header h1 {
	font-family: "Beth Ellen", cursive;
	font-weight: 400;
	font-style: normal;
	margin: 0 0 0 10px;
	font-size: 25px;
	color: #F9FAF0;
}

header {
	background-color: #B15651;
}

h2 {
	color: #787754;
	font-family: "Sanchez", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 27px;
	margin-left: 10px;
	margin-bottom: 10px;
}

nav {
	margin-right: 180px;
}

.nav-links {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-right: 20px;
	margin-left: 10px;
}

.nav-links li {
	display: inline-block;
	margin-right: 20px;
}

.nav-links li a {
	font-family: "Sanchez", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 21px;
	text-decoration: none;
    display: inline-block;
    color: #F9FAF0;
    padding: 5px;
}

.nav-links li a:hover {
	background-color: #C85B56;
}

.nav-container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 60px;	
}

.main {
	width: 100%;
	max-width: 800px;
	background-color: #F9FAF0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	flex: 1;
}

.main h1 {
	color: #6C6B4B;
	margin-bottom: 10px;
	font-family: "Fraunces", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
	  "SOFT" 0,
	  "WONK" 0;
	font-size: 35px;
}

.main h1 a {
	text-decoration: none;
	color: #6C6B4B;
}

.main h1 a:hover {
	color: #A3A17B;
}

.main p {
	color: #1B221B;
	margin-bottom: 20px;
	font-family: helvetica;
	font-size: 20px;
}

.h1-list {
	list-style-type: none;
}

.h1-list li a {
	color: #6C6B4B;
	margin-bottom: 10px;
	font-family: "Fraunces", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
	  "SOFT" 0,
	  "WONK" 0;
	font-size: 35px;
	text-decoration: none;
}

.h1-list li a:hover{
	color: #908F64;
}

.content-list {
	list-style-type: none;
}

.content-list li a {
	text-decoration: none;
	font-family: "Fraunces", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
	  "SOFT" 0,
	  "WONK" 0;
	color: #5C6E84;
	font-size: 28px;
}

.content-list li a:hover {
	color: #8797AB
}

.content-list p {
	margin-left: 45px;
}

.courses {
	margin-left: 55px;
}

footer {
	background-color: #ADAB8A;
	width: 100%;
	text-align: center;
	padding: 15px 0px 15px 0px;
	font-family: helvetica;
	position: sticky;
}
