/* Melon's Gallery Maker! */
@font-face {
    font-family: 'Sixtyfour-Regular';
    src: url("/fonts/Sixtyfour-Regular.ttf") format("truetype");
}
@font-face {
    font-family: 'Positive';
    src: url("/fonts/Positive\ System.otf") format("opentype");
}

body {
    font-family: "Sixtyfour-Regular";
    font-size: 1.1em;
    padding: 30px;
    color:white;
}


h1 {
    font-family: "Sixtyfour-Regular";
    color:#ff38a5;
}

a,
a:visited {
    color: #ff38a5;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

header,
body > section,
footer {
    padding: 5px;
}

nav {
    margin: 10px;
    clear: both;
}

footer {
    clear: both;
    font-size: 0.7em;
    padding-top: 30px;
}

/* Gallery Pages */

#photos a {
    margin: 10px;
    display: inline-block;
}

#photos span {
    text-align: center;
    display: block;
}

/* 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.815);
    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: 2px ridge #ff38a5;
    background-color: rgba(161, 87, 149, 0.288);
}

#js-viewer span {
    margin-top: 10px;
}

#js-viewer span button {
    color:#ff38a5;
    font-weight:bold;
    font-size:30px;
    background-color:#b8b8b800;
    border:none;
    text-shadow:
    0 0 7px #ff004057,
    0 0 10px #ff006aa2,
    0 0 20px #ff83a271,
    0 0 30px #ff286c71;
    cursor: pointer;
}

#js-viewer span button:hover {
    color:#ff90cd;
    font-size:31px;
}
