@charset "utf-8";
/* CSS Document */
body {
	background-color:#BE736E
}
.navbar {
  width: 100%;
  background-color: #EDEDED;
  overflow: auto;
}

/* Navigation links */
.navbar a {
  float: left;
  padding: 12px;
  color: #8C4845;
  text-decoration: none;
  font-size: 17px;
  width: 20%; /* Four equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */
  text-align: center; /* If you want the text to be centered */
}

/* Add a background color on mouse-over */
.navbar a:hover {
  background-color:white;
}

/* Style the current/active link */
.navbar a.active {
  background-color:#EDEDED;
}

/* Add responsiveness - on screens less than 500px, make the navigation links appear on top of each other, instead of next to each other */
@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
    width: 100%;
    text-align: left; /* If you want the text to be left-aligned on small screens */
  }
}



h1 {
	background-color:#7A5759;
	color:black;
	font-family:Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
	font-size: 42px;
	text-transform: uppercase;
	text-align: center;

		
		Paige Wuellner 
}

h2 {
	background-color:#7A5759;
	color: black;
	font-family:Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
	font-size: 25px;
	text-transform:capitalize;
	text-align: center;
	
}

h3
{
	color: black;
	font-family:Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
	font-size: 25px;
	text-transform:capitalize;
	text-align: center;
			
}

p
{
	font-size: 20px;
	color:black;
	font-family:Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
	text-align: center;
	
}

li
{
	margin-bottom:inherit;
	

	footer 
	{text-align:center;
	}

	
.feature{ color:black; }