
body {
    background-color: black;
    color: white;
    overflow-x: hidden;
}
 /* HEADER */
.header {
    display: flex;
    align-items: center; 
    justify-content: center;
    width: 100%; 
    padding: 0 5%;
}
.nav-planet {
    position: relative;
    display: inline-block;
    width:40%;
    left: -5%;
}
.nav-planet img {
    width: 100%;
}
.RatsAlleyTV {
    position:relative;
    display: inline-block;
    width: 50%;
    left:-15%;
}
.blepi {
    position:relative;
    display: inline-block;
    width: 15%;
    right: 15%;
}
.webzine-link {
    position: absolute;
    top: 45%;
    left: 44%;
    transform: translate(-50%, -50%);
    width: 50%;
    transition: transform 0.3s ease-in-out;
}
.tvStation-link {
    position: absolute;
    bottom: 18%;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 40%;
    transition: transform 0.3s ease-in-out;
}
.patreon-link {
    position: absolute;
    bottom: 17%;
    left: 55%;
    transform: translate(-50%, -50%);
    width:28%;
    transition: transform 0.3s ease-in-out;
}

.webzine-link:hover, .tvStation-link:hover, .patreon-link:hover {
    transform: translate(-50%,-50%) scale(1.1);
}
 /* TV */
.container {
    position: relative;
    display: flex;
    flex-direction:column; /* Stack elements vertically by default */
    align-items: center; /* Center content horizontally */
    margin-top: 5vw;
}

.tv-container, .remote {
    width: 80%; /* Full width of the container */
    max-width: 80vw; /* Limit max width */
    margin: 20px; /* Space around the TV and remote */
    
}

.tv-container {
    flex: 1;
    width: 130%;
    max-width: 130vw;
    margin:2vw;
    left:20%;
    position: relative;
    pointer-events: none;
}

.tvasset {
    position: absolute;
    pointer-events: none;
    top:-8%;
}

img {
    max-width: 70%;
    height:auto;
}
.remote {
    position: absolute;
    right:-18%;
    top: 35%;
    z-index: 10;
    width: 45%;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.ratHand {
    position: absolute;
    width: 0vw;
}

.player {
    position: absolute; 
    left:8%; 
    top:32%; 
    width: 40%; 
    height: 35%;
    pointer-events: all;
}
@media (max-width: 770px) {
    .tv-container {
        left:35%;
        width: 170%;
        max-width: 170vw;
    }
    .container {
        margin-bottom: 45vw;
    }
    .remote {
        width: 85%;
        top: 95vw;
        right: -1%;
        margin: 0;
    }
}
 /* NAVIGATION */
 /*
 @font-face {
    font-family: 'spaazRat';
    src: url('/Assetts/spaazRat.ttf');
    font-weight: normal;
    font-style: normal;
}
.navigation {
    text-align: center;
    margin-bottom: 10%;
}
.navigation button{

    margin-right: 10vw;
    margin-left: 10vw;
    margin-bottom:  2vw;
}
*/
 /* TEAM */
.meet-the-team {
    
    /*padding:10%;*/
    position: relative;
    display: flex;
    flex-direction: row; /* Stack elements vertically by default */
    justify-content: center;
    width: 100%;
    text-align: center;
 
    
}
.meet-the-team img {
    width: 70%;
    height: auto;
    max-width: none;
}

.under-tv {
    margin-bottom: 0vw;
}
.contactUs {
    position: relative;
    display: inline-block;
    bottom: 49vw;
    left: 20vw;
    width: 20vw;
}
.patreonTV {
    position: relative;
    display: inline-block;
    bottom: 10vw;
    left: 0vw;
    width: 20vw;

}
.hireUs {
    position: relative;
    display: inline-block;
    width: 17vw;
    bottom: 11vw;
    right:4vw;

}
.sneakyBlepi {
    position: relative;
    display: inline-block;
    width: 20vw;
    left: 10vw;
}
img {
    align-items: center;
}
@media (max-width: 770px) {
    .meet-the-team {
        width: 130vw;
        left: -20vw;
        margin-bottom: -40vw;;
    }
    
    .contactUs {
        bottom: 28vw;
        width: 30vw;
        left: 9vw;
    }
    .patreonTV {
        width: 40vw;
        left: -26vw;
        bottom: -30vw;
    }
    .hireUs {
        width: 33vw;
        right: -35vw;
        bottom: 3vw;
    }
    .sneakyBlepi {

        left: 30vw;
        width: 30vw;
    }
    .under-tv
    {
        margin-bottom: -20vw;
    }
}


/*mobile adjustments*/