/* Styles for holding page */

@font-face {
    font-family: 'PT SansRegular Webfont';
    src: url('fonts/ptsans_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  font-family: 'PT SansRegular Webfont', Arial, sans-serif;
  font-size: 16px;
  background-color: #FFFAF0;
  color: #51414F;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

a {
  text-decoration: none;
  color: #51414F;

}

header, main, footer {
  max-width: 1080px;
  margin: auto;
  padding: 0 5px;
  text-align: center;

}

img.hero {
  display: block;
  width: 100%;

}

#socials {
  margin: auto;
  width: 60px;

}

#socials img {
  display: block;
  width: 100%;

}

#socials p {
  font-size: 0.875em; /* 14px */
  margin-top: 10px;

}
