html {
  margin: 0px;
  padding: 0px;
  background: #000000;
}

body {
  box-shadow:inset 0 0 13px 3px rgba(0, 0, 0, 0.8);
  margin: 5px;
  text-shadow: 1px 2px 3px #cccccc;
  height: 100%;
  display: grid;
  grid-template-areas:
  "header"
  "content";
  gap: 50px 5px;
}

.parchment {
  background: #fff9e8; /* rgb(255,245,203); */
  color: rgb(71,85,105);
}

.ereader {
  background: rgb(226,232,240);
  color: rgb(71,85,105);
}

header { grid-area: header; }
article { grid-area: content; }

article {
  margin-bottom: 50px;
}

.logo {
  opacity: 61%;
}

.trv {
  text-align: center;
  font-family: 'Kanit', sans-serif;
  font-style: 800;
  text-shadow: -0.06em 0 0 cyan, 0.06em 0 0 red;
  font-size: 36px;
  width: 100%;
  color:#000000;
}

a {
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;
}

a:link {
  color: #297E93;
}
a:visited {
  color: #297E93;
}
a:hover {
  color: #0099cc;
}
a:active {
  color: #0099cc;
}

a.attribution {
  font-weight: normal;
  font-family: inherit;
  color: rgb(71,85,105);
}

.link-entry {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.link-entry .notes {
  font-style: italic;
  text-transform: none;
}

@media screen and (max-width: 10000px) {
  .trv {
    font-size: 124px;
  }

  .link-entry {
    font-size: xx-large;
  }

  .link-entry .notes {
    font-family: "Arial", Gadget, sans-serif;
    font-size: large;
  }

  .text-section {
    font-size: large;
  }
}

@media screen and (max-width: 1139px) {
  .trv {
    font-size: 72px;
  }

  .link-entry {
    font-size: x-large;
  }

  .link-entry .notes {
    font-family: "Arial", Gadget, sans-serif;
    font-size: medium;
  }

  .text-section {
    font-size: medium;
  }
}

@media screen and (max-width: 700px) {
  .trv {
    font-size: 48px;
  }

  .link-entry {
    font-size: medium;
  }

  .link-entry .notes {
    font-family: "Arial", Gadget, sans-serif;
    font-size: small;
  }

  .text-section {
    font-size: small;
  }
}

@media screen and (max-width: 450px) {
  .trv {
    font-size: 36px;
  }

  .link-entry {
    font-size: medium;
  }

  .logo {
    display:  none;
  }

  #logo-attribution {
    display:  none;
  }

  .text-section {
    font-size: small;
  }
}

.fit-width {
  width: 100%;
}

img.django-logo {
  width: 52px;
  height: 18px;
  color: white;
  background-color: #0C4B33;
  padding: 3px 5px 3px 5px;
  position: relative; top: 3px;
  border-radius: 3px;
}

img.django-logo {
  width: 52px;
  height: 18px;
  padding: 3px 5px 3px 5px;
  position: relative; top: 3px;
  border-radius: 3px;
}

img.java-logo {
  width: 35px;
  height: 35px;
  position: relative; top: 5px;
}

img.reactjs-logo {
  width: 35px;
  height: 35px;
  position: relative; top: 5px;
}

.centered {
  text-align: center;
}

.text-section {
  margin-top: 3%;
  margin-bottom: 3%;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: 'Kanit', sans-serif;
  text-align: center;
  box-sizing: border-box;
}

.text-section.heading {
  font-size: x-large;
}

.linear-fade-sides {
  background: linear-gradient(90deg, var(--edge-color) 0%, var(--center-color) 50%, var(--edge-color) 100%);
}

.emoji-icon {
  font-size: xx-large;
}

section#ni {
  margin-left: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}

section#logo-attribution {
  margin-top: 100px;
  margin-left: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}
