@font-face { font-family: main; src: url('./fonts/earthbound.ttf'); }
/************************************************************/

body
{
    font-family: main;
    font-size: larger;
	justify-content: center;
	align-items: center;
    background-size: fill;
    background-color: #eff1f5;
    color:#ffffff;
}




/* NAVIGATION BAR / PAGES */
.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 650px;
    margin: auto;
    border-radius: 10px;
}


.navOp
{
    color:#ffffff;
    padding: 5px;
    background-color:#000000cc;
    border:3px solid #ffffffcc;
    border-radius: 10px;
    margin: 10px;
    max-width:150px;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
}

.navOp.hovered
{
    color:#ffff00;
}

.navOp.current
{
    color:#ffff00;
}

.page {
    display: none;
  }
  
  .page.current {
    display: block;
  }





.header {
    background-color: #000000cc;
    border:4px solid #ffffffcc;
    /*display: grid;*/
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 650px;
    margin: auto;
    border-radius: 10px;
}


.header2 {
    text-align: center;
    background-color: #000000cc;
    border:4px solid #ffffffcc;
    max-width: 100%;
    width: 650px;
    margin: auto;
    border-radius: 10px;
}

.side {
    justify-self: center;
    max-width: 100%;
    width: 300px;
}

.side2 {
    justify-self: center;
    align-items: center;
    max-width: 350px;
    width: 100%;
}


.main
{
    max-width:100%;
    width:650px;
    margin: auto;
}

.main img
{
    max-width: 650px;
    margin: auto;
}

.content
{
    background-color:#000000cc;
    border:3px solid #ffffffcc;
    border-radius: 10px;
    margin: auto;
    border-radius: 10px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;

}


.gallerycontent
{
    background-color:#000000cc;
    border:3px solid #ffffffcc;
    border-radius: 10px;
    margin: auto;
    border-radius: 10px;
    padding: 5px;
    text-align:center;
}

.galleryimage {
    display: block;
    max-height: 400px !important;
    width: auto;
    max-width: 100% !important;
    height: auto;
    margin: auto;
}

.title
{
    padding: 5px;
    background-color:#000000cc;
    border:3px solid #ffffffcc;
    border-radius: 10px;
    margin: 10px;
    display: inline-block;
}


img.icon
{
    max-height:150px;
    max-width:50%;
    width:256px;
}

a, a.hover, a.visited, h1, h2
{
    color:#ffffff;
}

.subtextthing
{
    color:#acacac
}

.icons {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px;
    justify-content: center; 
    max-width: 100%;
    overflow: hidden;

}

.icons a 
{
    display: inline-block;
}

.icons img {
    display: block;
    width: 50px !important;
    height: 50px !important; 
    object-fit: contain;
    cursor: pointer;
}


.emoji {
    height: 1em;
    vertical-align: middle;
}


@keyframes scrollBG {
    from { background-position: 0 0; }
    to { background-position: -64px 0; } /* make sure to keep this the same as the texture size so it doesn't cut weird */
}

.scrollingBG {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url('./assets/gridtexture.png');
    background-size: cover;
    background-size: 64px 64px; 
    background-repeat: repeat;
    background-position: 0 0;
    image-rendering: pixelated;
    animation: scrollBG 5s linear infinite;
    image-rendering: pixelated;
    z-index: -1;
    overflow: hidden;

}

.bgGradient {
    position: fixed;
    opacity: 0.2;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(to right, #79747c, #9178ae);
    z-index: -1;
    pointer-events: none;
}

.diamain
{
    max-height: 100px;
    height:500px;
    max-width:100%;
    width:650px;
    margin: auto;
    position:fixed;
    left:50%;
    top:50%;
    margin-left:-325px;
    margin-top:-150px;}

audio
{
    width: 100%
}

/* testing */
.diabox
{
    background-color:#000000cc;
    border:3px solid #ffffffcc;
    border-radius: 10px;
    margin: auto;
    border-radius: 10px;
    padding: 5px;
    max-width: 650px;
    max-height: 250px;
    display: flex;
    gap: 10px;
    align-items: top;
}

.diabox img
{
    max-height: 250px
}


.feeter
{
    text-align: center;
    max-width:100%;
    width:300px;
    margin: auto;
    border-radius: 10px;
    margin: auto;
    border-radius: 10px;
    gap: 10px;
    padding: 10px;
    color: #a6adc829;
}