body {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  margin: 30px;
  color: black;
}

@media (max-width: 480px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 480px) {
    html {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 16px;
    }
}

a:link {
  color: black;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dotted;
}
a:visited {
  color: black;
  text-decoration: none;
  border-bottom: 1px dotted;
}
a:hover {
}
a:active {
  color: black;
  text-decoration: none;
  border-bottom: 1px dotted;
}
h1 {
  font-size: 150%;
}
#logo {
  font-family: 'Titillium Web', 'Nunito', sans-serif;
  font-size: 40px;
}
#headshot {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
#footer  {
  position: fixed;
  bottom: 0;
  width: 90%;
}
#sources {
  position: fixed;
  bottom: 0;
  width: 90%;
}
#note {
  color: grey;
}
#signature {
  font-family: 'Reenie Beanie', sans-serif, cursive;
  font-size: 40px;
  color: #000F55;
}
