/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
/*-- Fonts --*/

@import url('https://fonts.googleapis.com/css2?family=Chivo+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cutive+Mono&display=swap');

/*--font-family: 'Cutive Mono', monospace; 

    ,'Chivo Mono', monospace; --*/

/*--Main Css--*/

* {
    cursor: url("/media/cursor.cur"), url(""), default;
}

*::-webkit-scrollbar { /* HIDDEN SCROLLBAR */
    width: 0px;
}

html, body { /* HIDDEN SCROLLBAR */
    overflow-y: scroll;
    scrollbar-width: none;
  }

body { /* BACKGROUND STUFF */
    background-color: #000000;
    background-image: url(/media/backgrounds/Clouds_green.png);
    background-size: cover;
    /* color: rgb(255, 183, 0); */
    font-family: 'Cutive Mono', monospace;
    margin: 0px;
    position: relative;
    height: auto;
    width: 100%;
    /* filter: invert(1); */
    color:#000000 ;

}

.header-img { /* LOGO */
    width: auto;
    height: 150px;
    background-image: url(/media/logo_2.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: -10px;
}

.banner-img { /* lil' line or pic just below the logo */
    width: 100%;
    height: 20px;
    background-image: url("/media/a");
    background-repeat: repeat-x;
    background-position: center;
    padding: 0px;
    margin-bottom: 5px;
}

.homeBtn {
    margin: 0;
    padding: 0;
}

.otherBtn {
    margin: 0;
    padding: 0;
}

#rectangle{
    width: 765px;
    height: 27px;
    background-color: #739a73;
}
main {
    padding:0px;
    width: 100%;
    position: center;
}

.container {
    width: 1250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 10px;
    align-items: center;
    justify-content: space-around;
}


.left-container {
    width: 214px;
    flex-wrap: wrap;
    display: inline;
    position: absolute;
}

.right-container {
    width: 214px;
    flex-wrap: wrap;
    display: inline;
    position: absolute;
    margin-left: 1020px;
}

.sidebar { /* mini-cuadritos de los costados */
    float: left;
    height: auto;
    position: relative;
    width: 210px;
    /* background-color: rgb(36, 36, 36); */
    background-color: #d5dcd3;
    /*background-image: url("Images/backgrounds/canvas21.png");*/
    padding: 2px;
    margin: 10px 0px;
    font-family: 'Cutive Mono', monospace;
    /* border-radius: 5px; */
    border-style:solid;
    border-color: #739a73; /* FAKE TAB COLOR */ /*  rgb(203, 237, 159); */
    border-width: 1px;
    color: rgb(0, 0, 0);
    box-shadow: 5px 5px 15px #00000070;

}


.sidebar p {
    font-size: 14px;
    color: rgb(0, 0, 0);
}


.sidebar h1 {
    font-style: italic;
    margin: 0px;
    margin-top: 2px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 20px;
    font-size: 25px;
    text-decoration: underline;
    color: rgb(255, 183, 0);
}

.navlink a {
    text-decoration: none;
    color:  rgb(0, 0, 0);
    line-height: 20px;
    font-size: 15px;
    display: block;
}

.navlink a:hover {
    /* color: orangered; */
    background-color: rgba(191, 201, 191, 0.8);
}

.navlink p {
    margin-top: -2px; 
    margin-bottom: 3px; 
    margin-left:-2px ; 
    padding: 5px; 
    margin-right:-2px;
    /*background-color: rgb(203, 237, 159); FAKE TAB COLOR */
    background-color: #739a73;
    color: #000000;
    text-align: start;
}

.rightbar {
    float: right;
    height: auto;
    position: absolute;
    width: 210px;
    background-color: rgb(36, 13, 82);
    background-image: url("media/backgrounds/BK.png");
    padding: 8px;
    margin: 0px;
    margin-left: 1020px;
    font-family: 'Cutive Mono', monospace;
    border-radius: 5px;
    border-style: dotted;
    border-color: rgb(70, 235, 44);
    border-width: 2px;
}

.rightbar, .todo p {
    font-size: 14px;
    color: rgb(255, 183, 0);
}

.rightbar h1 {
    font-style: italic;
    margin: 0px;
    font-size: 25px;
    color: rgb(255, 183, 0);
    text-decoration: underline;
}

.rightbar a, .gallery-container a, .containerbody a, .container a {
    /* color: darkorange; */
    text-decoration: none;
}

/*
.rightbar a:hover, .gallery-container a:hover, .containerbody a:hover, .container a:hover {
    font-style:italic;
    color: rgb(255, 183, 0);
}
*/

.works-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: 665px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.works-icon{
    padding: 10px;
    text-align: center;
}

.works-icon a:any-link{color: rgb(0, 0, 0);text-decoration: none;}

.works-icon:hover{
    background:#b9c3b6;
}

