body {
	/* FLEX BOX PROPERTIES */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: auto;

	/* BOX MODEL PROPERTIES */
	margin: 0;
	padding: 0;
	min-height: 100vh;
	font-family: 'Abel', sans-serif;
	font-size: 20px;
}

body>* {
	display: flex;
	align-items: center;
	justify-content: center;
}

nav {
	color: black;
	background-color: #B1E6E6;
	height: 90px;
	width: 100%;

	display: flex;
	justify-content: space-around;
	
	flex-wrap: wrap;
	/*if mobile, makes elements smaller*/

	position: sticky;
	top: 0;
	font-size: 1.2em;
	align-items: center;
	
}

nav>* {
	margin: 0 10px;
	/*they never touch*/
	color: black;
	text-transform: uppercase;
	text-decoration: none;
}

#nav-img {
	width: 60px;
	height: 60px;
}
a:hover {
	color: #FFB02C;
}

header {}

header h1 {
	font-family: 'Merienda', cursive;
	font-size: 40px;
	margin: 0;
	align-items: center;
}

header h2{
	font-family: 'Abel', sans-serif;
	font-size: 24px;
	margin: 0;
	align-items: center;
}

header h3 {
	font-family: 'Abel', sans-serif;
	font-size: 22px;
	margin: 0;
}

header h4 {
	font-family: 'Abel', sans-serif;
	font-size: 100px;
	margin: 0;
	align-items: center;
}

#quote {
	background-color: #B1E6E6;
	width: 100%;
	height:300px;
}

#goal{
	background-color: #FFDBCC;
	width: 100%;
	height:460px;
}

#goals {
	background-color: blue;
}

#btnSearch1 {
	background-color: #B1E6E6;
	color: black;
	padding: 20px 30px;
	text-align: center;
	text-decoration: none;
	font-size: 40px;
	font-family: 'Abel', sans-serif;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 60%;
	border: none;
	font-family: 'Merienda', cursive;
	display: flex justify-content;
	align-items: center;
}

#btnSearch2 {
	background-color: #FFDBCC;
	color: black;
	padding: 20px 30px;
	text-align: center;
	text-decoration: none;
	font-size: 40px;
	font-family: 'Abel', sans-serif;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 60%;
	border: none;
	font-family: 'Merienda', cursive;
	display: flex justify-content;
	align-items: center;
}

#button {
	height: 130px;
	width: 100%;
	background-color: #B1E6E6;
	padding-bottom: 100px;

}

#button1 {
	height: 150px;
	width: 100%;
	background-color: #FFDBCC;
}

#msg1{
	width: 100%;
	background-color: #FFDBCC;
	height:120px;
}

#messagegoal {
	max-width: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 140px;
	font-size: 22px;
	font-family: 'Merienda', cursive;
}

#message {
	max-width: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 160px;
	font-size: 22px;
	font-family: 'Merienda', cursive;
}

#msg {
	width: 100%;
	background-color: #B1E6E6;
}

#form {
	height: 100px;
	width: 100%;
	background-color: #ff968a;
}

#form6 {
	text-align: center;
	font-family: 'Abel', sans-serif;
	background-color: #eceae4;
	font-size: 28px;
	margin-top: 35px;
    border: 1px solid #C8BFC4;
    border-radius: 4px;
    box-shadow: inset 1px 1px 2px #ddd8dc;
}

/*#intro {*/
/*	height: 150px;*/
/*	width:100%;*/
/*	background-color: white;*/
/*}*/
#title {
	margin-top: 100px;
	font-size: 100px;
}

#intro {
	margin-top: 0px;
	font-size: 14px;
}

#name {
	height: 160px;
	font-size: 100px;
	font-family: 'Merienda', cursive;
	background-color: #FFDBCC;
	width:100%;
}

#goal-description {
	margin-left: 20%;
	margin-right: 20%;
}