html {
  overflow-y: scroll; 
}

/* flexbox footer */
.Site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.Site-content {
  flex: 1;
}

h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif;
}

h1 {
  margin-bottom: 14px;
}  

h4 {
  margin-top: 21px;
  margin-bottom: 7px;
}  

p {
  font-family: 'Open Sans', sans-serif;
}

a { 
  color:#014ee9; 
}

a:visited { 
  color:#014ee9; 
}

a:hover { 
  color:#014ee9; 
}

.smalltext {
  font-size: 85%;
}

.flex {
  display: flex;
  justify-content: space-between;
}

img.original {
    display: block;
    margin-left: auto;
    margin-right: auto 
}
