@font-face {
    font-family: 'retrogaming';
    src: url('../fonts/retro-gaming.ttf') format('truetype');
}

@font-face {
    font-family: 'mc';
    src: url('../fonts/minecraft.ttf') format('truetype');
}

@font-face {
    font-family: 'mca';
    src: url('../fonts/minecraftia.ttf') format('truetype');
}

@font-face {
    font-family: 'dogica';
    src: url('../fonts/dogica.ttf') format('truetype');
}

@font-face {
    font-family: 'depixel';
    src: url('../fonts/depixel.ttf') format('truetype');
}

@font-face {
    font-family: 'visitor';
    src: url('../fonts/visitor.ttf') format('truetype');
}

@font-face {
    font-family: 'retron';
    src: url('../fonts/retron2000.ttf') format('truetype');
}

img {
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
}

body::-webkit-scrollbar {
width: 12px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
background: rgb(20, 20, 20);        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
background-color: rgb(37, 37, 37);    /* color of the scroll thumb */
border-radius: 4px;       /* roundness of the scroll thumb */
}

a {
    color: rgb(38, 193, 231); 
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

/* Style for all links on hover */
a:hover {
    color: rgb(12, 92, 145); 
    text-decoration: underline; 
}


/* General style for the content container */
.iframe-content {
    color: #eaeaea;
    font-family: 'retron';
    font-size: smaller;
    text-align: center;
    padding: 10px;
}

.iframe-content-fulltext {
    color: #eaeaea;
    font-family: 'retron';
    font-size: smaller;
    text-align: left;
    padding: 10px;
}

.iframe-content p {
    text-align: left;
}

.white-space{
    width: auto;
    height: 100px;
}

.prototype-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 600px; 
    margin-left: auto;
    padding: 15px;
    gap: 15px;
    top: 40px;
    position: absolute;
}

.prototype-grid a{
    color: rgb(255, 255, 255); 
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.prototype-grid a:hover{
    color: rgb(49, 195, 221); 
    text-decoration: underline; 
}


.showreel-video {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-attachment: fixed;
}

.character{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-attachment: fixed;
}

.bulletbloom-gif{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
}

.bulletbloom-overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.75);
}

.smoothshakepro-doc-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 600px; 
    margin-left: auto;
    padding: 15px;
    gap: 15px;
    top: 10px;
    position: absolute;
}