@font-face {
  font-family: "Sligoil";
  src: url("../fonts/Sligoil-Micro.otf");
}
@font-face {
  font-family: "Juni";
  src: url("../fonts/Junicode-CondMedium.ttf");
}
html {
  background-color: white;
  color: black;
  font-family: "Sligoil";
  font-size: 1.2em;
}

a,
a:visited,
a:hover,
a:active {
  color: black;
  text-decoration: none;
}

p a,
p a:visited {
  color: #30668a;
  text-decoration: underline;
}

p a:hover {
  color: blue;
  text-decoration: underline;
}

p a:active {
  color: red;
}

h1 {
  font-family: "Juni";
  font-size: 3em;
  margin: auto;
  line-height: 100%;
}

h2 {
  font-size: 2em;
  margin: auto;
}

p {
  margin: auto;
  margin-block: 10px;
}

#banner {
  height: 130px;
  max-width: 800px;
  width: 100%;
  background-size: cover;
  background-image: url("../images/banner.webp");
}

body {
  margin: 12px;
}

#main {
  margin-top: 20px;
  max-width: 620px;
}
#main > p,
#main > h1 {
  margin-left: 5px;
}

.pre {
  width: 100%;
  border: 1px solid black;
  background-color: #30668a;
  min-height: 32px;
}
.pre > a {
  color: #f1f3e5;
  padding: 10px;
}
.pre > pre {
  border-top: 1px solid black;
  background-color: #f1f3e5;
  padding: 10px;
  overflow: scroll;
  margin: 0px;
  margin-top: 5px;
}
.pre > .pre-like {
  border-top: 1px solid black;
  padding: 10px;
  background-color: #f1f3e5;
  margin: 0px;
  margin-top: 5px;
}
.pre > .pre-like p {
  margin-top: 0px;
}

#photo-gallery > div {
  padding: 22px;
  border: 1px solid black;
  background: #f1f3e5;
  margin-block: 30px;
}
#photo-gallery img {
  max-width: 100%;
  border-radius: 6px;
  border: 1px solid black;
}
#photo-gallery h2 {
  font-family: "Juni";
  font-size: 1.2em;
  margin-top: 12px;
  text-align: center;
}

.tooltip {
  display: inline-block;
  position: relative;
}

.tooltip .t-content {
  display: none;
  position: absolute;
  margin-left: 10px;
  width: 300px;
  z-index: 10;
}

.tooltip:hover .t-content {
  display: block;
}

@media screen and (max-width: 800px) {
  .tooltip,
  .tooltip:hover {
    color: black;
    text-decoration: none;
  }
  .tooltip:hover .t-content {
    display: none;
  }
}
@media screen and (max-width: 824px) {
  #file-cabinet {
    display: none !important;
  }
  .desktop-blurb {
    display: none !important;
  }
  .mobile-blurb {
    display: block !important;
  }
}
#main {
  max-width: 450px;
}
#main h2 {
  font-size: 1.4em;
}

#file-cabinet {
  display: flex;
  flex-direction: column-reverse;
}
#file-cabinet > div {
  margin-bottom: -32px;
}
#file-cabinet > div > button > img,
#file-cabinet > div > button {
  padding: 0px;
  background: transparent;
  border: none;
  transform: scaleX(1);
  width: 128px;
  float: left;
  image-rendering: pixelated;
}
#file-cabinet > div h2 {
  margin-top: 28px;
}
#file-cabinet > div > p {
  margin-top: 0px;
}
#file-cabinet > div ul {
  margin-left: 118px;
  margin-top: 0px;
  margin-bottom: 30px;
}
#file-cabinet [popover] {
  font-size: 0.8em;
  margin: 0px;
  width: 340px;
  position: relative;
  padding: 0px;
  border: 1px solid black;
  top: 154px;
  left: 470px;
}
#file-cabinet [popover] > p {
  background-color: #30668a;
  color: #f1f3e5;
  margin-block: 0px;
  padding-inline: 5px;
}
#file-cabinet [popover] > li {
  border-top: 1px solid black;
  padding: 5px;
  background-color: #f1f3e5;
}
#file-cabinet [popover] > li > a {
  color: #30668a;
  text-decoration: underline;
}
#file-cabinet [popover] > li > p {
  margin: 0px;
}
#file-cabinet [popover] > li > p > a {
  color: black;
}
