body {
    margin-right: auto;
    margin-left: auto;
    background-color:rgb(250, 245, 245);
    font-family: 'Courier New', Courier, monospace;
    text-decoration: none;
}

#title {
    text-align: center;
    width: 800px;
}
  
#logo {
    border: 0px solid transparent;
    width: 800px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 7%;
}

#navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(232, 164, 152);
    text-align: center;
}
  
#navbar li {
    display: inline-block;
    float: none;
}
  
#navbar a {
    display: inline-block; /* responsive reasons */
    transition: all 0.3s ease;
    color:rgb(0, 0, 0);
    padding: 14px 20px;
    text-decoration: none; /* remove underline from links */
    font-size: 14px;
}
  
#navbar a:hover {
    background-color: rgb(234, 178, 164);
    color: rgb(0, 0, 0);
}

#profile_photo {
    height: 500px;
}

#profile_front {
    margin-right: auto;
    margin-left: auto;
    width:250px;
    height:400px;
    background-image: url(../img/compressed_uniform.JPG);
    background-color: rgb(234, 178, 164);
    background-size: contain;
    position:relative;
    z-index:2;
}

#profile_back {
    margin-right: auto;
    margin-left: auto;
    width:250px;
    height:400px;
    background-color: rgb(234, 178, 164);
    position:relative;
    top:-450px;
    left:50px;
    z-index:1;
}

h1 {
    font-size:32px;
    font-family: Garamond, serif; 
    color:rgb(0, 0, 0);
}
  
h3 {
    font-size:18px;
    font-family: Garamond, serif;
    color:rgb(0, 0, 0);
}
  
h5 {
    font-size:14px;
    font-family: Garamond, serif;
    color:rgb(130, 130, 130);
}
  
p {
    font-size:14px;
    color:rgb(0, 0, 0);
}

#slogan {
    margin-bottom: 25px;
    margin-right: auto;
    margin-left: auto;
    width: 800px;
    padding: 25px;
    box-sizing: border-box;
    width: 800px;
  }

/* same dimensions as a blog post, but no colored background */
#post {
    border: 15px solid transparent;
    border-radius: 8px;
    margin-bottom: 75px;
    margin-right: auto;
    margin-left: auto;
    width: 800px;
    padding: 25px;
    box-sizing: border-box;
  
    font-size:18px;
    font-family: Garamond, serif;
    color:rgb(87, 85, 85);
}

#links {
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 800px;
}
  
li {
    display: inline-block;
}