
body {

background-color: #FAF4E3;

margin-left: 450px;
margin-right:450px;

font-family: Arial, Helvetica, sans-serif;


  /* THIS IS FOR PICTURES */
.center { 
  display:contents;
  margin-left: auto;
  margin-right: auto;

}

/* ////////// NAV LINKS /////////*/
nav {
height: 3em;
padding: 1em 0;
letter-spacing: 2px;
font-size: .9em ;
font-weight: 800;
width:200%;
/* margin:10px; */
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

nav a {
float: left; /* more on this later */
color: #ffffff;
text-align: center;
margin-top: 10px;
padding: 5px 10px;
margin-right: 10px;
text-decoration: none;
}

/* unvisited link */
nav a:link {
color: #f5efd2;
background-color:#546455;
border-radius: 3px;
text-decoration:none;
}
/* visited link */
nav a:visited {
color: #f5efd2;
background-color:#D9B2A9;
border-radius: 3px;
}
/* mouse over link */
nav a:hover {
color: #f5efd2;
background-color:#f5d20a;
}

/* selected link */
nav a:active {
color: #f5efd2;
background-color:#D9B2A9;
border-radius: 3px;
}


}


h1 {

color: #A5A68F;

text-align:center;

font-family:sans-serif;

text-transform:uppercase;

border-bottom:1px solid #f5d20a;

margin-top:30px;

}



h2 {

color: #D9B2A9;

font-size: 1em;

}


p {

font-family:arial, serif;
color:  #546455;

}


