
@font-face {
    font-family: pixel;
    src: url(https://camisglassjar.neocities.org/fonts/px10.ttf)
}

@font-face {
    font-family: webpixel;
    src: url(https://camisglassjar.neocities.org/fonts/fortune-letters.ttf)
}

@font-face {
    font-family: sfpixelate;
    src: url(https://camisglassjar.neocities.org/fonts/fortune-letters.ttf)
}

@font-face {
    font-family: vespertine;
    src: url(https://camisglassjar.neocities.org/fonts/fortune-letters.ttf)
}

@font-face {
  font-family: "fantasqueitalic";
  src: url("https://camisglassjar.neocities.org/fonts/fantasque-sans-mono/FantasqueSansMono-RegItalic.ttf") format("truetype");
}


*{
    box-sizing: border-box;
}


body{
    color: #adff2f;
    font-family: pixel, 'Courier New', Courier, monospace;
}


body, h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; 
    opacity:1;
}

div:hover{
    transform: translateZ(0);
}
header{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 50px;
}


h1{
    color: greenyellow;
    font-size: 50px;
    font-weight:100;
    text-shadow: 1px 1px 2px black;
    text-align: center;
    transition: transform 0.3s;
}

h1:hover{
    transform:scale(1.1);
    
}
h1 a{
    color: greenyellow;
    text-decoration: none;
    display: block;
    text-align: center;
}


.navbar{
    border: black solid;
    list-style-type: none;
    border-radius: 20px;
    box-shadow: 1px 1px 5px rgb(23, 23, 23);
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    
   
}
.navbar a{
    color: black;
    text-decoration: none;
    padding: 20px;
    display: block;
    text-align: center;
    text-shadow: 1px 1px 2px black;
    flex: 1;
    transition: transform 0.3s;
}
.navbar a:hover{
    background-color: rgba(153, 205, 50, 0.344);
    transform:scale(1.2)
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px; 
  }
  

::-webkit-scrollbar-track {
    
    background: rgba(128, 128, 128, 0);
    border-radius: 10px;
  }
 
  

::-webkit-scrollbar-thumb {
    background: rgba(154, 154, 154, 0.629);
    border-radius: 10px;
  }
 



.video-bg {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;

}
footer{
    font-size: small;
    font-weight:100;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
    text-shadow: 1px 1px 2px black;
    
}
footer a{
    color: greenyellow;
     text-decoration: none;
     padding: 20px;
     display: block;
     text-align: center;
}
footer a:hover{
    transform:scale(1.05);
}

#loading-screen{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    
  
}

#loading-text span{
    display: inline-block;
    animation: bounce 1s ease infinite;
    font-size: 2em;
  
}

@keyframes bounce{
    0%, 80%, 100% {
        transform: trasnlateY(0);
    }
    40%{
        transform: translateY(-4px);

    }
}

#loading-text span:nth-child(1)  { animation-delay: 0s; }
#loading-text span:nth-child(2)  { animation-delay: 0.05s; }
#loading-text span:nth-child(3)  { animation-delay: 0.1s; }
#loading-text span:nth-child(4)  { animation-delay: 0.15s; }
#loading-text span:nth-child(5)  { animation-delay: 0.2s; }
#loading-text span:nth-child(6)  { animation-delay: 0.25s; }
#loading-text span:nth-child(7)  { animation-delay: 0.3s; }
#loading-text span:nth-child(8)  { animation-delay: 0.35s; }
#loading-text span:nth-child(9)  { animation-delay: 0.4s; }
#loading-text span:nth-child(10) { animation-delay: 0.45s; }




@media (min-width: 2000px) {
    body{
        zoom: 1.1;
       
        
    }
    header{
        margin-top: 70px !important;
    }
    
  

      
}




@media (max-width: 800px) {
    
    .navbar a{
        padding: 10px;
    }
    main{
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 600px){
    .navbar {
        width: 80%;
    }
    main{
        margin-left: 0px;
        margin-right: 0px;
    }
}


@font-face {
    font-family: pixel;
    src: url(https://camisglassjar.neocities.org/fonts/px10.ttf)
}

main{
    height: auto;
}

main{
    
    margin-bottom: 50px;
}

body{
    background-color: black;
}

a{
    color: hotpink;
}


.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 0vh;
    align-items: center;
    
    gap: 20px;
    margin: 7%;
    
    transition: transform 0.3s;
}

.wrapper {
    border: 0px;
    border-radius: 20px;
    color: black;
    background-image: url(https://camisglassjar.neocities.org/photos/paper%20crumpled.avif);
    box-shadow: 1px 1px 5px rgb(23, 23, 23);
    margin-left: 20px;
    margin-right: 20px;
    transition: transform 0.3s;
    max-width: 800px;
}

.menu {
    height: auto;
    width: 100%;
    font-family: pixel, 'courier new';
    color: rgb(0, 0, 0);
    border: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    transition: transform 0.3s;
    
}

@media (max-width: 600px) {
    .menu {
        height: 10%;
    }
}

.box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    border: 0px;
    border-radius: 20px;
    position: center;
    margin: 0 auto;
    
    width: 100%;
    max-width: 1000px;
    font-size: 1em;
    font-family: 'fantasqueitalic', 'courier new';
    color: rgb(0, 0, 0);
    font-weight: 100;
    box-shadow: 1px 1px 5px rgb(23, 23, 23);
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.742);
    background-image: url(https://camisglassjar.neocities.org/photos/paper.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    
}

.box:hover {
    transform: scale(1.001);
    box-shadow: 2px 2px 8px rgb(61, 61, 61);
}



button {
    height: 40px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid;
    font-family: pixel;
    font-size: 1em;
    background: none;
    transition: transform 0.3s, background-color 0.3s;
}
button:hover {
    transform: scale(1.05);
    background-color: rgba(224, 224, 224, 0.858);
}

.gallery {
    border: 1px solid whitesmoke;
    box-shadow: 1px 1px 2px rgb(61, 61, 61);
    border-radius: 5px;
    padding: 10px;
    background-color: white;
    margin: 10px auto;
    width: 100%;
    height: auto;
    
    transition: transform 0.1s, background-color 0.3s;
    
}

.wide {
    grid-column: span 2;
}

.tall {
    grid-row: span 2;
    grid-column: span 2;
}



.gallery .description {
    padding: 10px;
    text-align: left;
}

.gallery:hover {
    border: 1px solid darkgray;
    transform: rotate(1deg);
}

.gallery img {
    width: 100%;
    height: 100%;
    display: block;
}

.gallery video {
    width: 100%;
    height: auto;
    display: block;
}





@media (max-width: 1100px) {
    main {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 100px;
    }
}


@media (max-width: 600px) {
    .gallery {
        width: 90%;
    }
    .box {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        padding: 10px;
    }

    .tall {
        grid-row-end: span 1;
        grid-column: span 1;
    }

    .wide {
        grid-column: span 1;
    }
}

