html {
  position: relative;
  min-height: 100%;
}


@media (max-width: 1200px) {
  html {
    font-size: calc(1.1rem + 0.3vw);
  }
  h1 {
    font-size: calc(1.275rem + 1.2vw);
  }
  h2 {
    font-size: calc(1.225rem + 0.7vw);
  }
  h3 {
    font-size: calc(1.3rem + 0.5vw);
  }
}


#page-content {
  flex: 1 0 auto;
}

header {
    margin-bottom: 10em;
    color: rgba(0, 0, 0, .8);
}

.nav-link {
    color: white;
    font-weight: 800;
    font-size: 1.1rem;
}

blockquote {
    margin-left: 4em;
}

body {
    margin-bottom: 90px;
    /* font-family: 'Source Sans Pro', sans-serif; */
    font-family: "Source Serif Pro", serif;
}

main {
    font-size: 0.95rem;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 10em;
    background-color: #f5f5f5;
    font-size: 80%;
}

h1, h2, h3, h4, h5, h6 {
    color: #3f3f3f;
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Fira Sans Condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: 0.9rem;
    margin-bottom: 0.7rem;
}

html,body {
  background-color: #DFDBE5;
}

li {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

.clear{clear:both;}
