/*
COLOR PALETTE

buff      #dad7cc
lt green  #a3b18a
md green  #533157
dk green  #3a5a40
darkest   #344e41
*/

body {
    /*padding-bottom: 50px; */
    /*background-color: #e8eef1; */
    background-color: #dad7cc;
    color: 344e41;
}

header {
  background-color: #3a5a40;
  color: white;
}
header a {
  color: white;
  text-decoration: none;
  text-align: center;
  align-items: start;
  font-size: 2rem;
}
header a:hover {
  color: white;
}
header p {
  text-align: center;
  color: white;
  font-size: 1.5rem;
}
header .nav-link {
  color: white;
}

#mynavbar {
  align-items: right;
  text-align: right;
}

footer {
  flex-shrink: 0;
  background-color: #3a5a40;
  color: white;
}

footer a {
  color: lightyellow;
}

footer a:hover, header .nav-link:hover {
  color: yellow;
}

h1 {
  text-align: center;
}

h2 {
    font-style: italic;
    text-align: center;
}
