@font-face {
  font-family: New Friend;
  src: url("NewFriendMono_Bold_v1.3.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Sulphur Point;
  .sulphur-point-light {
    font-family: "Sulphur Point", sans-serif;
    font-weight: 300;
    font-style: normal;
  }

  .sulphur-point-regular {
    font-family: "Sulphur Point", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .sulphur-point-bold {
    font-family: "Sulphur Point", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
}

/* small screens */
@media only screen and (max-width: 600px) {
  h1 {
    font-family: New Friend;
    font-size: 32px;
    color: #4d82b0;
    margin-block-end: -0px;
  }
  .homepagelist {
    list-style-type: none;
    list-style-position: outside;
    padding: 0;
    column-count: 1;
  }
  header {
    background-color: whitesmoke;
  }
  main {
    padding-block: 2px;
    padding-inline: 10px;
    background-color: whitesmoke;
    margin-inline: 50px;
  }
  body {
    background-image: url(pattern-256.jpg);

    background-position: center;
    background-attachment: fixed;
  }
  .subtitle {
    margin-block-start: 10px;
    background-color: whitesmoke;
  }
  .navigation {
    text-align: right;
    background-color: whitesmoke;
    margin-block: 0px;
    margin-inline-end: 20px;
  }
}

/* big screens */
@media only screen and (min-width: 600px) {
  h1 {
    font-family: New Friend;
    font-size: 65px;
    color: #4d82b0;
    margin-block-end: -0px;
  }
  .homepagelist {
    list-style-type: none;
    list-style-position: outside;
    padding: 0;
    column-count: 3;
  }
  main {
    padding-block: 2px;
    padding-inline: 10px;
    background-color: whitesmoke;
    margin-inline: 100px;
  }
  .subtitle {
    margin-block-start: 1px;
    background-color: whitesmoke;
  }
  .navigation {
    text-align: right;
    margin-block: -10px;
    margin-inline-end: 30px;
    background-color: whitesmoke;
  }
  header {
    background-color: whitesmoke;
  }
  body {
    background-image: url(pattern-256.jpg);

    background-position: center;
    background-attachment: fixed;
  }
}

h2 {
  font-family: Sulphur Point, bold;
  font-size: 36px;
  color: #a44426;
  margin-block: -2px;
}
h3 {
  font-family: Sulphur Point, regular;
  font-size: 20px;
  margin-block: -1px;
}
p {
  padding-block: inherit;
  font-family: Sulphur Point, light;
}
a {
  color: #4d82b0;
}
a:hover {
  color: #0c0e35;
}
ul {
}
li {
  -webkit-column-break-inside: avoid;
}

section {
  margin-block: 50px;
}