.welcome-mat {
    font-size: 14px;
    font-family: 'Cutive Mono', monospace;
    
    float: none;
    width: 730px;
    height: 155px;
    margin-left: auto;
    margin-right: auto;
    
    background: rgb(36, 13, 82);
    background-image: url("Images/backgrounds/canvas8.png");
    border-radius: 5px;
    border-style: dotted;
    border-color: magenta;
    border-width: 2px;
    padding: 10px;
    display: block;
    color: rgb(0, 0, 0);
}

.welcome-mat h1, .refreshments h1, .containerbody h1, .update-logs h1 {
    font-style: italic;
    font-family: 'Cutive Mono', monospace;
    margin: 0px;
    margin-top: -2px;
    z-index: 1;
    display: inline-block;
    color: rgb(255, 183, 0);
}

.welcome-mat p {
    margin-left: 2px;
    display: block;
    margin-top: 10px;
    width: 73%;
    color: rgb(255, 183, 0);
}

.welcome-image img {
    position: absolute;
    /*float: right;*/
    z-index: 1;
    margin-left: 550px;
    /*
    margin-left: 750px;
    margin-top: -60px;
    width: 315px;*/
    width: auto;
}

.welcome-image.inactive {
    display: none;
}

.update-logs {
    font-size: 11px;
    font-family: 'Cutive Mono', monospace;
    height: 270px;
    overflow-y: scroll;
}

.update-logs table, td, tr{
    border-collapse: collapse;
    text-align: left;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
    padding: 3px;
}

.refreshments {
    font-size: 14px;
    font-family: 'Cutive Mono', monospace;
    
    float: none;
    width: 730px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    
    background: rgb(36, 13, 82);
    background-image: url("Images/backgrounds/canvas11.png");
    border-radius: 5px;
    border-style: dotted;
    border-color: magenta;
    border-width: 2px;
    padding: 10px;
    display: block;
    text-align: center;
}

.refreshments img {
    display: inline-flex;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-content: space-around;
    vertical-align: middle;
}

.refreshments table {
    background-image: none;
    border-collapse: collapse;
    border: none;
    padding: 0px;
    text-align: center;
    display: inline-flex;
    vertical-align: middle;
    justify-content: space-around;
}

.containerbody {
    width: 734px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(206, 221, 210);
    /*background-color: rgb(36, 36, 36); black bk*/
    border-style:solid;
    border-color: #739a73;
    border-width: 1px;
    justify-content: space-around;
    padding: 8px;
    text-align: center;
}

.containerbody p {
    vertical-align: middle;
    font-family: 'Cutive Mono', monospace;
    padding: 0;
    display: inline-block;
    text-align: left;
    font-size: 15px;
    margin: 6px 4px;
}

.containerbody img {
    display: inline-block;
    /*width: 10%;*/
    vertical-align: middle;
}

.buttons {
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    padding: 0;
    width: 91px;
    display: block;
}

.buttons img {
    width: auto;
    height: auto;
    padding: 1px;
}

.button-row {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: -9px;
    display: block;
    text-align: center;
}

footer {
    margin-top: 30px;
    padding: 15px;
    background: none;
    margin-left: 0;
    margin-right: 0;
    display: block;
    
    
}

footer p {
    color: rgb(0, 0, 0);
    font-size: 12px;
    text-align: center;
    font-family: 'Cutive Mono', monospace;
}

.stamp-block {
    display: inline;
    margin-left: 3.5px;
    position: absolute;
    width: 428px;
}

.stamp-block img {
    padding: 0px 4px;
    margin: 0px;
}

#target {
    height: 1100px;
    width: 100%;
    overflow: hidden;
    border: none;
    scroll-behavior: no;
    margin-top: -9px;
}

.draggable {
    position: absolute;
    z-index: 10;
    display: inline;
}

.picture-link {
    transition: transform 0.5s;
}

.picture-link:hover {
    transform: scale(1.2);
}

