@font-face {
    font-family: 'Pixeloid'; 
    src: url('https://snorlax.space/fonts/Pixeloid.tff'); /*URL to font*/
}

button {
    background: transparent;
    border: none !important;
    font-size: 0;
    height: auto;
    margin: 5em;
}

.shadowbox {
        height: 80vh;
        width: auto;
    }

    ::backdrop {
    background-color: #000000b7;
}

@media only screen and (min-width: 700px) {
#skip-to-content-link {
  position: fixed;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 0.375rem 0.75rem;
  line-height: 1;
  font-size: 1.25rem;
  background-color: var(--content-background-color);
  color: var(--text-color);
  transform: translateY(-3rem);
  transition: transform 0.1s ease-in;
  z-index: 99999999999;
}

#skip-to-content-link:focus,
#skip-to-content-link:focus-within {
  transform: translateY(0);
}

.topnav {
  display: none;
}

.topnav #myLinks {
  display: none;
}

a {
  color: #ff0000;
  text-decoration: none;
}

img {
  width: auto;
  height: auto;
}

nav {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  border-bottom: var(--bord);
  border-top: var(--bord);
  background-color: var(--b-bg);
  padding: 1em 15em;
}

body {
    background-image: var(--bg-img);
    background-size: cover;
    background-color: var(--bc);
    color: var(--text);
    margin: 2em auto;
    padding: auto;
    font-family: Verdana, sans-serif;
    gap: 1em;
    justify-content: center;
}

main {
  padding: auto;
  margin: auto;
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 70vw;
  justify-content: space-between;
}

aside {
  display: flex;
  flex-direction: column;
  padding: 1em;
}

section {
  border: var(--bord);
  border-top: none;
  padding: 2em 1em;
  width: 55%;
  display: flex;
  flex-direction: row;
}

footer {
  width: 70vw;
  padding: 1em;
  margin: auto;
}

.icon {
  width: 30%;
  height: auto;
  margin: 1em;
  text-align: center;
}
.iconimg {
  width: 100%;
}

.info {
  width: 70%;
  text-indent: 1em;
}

.gallery {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 1em;
  margin: 2em;
}

.galpart {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
  gap: 1em;
}

.thumb {
  width: 100%;
  height: auto;
  transition: transform 0.5s;
}

.thumb:hover {
  transform: scale(1.3);
}
}