/*** Fonts ***/
/** Google Fonts **/
/* Montserrat */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*
Regular & italic versions of:
100 Thin
200 ExtraLight
300 Light
400 Regular
500 Medium
600 SemiBold
700 Bold
800 ExtraBold
900 Black
*/
/* Source Sans Pro */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
/*
Regular & italic versions of:
200 ExtraLight
300 Light
400 Regular
600 SemiBold
700 Bold
900 Black
*/
/* Based on https://typ.io/s/woao */
html {
  font-size: 62.5%;
  font-family: "Source Sans Pro", source-sans-pro, "Open Sans", "Helvetica Neue", "Segoe UI", Ubuntu, Roboto, Helvetica, Arial, sans-serif; }

a {
  color: #34629a; }

body {
  font-size: 1.6rem;
  color: #000; }

@media (max-width: 52rem) {
  body {
    width: 90%;
    margin: 0 auto;
    padding: 0 5%; } }

@media (min-width: 52rem) {
  body {
    width: 90%;
    margin: 0 auto;
    padding: 0 5%; } }

/*** Header ***/
.site-header {
  border-bottom: 0.2rem solid #000;
  font-family: Montserrat, "Helvetica Neue", "Segoe UI", Ubuntu, Roboto, Helvetica, Arial, sans-serif;
  width: 100%;
  background-color: white;
  box-sizing: border-box;
  left: 0;
  padding: 1rem;
  top: 0; }

.site-title a {
  font-weight: bold;
  color: black;
  text-decoration: none; }

.site-nav {
  text-align: right; }
  .site-nav a {
    font-size: 1.8rem;
    font-weight: bold;
    color: black;
    text-decoration: none;
    text-transform: uppercase; }

@media (max-width: 20rem) {
  .site-header {
    margin: 4.2rem 0; }
  .site-title {
    text-align: center;
    margin: 1rem auto 3rem;
    font-size: 2.4rem; }
  .site-nav {
    margin: 0 auto 3rem;
    text-align: center; }
    .site-nav a {
      display: block;
      line-height: 1.6; } }

@media (min-width: 20rem) {
  .site-header {
    margin: 4.2rem 0; }
  .site-title {
    text-align: center;
    margin: 1rem auto 3rem;
    font-size: 2.4rem; }
  .site-nav {
    margin: 0 auto 3rem;
    text-align: center; }
    .site-nav a {
      display: inline;
      margin: 0 0.6rem; } }

@media (min-width: 52rem) {
  .site-header {
    margin: 0 0 3rem;
    padding: 1.2rem 0; }
  .site-title {
    margin: 0;
    text-align: left;
    float: left;
    font-size: 1.8rem; }
  .site-nav {
    margin: 0;
    text-align: right; }
    .site-nav a {
      margin: 0 0 0 1.2rem;
      display: inline; } }

/*** Footer ***/
.site-footer {
  margin-top: 3rem;
  padding: 1.2rem 0;
  border-top: 0.2rem solid #000;
  font-family: Montserrat, "Helvetica Neue", "Segoe UI", Ubuntu, Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: #555; }

@media (max-width: 52rem) {
  .site-footer {
    text-align: center; } }

@media (min-width: 52rem) {
  .site-footer {
    text-align: right; } }

/*** Content ***/
h1 {
  font-size: 3.6rem; }

h2 {
  font-size: 2.4rem; }

main {
  font-size: 2.0rem; }

article .header {
  font-size: 1.4rem;
  font-style: italic;
  color: #555; }
