/* Melon's Gallery Maker! 0.0.2+ */

body {
    font-family: "Lucida Console", "Courier New", monospace;
                margin: 0;
                padding: 0px;
                background-color: #000000;
                /* you can delete the line below if you'd prefer to not use an image */
                background-size: cover;
                background-repeat: no-repeat;
            
                color: #fceaff;
                background-image: url('https://kringle-c.neocities.org/bgimages/nightsteet.png')
}

a {
                color: #b3ff00;
                text-shadow: -1px 1px 8px rgba(225, 255, 0, 0.54), 1px -1px 8px #00ff6a;
                font-weight: bold;
                text-decoration:none;
                /* if you want to remove the underline
      you can add a line below here that says:
      text-decoration:none; */
            }
               

a:hover {
       color: rgb(255, 255, 255);
}

section img{ height: 200px;
             object-fit: cover;
             width: 200px; }



main {border: 25px solid;
border-image: url("bgimages/ditheredgrate.png") 45 / 25px / 0px round;
            background-color: rgba(0, 0, 0, 0.703);
                padding: 20px;
                margin: 10px;
                width: 60%;


                
            }

nav {
    margin: 10px;
    clear: both;
}

nav img {max-height: 25px; max-width: 25px;}

/*
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
} */

#photos img:hover .overlay {
  opacity: .3;
}

footer {
    clear: both;
    font-size: 0.7em;
    padding-top: 30px;
    height: 40px;
      text-align: center;
                margin-top: 30px;

                bottom: 0;
}

/* Gallery Pages */

#photos {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#photos figure {
    margin: 10px;
    max-width: min-content;
}

#photos img {
    border: 3px ridge #c3c3c3;
 
    
    /* Enable this for pixel art!! */
    /* image-rendering: pixelated; */
}

#photos img:hover {
     filter: brightness(130%) sepia(70%) hue-rotate(30deg) saturate(200%);
    border-color: #ffda00;
    color: rgba(132, 255, 0, 0.319);
}

#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: 500px) {
    body {
        padding: 10px;
    }

    #photos figure {
        width: 95%;
        max-width: unset;
    }

    #photos img {
        width: 100%;
    }
}

nav a{font-size: xx-large;}

header,
body > section,
footer {
    padding-top: 20px;
}
             footer {
                background-color: #000000;
                /* background color for footer */
                width: 100%;
                height: 40px;

                text-align: center;
                margin-top: 30px;

                bottom: 0;
                /* this centers the footer text */
            }

            

            
            #container {
                max-width: 1000px;
                /* this is the width of your layout! */
                /* if you change the above value, scroll to the bottom
      and change the media query according to the comment! */
                margin: 0 auto;
                  min-height: 100vh;
                
                /* this centers the entire page */
            }

/* 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;
    font-size: xx-small;
    width: 1px;
    overflow: hidden;
    background-color: #e2e2e2;
    cursor: pointer;
    opacity: 0%;
}

#js-viewer span button:hover {
    border: 2px inset #cecece;
    background-color: #b8b8b8;
}


  #container {
                max-width: 100vw;
                /* this is the width of your layout! */
                /* if you change the above value, scroll to the bottom
      and change the media query according to the comment! */
                margin-left: 10%;
                /* this centers the entire page */
            }

               strong {
                /* this styles bold text */
                  color: #eeff00;
            }
            