
::-webkit-scrollbar{
	width: 10px;
}

::-webkit-scrollbar-track-piece{
	background-color: #FFF;
}

::-webkit-scrollbar-thumb{
	background-color: #CBCBCB;
	outline: 2px solid #FFF;
	outline-offset: -2px;
	border: .1px solid #B7B7B7;
}

::-webkit-scrollbar-thumb:hover{
	background-color: #909090;
}

#processing{
    position: fixed;
    z-index: -1;
    height: 100vh;
    width: 100vw;
    display: block;
}

#container{
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto;
    height: 10vh;
    margin: 0 4vw 0 4vw;
}

#ladoEsquerdo{
    font-family: ibm-plex-mono, sans-serif;
    grid-column: 1;
    grid-row: 1/-1;
    margin: 5vh 0 0 0vw;
    position: static;
    width: 100%;
}
#ladoDireito{
    grid-column: 1;
    margin: 5vh 0vw 0 0;
}

#title{
    font-weight: 700 ;
    font-size: 30px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
}

#about{
    font-size: 20px;
    color: #707070;
    font-weight: 400;
    margin-top: 15px;
}

#links{
    padding-top: 0vh;
    font-size: 15px;
    color: #000000;
    font-weight: 400;
}

#comissions{
    font-size: 15px;
    color: #707070;
    font-weight: 400;
}

.project_container{
    margin-bottom: 15vh;
    margin-top: 5vh;
}

.project_title{
    font-family: ibm-plex-mono, sans-serif;
    font-size: 25px;
    font-weight: 700; 
}

.project_client{
    font-family: ibm-plex-mono, sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-top: 0;
}
.project_about{
    font-family: ibm-plex-mono, sans-serif;
    font-size: 15px;
    font-weight:400;
    margin-top: 0;
}
.project_tools{
    font-family: ibm-plex-mono, sans-serif;
    font-size: 15px;
    font-weight:400;
    margin-top: 0;
}

.row {
    display: block;
  }
  
  .column {
    flex: 100%;
    padding-bottom: 15px;
  }

  
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #container{
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        height: 10vh;
        margin: 0 2vw 0 2vw;
    }

    #ladoEsquerdo{
        font-family: ibm-plex-mono, sans-serif;
        grid-column: 1;
        grid-row: 1/-1;
        margin: 5vh 0 0 2vw;
        position: static;
        width: 100%;
    }
    
    #ladoDireito{
        grid-column: 1;
        margin: 0vh 2vw 0 0;
    }

    #links{
        padding-top: 5vh;
        font-size: 20px;
        color: #000000;
        font-weight: 400;
    }

    body{
        margin: 0 0vw 0 0vw;
    }
    
    
    .project_container{
        margin-bottom: 10vh;
        margin-top: 5vh;
    }

    .project_container:last-child{
        margin-bottom: 15vh;
    }

    .project_title{
        font-family: ibm-plex-mono, sans-serif;
        font-size: 25px;
        font-weight: 700; 
        margin-top: 50px;
    }

    #title{
        font-weight: 700 ;
        font-size: 50px;
        color: #000000;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    #about{
        font-size: 35px;
        color: #707070;
        font-weight: 400;
        margin-top: 15px;
    }
    
    #links{
        padding-top: 0vh;
        font-size: 25px;
        color: #000000;
        font-weight: 400;
    }
    
    #comissions{
        font-size: 25px;
        color: #707070;
        font-weight: 400;
    }
    
    .project_container{
        margin-bottom: 15vh;
        margin-top: 10vh;
    }
    
    .project_title{
        font-family: ibm-plex-mono, sans-serif;
        font-size: 40px;
        font-weight: 700; 
    }
    
    .project_client{
        font-family: ibm-plex-mono, sans-serif;
        font-size: 25px;
        font-weight: 700;
        margin-top: 0;
    }
    .project_about{
        font-family: ibm-plex-mono, sans-serif;
        font-size: 25px;
        font-weight:400;
        margin-top: 0;
    }
    .project_tools{
        font-family: ibm-plex-mono, sans-serif;
        font-size: 25px;
        font-weight:400;
        margin-top: 0;
    }
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 1025px) { 
    #container{
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        height: 150vh;
    }
    
    #processing {
        display: block;
    }
    
    #ladoEsquerdo{
        font-family: ibm-plex-mono, sans-serif;
        grid-column: 1;
        position: fixed;
        width: 50vw;
        margin: 5vh 0 0 2vw;
    }
    #ladoDireito{
        grid-column: 2;
        margin: 5vh 2vw 0 0;
    }
    
    #title{
        font-weight: 700 ;
        font-size: 35px;
        color: #000000;
        margin-top: 0;
    }
    
    #about{
        font-size: 30px;
        color: #707070;
        font-weight: 400;
    }
    
    #links{
        padding-top: 55vh;
        font-size: 20px;
        color: #000000;
        font-weight: 400;
    }
    
    #comissions{
        font-size: 20px;
        color: #707070;
        font-weight: 400;
    }
    
    .project_container{
        margin-bottom: 15vh;
        margin-top: 0vh;
    }
    
    .project_title{
        font-family: ibm-plex-mono, sans-serif;
        font-size: 25px;
        font-weight: 700; 
    }
    
    .project_client{
        font-family: ibm-plex-mono, sans-serif;
        font-size: 20px;
        font-weight: 700;
        margin-top: 0;
    }
    .project_about{
        font-family: ibm-plex-mono, sans-serif;
        font-size: 20px;
        font-weight:400;
        margin-top: 0;
    }
    .project_tools{
        font-family: ibm-plex-mono, sans-serif;
        font-size: 20px;
        font-weight:400;
        margin-top: 0;
    }
    
    .row {
        display: flex;
      }
      
      .column {
        flex: 50%;
      }
}
