/* Body */

body {
    background-color: rgb(17, 19, 92);
    font-family: 'Acme', sans-serif;
    font-family: 'Lato', sans-serif;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    color: white;
    border: 1em solid rgb(189, 117, 9);
    padding: 2em 2em;
}

figure img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    border: 7px solid black;
    
}

footer{
    text-align: center;
}

footer a{
    color: white;
}

/* Headers */

h1 {
    text-align: center;
    font-weight: normal;
    font-size: 2.5em;
    background-color: white;
    padding: 20px 10px;
    color: navy;
}

h2 {
    font-size: 1.5em;
}



/* Articles */

article{
    margin-top: 3em;
    margin-bottom: 3em;
    background-color: white;
    color: navy;
    padding: 15px 20px;
}

.history p{
    padding: 15px 20px;
}

p{
    text-align: left;
    line-height: 1.7em;
    text-indent: 50px;
}


/* DIV Styles*/

.breakfast{
 border: .5em solid rgb(189, 117, 9);
 padding: 2em 1em;
 margin: 4em;
 background-color: white;
 color: navy;
 text-align:center;
 font-size: 1.25em;
}

.breakfast p{
    font-weight: bold;
    text-align: center;
    
}

.breakfast h3{
    text-decoration: underline;
    
}

.application {
    border: .5em solid rgb(189, 117, 9);
    padding: 2em 1em;
    margin: 4em;
    background-color: white;
    color: navy;
}

.application p{
    text-align: center;
    font-size: 2em;
    font-weight: bolder;
    text-indent:initial;
}

.application a{
    font-size: 1.75em;
    display: block;
    text-align: center;
}


.memorial{
    text-align: center;
    margin-bottom: 2em;
}

.memorial p{
    text-align: center;
    text-indent: unset;
}

/* Navigation Styles*/

nav ul li a:hover{
	text-decoration: none;
	font-variant: small-caps;
}

nav ul li {
	list-style-type: none;
	flex: 1 1 auto;
	text-align: center;
	background-color: rgb(189, 117, 9);
	border-right: 3px solid rgb(21, 79, 60);
    padding: 10px 5px;
}

nav ul{
	display: flex;
	padding-left: 0px;
	flex-flow: row;
	justify-content: center;
}

nav ul li a{
	text-decoration: none;
    color: white;
}


nav ul li:last-of-type{
	border: none;
}






