:root {
    --moonsetwavy: url('/assets/backgrounds/moonsetwavy.png');
    --plaidgreen: url('/assets/backgrounds/plaidgreen.png');
    --white: white;
    --orange: #f76801;
    --darkgreen: #0f4700;
    --brightgreen: #14ba3a;
    --seafoam: #93E9BE;
    --blue: #2e3d85;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'aqua_smileregular';
    src: url('/fonts/aqua_smile/aqua_smile-webfont.woff2') format('woff2'),
         url('/fonts/aqua_smile/aqua_smile-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'crayon_blockregular';
    src: url('/fonts/crayon_block/crayonblock-regular-webfont.woff2') format('woff2'),
         url('/fonts/crayon_block/crayonblock-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


#peek img {
    max-width: 30px;
}

#peekbox {
    display: none;
    margin: 0 auto;
    padding: 2em;
    max-width: 500px;
    max-height: 500%;
    position: fixed;
    margin-left: -40px;
    margin-top: 450px;
    align-items: center;
    justify-content: center;
    border: 5px solid var(--orange);
    border-radius: .5em;
    background-color: var(--blue);
    color: white;
}

#peekbox img {
    max-width: 100px;
}

.book {
    position: fixed;
    margin-left: -40px;
    margin-top: 750px;
}

.book img {
    max-width: 100px;
}

body {
    background-image: var(--moonsetwavy);
    margin: 0;
    padding: 5em;
    font-family: aqua_smileregular, system-ui, sans-serif;
}

.container {
    margin: 0 auto;
    padding: 2em;
    max-width: 920px;
    max-height: 200%;
    align-items: center;
    justify-content: center;
    border: 5px solid var(--darkgreen);
    border-radius: .5em;
    background-image: var(--plaidgreen);
}

header {
    background-color: var(--white);
    border: 4px solid var(--blue);
    color: var(--brightgreen);
    text-align: center;
    padding: 1em;
    margin-bottom: 1em;
}

h1 {
    font-size: 5.5em;
    margin: 0;
    padding-top: 10px;
}

nav {
    background-color: var(--blue);
    border: 4px solid white;
    color: white;
    text-align: center;
    justify-content: space-between;
    margin-bottom: 1em;
}

nav > ul {
    font-family: crayon_blockregular;
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: space-evenly;
}

nav li:not(:last-child) {
    border-right: 4px solid white;
    padding: 25px;
}

nav li:last-child {
    padding: 25px;
}

nav li a {
    color: white;
    text-decoration: none;
}

main {
    background-color: var(--blue);
    color: var(--white);
    padding: .5em 1.5em;
    line-height: 1em;
    margin-bottom: 1em;
}

.banners {
    background-color: var(--blue);
    padding: 1.5em 1.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5em;
}

.banners a img {
    width: 80px;
    height: 50px;
}

.socials {
    text-align: center;
}

.socials img {
    margin-top: -1.5em;
    width: 60px;
    height: 60px;
}

/* Credits */

.credits {
    padding: 2em 4em 4em;
    text-align: center;
}

.credits p {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 700;
    text-align: left;
}

.credits a {
    color: var(--white);
    text-decoration: none;
}

.credits a:hover {
    color: var(--seafoam);
}

.neoads {
    color: var(--white);
    background-color: var(--blue);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
}

.neoads img {
    max-height: 50px;
}

/* Credits */

/* Art Info */

.art {
    color: var(--white);
    background-color: var(--blue);
    padding: 1em;
    text-align: center;
}

.art:not(:last-child) {
    margin-bottom: 1em;
}

.commissions {
    justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
}

.commissions img {
    max-width: 400px;
}

.projects {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
}

.projects img {
    max-height: 350px;
}

.banner_ads {
    color: var(--white);
    background-color: var(--blue);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
}

.banner_ads img {
    max-width: 240px;
}

.hide {
  display: none;
}
    
.projectcap:hover + .hide {
  display: block;
  color: white;
  font-size: 70%;
  position: fixed;
  margin-left: -300px;
  border: 5px solid var(--darkgreen);
    border-radius: .5em;
    background-color: var(--blue);
    padding: 1em;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
}

.gallery img {
    max-height: 230px;
}
/* Art Info */

/* Collections */

.collections {
    color: var(--white);
    background-color: var(--blue);
    padding: 1em;
    text-align: center;
}

.collection {
    color: var(--white);
    background-color: var(--blue);
    display: flex;
    flex-wrap: wrap;
    align-items: left;
    justify-content: center;
    gap: 0.5em;
}

.collection img {
    max-height: 200px;
}
/* Collections */

/* Floating Images / Text */

#float_bcling {
    position: absolute;
    width: 120px;
    margin-top: -15px;
    margin-left: 379px;
}

#float_ccling {
    position: absolute;
    width: 200px;
    margin-top: 21px;
    margin-left: 1132px;
}

#codpeek {
    position: absolute;
    margin-left: 1327px;
    margin-top: 10px;
}

#pyupeek {
    position: absolute;
    margin-left:377px;
    margin-top: 50px;
}
/* Floating Images / Text */