@font-face {
  font-family: 'MedievalSharp';
  src: url('../fonts/MedievalSharp-Regular.ttf');
}

html {
  width: 100%;
  overflow-x: hidden;
}

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

.page-contents {
  min-height: calc(100vh - 74px);
}

h1,
h2 {
  font-family: 'MedievalSharp';
}

h1 {
  font-size: 60px;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 48px;
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 30px;
}

p {
  font-size: 22px;
}

section {
  background-color: #f2f2f2;
  margin-top: 36px;
  padding-top: 20px;
  padding-bottom: 20px;
}

a.more-info-link {
  display: block;
  text-align: right;
  font-size: 18px;
  color: black;
}

a.more-info-link::after {
  content: '';
  display: inline-block;
  background: url('../icons/right-arrow.svg') no-repeat;
  background-size: contain;
  height: 16px;
  width: 16px;
  margin-left: 4px;
}

footer {
  margin-top: 20px;
  padding-top: 14px;
  padding-bottom: 6px;
  background-color: #616161;
  color: white;
  vertical-align: middle;
}

div.quote {
  font-style: italic;
  margin-bottom: 20px;
}

div.quote p {
  text-align: center;
  margin-bottom: 0px;
}

div.quote div {
  text-align: right;
}

div.home {
  display: block;
  position: fixed;
  padding-top: 10px;
  height: 28px;
}

div.home a {
  background: url('../icons/home.svg') no-repeat;
  background-size: contain;
  display: inline-block;
  height: 28px;
  width: 28px;
}


div.linkedin, div.facebook {
  display: inline-block;
  margin-right: 10px;
}

div.linkedin a {
  background: url('../icons/linkedin.svg') no-repeat;
  background-size: contain;
  display: inline-block;
  height: 28px;
  width: 28px;
}


div.facebook a {
  background: url('../icons/facebook.svg') no-repeat;
  background-size: contain;
  display: inline-block;
  height: 28px;
  width: 28px;
}

img  {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}