body
{
    background-color: black; 
    overflow-x: hidden; 
    margin: 0;
}

#wrapper
{
    margin: auto;
    background-color: rgba(25, 25, 25, 0.75);
    margin-top: 15vh;
    margin-bottom: 0px;
    min-width: 50vw;
    max-width: 1450px;
    display: grid;
    grid-template-rows: 300px auto auto 150px;
}

#logo
{
    width: 100%;
    display: flex;
}

#logo img
{
    margin: auto;
    align-content: center;
}

#news
{
    margin-inline: auto;
    height: auto;
    width: 90%;
    display: flex;
    flex-direction: column;
}

#news div
{
    background-color: #49443150;
    margin: auto;
    display: grid;
    width: 100%;
    margin-bottom: 75px;
}

#news div h1
{
    color: white;
    font-family: 'Roboto Mono', monospace;
    grid-row: 1;
    grid-column: 2;
    font-size: 60px;
    margin: auto;
    width: 100%;
    font-weight: 100;
}

#news div img
{
    margin: auto; 
    object-fit: cover;
    margin-left: 25px;
    grid-column: 1;
    height: 90%;
    width: 90%;
    margin-top: 22px;
}

#news div p
{
    grid-row: 2;
    width: 90%;
    
    color: white;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    
    letter-spacing: 2px;   
}

.col
{
    height: 450px;  
    grid-template-columns: 35% 65%;
    grid-template-rows: 40% 60%;
    cursor: pointer; 
    transition: all 0.2s ease-out;
}

.col img
{
    grid-row: 1/3;
    max-height: 405px;
}

.col p
{
    overflow-y: hidden;
    grid-column: 2;
    max-height: 90%;
    padding: 10px;
}

.exp
{
    height: auto;  
    grid-template-columns: 40% 60%;
    grid-template-rows: 500px auto;
    transition: all 0.2s ease-out;
}

.exp img
{
    grid-row: 1;
}

.exp p
{
    grid-column: 1/3;
    margin: auto;
    padding: 10px;
    padding-bottom: 25px;
    height: auto;
}

#spodek
{
    background-color: aqua;
    height: 100%;
    width: 100%;
    background-color: #00000050;
    display: grid;
    grid-template-rows: 70% 30%;
}

#info
{
    display: flex;
    height: 100%;
}

#info p
{
    color: rgb(188, 188, 188);
    margin: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    text-align: center;

    width: 75%;   
}

#memo
{
    width: 100%;
    height: 100%;;
    display: flex;
}

#memo h3
{
    color: rgb(188, 188, 188);
    font-family: 'Roboto', sans-serif;
    font-weight: 100;    

    margin: auto;
}

#memo h3 a
{
    color: white; text-decoration: underline;
}

#mini_game
{
    background-color: #49443150;
    width: 90%;
    margin: auto;
    margin-bottom: 60px;
    overflow: hidden;
}

.game_col
{
    aspect-ratio: unset;
    height: 150px;
    display: grid;
    grid-template-columns: 25% 50% 25%;
    grid-template-rows: 100% 0%;
}

.game_col img
{
    height: 100px;
    width: auto;
    aspect-ratio: 1/1;
    margin: auto;
    cursor: pointer; 
}

.game_exp img
{
    height: 100px;
    width: auto;
    aspect-ratio: 1/1;
    margin: auto;
    cursor: pointer; 
}

.game_col h1
{
    color: white;
    font-family: 'Roboto', sans-serif;
    margin: auto;
    padding: 25px;
    padding-inline: 60px;
    text-align: center;
    font-size: 50px;
    background-color: #00000050;
    cursor: pointer; 
}

.game_exp h1
{
    color: white;
    font-family: 'Roboto', sans-serif;
    margin: auto;
    font-size: 50px;
}

.game_exp
{
    width: 50%;
    height: auto;
    display: grid;
    grid-template-columns: 25% 50% 25%;
    grid-template-rows: 150px auto;
}

#game_field
{
    height: auto;
    width: 60%;
    aspect-ratio: 1/1;
    margin: auto;
    overflow: hidden;
    grid-column: 1/5;
    display: flex;
    flex-direction: column;
}

#game_field img
{
    height: 450px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    object-fit: cover;
    background-color: #49443150;
}

#game_inpt
{
    width: 450px; 
    margin: auto;
    height: 40px;
    font-size: 30px;
    background-color: #00000050;
    border: none;
    margin-bottom: 15px;
    margin-top: 25px;
    color: rgb(140, 140, 140);
}

#game_display
{
    width: 80%;
    margin: auto;
    background-color: #00000050;
    display: flex;
}

#game_btn
{
    margin: auto;
    margin-bottom: 35px;
    margin-top: 10px;
    width: 450px;
    height: 80px;
    background-color: #00000050;
    border: none;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
}

.vid
{
   grid-row: 2;
   grid-column: 2/3;
   margin: auto;
   transition: all 0.2s ease-out;
   width: 100%;
   height: 100%;
}

.col_vid .vid
{
    grid-column: 3;
    grid-row: 1;
    transition: all 0.2s ease-out;
    height: 100%;
    aspect-ratio: 16/9;
    margin-left: auto;
    margin-right: 0px;
}

.exp_vid .vid
{
    aspect-ratio: 16/9;
    height: auto;
    max-width: 90%;
    min-width: 75%;
    padding: 25px;
    transition: all 0.2s ease-out;
}

.col_vid
{
    grid-template-columns: 30px auto 35%;
    height: 100%;
    transition: all 0.2s ease-out;
    min-height: 250px;
    overflow: hidden;   
    cursor: pointer; 
    transition: all 0.2s ease-out;
}

.exp_vid
{
    grid-template-columns: 10% 80% 10%;
    grid-template-rows: 25% 75%;
    height: auto;
    transition: all 0.2s ease-out;
}



#Hider
{
    position: absolute;
    width: 99%;
}

#label
{
    margin: auto;
    margin-top: 25vh;
    width: 100%;
    color: white;
    text-align: center;
    font-family: 'Roboto Mono', monospace;
    font-size: 120px;
}

.test
{
    color: red;
}

.art_btn
{
    grid-column: 1/3;
    height: 25px;
    color: transparent;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    background-color: #00000050;
    border: none;
}

.art_btn:hover
{
    height: 35px;
    color: white;
}
