/* Melon's Gallery Maker! 0.0.2+ */
@font-face {
            font-family: 'Poppin';
            src: url('https://withbirds.neocities.org/fonts/Poppin-Regular.woff') format('woff');
        }
        h1 {
            font-family: 'Poppin';
        }

.oops {
	color: rgb(126, 97, 219)
}

.all {
	color:#b854bc;
}
.cereal {
	color: #5690ff
}

.yo img {
  float:right;
  position: relative;
  bottom: 600px;
  right: 500px;
}

.num img {
  float:left;
  position: absolute;
  bottom: 600px;
  right: 700px;
}

.flowers img {
  position: absolute;
  top: 500px;
  left: 1600px; 
}

.flowers img {
  position: absolute;
  top: 200px;
  left: 1600px; 
}

.tra {
  position: absolute;
  top: 0%;
  left: 0%;
  transform: rotate(-15deg);
}

.cont {
  width: 30%;
  position: relative;
}

.wrapper {
  padding-left: 250px;
  padding-right: 250px;
  padding-top: 20px;
  padding-bottom: 10px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 50px;
  background-color: #transparent;
  font-size: 2em;
  font-family: 'Poppin';
  text-shadow:
  1px 1px 2px red,
  0 0 1em blue,
  0 0 0.2em blue;
}

li a {
  display: block;
  color: #f5c311;
  padding: 8px 16px;
  text-decoration: none;
  0 0 0.2em blue;
}

li a:hover {
  background-color: transparent;
  color: #b854bc;
  
}
header {
font-family: 'Poppin';
font-size: 2em;
margin-bottom: 1rem;
text-align: center;
text-shadow:
  1px 1px 2px red,
  0 0 1em blue,
  0 0 0.2em blue;
  transition: transform 1s;
}

header:hover {
  transform: scale(1.01); 
  cursor: crosshair;
}
body {
  margin: 0;
  background-image: url('https://withbirds.neocities.org/images/kidpix.png');
}
body {
    font-family: "Times New Roman", serif;
    background-color: #d6d6d6;
    font-size: 1.1em;
    padding: 30px;
    background-image: url('https://withbirds.neocities.org/images/kidpix.png');
}

a,
a:visited {
    color: #6138ff;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

header,
body > section,
footer {
    padding: 5x;
}

nav {
    margin: 10px;
    clear: both;
}

footer {
    clear: both;
    font-size: 0.7em;
    padding-top: 30px;
}

/* Gallery Pages */

#photos {
justify-content: center;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1000px;
}

#photos figure {
    margin: 5px;
    max-width: min-content;
}

#photos figure:nth-child(7n) img {
    width: 250px;
    transform: rotate(5deg);
}

#photos img {
    border: 3px ridge #c3c3c3;
    background-color: transparent;
    /* Enable this for pixel art!! */
    /* image-rendering: pixelated; */
}

#photos img:hover {
    border-color: #ffda00;
}

#photos span {
    text-align: center;
    display: block;
}

#photos figcaption {
    padding: 10px 0px;
}

.page-links {
    text-align: center;
}

.page-links ul {
    padding: 0px 5px;
    margin: 10px 0px;
    display: inline-block;
}
.page-links li {
    list-style: none;
    display: inline;
    margin: 0px 3px;
}

/* Mobile Styling */

@media (max-width: 800px) {
    body {
        padding: 10px;
    }

    #photos figure {
        width: 95%;
        max-width: unset;
    }

    #photos img {
        width: 100%;
    }
}

/* Styling for JavaScript viewer (if enabled) */

#js-viewer {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.612);
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

#js-viewer img {
    max-width: 95%;
    max-height: 80%;
    height: auto;
    width: auto;
    border: 3px ridge #c3c3c3;
}

#js-viewer span {
    margin-top: 10px;
}

#js-viewer span button {
    border-radius: 0px;
    border: 2px outset #cecece;
    background-color: #e2e2e2;
    cursor: pointer;
}

#js-viewer span button:hover {
    border: 2px inset #cecece;
    background-color: #b8b8b8;
}
