.edgarweb{
    text-align:left;
    margin-left:10%;
    margin-top:40px;
    font-family:'Open Sans';
    font-size: 200%;
    font-weight: 100;
    color:white;
    
    
    
    
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.projects{
    text-align:center;
    color:white;
    margin-top:70px;
    font-family:'Montserrat';
    font-weight: bold;
    font-size:40px;
}

.projects h2{
    text-align:center;
    color:white;
    margin-top:70px;
    font-family:'Montserrat';
    font-weight: bold;
    font-size:40px;
}

body{
    background-color: #101011;
}

.logo{
    float:left;
    width:80px;
    height:80px;
    filter:invert(99%) sepia(10%) saturate(230%) hue-rotate(214deg) brightness(113%) contrast(100%);
    margin-top:-15px;
}

.sub{
    text-align:center;
        color:white;
        margin-top:-20px;
        font-family:'Montserrat';
        font-weight: 400;
        font-size:15px;
}

.line{
    width:100px;
    border-width: 2px;
    border-style: solid;
    border-color: white;
    margin-top:50px;
}



@media only screen and (min-width: 1000px) {
 .edgarweb{
    
    font-size: 220%;
 }

 .projects{

    margin-top:90px;
    font-size:45px;
 }

 .logo{
    margin-top:-20px;
    width:100px;
    height:100px;
 }

 .line{
    border-width:2.5px;
 }
 

    
    
 

 
}

.gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding:0;
    gap:25px;
    margin-top:55px;
  }

 .gallery h1{
    color:white;
 }

 .inside {
    width: 380px;
    background-color: #2a2a2a;
    height:450px;
    
    border-radius:10px;
    
 }

 .inside img{
    width: 380px;
    height:220px;
    border-radius:0px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    
 }

 .no-underline{
    color: #FFFFFF;
    text-decoration: none;
 }

 .inside h4{
    margin-top:30px;
    font-family: "Montserrat";
    text-align: left;
    margin-left:25px;
    margin-right:25px;
    font-size: 20px;
    color:white;
 }

 .inside h5{
    margin-left:25px;
    margin-right:25px;
    margin-top:-2px;
    color:#c3c3c3;
    font-family: "Montserrat";
    line-height:25px;
    letter-spacing:0.75px;
    font-weight:600;
    font-size:15px;
 }

 .inside h6{
    margin-left:25px;
    margin-right:25px;
    margin-top:-2px;
    
    font-family: "Montserrat";
    line-height:25px;
    letter-spacing:0.75px;
    font-weight:600;
    font-size:15px;
 }

.object:hover{
    
    transform: scale(1.05)
}

.object{
    transition: all 0.5s;
    margin-bottom: 50px;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
    
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #101011; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

  .tool{
    color:#9999dd
  }

  .game{
    color:#99dd9a
  }

  .showcase{
    color:#dd9999
  }