/*--Music player css--*/
.music-body {
    height: auto;
    margin: 0;
    font-family: 'Cutive Mono', monospace;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.music-container {
    display: flex;
    flex-direction: row;
    padding: 0px;
    margin-left: 0px;
    position: relative;
    margin: 0px;
    box-sizing: border-box;
}

.music-container p {
    margin: 0px;
}

.music-background{
    
    background-color: black;
    position: relative;
    top: -3px;
    height: 148px;
    width: 214px;
    z-index: 0;
    text-align: center;
    
}

.music-background img {
    height: 100%;
    z-index: 1;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    
    
    
    
}

.music-container.play {     /*--.img-container img--*/
    animation-play-state: running;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    
    to {
        transform: rotate(360deg);
    }
}

.navigation {
    display:flex;

    /*
    align-items: center;
    justify-content: center;
    */
    
    margin-top: 3px;
    position: absolute;
    top: 160px;
}

.action-btn {
    background: none;
    border: 0;
    color: rgb(0, 0, 0);
    font-size: 10px;
    padding: 0px 2px;
    margin: 0 0px;
}

.music-info {
    position: absolute;
    top: -10px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 2;
    width: 200px;
}


.progress-container {
    background: rgb(189,189,189);
    background: linear-gradient(180deg, rgba(189,189,189,1) 0%, rgba(219,219,219,1) 100%); 
    border-radius: 10px;
    height: 7px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 130px;
    margin-top: 2px;
    z-index: 2;

    
}

.progress {
    background-color: rgb(65, 88, 218);
    /*background-image: url("/media/backgrounds/BK.png");*/
    object-fit: cover;
    border-radius: 10px;
    height: 100%;
    width: 0%;
    transition: width 0.1s linear;
    z-index: 2;
    position: relative;
}

.playlist {
    position: absolute;
    display: inline;
    margin-top: 5px;
    width: 209px;
    height: auto;
    /*margin-left: -2px;*/
    overflow-y: scroll;
    overflow-x: hidden;
    
    /*background: rgba(31, 10, 29, 0.558);*/
    /**
    border: dashed;
    border-width: 2px;
    border-color: lightseagreen;
    **/
    scrollbar-width: none; /**FIREFOX NO SCROLLBAR!**/
    /**
    https://medium.com/@stheodorejohn/scrollbar-styling-in-chrome-firefox-and-safari-customizing-browser-elements-254c303eceea
    **/
    z-index: 1;
}

.playlist ul, .playlist li {
    
    width: 100%;
    margin-left: -7px;
    margin-top: 3px;
    list-style-image: url(/media/icons/Song.png);
}

.playlist li:hover {
    background: rgba(191, 201, 191, 0.8);
}
/*
.activeSong {
    background: rgba(119, 119, 119, 0.6);

}
*/

.trackDuration {
    position: absolute; 
    right: 5px;
    margin-top: 3.5px;
    /*font-size: 10px;*/
    font-size: 0px;
}

.trackInfo {
    display:inline-block;
    
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    word-wrap:break-word;
    text-overflow: ellipsis;
    font-size: 12px;
     
}

.rotate-anim:hover {
    animation: rotateBackAndForth 5s ease infinite;
    animation-play-state: running;
}

@keyframes rotateBackAndForth {
    33% {transform: rotate(30deg)}
    66% {transform: rotate(-30deg)}
}

/*--About css--*/

.earthbound-box {
    border: dashed;
    border-image-source: url("Images/Transparents/Pixels/earthbound9slice%20big2.png");
    border-image-slice: 33.333333% fill;
    border-image-width: 32px;
    border-image-outset: 29px 29px;
    font-family: 'Cutive Mono', monospace;
    color: rgb(248, 232, 168);
    margin: 10px;
    padding: 0 10px;
    padding-left: 12px;
}

.earthbound-box p {
    font-size: 35px;
    text-align: left;
    margin: 10px;
    margin-left: -2px;
    margin-top: 3px;
    font-family: 'Cutive Mono', monospace;
}
.earthbound-box img {
    vertical-align: middle;
    width: 156px;
    margin: 6px 0px;
    z-index: 1;
    position: relative;
}

.earthbound-box button {
    background: none;
    margin: 0px;
    padding: 0px;
    border: none;
}

.earthbound-box ul {
    margin-top: -14px;
    margin-bottom: 24px;
}

.earthbound-box li {
    margin: 5px 0px;
    margin-left: -20px;
    font-family: 'Cutive Mono', monospace;
    font-size: 23.5px;
    list-style-image: url(Fonts/dot-small.png);
}

#button:hover {
    background-image: url("Fonts/pointer.png");
}

.inactive {
    display: none;
}

.transition-box {
    position: absolute;
    z-index: 2;
    background-color: black;
    width: 100vw;
    height: 50vh;
    animation: open 3s ease 1;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
}

@keyframes open {
    0% {transform: scaleY(1)}
    100% {transform: scaleY(0)}
}

@keyframes close {
    0% {transform: scaleY(0)}
    100% {transform: scaleY(1)}
}

.squashNstretch {
    animation: squishsquash ease 2.5s infinite;
}

.upNdown {
    animation: upNdown ease-in-out 3s infinite;
}

@keyframes squishsquash {
    0% {transform: scaleY(1.03) scaleX(0.97)}
    50% {transform: scaleY(0.97) scaleX(1.03)}
    100% {transform: scaleY(1.03) scaleX(0.97)}
}

@keyframes upNdown {
    0% {margin-top: 360px}
    50% {margin-top: 400px}
    100% {margin-top: 360px}
}

@keyframes float {
    0% {transform: translateY(10)}
    50% {transform: translateX(-10)}
}

/* LINEAS COOL CODE */

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.lines {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 999999999999999999999999999999999999999999999999999999999999;
    opacity: 0.05;
}

.lines:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: linear-xgradient(to bottom, transparent 50%, rgba(0, 0, 0, .5) 51%);
    background-size: 100% 4px;
    will-change: background, background-size; animation: scanlines 0.2s linear infinite;
}

@keyframes scanlines {
    from {
    background: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, .5) 51%); background-size: 100% 4px; }
    to {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 50%, transparent 51%);
    background-size: 100% 4px;
  }
  }
  
/* FIN LINEAS COOL CODE */
/*********/