body {
    background-color: #EEEBD3 ;
    font-family: Andale Mono;
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
    margin-top: 25px;
}
p {
    color: #333333;
}
h1 {
    color: #DD6031;
}
h3 {
    color: #7D8491;
}
nav {
    color: #776D18;
}
/* Links */
a {
    text-decoration: none;
    color: #776D18;
}

a:link, a:visited {
    color:#776D18;
}

a:hover {
    color: #BAAB26;
}
footer {
    font-size: 12px;
    text-align: center;
}
.dots::after {
  content: "";
  animation: dots 1.5s steps(4, end) infinite;
}

@keyframes dots {
  0% {
    content: "";
  }

  25% {
    content: ".";
  }

  50% {
    content: "..";
  }

  75% {
    content: "...";
  }

  100% {
    content: "";
  }
}

h3 {
    font-size: 25px;
}
#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;            /* Footer height */
}
